HomeSort by relevance Sort by last modified time
    Searched defs:FULL (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/mesa3d/doxygen/
Makefile 2 default: full
4 all: full subset
9 FULL = \
23 full: $(FULL:.doxy=.tag)
24 $(foreach FILE,$(FULL),doxygen $(FILE);)
35 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
  /libcore/ojluni/src/main/java/java/time/format/
FormatStyle.java 79 * Full text style, with the most detail.
82 FULL,
TextStyle.java 69 * Text styles define three sizes for the formatted text - 'full', 'short' and 'narrow'.
73 * For example, in English the 'full' month is 'January', the 'short' month is 'Jan'
91 * Full text, typically the full description.
94 FULL(Calendar.LONG_FORMAT, 0),
96 * Full text for stand-alone use, typically the full description.
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
GcLogMessage.java 33 FULL,
  /packages/apps/Camera2/src/com/android/camera/one/config/
OneCameraFeatureConfig.java 38 * Our app maintains a YUV ringbuffer on FULL devices that support it.
44 /** Requests JPEG on LIMITED or FULL devices. (Option 3). */
47 * Requests YUV images on LIMITED or FULL with app-level JPEG
75 /** Full API 2 HDR+ support. */
76 FULL
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
TryWithResourcesJavacFilter.java 110 FULL,
183 case FULL:
204 case FULL:
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
WakeLockFacade.java 41 FULL, PARTIAL, BRIGHT, DIM
49 addWakeLock(WakeLockType.FULL, PowerManager.FULL_WAKE_LOCK
58 WakeLock full = mmPowerManager.newWakeLock(flags, WAKE_LOCK_TAG); local
59 full.setReferenceCounted(false);
60 mmLocks.put(type, full);
88 @Rpc(description = "Acquires a full wake lock (CPU on, screen bright, keyboard bright).")
90 mManager.acquire(WakeLockType.FULL);
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraCharacteristics.java 34 FULL, LIMITED, LEGACY
38 FULL, SIMPLE, NONE
  /system/tools/hidl/
Coordinator.h 75 FULL, // default
87 Enforce enforcement = Enforce::FULL) const;
96 Enforce enforcement = Enforce::FULL) const;
133 Enforce enforcement = Enforce::FULL) const;
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 355 FULL, // All fields of both messages are considered in the comparison.
655 // combined list if the corresponding fields_scope option is set to FULL.
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 249 * in a release to be weaker than a full volatile write. However,
282 static final int FULL = (NCPU >= (MMASK << 1)) ? MMASK : NCPU >>> 1;
429 else if ((c = p.collides) < m || m == FULL ||
470 arena = new Node[(FULL + 2) << ASHIFT];
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 355 FULL, // All fields of both messages are considered in the comparison.
655 // combined list if the corresponding fields_scope option is set to FULL.
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TestAppInstallSetup.java 53 FULL,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 45 /** Status indicator for full table entries. */
46 protected static final byte FULL = 1;
276 } else if (states[index] == FULL && keys[index] == key) {
282 if (states[index] == FULL) {
288 if (states[index] != FULL || keys[index] == key) {
296 } else if (states[index] == FULL) {
298 // if (states[index] == FULL) then keys[index] == key
309 } else if (states[index] == FULL && keys[index] == key) {
385 return (key != 0 || states[index] == FULL) && keys[index] == key;
419 states[index] = FULL;
    [all...]
OpenIntToFieldHashMap.java 48 /** Status indicator for full table entries. */
49 protected static final byte FULL = 1;
288 } else if (states[index] == FULL && keys[index] == key) {
294 if (states[index] == FULL) {
300 if (states[index] != FULL || keys[index] == key) {
308 } else if (states[index] == FULL) {
310 // if (states[index] == FULL) then keys[index] == key
321 } else if (states[index] == FULL && keys[index] == key) {
397 return (key != 0 || states[index] == FULL) && keys[index] == key;
431 states[index] = FULL;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 122 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
128 * <li> FULL is pretty completely specified, such as
156 * in the resource occurs in the order full, long, medium, short.
203 FULL = kFull,
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 62 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
107 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
112 * <li>{@link #FULL} is pretty completely specified, such as
424 * Constant for full style pattern.
426 public static final int FULL = 0;
    [all...]
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java 107 FULL,
110 private BitstreamPackage mPackage = BitstreamPackage.FULL;
179 BitstreamPackage curPackage = BitstreamPackage.FULL;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DataRecord.java 305 public static final byte FULL = 2;
306 public static final String[] names = { "NONE", "SHORT", "FULL" };
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 37 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
74 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends
79 * <li>FULL is pretty completely specified, such as
599 * Constant for full style pattern.
602 public static final int FULL = 0;
635 * {@icu} Constant for relative full style pattern.
638 public static final int RELATIVE_FULL = RELATIVE | FULL;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DataRecord.java 303 public static final byte FULL = 2;
304 public static final String[] names = { "NONE", "SHORT", "FULL" };
  /external/v8/src/heap/
mark-compact.h 20 enum class MarkCompactMode { FULL, YOUNG_GENERATION };
240 // empty when top_ == bottom_. It is full when top_ + 1 == bottom
663 void MarkRoots(RootMarkingVisitor<MarkCompactMode::FULL>* visitor);
667 void MarkStringTable(RootMarkingVisitor<MarkCompactMode::FULL>* visitor);
699 // function either leaves the marking stack full or clears the overflow
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 50 * The id of a generic virtual keyboard with a full layout that can be used to
79 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
91 * A full PC-style keyboard.
93 * A full keyboard behaves like a PC keyboard. All symbols are accessed directly
97 * This type of keyboard is generally designed for full two hand typing.
100 public static final int FULL = 4;
636 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
670 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
683 case FULL
    [all...]
  /prebuilts/devtools/tools/lib/
j2objc-annotations-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/
j2objc-annotations-1.1.jar 

Completed in 502 milliseconds

1 2 3 4 5 6 7 8 910