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

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 221 handler.setLevel(Level.ALL);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 143 // First of all, clean up any state (including mPartialWakeLock!)
339 mApp.sendBroadcastAsUser(intent, UserHandle.ALL);
  /test/vts-testcase/performance/hwbinder_latency_test/
HwBinderLatencyTest.py 38 "ALL":{"SYNC":"GOOD","S":1992,"I":1992,"R":1,
56 _ALL = "ALL"
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 240 p.put("testGetLogger_Normal_ANewLogger.level", "ALL");
257 assertSame(Level.ALL, log.getLevel());
378 p.put("testGetLoggerWithRes_Normal_ANewLogger.level", "ALL");
397 assertSame(Level.ALL, log.getLevel());
    [all...]
FileHandlerTest.java 176 // output 3 times, and all records left
198 assertEquals(handler.getLevel(), Level.ALL);
399 assertEquals(Level.ALL, handler.getLevel());
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 164 // Ignores all other instructions.
599 if (Direction == DVEntry::ALL)
783 // to extend all of them.
    [all...]
  /cts/tools/vm-tests-tf/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src/dot)
41 LOCAL_SRC_FILES := $(call all-java-files-under, src)
100 $(if $(EXPERIMENTAL_USE_OPENJDK9),--add-exports jdk.jartool/sun.tools.jar=ALL-UNNAMED) \
141 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeSet.java 49 private static final ImmutableRangeSet<Comparable<?>> ALL =
50 new ImmutableRangeSet<Comparable<?>>(ImmutableList.of(Range.<Comparable<?>>all()));
61 * Returns an immutable range set containing the single range {@link Range#all()}.
64 static <C extends Comparable> ImmutableRangeSet<C> all() { method in class:ImmutableRangeSet
65 return (ImmutableRangeSet<C>) ALL;
76 } else if (range.equals(Range.all())) {
77 return all();
90 } else if (rangeSet.encloses(Range.<C>all())) {
91 return all();
246 return complement = all();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 8 * Corporation and others. All Rights Reserved.
33 * or built for all and may be used many times.
42 public static final int ALL = 0x7f;
51 * All code points in the string are contained in the parent set.
78 /** Set up for all variants of span()? */
79 private boolean all; field in class:UnicodeSetStringSpan
85 * Constructs for all variants of span(), or only for any one variant.
96 all = (which == ALL);
105 // Determine if the strings even need to be taken into account at all for span() etc
    [all...]
  /external/libpcap/msdos/
ndis_0.asm 65 ; *ALL* interrupt threads come through this macro.
124 ; Define all of the callbacks for the NDIS procs.
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
130 RESIZE_FIXED = 1, // All frames are coded at the specified dimension.
279 // TODO(jingning) All spatially adaptive variables should go to TileDataEnc.
345 typedef enum { Y, U, V, ALL } STAT_TYPE;
348 double stat[ALL + 1];
800 // mb_rows, cols are in units of 16 pixels. We assume 3 planes all at full
  /external/python/cpython2/Lib/idlelib/
TreeWidget.py 169 self.canvas.delete(ALL) # XXX could be more subtle
171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java 346 * Proguard must also know, and keep, all methods matching this signature.
362 // The default priority of all subscribers
383 // The handler to post all events
398 * of a new subscriber whether we need to read all the subscriber's methods again using
411 * Set of all currently registered subscribers
504 * Remove all EventHandlers pointing to the specified subscriber. This does not remove the
527 // For each of the event handlers the subscriber handles, remove all references of that
628 context.sendBroadcastAsUser(intent, UserHandle.ALL);
740 // If we've parsed this subscriber type before, just add to the set for all the known
761 // Find all the valid event bus handler methods of the subscribe
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 142 getContext().registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
428 getContext().sendBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointManager.java 137 mContext.sendBroadcastAsUser(intent, UserHandle.ALL,
160 mContext.sendBroadcastAsUser(intent, UserHandle.ALL,
471 * will contained all the necessary credentials for connecting to the given WiFi AP.
  /frameworks/support/compat/tests/java/android/support/v4/text/util/
LinkifyCompatTest.java 245 assertTrue(LinkifyCompat.addLinks(spannable, Linkify.ALL));
281 // expected behavior, passing null schemes array means: prepend defaultScheme to all links.
313 boolean linksAdded = LinkifyCompat.addLinks(spannable, Linkify.ALL);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 75 * Notification channel containing all cellbroadcast broadcast messages notifications.
380 // Check if all emergency alerts are disabled.
436 sendBroadcastAsUser(intent, UserHandle.ALL,
438 sendBroadcastAsUser(intent, UserHandle.ALL,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 77 // All variables below synchronized on mLock
99 * All services that have registered
153 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, intentFilter, null, null);
159 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, sdFilter, null, null);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryUtilsTest.java 226 final long time = mBatteryUtils.getProcessTimeMs(BatteryUtils.StatusType.ALL, mUid,
234 final long time = mBatteryUtils.getProcessTimeMs(BatteryUtils.StatusType.ALL, null,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 169 self.canvas.delete(ALL) # XXX could be more subtle
171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 169 self.canvas.delete(ALL) # XXX could be more subtle
171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 169 self.canvas.delete(ALL) # XXX could be more subtle
171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 169 self.canvas.delete(ALL) # XXX could be more subtle
171 x0, y0, x1, y1 = self.canvas.bbox(ALL)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod002Test.java 114 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/boringssl/src/util/
make_errors.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

Completed in 975 milliseconds

<<11121314151617181920>>