HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 151 - 175 of 5119) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTsNull.c 22 Return FALSE to indicate this interface is not supported.
33 @retval FALSE This interface is not supported.
46 ASSERT (FALSE);
47 return FALSE;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptAuthenticodeNull.c 22 Return FALSE to indicate this interface is not supported.
35 @retval FALSE This interface is not supported.
49 ASSERT (FALSE);
50 return FALSE;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
ArmCache.c 37 ASSERT(FALSE);
73 ASSERT(FALSE);
93 ASSERT(FALSE);
130 ASSERT(FALSE);
150 ASSERT(FALSE);
186 ASSERT(FALSE);
207 ASSERT(FALSE);
245 ASSERT(FALSE);
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmLibNull/
SmmLibNull.c 56 it returns FALSE.
59 @retval FALSE No software SMI happened or the software SMI was triggered at run time.
68 return FALSE;
77 it returns FALSE.
80 @retval FALSE No software SMI happened or the software SMI was triggered at boot time.
89 return FALSE;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/
Types.h 45 #ifndef FALSE
46 #define FALSE ((BOOLEAN) 0 == 1)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/
BoardJumpers.c 34 return FALSE;
43 return FALSE;
  /external/freetype/src/base/
ftpatent.c 35 return FALSE;
48 return FALSE;
  /external/tpm2/
PowerPlat.c 28 s_isCanceled = FALSE;
46 s_powerLost = FALSE;
  /hardware/nxp/nfc/halimpl/common/
phEseTypes.h 27 #ifndef FALSE
28 #define FALSE (0x00) /* Logical False Value */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FalseFileFilter.java 23 * A file filter that always returns false.
33 * Singleton instance of false filter.
36 public static final IOFileFilter FALSE = new FalseFileFilter();
38 * Singleton instance of false filter.
39 * Please use the identical FalseFileFilter.FALSE constant.
43 public static final IOFileFilter INSTANCE = FALSE;
52 * Returns false.
55 * @return false
58 return false;
62 * Returns false
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image_platform.h 32 #ifndef FALSE
33 #define FALSE 0
  /toolchain/binutils/binutils-2.27/bfd/
cpu-d10v.c 36 FALSE,
53 FALSE,
cpu-i370.c 39 FALSE, /* Not the default. */
54 FALSE, /* Not the default. */
cpu-m10300.c 35 FALSE,
52 FALSE,
cpu-m32c.c 33 return FALSE;
49 FALSE, /* the default ? */
cpu-m32r.c 34 N (bfd_mach_m32rx, "m32rx", FALSE, M32R2_NEXT) ,
35 N (bfd_mach_m32r2, "m32r2", FALSE, NULL)
cpu-mep.c 28 static const bfd_arch_info_type bfd_c5_arch = MA (bfd_mach_mep_c5, "c5", FALSE, NULL);
29 static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, & bfd_c5_arch);
cpu-mt.c 36 FALSE, /* The default ? */
51 FALSE, /* The default ? */
nlm32-alpha.c 50 return FALSE;
53 return FALSE;
60 return FALSE;
77 return FALSE;
95 FALSE, /* PC_relative. */
100 FALSE, /* Partial_inplace. */
103 FALSE), /* PCrel_offset. */
110 FALSE, /* PC_relative. */
118 FALSE), /* PCrel_offset. */
125 FALSE, /* PC_relative. *
    [all...]
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32b4300.sh 9 DYNAMIC_LINK=FALSE
elf32visium.sh 9 DYNAMIC_LINK=FALSE
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 141 FALSE , /* Zyyy */
142 FALSE, /* Qaai */
144 FALSE, /* Armn */
146 FALSE, /* Bopo */
147 FALSE, /* Cher */
148 FALSE, /* Copt=Qaac */
149 FALSE, /* Cyrl */
150 FALSE, /* Dsrt */
152 FALSE, /* Ethi */
153 FALSE, /* Geor *
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
CryptRand.c 37 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
48 return FALSE;
56 return FALSE;
73 return FALSE;
79 If Output is NULL, then return FALSE.
85 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
99 return FALSE;
106 return FALSE;
CryptRandItc.c 33 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
46 return FALSE;
54 return FALSE;
81 return FALSE;
87 If Output is NULL, then return FALSE.
93 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
107 return FALSE;
114 return FALSE;
CryptRandTsc.c 33 @retval FALSE Pseudorandom number generator does not have enough entropy for random generation.
46 return FALSE;
54 return FALSE;
81 return FALSE;
87 If Output is NULL, then return FALSE.
93 @retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.
107 return FALSE;
114 return FALSE;

Completed in 235 milliseconds

1 2 3 4 5 67 8 91011>>