HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 226 - 250 of 931) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodTest.java 120 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
271 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
408 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
NewInstanceTest.java 116 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
327 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 637 mContext.sendOrderedBroadcastAsUser(mScreenBrightnessBoostIntent, UserHandle.ALL, null,
654 mContext.sendOrderedBroadcastAsUser(mScreenOnIntent, UserHandle.ALL, null,
677 mContext.sendOrderedBroadcastAsUser(mScreenOffIntent, UserHandle.ALL, null,
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
SnoozeHelperTest.java 116 NotificationRecord r3 = getNotificationRecord("pkg", 3, "three", UserHandle.ALL);
198 NotificationRecord r2 = getNotificationRecord("pkg", 2, "one", UserHandle.ALL);
208 NotificationRecord r2 = getNotificationRecord("pkg", 2, "one", UserHandle.ALL);
  /frameworks/base/tests/net/java/com/android/server/connectivity/
TetheringTest.java 244 mServiceContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
252 mServiceContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
260 mServiceContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
326 // tetherMatchingInterfaces() which starts by fetching all interfaces).
363 // a "listen all" and a "track default".
462 // a "listen all" and a "track default".
535 // teardown because all events happen over the course of the single
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WifiScanningServiceTest.java 535 verify(mContext).sendBroadcastAsUser(any(Intent.class), eq(UserHandle.ALL));
537 verify(mContext, never()).sendBroadcastAsUser(any(Intent.class), eq(UserHandle.ALL));
569 * Do a single scan for a list of all channels and verify that it is successful.
685 verify(mContext).sendBroadcastAsUser(any(Intent.class), eq(UserHandle.ALL));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 79 //TODO - all hw capabilities to be exposed as a class
149 // Lock for all getters and setters.
490 mService.sendBroadcastAsUser(intent, UserHandle.ALL, AdapterService.BLUETOOTH_PERM);
644 intent, UserHandle.ALL, AdapterService.BLUETOOTH_PERM);
655 intent, UserHandle.ALL, AdapterService.BLUETOOTH_PERM);
767 // When BT is being turned on, all adapter properties will be sent in 1
    [all...]
  /build/make/core/
cleanspec.mk 20 # 2. REMOVE ALL FILES NAMED CleanSpec.mk.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 202 assertEquals(handler.getLevel(), Level.ALL);
247 assertEquals(handler.getLevel(), Level.ALL);
348 // push all
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 5 #* and others. All Rights Reserved.
76 # This target should build all the data files
83 ALL : $(OUTPUT)
84 @echo All targets are up to date (mode $(PKGMODE))
95 # This is to remove all the data files
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 32 #define ALL 0x00
179 rc |= do_tree_cleanup(path, ALL);
292 ("ERROR: failed error:%d creating all the test files ! \n",
400 * If devfs is running and mounted on /dev, these checks will all pass,
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
UserAccountTest.groovy 102 // No file permissions - readable by all
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
126 // No file permissions - writable by all
136 testCanWrite(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
150 // No file permissions - executable by all
160 testCanExecute(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
175 assert userAccount.defaultPermissionsForNewDirectory == Permissions.ALL
  /external/regex-re2/re2/
prefilter_tree.cc 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
41 case Prefilter::ALL:
107 // This one triggers too many things. If all the parents are AND
161 // Build vector of all filter nodes, sorted topologically
176 // Now add all the descendant nodes.
237 case Prefilter::ALL:
333 // Delay until all the children have succeeded.
  /frameworks/base/core/java/android/text/util/
Linkify.java 53 * Linkify take a piece of text and a regular expression and turns all of the
97 * Bit mask indicating that all available patterns should be matched in
100 public static final int ALL = WEB_URLS | EMAIL_ADDRESSES | PHONE_NUMBERS | MAP_ADDRESSES;
109 @IntDef(flag = true, value = { WEB_URLS, EMAIL_ADDRESSES, PHONE_NUMBERS, MAP_ADDRESSES, ALL })
214 * Scans the text of the provided Spannable and turns all occurrences
277 * Scans the text of the provided TextView and turns all occurrences of
373 * to all links.
436 * to all links.
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 64 * implements mAction. When null, all packages in the system that matches one of the signature
170 }, UserHandle.ALL, intentFilter, null, mHandler);
174 mPackageMonitor.register(mContext, null, UserHandle.ALL, true);
195 * @param justCheckThisPackage Only consider this package, or consider all
TelephonyRegistry.java 235 //defaultSubId comes before new defaultSubId update) we need to recall all
282 // we keep a copy of all of the state so we can send it out when folks
518 // force all illegal subId to SubscriptionManager.DEFAULT_SUB_ID
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 74 // All variables below protected by mLock
135 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
173 // Just ignore all future APDUs until next tap
198 // Just ignore all future APDUs until we resolve to only one
281 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
  /development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
HardcodedColorDetector.java 57 * 1. Check all the direct hardcode color(#ffffff)
58 * 2. Store all the potential indirect hardcode color(Hopefully none)
61 * 1. Go through colors.xml, recheck all the indirect hardcoded color
105 return ALL;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 17 * This base class provides utilities for all event modifier tests.
21 * The suspend policy used for all events in the tests.
24 TEST_SUSPEND_POLICY = JDWPConstants.SuspendPolicy.ALL;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
269 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
383 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
510 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
660 // print all received events
    [all...]
ExceptionCaughtTest.java 296 breakpoint, JDWPConstants.SuspendPolicy.ALL, 10);
SingleStepThroughReflectionTest.java 94 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
InvokeMethod003Test.java 64 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
InvokeMethodDefault002Test.java 61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);

Completed in 916 milliseconds

1 2 3 4 5 6 7 8 91011>>