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

1 2 3 4 5 67 8 91011>>

  /external/smali/
build.gradle 3 * All rights reserved.
208 distributionType = Wrapper.DistributionType.ALL
  /external/v8/src/js/
runtime.js 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
9 // ALL CAPS. The compiled code passes the first argument in 'this'.
13 // They are all declared at this one spot to avoid redeclaration errors.
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 115 NONE, RELAY, NOHOST, ALL
158 iceTransportsType = IceTransportsType.ALL;
  /frameworks/base/services/core/java/com/android/server/tv/
PersistentDataStore.java 225 TvInputManager.ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED), UserHandle.ALL);
230 UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 114 getContext().registerReceiverAsUser(mWebViewUpdatedReceiver, UserHandle.ALL, filter,
120 getContext().registerReceiverAsUser(mWebViewUpdatedReceiver, UserHandle.ALL,
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ObservableArrayListTest.java 28 private static final int ALL = 0;
45 mNotifications.add(new ListChange(ALL, 0, 0));
  /hardware/intel/common/utils/ituxd/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
35 LOCAL_SRC_FILES := $(call all-java-files-under, src)
47 include $(call all-makefiles-under,$(LOCAL_PATH))
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 16 # WARNING: Everything listed here will be built on ALL platforms,
  /hardware/interfaces/audio/effect/2.0/
types.hal 222 * samples for all channels at a given time. Frame size for unspecified format
248 ALL = BUFFER | SMP_RATE | CHANNELS | FORMAT | ACC_MODE
  /packages/services/Telecomm/src/com/android/server/telecom/
DefaultDialerCache.java 117 // refresh all of the users.
151 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, packageIntentFilter, null, null);
154 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, bootIntentFilter, null, null);
218 * If packageName is null, refresh all caches.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 104 scope = Scope.ALL;
138 scope = Scope.ALL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 398 ALL="static"
399 TEST="all teststatic"
405 ALL="static shared"
406 TEST="all teststatic testshared"
433 ALL="${ALL} all64"
510 echo "Using z_ prefix on all symbols." | tee -a configure.log
745 echo ALL = $ALL >> configure.log
801 /^all: */s#:.*#: $ALL#
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 469 // If Unconditional Call Forwarding (forward all calls) for VOICE
513 UserHandle.ALL);
518 UserHandle.ALL);
546 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, UserHandle.ALL);
588 UserHandle.ALL);
597 null /* tag */, SELECTED_OPERATOR_FAIL_NOTIFICATION, UserHandle.ALL);
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 113 CodecFactory ALL = new CodecFactory();
117 public Iterable<Codec> H264() { return H264(ALL); }
118 public Iterable<Codec> HEVC() { return HEVC(ALL); }
119 public Iterable<Codec> VP8() { return VP8(ALL); }
120 public Iterable<Codec> VP9() { return VP9(ALL); }
121 public Iterable<Codec> Mpeg4() { return Mpeg4(ALL); }
122 public Iterable<Codec> H263() { return H263(ALL); }
125 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 6 * and others. All Rights Reserved.
810 "ADD", "ADP", "AED", "AFA", "AFN", "AIF", "ALK", "ALL", "ALV", "ALX", "AMD",
906 UEnumeration *pref, *all; local
    [all...]
  /external/python/cpython2/Modules/zlib/
configure 398 ALL="static"
399 TEST="all teststatic"
405 ALL="static shared"
406 TEST="all teststatic testshared"
433 ALL="${ALL} all64"
510 echo "Using z_ prefix on all symbols." | tee -a configure.log
745 echo ALL = $ALL >> configure.log
801 /^all: */s#:.*#: $ALL
    [all...]
  /external/zlib/src/
configure 398 ALL="static"
399 TEST="all teststatic"
405 ALL="static shared"
406 TEST="all teststatic testshared"
433 ALL="${ALL} all64"
510 echo "Using z_ prefix on all symbols." | tee -a configure.log
745 echo ALL = $ALL >> configure.log
801 /^all: */s#:.*#: $ALL
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Range.java 47 * it is either open or unbounded. The construct {@code {x | statement}} is read "the set of all
60 * <tr><td>{@code (-?..+?)}<td>{@code {x}} <td>{@link Range#all all}
75 * <li>Use immutable value types only, if at all possible. If you must use a mutable type, <b>do
78 * if at all possible. Otherwise, be aware that concepts used throughout this documentation such
83 * its use, because this would also rule out all ungenerified (pre-JDK1.5) data types. <b>This
91 * <li>Ranges are <i>convex</i>: whenever two values are contained, all values in between them must
94 * Range<Integer>} can never be used to represent, say, "all <i>prime</i> numbers from 1 to
99 * <i>P</i> if, for all ranges {@code b} also having property <i>P</i>, {@code a.encloses(b)}.
100 * Likewise, {@code a} is <i>minimal</i> when {@code b.encloses(a)} for all {@code b} havin
314 public static <C extends Comparable<?>> Range<C> all() { method in class:Range
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
101 ALL = 7 };
102 unsigned char Direction : 3; // Init to ALL, then refine.
108 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
163 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
307 /// We can try to improve the situation by examining all the dependences
532 /// Makes sure all subscript pairs share the same integer type by
570 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 66 // ImageListParam specifies all the parameters we need to create an image
123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
311 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) {
351 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort,
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryUtils.java 59 StatusType.ALL
65 int ALL = 3;
107 case StatusType.ALL:
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
96 ALL = 7 };
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
297 /// We can try to improve the situation by examining all the dependences
522 /// Makes sure all subscript pairs share the same integer type by
560 /// collectUpperBound - All subscripts are the same type (on my machine,
    [all...]

Completed in 641 milliseconds

1 2 3 4 5 67 8 91011>>