Searched defs:FALSE (Results 1 - 25 of 173) sorted by path

1234567

/external/aac/libAACenc/src/
H A Dpsy_const.h95 #define FALSE 0 macro
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp191 #define FALSE 0 macro
1024 isValidCfg = FALSE;
1035 isValidCfg = FALSE;
1072 isValidCfg = FALSE;
/external/aac/libSBRenc/src/
H A Dsbr_def.h109 #define FALSE 0 macro
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventListener.java48 public static final int FALSE = 0; field in interface:DebugEventListener
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c72 #ifndef FALSE
74 #define FALSE 0 macro
178 int ret = FALSE;
189 int ret = FALSE;
224 int ret = FALSE;
241 int ret = FALSE;
258 int ret = FALSE;
310 return FALSE;
374 return FALSE;
383 return FALSE;
[all...]
H A Dbtif_config_util.cpp38 #ifndef FALSE
40 #define FALSE 0 macro
192 int ret = FALSE;
207 int ret = FALSE;
386 return FALSE;
391 return FALSE;
499 int ret = FALSE;
510 return FALSE;
534 int ret = FALSE;
587 int ret = FALSE;
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_stddefs.h40 #ifndef FALSE
41 #define FALSE 0 /**< This define statement sets FALSE as a preprocessor alias for 0. */ macro
45 #define TRUE (!FALSE) /**< This define statement sets TRUE as a preprocessor alias for !FALSE. */
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h35 #ifndef FALSE
36 #define FALSE 0 macro
40 #define TRUE (!FALSE)
75 #define SBC_DSP_OPT FALSE
80 #define SBC_USE_ARM_PRAGMA FALSE
86 #define SBC_ARM_ASM_OPT FALSE
91 #define SBC_GHS_COMPILER FALSE
108 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE
115 #define SBC_IS_64_MULT_IN_IDCT FALSE
119 /* setting this flag to FALSE ad
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h25 #ifndef FALSE
26 # define FALSE false macro
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_bdroid.h43 # ifndef FALSE
44 # define FALSE 0 macro
47 # define TRUE (!FALSE)
51 # ifndef FALSE
52 # define FALSE false macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERBoolean.java17 public static final ASN1Boolean FALSE = new ASN1Boolean(false); field in class:DERBoolean
36 return ((DERBoolean)obj).isTrue() ? DERBoolean.TRUE : DERBoolean.FALSE;
48 return (value ? TRUE : FALSE);
57 return (value != 0 ? TRUE : FALSE);
67 return (octets[0] != 0) ? TRUE : FALSE;
173 return (value[0] != 0) ? "TRUE" : "FALSE";
185 return FALSE;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java260 private static final Boolean FALSE = Boolean.FALSE; field in class:X509Name
515 this.added.addElement(FALSE);
525 this.added.addElement(FALSE);
576 this.added.addElement(FALSE);
587 // return FALSE;
795 addEntry(lookUp, pTok.nextToken(), FALSE);
804 addEntry(lookUp, token, FALSE);
/external/checkpolicy/
H A Dpolicy_define.h14 #define FALSE 0 macro
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_key_bindings_handler.cc83 gtk_widget_set_sensitive(GTK_WIDGET(handler), FALSE); local
384 return FALSE;
H A Dselect_file_dialog_impl_gtk2.cc442 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), FALSE); local
456 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), FALSE); local
502 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), FALSE); local
634 pixbuf ? TRUE : FALSE);
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc118 FALSE, 0); local
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc64 ::EnableWindow(hwnd(), FALSE); local
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux_unittest.cc44 #undef FALSE macro
49 UNSET = 0, TRUE, FALSE enumerator in enum:net::__anon9369::BoolSettingValue
219 case FALSE:
422 FALSE, FALSE, FALSE, // use, same, auth
440 FALSE, FALSE, FALSE, // use, same, auth
458 FALSE, FALS
[all...]
/external/chromium_org/remoting/host/
H A Dcontinue_window_linux.cc82 gtk_window_set_resizable(GTK_WINDOW(continue_window_), FALSE); local
H A Ddisconnect_window_linux.cc101 gtk_window_set_resizable(window, FALSE);
108 gtk_window_set_decorated(window, FALSE);
113 gtk_window_set_deletable(window, FALSE);
140 GtkWidget* button_row = gtk_hbox_new(FALSE, 12);
145 gtk_box_pack_end(GTK_BOX(button_row), button_, FALSE, FALSE, 0); local
150 gtk_box_pack_end(GTK_BOX(button_row), message_, FALSE, FALSE, 0); local
194 return FALSE;
269 gdk_window_set_back_pixmap(widget->window, background, FALSE);
[all...]
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher_unittest.cc349 FALSE, // do not inherit handles
374 FALSE, local
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 4293 milliseconds

1234567