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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-pdp11.c 27 #define TRUE 1
468 operand->additional = TRUE;
550 operand->additional = TRUE;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 50 #ifndef TRUE
55 #define TRUE ((BOOLEAN)(1==1))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 92 #ifndef TRUE
93 #define TRUE ((BOOLEAN) (1 == 1))
  /external/aac/libPCMutils/src/
pcmdmx_lib.cpp 116 #define TRUE 1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 259 private static final Boolean TRUE = Boolean.TRUE;
366 * @param explicit true if explicitly tagged false otherwise.
451 added.addElement((i != 0) ? TRUE : FALSE); // to allow earlier JDK compatibility
582 // return TRUE;
616 * is true, create the encoded version of the sequence starting from the
631 * in converter. If reverse is true the ASN.1 sequence representing the DN will
650 * If reverse is true, create the encoded version of the sequence
652 * @param reverse true if we should start scanning from the end (RFC 2553).
721 nonWhiteSpaceEncountered = true;
    [all...]
  /external/fio/
gclient.c 28 return TRUE;
196 vbox = gtk_hbox_new(TRUE, 3);
209 vbox = gtk_hbox_new(TRUE, 3);
222 vbox = gtk_hbox_new(TRUE, 3);
774 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
787 gtk_box_pack_start(GTK_BOX(box), tree_view, TRUE, TRUE, 3);
850 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
906 g_object_set(w, "has-tooltip", TRUE, NULL);
927 return TRUE;
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java 42 @GwtCompatible(emulated = true)
44 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
93 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
121 assertEvalsToFalse(Predicates.not(TRUE));
128 .addEqualityGroup(Predicates.not(TRUE))
135 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
137 .addEqualityGroup(Predicates.not(TRUE))
142 .addEqualityGroup(TRUE)
196 assertEvalsLikeOdd(Predicates.and(isOdd(), TRUE));
197 assertEvalsLikeOdd(Predicates.and(TRUE, isOdd()))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 99 #ifndef TRUE
100 #define TRUE 1
101 #endif /* !defined TRUE */
161 ** True if SECSPER400YEARS is known to be representable as an
321 warned = TRUE;
586 show(argv[i], t, TRUE);
588 show(argv[i], t, TRUE);
655 show(argv[i], t, TRUE);
657 show(argv[i], t, TRUE);
769 show(name, lot, TRUE);
    [all...]
  /external/iptables/iptables/
ip6tables.c 48 #ifndef TRUE
49 #define TRUE 1
    [all...]
iptables.c 44 #ifndef TRUE
45 #define TRUE 1
    [all...]
xtables-arp.c 58 #ifndef TRUE
59 #define TRUE 1
574 *invert = TRUE;
582 return TRUE;
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 128 int TRUE = 85;
364 "\"true\"",
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 128 int TRUE = 60;
339 "\"true\"",
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 61 #ifndef TRUE
62 #define TRUE 1
226 while (TRUE) {
1058 while (TRUE) {
  /external/pdfium/third_party/libtiff/
tiffiop.h 75 #ifndef TRUE
76 #define TRUE 1
  /external/syslinux/gpxe/src/include/gpxe/efi/
Base.h 67 #define TRUE ((BOOLEAN)(1==1))
  /external/turbine/java/com/google/turbine/parse/
Token.java 32 TRUE("true"),
  /external/valgrind/none/tests/ppc32/
round.c 27 typedef enum { FALSE=0, TRUE } bool_t;
402 bool_t two_args = TRUE;
  /external/valgrind/none/tests/ppc64/
round.c 27 typedef enum { FALSE=0, TRUE } bool_t;
402 bool_t two_args = TRUE;
  /external/wpa_supplicant_8/src/common/
defs.h 15 #ifdef TRUE
16 #undef TRUE
18 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /frameworks/av/camera/include/camera/
CameraParameters.h 111 // Returns true if no keys are present
323 // The state of the auto-exposure lock. "true" means that
327 // setting this to true again has no effect (the driver will not
339 // Whether locking the auto-exposure is supported. "true" means it is, and
342 // The state of the auto-white balance lock. "true" means that
346 // locked, setting this to true again has no effect (the driver
356 // Whether locking the auto-white balance is supported. "true"
413 // Whether zoom is supported. Zoom is supported if the value is "true". Zoom
414 // is not supported if the value is not "true" or the key does not exist.
415 // Example value: "true". Read only
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 32 #define TRUE 1
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 110 #define TRUE 1
  /frameworks/base/services/core/java/com/android/server/hdmi/
Constants.java 159 static final int TRUE = 1;
212 // True by default.
215 // TODO(OEM): Set this to true to enable 'Set Menu Language' feature. False by default.
219 // when it's an active source. True by default.

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>