/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
H A D | ExpectedKeyboardBuilder.java | 77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local 78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length, in replaceKeyAt() 81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length); in replaceKeyAt() 82 return newKeys; in replaceKeyAt() 270 final Object ... newKeys) { in replaceKeyOfLabel() argument 275 return joinKeys(newKeys); in replaceKeyOfLabel() 293 final Object ... newKeys) { in replaceKeysOfAll() argument 297 return joinKeys(newKeys); in replaceKeysOfAll()
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | LocUnorderedSetMap.h | 161 unordered_set<KEY>* newKeys) { in add() argument 162 add(keys, newVals, newKeys); in add() 165 unordered_set<KEY>* newKeys) { in add() argument 167 if (add(key, newVals) && nullptr != newKeys) { in add() 168 newKeys->insert(key); in add()
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | LocUnorderedSetMap.h | 170 unordered_set<KEY>* newKeys) { in add() argument 171 add(keys, newVals, newKeys); in add() 175 unordered_set<KEY>* newKeys) { in add() argument 177 if (add(key, newVals) && nullptr != newKeys) { in add() 178 newKeys->insert(key); in add()
|
/aosp12/hardware/qcom/sm8150p/gps/utils/ |
H A D | LocUnorderedSetMap.h | 161 unordered_set<KEY>* newKeys) { in add() argument 162 add(keys, newVals, newKeys); in add() 165 unordered_set<KEY>* newKeys) { in add() argument 167 if (add(key, newVals) && nullptr != newKeys) { in add() 168 newKeys->insert(key); in add()
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | LocUnorderedSetMap.h | 170 unordered_set<KEY>* newKeys) { in add() argument 171 add(keys, newVals, newKeys); in add() 175 unordered_set<KEY>* newKeys) { in add() argument 177 if (add(key, newVals) && nullptr != newKeys) { in add() 178 newKeys->insert(key); in add()
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/ |
H A D | LocUnorderedSetMap.h | 161 unordered_set<KEY>* newKeys) { in add() argument 162 add(keys, newVals, newKeys); in add() 165 unordered_set<KEY>* newKeys) { in add() argument 167 if (add(key, newVals) && nullptr != newKeys) { in add() 168 newKeys->insert(key); in add()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/ |
H A D | AssistedDialingSettingFragment.java | 126 List<CharSequence> newKeys = new ArrayList<>(); in updateCountryChoices() local 128 newKeys.add(countryChooserPref.getEntries()[0]); in updateCountryChoices() 133 newKeys.add(tuple.countryDisplayname()); in updateCountryChoices() 138 countryChooserPref.setEntries(newKeys.toArray(new CharSequence[newKeys.size()])); in updateCountryChoices()
|
/aosp12/frameworks/av/camera/ |
H A D | CameraMetadata.cpp | 488 std::vector<int32_t> newKeys(keys.count); in removePermissionEntries() local 490 tagsRemoved->end(), newKeys.begin()); in removePermissionEntries() 491 newKeys.resize(end - newKeys.begin()); in removePermissionEntries() 493 update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, newKeys.data(), newKeys.size()); in removePermissionEntries()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedSparseBooleanMatrix.java | 432 int[] newKeys = ArrayUtils.newUnpaddedIntArray(newOrder); in resizeMatrix() local 433 System.arraycopy(mKeys, 0, newKeys, 0, minOrder); in resizeMatrix() 444 mKeys = newKeys; in resizeMatrix()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | grpc-context-1.19.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | PinnerService.java | 555 ArraySet<Integer> newKeys = createPinKeys(); in pinAppsInternal() local 564 mPinKeys = newKeys; in pinAppsInternal()
|