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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
cpu-frv.c 43 = FRV_ARCH (bfd_mach_fr300, "fr300", FALSE, (bfd_arch_info_type *)0);
46 = FRV_ARCH (bfd_mach_fr400, "fr400", FALSE, &arch_info_300);
49 = FRV_ARCH (bfd_mach_fr450, "fr450", FALSE, &arch_info_400);
52 = FRV_ARCH (bfd_mach_fr500, "fr500", FALSE, &arch_info_450);
55 = FRV_ARCH (bfd_mach_fr550, "fr550", FALSE, &arch_info_500);
58 = FRV_ARCH (bfd_mach_frvsimple, "simple", FALSE, &arch_info_550);
61 = FRV_ARCH (bfd_mach_frvtomcat, "tomcat", FALSE, &arch_info_simple);
coff-sparc.c 77 HOWTO(R_SPARC_NONE, 0,0, 0,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_NONE", FALSE,0,0x00000000,TRUE),
78 HOWTO(R_SPARC_8, 0,0, 8,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_8", FALSE,0,0x000000ff,TRUE),
79 HOWTO(R_SPARC_16, 0,1,16,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_16", FALSE,0,0x0000ffff,TRUE),
80 HOWTO(R_SPARC_32, 0,2,32,FALSE,0,complain_overflow_bitfield,bfd_coff_generic_reloc,"R_SPARC_32", FALSE,0,0xffffffff,TRUE),
81 HOWTO(R_SPARC_DISP8, 0,0, 8,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_DISP8", FALSE,0,0x000000ff,TRUE),
82 HOWTO(R_SPARC_DISP16, 0,1,16,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_DISP16", FALSE,0,0x0000ffff,TRUE)
    [all...]
cpu-m68k.c 37 N(bfd_mach_m68000, "m68k:68000", FALSE, &arch_info_struct[1]),
38 N(bfd_mach_m68008, "m68k:68008", FALSE, &arch_info_struct[2]),
39 N(bfd_mach_m68010, "m68k:68010", FALSE, &arch_info_struct[3]),
40 N(bfd_mach_m68020, "m68k:68020", FALSE, &arch_info_struct[4]),
41 N(bfd_mach_m68030, "m68k:68030", FALSE, &arch_info_struct[5]),
42 N(bfd_mach_m68040, "m68k:68040", FALSE, &arch_info_struct[6]),
43 N(bfd_mach_m68060, "m68k:68060", FALSE, &arch_info_struct[7]),
44 N(bfd_mach_cpu32, "m68k:cpu32", FALSE, &arch_info_struct[8]),
45 N(bfd_mach_fido, "m68k:fido", FALSE, &arch_info_struct[9]),
49 FALSE, &arch_info_struct[10])
    [all...]
cpu-avr.c 103 N (16, bfd_mach_avr1, "avr:1", FALSE, & arch_info_struct[1]),
106 N (16, bfd_mach_avr2, "avr:2", FALSE, & arch_info_struct[2]),
109 N (16, bfd_mach_avr25, "avr:25", FALSE, & arch_info_struct[3]),
114 N (22, bfd_mach_avr3, "avr:3", FALSE, & arch_info_struct[4]),
117 N (22, bfd_mach_avr31, "avr:31", FALSE, & arch_info_struct[5]),
120 N (16, bfd_mach_avr35, "avr:35", FALSE, & arch_info_struct[6]),
123 N (16, bfd_mach_avr4, "avr:4", FALSE, & arch_info_struct[7]),
128 N (22, bfd_mach_avr5, "avr:5", FALSE, & arch_info_struct[8]),
131 N (22, bfd_mach_avr51, "avr:51", FALSE, & arch_info_struct[9]),
134 N (22, bfd_mach_avr6, "avr:6", FALSE, & arch_info_struct[10])
    [all...]
elf64-mips.c 151 FALSE, /* pc_relative */
156 FALSE, /* partial_inplace */
159 FALSE), /* pcrel_offset */
166 FALSE, /* pc_relative */
174 FALSE), /* pcrel_offset */
181 FALSE, /* pc_relative */
189 FALSE), /* pcrel_offset */
196 FALSE, /* pc_relative */
204 FALSE), /* pcrel_offset */
211 FALSE, /* pc_relative *
    [all...]
elf32-m68hc12.c 112 FALSE, /* pc_relative */
117 FALSE, /* partial_inplace */
120 FALSE), /* pcrel_offset */
127 FALSE, /* pc_relative */
132 FALSE, /* partial_inplace */
135 FALSE), /* pcrel_offset */
142 FALSE, /* pc_relative */
147 FALSE, /* partial_inplace */
150 FALSE), /* pcrel_offset */
157 FALSE, /* pc_relative *
    [all...]
cpu-alpha.c 47 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)),
48 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)),
49 N (64, 64, bfd_mach_alpha_ev6, "alpha:ev6", FALSE, 0),
cpu-hppa.c 53 FALSE, /* Unless we use 1.1 specific features */
71 FALSE, /* Unless we use 1.1 specific features */
88 FALSE, /* 1.1 specific features used */
cpu-tic4x.c 38 return FALSE;
45 return FALSE;
59 FALSE, /* Not the default architecture. */
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
PredicatesTest.java 32 private static final Predicate<Object> FALSE = new Predicate<Object>() {
34 return false;
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null));
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null))
    [all...]
  /build/kati/testcase/
