| /libcore/luni/src/test/java/libcore/java/io/ |
| OldObjectInputStreamGetFieldTest.java | 129 fail("IllegalArgumentException expected for not existing name " + 135 fail("IllegalArgumentException expected for not existing name " + 141 fail("IllegalArgumentException expected for not existing name " + 147 fail("IllegalArgumentException expected for not existing name " + 153 fail("IllegalArgumentException expected for not existing name " + 159 fail("IllegalArgumentException expected for not existing name " + 165 fail("IllegalArgumentException expected for not existing name " + 171 fail("IllegalArgumentException expected for not existing name " + 177 fail("IllegalArgumentException expected for not existing name " +
|
| /external/flac/include/FLAC/ |
| metadata.h | 116 * Unless you will be using the level 1 or 2 interfaces to modify existing 149 * an existing structure. It need not be initialized. 369 * \param iterator A pointer to an existing iterator. 379 * \param iterator A pointer to an existing iterator. 390 * \param iterator A pointer to an existing iterator. 412 * \param iterator A pointer to an existing iterator. 423 * \param iterator A pointer to an existing initialized iterator. 437 * \param iterator A pointer to an existing initialized iterator. 450 * \param iterator A pointer to an existing initialized iterator. 465 * \param iterator A pointer to an existing initialized iterator [all...] |
| /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
| GlobalNotificationBuilder.java | 30 * <p>2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
| GlobalNotificationBuilder.java | 30 * <p>2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
| GlobalNotificationBuilder.java | 30 * 2. Use an existing NotificationCompatBuilder to create a Notification. This approach requires 32 * information for an existing notification. We use this approach in the IntentService handlers to 33 * update existing notifications.
|
| /external/blktrace/doc/ |
| blkiomon.8 | 62 Sets \fIpath_name\fR as path name for existing message queue to be used 70 Sets \fImsg_queue_id\fR as ID for an existing message queue to be used 79 messages written to an existing message queue.
|
| /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/io/ |
| FileMatchers.java | 16 return fileChecker(IS_DIRECTORY, "an existing directory", "is not a directory"); 20 return fileChecker(EXISTS, "an existing file or directory", "does not exist"); 24 return fileChecker(IS_FILE, "an existing File", "is not a file");
|
| /external/iproute2/man/man8/ |
| tc-sample.8 | 38 first form above, or use an existing sample action using its index, as presented 96 allows to set the new action index. When using existing action, this parameter 97 allows to specify the existing action index. The index must 32bit unsigned
|
| /frameworks/base/core/java/android/metrics/ |
| LogMaker.java | 64 /** @param category to replace the existing setting. */ 76 /** @param type to replace the existing setting. */ 88 /** @param subtype to replace the existing setting. */ 114 * @param timestamp to replace the existing settings. 130 /** @param packageName to replace the existing setting. */ 137 * @param component to replace the existing setting. 156 * @param pid to replace the existing setting. 176 * @param uid to replace the existing setting. 196 * @param name to replace the existing setting. 207 * @param bucket to replace the existing setting [all...] |
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
| AppTrace.java | 40 * Ends an existing async trace section with the given {@param key}. 47 * Ends an existing async trace section with the given {@param key} and {@param cookie}. 61 * Ends an existing trace section started in the last {@link #beginSection(String)}.
|
| /libcore/luni/src/main/java/org/xml/sax/ext/ |
| Locator2Impl.java | 36 * of this class is to make a snapshot of an existing Locator. 41 * Copy an existing Locator or Locator2 object. 46 * @param locator The existing Locator object.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
| BaseLayoutRuleTest.java | 92 Set<String> existing = new HashSet<String>(); local 96 new BaseLayoutRule().collectExistingIds(node, existing); 98 assertEquals(2, existing.size()); 99 assertContainsSame(Arrays.asList("@+id/Button2", "@+id/Button012"), existing); 209 Set<String> existing = new HashSet<String>(); local 210 assertEquals("@+id/Widget01", baseLayout.findNewId("a.w.Widget", existing)); 212 existing.add("@+id/Widget01"); 213 assertEquals("@+id/Widget02", baseLayout.findNewId("a.w.Widget", existing)); 215 existing.add("@+id/Widget02"); 216 assertEquals("@+id/Widget03", baseLayout.findNewId("a.w.Widget", existing)); [all...] |
| /external/python/cpython3/Lib/logging/ |
| config.py | 164 def _handle_existing_loggers(existing, child_loggers, disable_existing): 172 what was intended by the user. Also, allow existing loggers to NOT be 176 for log in existing: 209 #we don't want to lose the existing loggers, 211 #existing is set to contain all existing loggers, 214 #what's left in existing is the set of loggers 217 existing = list(root.manager.loggerDict.keys()) 222 existing.sort() 223 #We'll keep the list of existing logger [all...] |
| /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/ |
| AndroidManifest.xml | 20 A simple app to test that apps cannot be installed over existing app with
|
| /development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
| cron.yaml | 18 # We remove all existing contacts from the db, and create three initial
|
| /development/vndk/tools/sourcedr/sourcedr/commands/ |
| review.py | 16 help='Re-build the existing csearch index file')
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| Functions.h | 18 // Clone C++ string as allocated C string, de-allocating any existing string
|
| /external/autotest/client/tools/ |
| setidle.c | 1 /* setidle.c: tell kernel to use SCHED_IDLE policy for an existing process
|
| /external/autotest/server/site_tests/platform_UReadAheadServer/ |
| control | 17 This test deletes the existing ureadahead pack files from the client, reboots
|
| platform_UReadAheadServer.py | 11 The test first deletes the existing pack files, reboots and then checks
|