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

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/direct_io/
diotest2.c 66 #define TRUE 1
189 failed = TRUE;
208 failed = TRUE;
229 failed = TRUE;
  /external/ltp/testcases/kernel/io/disktest/
defs.h 91 #define TRUE 1
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 77 #ifndef TRUE
78 #define TRUE 1
163 int run_once = TRUE;
188 map_anon = TRUE;
280 } while (TRUE && !run_once);
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 35 # define TRUE 1
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_osdep.h 54 #undef TRUE
55 TRUE = 1
  /external/wpa_supplicant_8/src/utils/
browser.c 107 return TRUE;
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 142 #ifndef TRUE
143 #define TRUE 1
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraCommon.cpp 53 #ifndef TRUE
54 #define TRUE 1
177 if ((fdVideoEnabled == TRUE) &&
282 * RETURN : TRUE -- UBWC format supported
297 return TRUE;
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.h 40 #define TRUE 1
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 46 #define TRUE 1
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 46 #define TRUE 1
  /hardware/qcom/display/msm8994/libgralloc/
gr.h 47 #define TRUE 1
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 27 #ifndef TRUE
28 #define TRUE 1==1
  /packages/apps/Settings/src/com/android/settings/search/
InlinePayload.java 33 public static final int TRUE = 1;
46 * True when the setting is available for the device.
59 * @param isDeviceSupported is true when the setting is valid for the given device.
74 mIsDeviceSupported = parcel.readInt() == TRUE;
83 dest.writeInt(mIsDeviceSupported ? TRUE : FALSE);
138 * @returns true when the setting was changed, and false otherwise.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 52 #ifndef TRUE
53 # define TRUE (1)
  /bionic/libc/private/
icu.h 37 #define TRUE 1
  /cts/hostsidetests/security/securityPatch/CVE-2016-2504/
poc.c 83 #define TRUE 1
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 172 @retval TRUE The condition is satisfied.
472 //PlatformBdsEnterFrontPage (GetFrontPageTimeoutFromQemu(), TRUE);
475 PlatformBdsEnterFrontPage (PcdGet16(PcdPlatformBootTimeOut), TRUE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 266 PrintGuidToBuffer (FileName, (UINT8 *)FileGuidString, sizeof (FileGuidString), TRUE);
692 PrintGuidToBuffer (&FfsHeader->Name, FileGuidString, sizeof (FileGuidString), TRUE);
850 for a bit is 1, the function return TRUE.
887 *ErasePolarity = TRUE;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 41 #define TRUE 1
  /external/aac/libAACenc/src/
psy_const.h 106 #define TRUE 1
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 46 /** serialized version of true */
47 public static final int TRUE = 1;
  /external/fio/
ghelpers.c 14 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
27 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
65 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
79 gtk_box_pack_start(GTK_BOX(box), button, TRUE, TRUE, 0);
122 gtk_tree_view_column_set_resizable(col, TRUE);
123 gtk_tree_view_column_pack_start(col, renderer, TRUE);
    [all...]
  /external/icu/icu4c/source/common/unicode/
umachine.h 238 #ifndef TRUE
239 /** The TRUE value of a UBool @stable ICU 2.0 */
240 # define TRUE 1

Completed in 3132 milliseconds

1 2 34 5 6 7 8 91011>>