if.mk 2 FALSE:=
5 $(if ${FALSE}, $(info FAIL1))
7 $(if ${FALSE}, $(info FAIL3), $(info PASS3))
10 $(info $(if ${FALSE}, FAIL5, PASS5, PASS6))
11 $(info $(if ${FALSE} , FAIL6, PASS7))
and.mk 2 FALSE:=
8 $(and ${FALSE}, $(info FAIL_2))
14 $(and ${FALSE} , $(info FAIL_3))
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptDhNull.c 31 ASSERT (FALSE);
49 ASSERT (FALSE);
55 Return FALSE to indicate this interface is not supported.
62 @retval FALSE This interface is not supported.
74 ASSERT (FALSE);
75 return FALSE;
81 Return FALSE to indicate this interface is not supported.
88 @retval FALSE This interface is not supported.
100 ASSERT (FALSE);
101 return FALSE;
    [all...]
CryptPkcs7VerifyNull.c 23 Return FALSE to indicate this interface is not supported.
34 @retval FALSE This interface is not supported.
48 ASSERT (FALSE);
49 return FALSE;
66 ASSERT (FALSE);
85 @retval FALSE Error occurs during the operation.
99 ASSERT (FALSE);
100 return FALSE;
108 Return FALSE to indicate this interface is not supported.
118 @retval FALSE This interface is not supported.
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptDhNull.c 31 ASSERT (FALSE);
49 ASSERT (FALSE);
55 Return FALSE to indicate this interface is not supported.
62 @retval FALSE This interface is not supported.
74 ASSERT (FALSE);
75 return FALSE;
81 Return FALSE to indicate this interface is not supported.
88 @retval FALSE This interface is not supported.
100 ASSERT (FALSE);
101 return FALSE;
    [all...]
CryptPkcs7VerifyNull.c 23 Return FALSE to indicate this interface is not supported.
34 @retval FALSE This interface is not supported.
48 ASSERT (FALSE);
49 return FALSE;
66 ASSERT (FALSE);
85 @retval FALSE Error occurs during the operation.
99 ASSERT (FALSE);
100 return FALSE;
108 Return FALSE to indicate this interface is not supported.
118 @retval FALSE This interface is not supported.
    [all...]
  /hardware/broadcom/libbt/include/
bt_vendor_brcm.h 40 #ifndef FALSE
41 #define FALSE 0
45 #define TRUE (!FALSE)
49 #define VENDOR_LIB_RUNTIME_TUNING_ENABLED FALSE
87 * -FALSE- (default value)
100 #define USE_CONTROLLER_BDADDR FALSE
202 #define BT_WAKE_VIA_USERIAL_IOCTL FALSE
210 #define BT_WAKE_USERIAL_LDISC FALSE
218 #define BT_WAKE_VIA_PROC FALSE
222 #define BT_WAKE_VIA_PROC_NOTIFY_DEASSERT FALSE
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibEbc.c 39 ASSERT (FALSE);
65 ASSERT (FALSE);
90 ASSERT (FALSE);
117 ASSERT (FALSE);
142 ASSERT (FALSE);
169 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformLeds.c 52 FALSE
61 FALSE
70 FALSE
79 FALSE
111 PlatformLegacyGpioSetLevel (R_QNC_GPIO_RGLVL_RESUME_WELL, GALILEO_GEN2_FLASH_UPDATE_LED_RESUMEWELL_GPIO, FALSE);
114 PlatformLegacyGpioSetLevel (R_QNC_GPIO_RGLVL_RESUME_WELL, GALILEO_FLASH_UPDATE_LED_RESUMEWELL_GPIO, FALSE);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.h 33 #ifndef FALSE
34 #define FALSE 0
35 #define TRUE !FALSE
  /device/google/dragon/bluetooth/
bdroid_buildcfg.h 28 #define PAN_SUPPORTS_ROLE_NAP FALSE
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_mpo.h 38 #define FALSE 0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
CpuBreakpoint.c 64 ASSERT (FALSE);
77 ASSERT (FALSE);
84 returns FALSE.
87 @retval FALSE CPU interrupts are disabled.
96 ASSERT (FALSE);
97 return FALSE;
  /external/icu/icu4c/source/test/intltest/
tokiter.cpp 21 done = haveLine = FALSE;
30 return FALSE;
37 return FALSE;
44 haveLine = FALSE;
45 if (U_FAILURE(ec)) return FALSE;
64 * @return TRUE if a valid token is found, or FALSE if the end
70 return FALSE;
80 return FALSE;
91 return FALSE;
107 return FALSE;
    [all...]
  /external/tpm2/
Cancel.c 20 // FALSE if cancel flag is not set
56 s_isCanceled = FALSE;

Completed in 453 milliseconds

1 2 3 45 6 7 8 91011>>