| /frameworks/base/services/core/java/com/android/server/slice/ |
| SliceClientPermissions.java | 223 String[] existing = mPaths.valueAt(i); local 224 if (isPathPrefixMatch(existing, pathSegs)) { 228 if (isPathPrefixMatch(pathSegs, existing)) { 240 String[] existing = mPaths.valueAt(i); local 241 if (isPathPrefixMatch(pathSegs, existing)) {
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| Striped.java | 359 L existing = existingRef == null ? null : existingRef.get(); 360 if (existing != null) { 361 return existing; 368 existing = existingRef == null ? null : existingRef.get(); 369 if (existing != null) { 370 return existing; 426 L existing = locks.get(index); 427 if (existing != null) { 428 return existing; 431 existing = locks.putIfAbsent(index, created) [all...] |
| /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
| ContactOperations.java | 78 * Returns an instance of ContactOperations for updating existing contact in 82 * @param rawContactId the unique Id of the existing rawContact 240 * @param uri Uri for the existing raw contact to be updated 254 * @param uri Uri for the existing raw contact to be updated 270 * @param uri Uri for the existing raw contact to be updated 319 * @param uri Uri for the existing raw contact to be updated 348 * @param uri Uri for the existing raw contact to be updated
|
| /external/googletest/googlemock/ |
| README.md | 135 existing CMake project, the section 136 [Incorporating Into An Existing CMake Project][gtest_incorpcmake] 186 existing build system. 252 * Right-click on your project and select "Add Existing Property Sheet..." 346 To make sure your changes work as intended and don't break existing 376 [gtest_incorpcmake]: ../googletest/README.md#incorporating-into-an-existing-cmake-project "Incorporating Into An Existing CMake Project"
|
| /external/perf_data_converter/src/quipper/ |
| address_mapper_test.cc | 213 // The maps should fail because of overlap with an existing mapping. 235 // Test mapping of a giant map that overlaps with all existing ranges. 332 // should have split an existing range. 338 // Test mapping of one range in the middle of an existing range. The existing 444 // The misaligned mapping should not find enough space to split the existing 445 // range. It is not allowed to move the existing mapping.
|
| /frameworks/base/core/java/android/widget/ |
| SimpleAdapter.java | 254 * remove the existing binder 264 * there is no existing ViewBinder or if the existing ViewBinder cannot 281 * there is no existing ViewBinder or if the existing ViewBinder cannot 306 * there is no existing ViewBinder or if the existing ViewBinder cannot
|
| CursorTreeAdapter.java | 136 * @param cursor The Cursor to set for the group. If there is an existing cursor 144 * Sets the children Cursor for a particular group. If there is an existing cursor 225 * Bind an existing view to the group data pointed to by cursor. 227 * @param view Existing view, returned earlier by newGroupView. 269 * Bind an existing view to the child data pointed to by cursor 271 * @param view Existing view, returned earlier by newChildView
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| MultipathPolicyTracker.java | 455 MultipathTracker existing = mMultipathTrackers.get(network); 456 if (existing != null) { 457 existing.setNetworkCapabilities(nc); 458 existing.updateMultipathBudget(); 472 MultipathTracker existing = mMultipathTrackers.get(network); 473 if (existing != null) { 474 existing.shutdown();
|
| NetworkAgentInfo.java | 313 NetworkRequest existing = mNetworkRequests.get(networkRequest.requestId); local 314 if (existing == networkRequest) return false; 315 if (existing != null) { 319 networkRequest, existing, name())); 320 updateRequestCounts(REMOVE, existing); 331 NetworkRequest existing = mNetworkRequests.get(requestId); local 332 if (existing == null) return; 333 updateRequestCounts(REMOVE, existing); 335 if (existing.isRequest()) { 336 unlingerRequest(existing); [all...] |
| /frameworks/base/services/core/java/com/android/server/pm/ |
| ShortcutRequestPinProcessor.java | 301 final ShortcutInfo existing = ps.findShortcutById(inShortcut.getId()); local 302 final boolean existsAlready = existing != null; 303 final boolean existingIsVisible = existsAlready && existing.isVisibleToPublisher(); 320 validateExistingShortcut(existing); 323 launcherPackage, existing.getUserId(), launcherUserId).hasPinned(existing); 335 shortcutForLauncher = existing.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER);
|
| /packages/apps/PackageInstaller/res/values-en-rAU/ |
| strings.xml | 31 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string> 32 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string> 33 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access."</string> 34 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access."</string> 37 <string name="install_failed_conflict" msgid="5336045235168070954">"App not installed as package conflicts with an existing package."</string>
|
| /packages/apps/PackageInstaller/res/values-en-rCA/ |
| strings.xml | 31 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string> 32 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string> 33 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access."</string> 34 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access."</string> 37 <string name="install_failed_conflict" msgid="5336045235168070954">"App not installed as package conflicts with an existing package."</string>
|
| /packages/apps/PackageInstaller/res/values-en-rGB/ |
| strings.xml | 31 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string> 32 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string> 33 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access."</string> 34 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access."</string> 37 <string name="install_failed_conflict" msgid="5336045235168070954">"App not installed as package conflicts with an existing package."</string>
|
| /packages/apps/PackageInstaller/res/values-en-rIN/ |
| strings.xml | 31 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string> 32 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string> 33 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access."</string> 34 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access."</string> 37 <string name="install_failed_conflict" msgid="5336045235168070954">"App not installed as package conflicts with an existing package."</string>
|
| /packages/apps/PackageInstaller/res/values-en-rXC/ |
| strings.xml | 31 <string name="install_confirm_question_update" msgid="4624159567361487964">"????????????????????????????????????????????????????????????????????????????????????????????????Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:??????"</string> 32 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"??????????????????????????????????????????????????????????????????????????????????????????????Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:??????"</string> 33 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"????????????????????????????????????????????????????????????????????????????????????????????????Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access.??????"</string> 34 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"????????????????????????????????????????????????????????????????????????????????????????????????Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access.??????"</string> 37 <string name="install_failed_conflict" msgid="5336045235168070954">"????????????????????????????????????????????????????????????????????????????????????????????????App not installed as package conflicts with an existing package.??????"</string>
|
| /external/llvm/lib/Target/AArch64/ |
| AArch64PromoteConstant.cpp | 143 /// Check if the given insertion point is dominated by an existing 146 /// the related existing point. 150 /// \param InsertPts existing insertion points 157 /// Check if the given insertion point can be merged with an existing 164 /// \param InsertPts existing insertion points 203 // Inserting into the DenseMap may invalidate existing iterator. 308 /// Also we give up on all simple vector type to keep the existing 366 // Traverse all the existing insertion points and check if one is dominating 393 // Traverse all the existing insertion point and check if one is dominated by 452 // point in a common dominator or if NewPt dominates an existing one [all...] |
| /frameworks/base/tools/aapt2/ |
| ResourceTable.cpp | 237 // Typically, a weak value will be overridden by a strong value. An existing weak 252 ResourceTable::CollisionResult ResourceTable::ResolveValueCollision(Value* existing, 254 Attribute* existing_attr = ValueCast<Attribute>(existing); 259 // already exists. Keep the existing. 261 } else if (existing->IsWeak()) { 265 // The existing and incoming values are strong, this is an error 271 if (existing->IsWeak()) { 272 // The existing value is not an attribute and it is weak, 276 // The existing value is not an attribute and it is strong, 302 // Keep the existing attribute [all...] |
| /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| SortedList.java | 122 * replaced with the existing Item. SortedList uses 546 T existing = mData[index]; local 547 if (mCallback.areItemsTheSame(existing, item)) { 548 if (mCallback.areContentsTheSame(existing, item)) { 554 mCallback.onChanged(index, 1, mCallback.getChangePayload(existing, item)); 614 * You can use this method if you need to change an existing Item such that its position in the 632 final T existing = get(index); local 634 boolean contentsChanged = existing == item || !mCallback.areContentsTheSame(existing, item); 635 if (existing != item) [all...] |
| /packages/apps/PackageInstaller/res/values/ |
| strings.xml | 35 <!-- Message for updating an existing app [CHAR LIMIT=NONE] --> 37 to this existing application? Your existing data will not 39 <!-- Message for updating an existing system app [CHAR LIMIT=NONE] --> 41 to this built-in application? Your existing data will not 43 <!-- Message for updating an existing app, no permissions [CHAR LIMIT=NONE] --> 45 to this existing application? Your existing data will not 47 <!-- Message for updating an existing system app, no permissions [CHAR LIMIT=NONE] --> 49 to this built-in application? Your existing data will no [all...] |
| /external/icu/icu4c/source/i18n/unicode/ |
| numfmt.h | 277 * Result is appended to existing contents. 297 * Result is appended to existing contents. 348 * Result is appended to existing contents. 361 * Result is appended to existing contents. 374 * Result is appended to existing contents. 387 * Result is appended to existing contents. 403 * Result is appended to existing contents. 420 * Result is appended to existing contents. 438 * Result is appended to existing contents. 454 * Result is appended to existing contents [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| NotificationContentView.java | 1295 RemoteInputView existing = (RemoteInputView) local [all...] |
| /external/speex/include/speex/ |
| speex.h | 303 /** Frees all resources associated to an existing Speex encoder state. 307 /** Uses an existing encoder state to encode one frame of speech pointed to by 318 /** Uses an existing encoder state to encode one frame of speech pointed to by 347 /** Frees all resources associated to an existing decoder state. 353 /** Uses an existing decoder state to decode one frame of speech from 363 /** Uses an existing decoder state to decode one frame of speech from
|
| /external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
| core_rnn_cell.py | 216 in an existing scope. If not `True`, and the existing scope already has 295 in an existing scope. If not `True`, and the existing scope already has 351 in an existing scope. If not `True`, and the existing scope already has
|
| /external/v8/tools/sanitizers/ |
| sancov_formatter.py | 10 merge: Merges sancov files with coverage output into an existing json file. 280 data: Existing coverage data from json file containing all instrumented 359 # Load existing json data file for merging the results. 377 # Load existing json data file for splitting. 390 # Ignore existing directories. 409 help='Path to an existing json file with coverage data.')
|
| /packages/apps/Camera2/src/com/android/camera/device/ |
| MultiCameraDeviceLifecycle.java | 49 * 2. If there is an existing request, and the device id's match, 54 * 3. If there is an existing request, but the device ids don't match, 252 // Ensure there are no queued requests. Cancel any existing requests. 291 mLogger.d("[openDevice()] No existing request. Creating a new device."); 298 mLogger.d("[openDevice()] Existing request with the same id."); 306 mLogger.d("[openDevice()] Existing request with a different id.");
|