HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 26 - 50 of 3794) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_encoder.h 35 #ifndef FALSE
36 #define FALSE 0
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 add whistling noise at 5.5 and 11 KHz usualy not perceptible by human's hears. *
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk.cc 39 accepted_(false) {
40 contents_.reset(gtk_vbox_new(FALSE, ui::kContentAreaSpacing));
69 gtk_box_pack_start(GTK_BOX(contents_.get()), header, FALSE, FALSE, 0);
75 gtk_box_pack_start(GTK_BOX(contents_.get()), subtext, FALSE, FALSE, 0);
86 GtkWidget* checkbox_container = gtk_vbox_new(FALSE, ui::kControlSpacing);
96 FALSE, FALSE, 0);
109 gtk_box_pack_start(GTK_BOX(checkbox_container), separator, FALSE, FALSE, 0)
    [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_VIA_PROC FALSE
216 with desired SCO configuration, set this FALSE to bypass configuration
224 #define SCO_USE_I2S_INTERFACE FALSE
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbuf.h 35 #ifndef FALSE
36 #define FALSE 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 35 #ifndef FALSE
36 #define FALSE 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 35 #ifndef FALSE
36 #define FALSE 0
  /external/icu4c/layoutex/
ParagraphLayout.cpp 139 FALSE , /* Zyyy */
140 FALSE, /* Qaai */
142 FALSE, /* Armn */
144 FALSE, /* Bopo */
145 FALSE, /* Cher */
146 FALSE, /* Copt=Qaac */
147 FALSE, /* Cyrl */
148 FALSE, /* Dsrt */
150 FALSE, /* Ethi */
151 FALSE, /* Geor *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
BooleanTest.java 28 assertEquals(1237, Boolean.FALSE.hashCode());
39 assertEquals(Boolean.FALSE, new Boolean("yes"));
40 assertEquals(Boolean.FALSE, new Boolean("false"));
48 assertEquals(Boolean.FALSE, new Boolean(false));
56 assertFalse(Boolean.FALSE.booleanValue());
67 assertFalse(Boolean.FALSE.equals(Boolean.TRUE));
68 assertTrue(Boolean.FALSE.equals(Boolean.FALSE));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_message_infobar_gtk.cc 22 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
23 gtk_util::CenterWidgetInHBox(hbox_, hbox, false, 0);
26 gtk_box_pack_start(GTK_BOX(hbox), CreateLabel(text.c_str()), FALSE, FALSE, 0);
32 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
after_translate_infobar_gtk.cc 26 bool swapped_language_combos = false;
32 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
33 gtk_util::CenterWidgetInHBox(hbox_, hbox, false, 0);
47 FALSE, FALSE, 0);
51 FALSE, FALSE, 0);
53 FALSE, FALSE, 0);
57 FALSE, FALSE, 0)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
global_error_bubble.cc 42 GtkWidget* content = gtk_vbox_new(FALSE, ui::kControlSpacing);
77 GtkWidget* top = gtk_hbox_new(FALSE, ui::kControlSpacing);
78 gtk_box_pack_start(GTK_BOX(top), image_view, FALSE, FALSE, 0);
79 gtk_box_pack_start(GTK_BOX(top), title_label, FALSE, FALSE, 0);
80 gtk_box_pack_start(GTK_BOX(content), top, FALSE, FALSE, 0);
84 gtk_box_pack_start(GTK_BOX(content), message_labels_[i], FALSE, FALSE, 0)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
translate_message_infobar_gtk.cc 25 GtkWidget* new_hbox = gtk_hbox_new(FALSE, ui::kControlSpacing);
26 gtk_util::CenterWidgetInHBox(hbox(), new_hbox, false, 0); local
29 gtk_box_pack_start(GTK_BOX(new_hbox), CreateLabel(text.c_str()), FALSE, FALSE,
37 gtk_box_pack_start(GTK_BOX(new_hbox), button, FALSE, FALSE, 0);
after_translate_infobar_gtk.cc 30 bool swapped_language_combos = false;
40 GtkWidget* new_hbox = gtk_hbox_new(FALSE, ui::kControlSpacing);
41 gtk_util::CenterWidgetInHBox(hbox(), new_hbox, false, 0); local
64 FALSE, FALSE, 0);
69 FALSE, FALSE, 0);
71 FALSE, FALSE, 0);
76 FALSE, FALSE, 0)
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 41 /* set to FALSE unless using Zeevo */
43 #define ZEEVO_CTRL_DEFINED FALSE
365 #define HCILL_INCLUDED FALSE
370 #if (!defined(HCI_USE_VARIABLE_SIZE_CMD_BUF) || (HCI_USE_VARIABLE_SIZE_CMD_BUF == FALSE))
385 #define HCISU_H4_INCLUDED FALSE
481 #define BTU_CMD_CMPL_TOUT_DOUBLE_CHECK FALSE
486 #define BTU_DUAL_STACK_MM_INCLUDED FALSE
491 #define BTU_DUAL_STACK_BTC_INCLUDED FALSE
496 #define BTU_BTC_SNK_INCLUDED FALSE
500 /* If FALSE, stack is compiled as Full Stack in Baseband chip *
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 45 false));
92 GtkWidget* bubble_content = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
101 gtk_box_pack_start(GTK_BOX(bubble_content), label, FALSE, FALSE, 0);
106 GtkWidget* list_content = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
116 GtkWidget* label_box = gtk_hbox_new(FALSE, 0);
117 gtk_box_pack_start(GTK_BOX(label_box), label, FALSE, FALSE, 0);
121 FALSE, FALSE, 0)
    [all...]
repost_form_warning_gtk.cc 20 dialog_ = gtk_vbox_new(FALSE, gtk_util::kContentAreaBorder);
31 GtkWidget *hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
33 gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0);
37 gtk_box_pack_start(GTK_BOX(dialog_), hbox, FALSE, FALSE, 0);
42 gtk_box_pack_end(GTK_BOX(dialog_), buttonBox, FALSE, TRUE, 0);
48 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0);
55 gtk_box_pack_end(GTK_BOX(buttonBox), ok_, FALSE, TRUE, 0);
  /external/bluetooth/bluedroid/include/
bt_target.h 58 #define UNV_INCLUDED FALSE
62 #define GATT_PTS FALSE
98 #define GATTS_APPU_USE_GATT_TRACE FALSE
102 #define SMP_HOST_ENCRYPT_INCLUDED FALSE
106 #define SAP_INCLUDED FALSE
110 #define SBC_NO_PCM_CPY_OPTION FALSE
122 #define BTA_CT_INCLUDED FALSE
126 #define BTA_CG_INCLUDED FALSE
130 #define BTA_DG_INCLUDED FALSE
134 #define BTA_FT_INCLUDED FALSE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 70 return FALSE;
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE;
79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE;
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE;
87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE;
95 *pvalue = FALSE;
108 return FALSE;
116 *pvalue = FALSE;
133 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE;
137 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 70 return FALSE;
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE;
79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE;
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE;
87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE;
95 *pvalue = FALSE;
108 return FALSE;
116 *pvalue = FALSE;
133 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE;
137 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 111 maxMinTest(pinf, ninf, ninf, FALSE);
115 maxMinTest(pinf, pzero, pzero, FALSE);
117 maxMinTest(pinf, nzero, nzero, FALSE);
121 maxMinTest(ninf, pzero, ninf, FALSE);
123 maxMinTest(ninf, nzero, ninf, FALSE);
127 maxMinTest(pinf, nan, nan, FALSE);
129 maxMinTest(ninf, nan, nan, FALSE);
133 maxMinTest(nan, nan, nan, FALSE);
137 maxMinTest(nan, pzero, nan, FALSE);
139 maxMinTest(nan, nzero, nan, FALSE);
    [all...]
  /external/icu4c/test/intltest/
tsputil.cpp 110 maxMinTest(pinf, ninf, ninf, FALSE);
114 maxMinTest(pinf, pzero, pzero, FALSE);
116 maxMinTest(pinf, nzero, nzero, FALSE);
120 maxMinTest(ninf, pzero, ninf, FALSE);
122 maxMinTest(ninf, nzero, ninf, FALSE);
126 maxMinTest(pinf, nan, nan, FALSE);
128 maxMinTest(ninf, nan, nan, FALSE);
132 maxMinTest(nan, nan, nan, FALSE);
136 maxMinTest(nan, pzero, nan, FALSE);
138 maxMinTest(nan, nzero, nan, FALSE);
    [all...]
  /external/jpeg/
jcinit.c 33 jinit_c_master_control(cinfo, FALSE /* full compression */);
39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /external/qemu/distrib/jpeg-6b/
jcinit.c 33 jinit_c_master_control(cinfo, FALSE /* full compression */);
39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 92 GtkWidget* hbox = gtk_hbox_new(FALSE, ui::kControlSpacing);
96 gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0);
108 GtkWidget* section_box = gtk_vbox_new(FALSE, ui::kControlSpacing);
111 GtkWidget* title_hbox = gtk_hbox_new(FALSE, ui::kControlSpacing);
119 gtk_box_pack_start(GTK_BOX(section_box), title_hbox, FALSE, FALSE, 0);
121 gtk_box_pack_start(GTK_BOX(title_hbox), label, FALSE, FALSE, 0);
124 gtk_box_pack_start(GTK_BOX(section_box), section_content, FALSE, FALSE, 0)
735 false)); local
    [all...]

Completed in 701 milliseconds

12 3 4 5 6 7 8 91011>>