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

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 262 * If this property is set to {@link #TRUE}, the packer will transmit
270 * The default is {@link #TRUE}, which preserves the input information,
293 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
503 /** The string "true", a possible value for certain properties.
507 String TRUE = "true";
647 /** The string "true", a possible value for certain properties.
650 String TRUE = "true";
660 * replacing them by the given value, {@link #TRUE} or {@link #FALSE}
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKInstantPrinterParser.java 271 assertEquals(parsed.query(DateTimeFormatter.parsedLeapSecond()), Boolean.TRUE);
  /packages/apps/Settings/src/com/android/settings/slices/
SlicesDatabaseAccessor.java 55 // Cursor value for boolean true
56 private final int TRUE = 1;
162 cursor.getColumnIndex(IndexColumns.PLATFORM_SLICE)) == TRUE;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 26 true to the intention of the original benchmark (where
57 TRUE = 1
242 return TRUE
246 return TRUE
252 if EnumLoc == Ident3: return TRUE
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 26 true to the intention of the original benchmark (where
57 TRUE = 1
242 return TRUE
246 return TRUE
252 if EnumLoc == Ident3: return TRUE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 26 true to the intention of the original benchmark (where
57 TRUE = 1
242 return TRUE
246 return TRUE
252 if EnumLoc == Ident3: return TRUE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 26 true to the intention of the original benchmark (where
57 TRUE = 1
242 return TRUE
246 return TRUE
252 if EnumLoc == Ident3: return TRUE
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.h 84 #define TRUE !FALSE
  /bionic/libc/kernel/uapi/linux/
agpgart.h 34 #ifndef TRUE
35 #define TRUE 1
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
pcctscfg.h 280 #ifndef TRUE
281 #define TRUE 1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctscfg.h 280 #ifndef TRUE
281 #define TRUE 1
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.h 53 #ifndef TRUE
54 #define TRUE 1
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 142 gtk_window_set_modal(GTK_WINDOW(fileselection), TRUE);
198 return TRUE;
212 return TRUE;
227 return TRUE;
gnomelayout.cpp 150 gtk_window_set_modal(GTK_WINDOW(fileselection), TRUE);
206 return TRUE;
220 return TRUE;
233 return TRUE;
  /external/iproute2/tc/
m_xt_old.c 117 #ifndef TRUE
118 #define TRUE 1
132 *invert = TRUE;
140 return TRUE;
  /external/iptables/iptables/
xtables.c 46 #ifndef TRUE
47 #define TRUE 1
917 args->goto_set = true;
1016 wait_interval_set = true;
1076 cs->invert = TRUE;
    [all...]
  /external/kernel-headers/original/uapi/linux/
agpgart.h 45 #ifndef TRUE
46 #define TRUE 1
  /external/libdrm/freedreno/
freedreno_priv.h 57 #ifndef TRUE
58 # define TRUE 1
  /external/libpng/contrib/gregbook/
writepng.h 56 #ifndef TRUE
57 # define TRUE 1
  /external/libpng/contrib/pngminus/
pnm2png.c 31 #ifndef TRUE
32 #define TRUE (BOOL) 1
93 interlace = TRUE;
96 alpha = TRUE;
255 packed_bitmap = TRUE;
468 if (packed_bitmap == TRUE)
528 return TRUE;
  /external/libvncserver/examples/
mac.c 35 #undef TRUE
47 rfbBool rfbNoSleep = TRUE;
66 dim_time_saved = TRUE;
94 sleep_time_saved = TRUE;
142 initialized = TRUE;
212 rfbBool disconnectAfterFirstClient = TRUE;
436 CGPostMouseEvent(position, TRUE, 8,
437 (buttonMask & (1 << 0)) ? TRUE : FALSE,
438 (buttonMask & (1 << 1)) ? TRUE : FALSE,
439 (buttonMask & (1 << 2)) ? TRUE : FALSE
    [all...]
  /external/libxml2/
testOOM.c 31 #ifndef TRUE
32 #define TRUE (1)
219 return TRUE;
235 error = TRUE;
256 status = TRUE;
  /external/ltp/lib/
tst_res.c 65 #define TRUE 1
110 static int Buffered = FALSE; /* TRUE if condensed output is currently */
220 if (Buffered == TRUE) {
245 Buffered = TRUE;
257 if (Buffered == TRUE && T_mode == NOPASS) {
  /external/ltp/testcases/kernel/fs/inode/
inode01.c 51 #define TRUE 1
313 switch_flag = level & TRUE;
395 switch_flag = TRUE;
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 72 #define TRUE 1
463 parent_got_signal = TRUE;

Completed in 1158 milliseconds

1 2 3 4 56 7 8 91011>>