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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluedroid/bta/pb/
bta_pbs_cfg.c 39 #define BTA_PBS_USERID_REQ FALSE
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 26 #ifndef FALSE
27 #define FALSE 0
44 #define TRUE (!FALSE)
58 #define BIG_ENDIAN FALSE
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.h 27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 36 DEBUG_GET_ONCE_BOOL_OPTION(nosse, "GALLIUM_NOSSE", FALSE);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.h 83 return FALSE;
84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
90 return FALSE;
91 return (fs->shader->write_all) ? TRUE : FALSE;
  /external/icu4c/tools/toolutil/
filetools.h 27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 36 DEBUG_GET_ONCE_BOOL_OPTION(nosse, "GALLIUM_NOSSE", FALSE);
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.h 83 return FALSE;
84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
90 return FALSE;
91 return (fs->shader->write_all) ? TRUE : FALSE;
  /external/bluetooth/bluedroid/bta/ar/
bta_ar_int.h 32 #define BTA_AR_DEBUG FALSE
57 #if BTA_DYNAMIC_MEMORY == FALSE
  /external/bluetooth/bluedroid/bta/include/
bta_op_api.h 36 #define BTA_OPS_DEBUG FALSE
40 #define BTA_OPC_DEBUG FALSE
  /external/chromium_org/chrome/browser/ui/gtk/
one_click_signin_bubble_gtk.cc 48 clicked_learn_more_(false) {
225 GtkWidget* content_widget = gtk_vbox_new(FALSE, ui::kContentAreaSpacing);
229 GtkWidget* top_line = gtk_hbox_new(FALSE, ui::kControlSpacing);
231 header_label_, FALSE, FALSE, 0);
233 close_button_->widget(), FALSE, FALSE, 0);
235 top_line, FALSE, FALSE, 0);
239 message_label_, FALSE, FALSE, 0)
    [all...]
confirm_bubble_gtk.cc 69 GtkWidget* content = gtk_vbox_new(FALSE, kInterLineSpacing);
74 GtkWidget* row = gtk_hbox_new(FALSE, kImageViewSpacing);
77 gtk_box_pack_start(GTK_BOX(row), icon_view, FALSE, FALSE, 0);
81 gtk_box_pack_start(GTK_BOX(row), title_label, FALSE, FALSE, 0);
87 gtk_box_pack_end(GTK_BOX(row), close_button_->widget(), FALSE, FALSE, 0);
88 gtk_box_pack_start(GTK_BOX(content), row, FALSE, FALSE, 0)
    [all...]
first_run_bubble.cc 63 GtkWidget* top_line = gtk_hbox_new(FALSE, ui::kControlSpacing);
64 gtk_box_pack_start(GTK_BOX(top_line), title, FALSE, FALSE, 0);
65 gtk_box_pack_start(GTK_BOX(top_line), change, FALSE, FALSE, 0);
67 GtkWidget* content = gtk_vbox_new(FALSE, ui::kControlSpacing);
71 gtk_box_pack_start(GTK_BOX(content), top_line, FALSE, FALSE, 0);
72 gtk_box_pack_start(GTK_BOX(content), subtext, FALSE, FALSE, 0)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
standard.h 27 #ifndef FALSE
28 #define FALSE 0
  /external/lzma/CPP/7zip/UI/Console/
ConsoleClose.cpp 24 return FALSE;
33 return FALSE;
41 return false;
68 if(!SetConsoleCtrlHandler(HandlerRoutine, FALSE))
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 99 #ifndef FALSE
100 #define FALSE 0
  /libcore/luni/src/test/java/libcore/java/lang/
