HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 51 - 75 of 4842) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/
IoLib.c 45 ASSERT (FALSE);
71 ASSERT (FALSE);
  /hardware/intel/img/psb_video/src/
psb_def.h 35 #ifndef FALSE
36 #define FALSE 0
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
    [all...]
loc_api_rpcgen_common_xdr.c 42 return FALSE;
52 return FALSE;
62 return FALSE;
72 return FALSE;
82 return FALSE;
92 return FALSE;
94 return FALSE;
96 return FALSE;
98 return FALSE;
100 return FALSE;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
    [all...]
loc_api_rpcgen_common_xdr.c 42 return FALSE;
52 return FALSE;
62 return FALSE;
72 return FALSE;
82 return FALSE;
92 return FALSE;
94 return FALSE;
96 return FALSE;
98 return FALSE;
100 return FALSE;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 43 return FALSE;
53 return FALSE;
63 return FALSE;
65 return FALSE;
75 return FALSE;
85 return FALSE;
95 return FALSE;
105 return FALSE;
107 return FALSE;
109 return FALSE;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cpu-powerpc.c 77 FALSE,
111 FALSE,
127 FALSE, /* not the default */
142 FALSE, /* not the default */
157 FALSE, /* not the default */
172 FALSE, /* not the default */
187 FALSE, /* not the default */
202 FALSE, /* not the default */
217 FALSE, /* not the default */
232 FALSE, /* not the default *
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumerator.c 49 gFullEnumeration = FALSE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Ebc/
PerformancePrimitives.c 49 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ebc/
EbcTimerLib.c 48 ASSERT (FALSE);
71 ASSERT (FALSE);
96 ASSERT (FALSE);
133 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDevicePath.c 34 FALSE,
  /external/compiler-rt/test/asan/TestCases/Windows/
report_after_syminitialize.cc 11 // Make sure the RTL recovers from "fInvadeProcess=FALSE".
12 if (!SymInitialize(GetCurrentProcess(), 0, FALSE))
  /external/tpm2/
Power.c 22 s_initialized = FALSE;
50 // FALSE TPM has not been initialized
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
data_types.h 27 #ifndef FALSE
28 #define FALSE 0
34 #define TRUE (!FALSE)
48 #define BIG_ENDIAN FALSE
  /system/nfc/src/gki/ulinux/
data_types.h 28 #ifndef FALSE
29 #define FALSE 0
35 #define TRUE (!FALSE)
49 #define BIG_ENDIAN FALSE
  /external/harfbuzz_ng/test/api/
test-buffer.c 433 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE },
435 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE },
437 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE },
441 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE },
442 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE },
444 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE },
445 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE },
456 { "\xf8\x88\x80\x80\x80", -1, 0, FALSE },
457 { "\xfc\x84\x80\x80\x80\x80", -1, 0, FALSE },
463 { "\xf4\x90\xbf\xbf", -1, 0, FALSE },
    [all...]
  /build/kati/testcase/
or.mk 2 FALSE:=
7 $(or ${FALSE}, $(info PASS_1))
11 $(info $(or ${FALSE}, PASS, PASS))
13 $(info $(or ${FALSE}, $(X) ))
14 $(info $(or ${FALSE}, $(Y) ))
15 $(info $(or ${FALSE} , PASS, PASS))
  /external/lzma/CPP/Windows/
Defs.h 9 inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); }
10 inline bool BOOLToBool(BOOL v) { return (v != FALSE); }
11 inline BOOL BoolToBOOL(bool v) { return (v ? TRUE: FALSE); }
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */

Completed in 1278 milliseconds

1 23 4 5 6 7 8 91011>>