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

<<11121314151617181920>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodDefaultTest.java 60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
make_cavp.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/boringssl/src/crypto/fipsmodule/bn/
check_bn_tests.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/boringssl/src/ssl/test/runner/
shim_ticket.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/curl/packages/vms/
compare_curl_source.com 76 $! copyright notice and this permission notice appear in all copies.
78 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
79 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
generate_vax_transfer.com 21 $! copyright notice and this permission notice appear in all copies.
23 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
24 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
215 ; This patched Macro32 requires all directives to be in upper case.
setup_gnv_curl_build.com 14 $! copyright notice and this permission notice appear in all copies.
16 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
17 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
64 $! repository for all directories.
71 $! Note 64 bit pointers requires all libraries to either have
107 $! Set up a include list for the compiler to find all the header files
  /external/e2fsprogs/resize/
Makefile.in 43 all:: $(PROGS) $(TEST_PROGS) $(MANPAGES)
134 echo $(SRCROOT)/e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz \
141 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
  /external/jsoncpp/devtools/
antglob.py 55 ALL = DIR | FILE | LINKS
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 2 // All rights reserved.
117 // Close all the elements that cannot contain the element to open.
180 // Close all the elements that cannot contain the element to open.
284 ElementContainmentRelationships.CloseTagScope.ALL & ~inScopes;
335 static final int ALL = (1 << values().length) - 1;
665 CloseTagScope.ALL);
885 ), CloseTagScope.ALL);
    [all...]
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerTest.java 3 * All rights reserved.
14 * included in all copies or substantial portions of the Software.
84 julLogger.setLevel(Level.ALL);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 4 * All rights reserved.
71 if ((registerInfo & BaksmaliOptions.ALL) != 0) {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
DisassembleCommand.java 3 * All rights reserved.
120 "The value is a comma-separated list of any of ALL, ALLPRE, ALLPOST, ARGS, DEST, MERGE and " +
255 if (registerInfoType.equalsIgnoreCase("ALL")) {
256 options.registerInfo |= BaksmaliOptions.ALL;
  /frameworks/base/core/java/android/os/
UserHandle.java 35 /** @hide A user id to indicate all users on the device */
38 /** @hide A user handle to indicate all users on the device */
39 public static final UserHandle ALL = new UserHandle(USER_ALL);
193 * Returns the gid shared between all apps with this userId.
295 if ("all".equals(arg)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 169 if (UserHandle.ALL.equals(user)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 68 context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, new Handler(bgLooper));
UserInfoControllerImpl.java 66 mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL, profileFilter,
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 68 * to all {@link android.content.BroadcastReceiver IntentReceivers} that are
89 * we take care to post all outcalls into the activity manager to a handler.
91 * FIXME: Ideally the power manager would perform all of its calls into the battery
466 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
477 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
490 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
502 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
    [all...]
DockObserver.java 221 getContext().sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/vr/
EnabledComponentsObserver.java 99 * @param lock a lock object used to guard instance state in all callbacks and method calls.
141 packageMonitor.register(context, looper, UserHandle.ALL, true);
211 * Return all VrListenerService components installed for this user.
227 * Return all VrListenerService components enabled for this user.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 74 * all off.
103 private int mUnsolicitedResponseFilter = IndicationFilter.ALL;
390 log("Screens all off", true);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 93 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /libcore/ojluni/src/main/java/java/util/stream/
MatchOps.java 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
38 * include match-all, match-any, and match-none.
47 * Enum describing quantified match options -- all match, any match, none
51 /** Do all elements match the predicate? */
55 ALL(false, false),
75 * @param matchKind the kind of quantified match (all, any, none)
104 * @param matchKind the kind of quantified match (all, any, none)
133 * @param matchKind the kind of quantified match (all, any, none)
163 * @param matchKind the kind of quantified match (all, any, none)
191 * elements of a stream and determines whether all, any or none of thos
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmTimeClickHandler.java 110 // Set all previously set days
112 // Set all days if no previous.
116 alarm.daysOfWeek = Weekdays.ALL;
123 // Remove all repeat days
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Weekdays.java 68 /** All valid bits set. */
71 /** An instance with all weekdays in the weekly repeat cycle. */
72 public static final Weekdays ALL = Weekdays.fromBits(ALL_DAYS);
108 * @param calendarDays an array containing any or all of the following values

Completed in 669 milliseconds

<<11121314151617181920>>