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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 106 root_widget_.reset(gtk_vbox_new(FALSE, ui::kControlSpacing));
113 GtkWidget* site_vbox = gtk_vbox_new(FALSE, ui::kControlSpacing);
115 FALSE, FALSE, 0);
120 FALSE, FALSE, 0);
125 gtk_box_pack_start(GTK_BOX(site_vbox), site_label, FALSE, FALSE, 0);
127 GtkWidget* selector_vbox = gtk_vbox_new(FALSE, ui::kControlSpacing);
134 FALSE, FALSE, 0)
    [all...]
avatar_menu_item_gtk.cc 71 return FALSE;
85 return FALSE;
103 return FALSE;
111 return FALSE;
117 return FALSE;
123 return FALSE;
129 return FALSE;
135 return FALSE;
197 GtkWidget* item_hbox = gtk_hbox_new(FALSE, ui::kControlSpacing);
225 gtk_box_pack_start(GTK_BOX(item_hbox), avatar_image, FALSE, FALSE, 0)
    [all...]
crypto_module_password_dialog_gtk.cc 106 FALSE, FALSE, 0);
110 gtk_entry_set_visibility(GTK_ENTRY(password_entry_), FALSE);
112 GtkWidget* password_box = gtk_hbox_new(FALSE, ui::kLabelSpacing);
116 FALSE, FALSE, 0);
121 FALSE, FALSE, 0);
  /external/chromium_org/content/shell/
shell_login_dialog_gtk.cc 51 gtk_box_pack_start(GTK_BOX(content_area), label, FALSE, FALSE, 0);
58 gtk_entry_set_visibility(GTK_ENTRY(password_entry_), FALSE);
60 GtkWidget* table = gtk_table_new(2, 2, FALSE);
78 gtk_box_pack_start(GTK_BOX(content_area), table, FALSE, FALSE, 0);
  /external/chromium_org/third_party/icu/source/test/intltest/
textfile.cpp 78 return FALSE;
98 if (!setBuffer(n++, c, ec)) return FALSE;
100 if (!setBuffer(n++, 0, ec)) return FALSE;
114 if (!readLine(line, ec)) return FALSE;
136 return FALSE;
169 return FALSE;
restest.cpp 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 134 return FALSE;
138 return FALSE;
146 return FALSE;
156 return FALSE;
164 return FALSE;
177 return FALSE;
  /external/icu4c/test/intltest/
textfile.cpp 78 return FALSE;
98 if (!setBuffer(n++, c, ec)) return FALSE;
100 if (!setBuffer(n++, 0, ec)) return FALSE;
114 if (!readLine(line, ec)) return FALSE;
136 return FALSE;
170 return FALSE;
restest.cpp 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 134 return FALSE;
138 return FALSE;
146 return FALSE;
156 return FALSE;
164 return FALSE;
177 return FALSE;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 31 #define FALSE 0
69 HardMixing = FALSE;
89 HardMixing = FALSE;
93 if(HardMixing == FALSE)
129 ptrInstance->MixerStream[0].CallbackSet = FALSE;
143 ptrInstance->MixerStream[1].CallbackSet = FALSE;
  /external/chromium_org/third_party/icu/source/common/
uvectr32.cpp 86 if (count != other.count) return FALSE;
89 return FALSE;
118 return FALSE;
127 return FALSE;
134 UBool changed = FALSE;
146 UBool changed = FALSE;
174 return FALSE;
178 return FALSE;
201 return FALSE;
208 return FALSE;
    [all...]
  /external/icu4c/common/
uvectr32.cpp 86 if (count != other.count) return FALSE;
89 return FALSE;
118 return FALSE;
127 return FALSE;
134 UBool changed = FALSE;
146 UBool changed = FALSE;
174 return FALSE;
178 return FALSE;
201 return FALSE;
208 return FALSE;
    [all...]
appendable.cpp 38 return FALSE;
45 return FALSE;
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_main.c 34 #if BTA_DYNAMIC_MEMORY == FALSE
94 BOOLEAN ret = FALSE;
  /external/chromium/chrome/common/
multi_process_lock_win.cc 30 return false;
34 event_.Set(CreateEvent(NULL, FALSE, FALSE, wname.c_str()));
39 return false;
  /external/chromium_org/chrome/common/
multi_process_lock_win.cc 30 return false;
34 event_.Set(CreateEvent(NULL, FALSE, FALSE, wname.c_str()));
39 return false;
  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.c 45 static UBool gStrict =FALSE;
52 static UBool gVerbose =FALSE;
  /external/jpeg/
jdmarker.c 146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
185 * what it's consumed (ie, the end of the buffer) before returning FALSE.
219 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
221 cinfo->saw_JFIF_marker = FALSE;
227 cinfo->saw_Adobe_marker = FALSE;
248 INPUT_2BYTES(cinfo, length, return FALSE);
250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
    [all...]
  /external/pixman/pixman/
pixman-mips.c 48 return FALSE;
63 return FALSE;
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
185 * what it's consumed (ie, the end of the buffer) before returning FALSE.
219 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
221 cinfo->saw_JFIF_marker = FALSE;
227 cinfo->saw_Adobe_marker = FALSE;
248 INPUT_2BYTES(cinfo, length, return FALSE);
250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_sysmutex.c 45 mutex->id = CreateMutex(NULL, FALSE, NULL);
90 if ( ReleaseMutex(mutex->id) == FALSE ) {
  /external/webrtc/src/system_wrappers/source/
event_win.cc 18 FALSE /* manual reset */,
19 FALSE /* initial state */,
33 return SetEvent(_event) == 1 ? true : false;
38 return ResetEvent(_event) == 1 ? true : false;
73 return false;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 30 #define FALSE 0
35 static int isInitialized = FALSE;
55 result = FALSE;
62 result = FALSE;
99 isInitialized = FALSE;
119 return FALSE;
152 int result = FALSE;
174 int result = FALSE;
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidBooleanTest.java 29 Boolean c = new Boolean(false);
37 assertEquals("false", c.toString());
39 assertEquals(Boolean.FALSE, c);
41 assertSame(Boolean.valueOf(false), Boolean.FALSE);

Completed in 965 milliseconds

1 2 3 4 5 67 8 91011>>