BooleanTest.java 26 assertSame(Boolean.FALSE, Boolean.valueOf(false));
27 assertFalse(Boolean.FALSE.booleanValue());
32 assertEquals(0, Boolean.compare(false, false));
33 assertTrue(Boolean.compare(false, true) < 0);
34 assertTrue(Boolean.compare(true, false) > 0);
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 98 return FALSE;
136 if (interface_ready() == FALSE)
145 if (interface_ready() == FALSE)
154 if (interface_ready() == FALSE)
168 if (interface_ready() == FALSE)
177 if (interface_ready() == FALSE)
186 if (interface_ready() == FALSE)
195 if (interface_ready() == FALSE)
204 if (interface_ready() == FALSE)
213 if (interface_ready() == FALSE)
    [all...]
  /external/chromium_org/base/win/
text_services_message_filter.cc 12 is_initialized_(false) {
22 return false;
25 return false;
28 return false;
31 return false;
44 BOOL result = FALSE;
48 result = FALSE;
59 BOOL eaten = FALSE;
62 return false;
63 eaten = FALSE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.cc 70 GtkWidget* vbox = gtk_vbox_new(FALSE, 0);
79 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0);
84 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
92 gtk_box_pack_start(GTK_BOX(vbox), title, FALSE, FALSE, 0);
96 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
105 gtk_box_pack_start(GTK_BOX(vbox), message, FALSE, FALSE, 0)
    [all...]
page_info_bubble_gtk.cc 181 contents_ = gtk_vbox_new(FALSE, gtk_util::kContentAreaSpacing);
193 FALSE, FALSE, 0);
196 FALSE, FALSE, 0);
202 GtkWidget* help_link_hbox = gtk_hbox_new(FALSE, 0);
204 gtk_box_pack_start(GTK_BOX(help_link_hbox), help_link, FALSE, FALSE, 0);
205 gtk_box_pack_start(GTK_BOX(contents_), help_link_hbox, FALSE, FALSE, 0)
    [all...]
first_run_dialog.cc 122 bool show_reporting_dialog = false;
177 gtk_window_set_deletable(GTK_WINDOW(search_engine_window_), FALSE);
181 gtk_window_set_resizable(GTK_WINDOW(search_engine_window_), FALSE);
184 GtkWidget* content_area = gtk_vbox_new(FALSE, 0);
209 FALSE, FALSE, 0);
215 GtkWidget* bubble_area_box = gtk_vbox_new(FALSE, 0);
226 gtk_box_pack_start(GTK_BOX(bubble_area_box), explanation, FALSE, FALSE, 0);
233 FALSE, FALSE, 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 23 * @return TRUE on success, FALSE on failure
32 return FALSE;
54 * @return TRUE on success, FALSE on failure
61 return FALSE;
107 return FALSE;
111 return FALSE;
122 return FALSE;
124 return FALSE;
139 return FALSE;
143 return FALSE;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 52 gtk_box_pack_start(GTK_BOX(container), icon_widget, FALSE, FALSE, 0);
63 return FALSE;
72 gtk_widget_set_no_show_all(detail_box, FALSE);
147 gtk_dialog_set_has_separator(GTK_DIALOG(dialog_), FALSE);
155 GtkWidget* content_vbox = gtk_vbox_new(FALSE, ui::kControlSpacing);
160 GtkWidget* top_content_hbox = gtk_hbox_new(FALSE, ui::kContentAreaSpacing);
172 GtkWidget* left_column_area = gtk_vbox_new(FALSE, ui::kControlSpacing);
177 GtkWidget* heading_vbox = gtk_vbox_new(FALSE, 0);
193 GtkWidget* stars_hbox = gtk_hbox_new(FALSE, 0)
    [all...]
  /external/icu4c/common/
patternprops.cpp 83 * One 32-bit integer per 32 characters. Ranges of all-false and all-true
119 return FALSE;
123 return FALSE;
130 return FALSE;
137 return FALSE;
141 return FALSE;
148 return FALSE;
155 return FALSE;
161 return FALSE;
198 return FALSE;
    [all...]

Completed in 517 milliseconds

1 23 4 5 6 7 8 91011>>