HomeSort by relevance Sort by last modified time
    Searched defs:TRUE (Results 251 - 275 of 582) sorted by null

<<11121314151617181920>>

  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 143 Notification n = newNotificationBuilder().setColorized(true).build();
146 assertTrue(Boolean.TRUE.equals(extras.get(EXTRA_COLORIZED)));
181 .setAllowGeneratedReplies(true).build();
194 .setAllowGeneratedReplies(true).build()).build();
253 NotificationCompat.Action.EXTRA_SHOWS_USER_INTERFACE, true));
262 .setAllowGeneratedReplies(true).build();
290 .setAllowGeneratedReplies(true).build();
359 .setGroupSummary(true)
406 .setGroupSummary(true)
560 .setName("test name 2").setKey("key 2").setImportant(true).build()
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 14 #ifndef TRUE
15 #define TRUE 1
  /hardware/interfaces/camera/common/1.0/default/include/
CameraParameters.h 116 // Returns true if no keys are present
328 // The state of the auto-exposure lock. "true" means that
332 // setting this to true again has no effect (the driver will not
344 // Whether locking the auto-exposure is supported. "true" means it is, and
347 // The state of the auto-white balance lock. "true" means that
351 // locked, setting this to true again has no effect (the driver
361 // Whether locking the auto-white balance is supported. "true"
418 // Whether zoom is supported. Zoom is supported if the value is "true". Zoom
419 // is not supported if the value is not "true" or the key does not exist.
420 // Example value: "true". Read only
    [all...]
  /hardware/nxp/nfc/halimpl/common/
phNfcTypes.h 28 #ifndef TRUE
29 #define TRUE (0x01) /* Logical True Value */
144 Desfire : 1; /*TRUE indicates specified feature (mapping
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 58 private static final String TRUE = "true";
85 private boolean mMirror; // true if the camera is front-facing.
177 mAeAwbLock = true;
199 autoFocusCalled = true;
301 mPieRenderer.showSuccess(true);
539 return TRUE.equals(params.get(AUTO_EXPOSURE_LOCK_SUPPORTED));
543 return TRUE.equals(params.get(AUTO_WHITE_BALANCE_LOCK_SUPPORTED));
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNfcTypes.h 26 #ifndef TRUE
27 #define TRUE (0x01) /* Logical True Value */
138 Desfire : 1; /*TRUE indicates specified feature (mapping
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 714 #undef TRUE
719 # define TRUE true
723 # undef true macro
727 # define true 1 macro
731 # define TRUE true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 50 #ifndef TRUE
51 #define TRUE 1
fdi.h 51 #ifndef TRUE
52 #define TRUE 1
  /toolchain/binutils/binutils-2.27/bfd/
cofflink.c 38 /* Return TRUE if SYM is a weak, external symbol. */
43 /* Return TRUE if SYM is an external symbol. */
192 return TRUE;
213 return TRUE;
217 return TRUE;
218 *pneeded = TRUE;
244 return TRUE; /* Nothing to do. */
249 obj_coff_keep_syms (abfd) = TRUE;
254 default_copy = TRUE;
297 copy = TRUE;
    [all...]
elf32-m32c.c 113 TRUE, /* pc_relative */
121 TRUE), /* pcrel_offset */
127 TRUE, /* pc_relative */
135 TRUE), /* pcrel_offset */
485 rel->r_offset, TRUE);
622 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
648 return TRUE;
671 return TRUE;
755 return TRUE;
782 return TRUE;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 68 #ifndef TRUE
69 #define TRUE 1
105 #define QCAMERA_ION_USE_CACHE true
422 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
475 int32_t configureAFBracketing(bool enable = true);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.h 58 #ifndef TRUE
59 #define TRUE 1
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 83 #ifndef TRUE
84 #define TRUE 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 self.write(obj and TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True
    [all...]
  /external/cblas/testing/
cblas_test.h 9 #define TRUE 1
  /external/fio/
gfio.c 308 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
331 return TRUE;
354 return TRUE;
369 g_object_set(w, "has-tooltip", TRUE, NULL);
556 hbox = gtk_hbox_new(TRUE, 10);
560 gtk_box_pack_start(GTK_BOX(hbox), cw.hentry, TRUE, TRUE, 0);
567 hbox = gtk_hbox_new(TRUE, 4);
576 hbox = gtk_hbox_new(TRUE, 4);
592 hbox = gtk_hbox_new(TRUE, 4)
    [all...]
goptions.c 118 gfw->vbox[0] = gtk_vbox_new(TRUE, 5);
119 gfw->vbox[1] = gtk_vbox_new(TRUE, 5);
120 gtk_box_pack_start(GTK_BOX(hbox), gfw->vbox[0], TRUE, TRUE, 5);
121 gtk_box_pack_start(GTK_BOX(hbox), gfw->vbox[1], TRUE, TRUE, 5);
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 53 #ifndef TRUE
54 #define TRUE 1
385 /* for example. FALSE and TRUE toggle stem darkening on and off, */
448 /* glyph_transformed :: Boolean. Set to TRUE when the loaded glyph */
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 47 @GwtCompatible(emulated = true)
49 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
98 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
136 assertEvalsToFalse(Predicates.not(TRUE));
143 .addEqualityGroup(Predicates.not(TRUE))
150 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
152 .addEqualityGroup(Predicates.not(TRUE))
157 .addEqualityGroup(TRUE)
228 assertEvalsLikeOdd(Predicates.and(isOdd(), TRUE));
229 assertEvalsLikeOdd(Predicates.and(TRUE, isOdd()))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 119 * This was not true in Unicode 3.2 and earlier.
133 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true);
279 "PatternProps.isSyntax()", "[:Pattern_Syntax:]", true);
281 "PatternProps.isSyntax()", "[Pattern_Syntax ranges]", true);
283 "PatternProps.isWhiteSpace()", "[:Pattern_White_Space:]", true);
285 "PatternProps.isWhiteSpace()", "[Pattern_White_Space ranges]", true);
288 "[[:Pattern_Syntax:][:Pattern_White_Space:]]", true);
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 274 initializeData(Locale::getDefault(), NULL, status, TRUE);
289 initializeData(Locale::getDefault(), type, status, TRUE);
312 // Note that this is true for as long as DateFormatSymbols can be constructed
343 failed = TRUE;
527 if (array1 == array2) return TRUE;
533 return TRUE;
541 return TRUE;
618 return TRUE;
623 UBool cmpres = TRUE;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 178 if (failure(status, "new GregorianCalendar", TRUE)) return;
247 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
248 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
278 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
348 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return;
621 found = TRUE;
746 found = TRUE;
853 {"AST", -540, TRUE}, // ICU Link - America/Anchorage
854 {"PST", -480, TRUE}, // ICU Link - America/Los_Angeles
857 {"CST", -360, TRUE}, // Olson northamerica -7:0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 116 * This was not true in Unicode 3.2 and earlier.
130 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true);
276 "PatternProps.isSyntax()", "[:Pattern_Syntax:]", true);
278 "PatternProps.isSyntax()", "[Pattern_Syntax ranges]", true);
280 "PatternProps.isWhiteSpace()", "[:Pattern_White_Space:]", true);
282 "PatternProps.isWhiteSpace()", "[Pattern_White_Space ranges]", true);
285 "[[:Pattern_Syntax:][:Pattern_White_Space:]]", true);
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 310 TRUE(59),
570 return TRUE;
786 return true;
794 return true;

Completed in 435 milliseconds

<<11121314151617181920>>