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

<<11121314151617181920>>

  /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;
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 1 # Copyright (c) 2012 Google Inc. All rights reserved.
70 copy all of the non-gyptest files in the directory hierarchy of the
97 ALL = '__all__'
199 This ignores all files and directories that begin with
200 the string 'gyptest', and all '.svn' subdirectories.
338 A 'target' argument of TestGyp.ALL specifies the 'all' target
418 # - it builds all targets, whereas we need to pass a target
425 # target 'all'.
426 ALL = 'gyp_all_modules
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 105 CodecFactory ALL = new CodecFactory();
109 public Iterable<Codec> H264() { return H264(ALL); }
110 public Iterable<Codec> HEVC() { return HEVC(ALL); }
111 public Iterable<Codec> VP8() { return VP8(ALL); }
112 public Iterable<Codec> VP9() { return VP9(ALL); }
113 public Iterable<Codec> Mpeg4() { return Mpeg4(ALL); }
114 public Iterable<Codec> H263() { return H263(ALL); }
117 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL))
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 4 * and others. All Rights Reserved.
807 "ADD", "ADP", "AED", "AFA", "AFN", "AIF", "ALK", "ALL", "ALV", "ALX", "AMD",
893 UEnumeration *pref, *all; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 4 * and others. All Rights Reserved.
807 "ADD", "ADP", "AED", "AFA", "AFN", "AIF", "ALK", "ALL", "ALV", "ALX", "AMD",
893 UEnumeration *pref, *all; local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 3 All Rights Reserved
7 granted, provided that the above copyright notice appear in all
15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
51 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
129 /* put ALL STAR in front of reg. exp. */
637 case ALL:
639 return (unary(op2(ALL, NIL, NIL)))
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 36 // summarizing all.
91 ALL = 7 };
92 unsigned char Direction : 3; // Init to ALL, then refine.
98 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
303 /// We can try to improve the situation by examining all the dependences
558 /// collectUpperBound - All subscripts are the same type (on my machine,
781 /// getLowerBound - Looks through all the bounds info an
    [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,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 61 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
NewInstance002Test.java 62 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 48 // Request event for all possible locations in the expected
78 // Clear all event requests.
87 * we send a request for all possible locations inside the method.
104 // Request event at all possible locations. We'd like to do
113 JDWPConstants.SuspendPolicy.ALL);
131 logWriter.println("Clear all field requests");
SingleStepTest.java 133 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
170 // check all
SingleStepWithLocationTest.java 106 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
143 // Check all
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 100 setRequestCommand.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 175 assertSame(h.getLevel(), Level.ALL);
209 assertSame(h.getLevel(), Level.ALL);
290 assertSame(h.getLevel(), Level.ALL);
306 assertSame(h.getLevel(), Level.ALL);
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.cc 1 // Copyright 2013 The Chromium Authors. All rights reserved.
200 ProfileResetter::ALL,
  /external/iproute2/lib/
ll_proto.c 65 __PF(ALL,all)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 96 getContext().registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter,
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 411 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
419 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
436 // Send the ordered broadcast; the result receiver will receive after all
611 R.string.car_mode_disable_notification_title, n, UserHandle.ALL);
614 R.string.car_mode_disable_notification_title, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ConnectivityController.java 73 mConnectivityChangedReceiver, UserHandle.ALL, intentFilter, null, null);
  /frameworks/base/services/tests/servicestests/src/com/android/server/notification/
RankingHelperTest.java 42 UserHandle user = UserHandle.ALL;
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAudioManager.java 93 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 30 private static final Level DEFAULT_LEVEL = Level.ALL;
53 * level {@code Level.ALL}. It has no filter and no formatter.
151 * Closes this handler. A flush operation will be performed and all the

Completed in 1212 milliseconds

<<11121314151617181920>>