HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 251 - 275 of 709) sorted by null

<<11121314151617181920>>

  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 26 $! all destination files with the same name come from the same source file.
38 $! copyright notice and this permission notice appear in all copies.
40 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
41 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
generate_config_vms_h_curl.com 24 $! copyright notice and this permission notice appear in all copies.
26 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
27 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
198 $! but are best practice to put on all header files.
239 $! We do them all here, even the ones that config_h.com currently gets correct.
  /frameworks/base/services/core/java/com/android/server/telecom/
TelecomLoaderService.java 326 mContext.registerReceiverAsUser(receiver, UserHandle.ALL,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 55 * for all type of failures: EAP, WPS & WPA networks */
206 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 301 captorIntent.capture(), eq(UserHandle.ALL));
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
MediaPlayerGlue.java 374 * @return Returns <code>true</code> iff 'Repeat-All' is <code>ON</code>.
377 return mRepeatAction.getIndex() == PlaybackControlsRow.RepeatAction.ALL;
  /libcore/luni/src/test/java/libcore/net/
NetworkSecurityPolicyTest.java 211 logger.setLevel(Level.ALL);
  /libcore/ojluni/src/main/java/java/util/logging/
FileHandler.java 3 * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
57 * (defaults to <tt>Level.ALL</tt>).
111 * Thus if three processes were all trying to log to fred%u.%g.txt then
134 // (a) forwards all its output to a target stream
198 setLevel(manager.getLevelProperty(cname + ".level", Level.ALL));
596 * Close all the files.
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 207 users = new int[] {UserHandle.ALL.getIdentifier()};
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 5 * Corporation and others. All Rights Reserved.
645 String[] ALL = Currency.getKeywordValuesForLocale("currency", ULocale.getDefault(), false);
647 for (int i = 0; i < ALL.length; i++) {
648 ALLSET.add(ALL[i]);
658 String[] all = Currency.getKeywordValuesForLocale("currency", loc, false); local
662 returnedSet.addAll(Arrays.asList(all));
672 assertTrue("USD all time", Currency.isAvailable("USD", null, null));
678 assertTrue("usd all time", Currency.isAvailable("usd", null, null));
680 assertTrue("DEM all time", Currency.isAvailable("DEM", null, null));
687 assertTrue("CHE all the time", Currency.isAvailable("CHE", null, null))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 4 * Corporation and others. All Rights Reserved.
641 String[] ALL = Currency.getKeywordValuesForLocale("currency", ULocale.getDefault(), false);
643 for (int i = 0; i < ALL.length; i++) {
644 ALLSET.add(ALL[i]);
654 String[] all = Currency.getKeywordValuesForLocale("currency", loc, false); local
658 returnedSet.addAll(Arrays.asList(all));
668 assertTrue("USD all time", Currency.isAvailable("USD", null, null));
674 assertTrue("usd all time", Currency.isAvailable("usd", null, null));
676 assertTrue("DEM all time", Currency.isAvailable("DEM", null, null));
683 assertTrue("CHE all the time", Currency.isAvailable("CHE", null, null))
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 114 ALL = 0
388 return l[ALL] or l[RESERVED] or l[UNRESERVED] or len(l[PORTS]) > 0
444 def set_in_tcp(self, all, reserved, unreserved, ports):
445 self.in_tcp = [all, reserved, unreserved, verify_ports(ports)]
447 def set_in_udp(self, all, reserved, unreserved, ports):
448 self.in_udp = [all, reserved, unreserved, verify_ports(ports)]
450 def set_out_tcp(self, all, ports):
451 self.out_tcp = [all, False, False, verify_ports(ports)]
453 def set_out_udp(self, all, ports):
454 self.out_udp = [all, False, False, verify_ports(ports)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java 232 * all modes.
507 * All times are in milliseconds. These constants are kept synchronized with the system
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 5 All Rights Reserved.
15 paragraph) shall be included in all copies or substantial portions of the
234 /* this is in fact a NOP as the Mesa SWIZZLE_* are all identical to VSF_IN_COMPONENT_* */
766 instead (requiring 2 clocks) if all inputs are in temp memory
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEvents003Test.java 134 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
191 // print all received events
277 fail("not all expected events were received");
337 logWriter.println("=> OK - all combined events have expected location!");
362 // print all received events
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 64 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 4 * All rights reserved.
194 if (value.equalsIgnoreCase("ALL")) {
195 registerInfo |= baksmaliOptions.ALL;
410 "\"ARGS,DEST\" is the default if no types are specified.\nValid values are:\nALL: all " +
411 "pre- and post-instruction registers.\nALLPRE: all pre-instruction registers\nALLPOST: all " +
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 101 * Called after all test classes are in place, ready to test
139 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
152 // add all custom listeners
163 // catch all exceptions so a more verbose error message can be outputted
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 292 // Location is currently disabled, ignore all NI requests.
395 UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 134 // Assume all state machines start out available and with no errors.
684 mContext.sendStickyBroadcastAsUser(broadcast, UserHandle.ALL);
725 UserHandle.ALL);
757 mTetheredNotificationBuilder.build(), UserHandle.ALL);
765 UserHandle.ALL);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 64 * All getters will lookup the corresponding default if the parameter is DEFAULT_XXX_ID. Ie calling
68 * return the corresponding INVALID_XXX_ID if the parameter is INVALID_XXX_ID. All other getters
403 // Now that all security checks passes, perform the operation as ourselves.
442 // Now that all security checks passes, perform the operation as ourselves.
480 // Now that all security checks passes, perform the operation as ourselves.
513 * @return List of all SubscriptionInfo records in database,
525 // Now that all security checks passes, perform the operation as ourselves.
553 // Now that all security checks passes, perform the operation as ourselves.
603 // Now that all security checks passes, perform the operation as ourselves.
620 * Get the SUB count of all SUB(s) in SubscriptoinInfo databas
    [all...]
  /frameworks/support/compat/java/android/support/v4/text/util/
LinkifyCompat.java 77 Linkify.MAP_ADDRESSES, Linkify.ALL })
82 * Scans the text of the provided Spannable and turns all occurrences
144 * Scans the text of the provided TextView and turns all occurrences of
230 * to all links.
293 * to all links.
  /libcore/ojluni/src/main/java/java/util/stream/
DoublePipeline.java 2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
416 * @implNote The {@code double} format can represent all
487 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.ALL));
LongPipeline.java 2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
465 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ALL));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 345 mAdapterService.sendBroadcastAsUser(intent, UserHandle.ALL,

Completed in 3477 milliseconds

<<11121314151617181920>>