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

12 3 4 5 6 7 8 91011>>

  /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/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);
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...]
  /external/bluetooth/glib/tests/gobject/
references.c 86 object_destroyed = FALSE;
87 weak_ref1_notified = FALSE;
88 weak_ref2_notified = FALSE;
89 toggle_ref1_weakened = FALSE;
90 toggle_ref1_strengthened = FALSE;
91 toggle_ref2_weakened = FALSE;
92 toggle_ref2_strengthened = FALSE;
93 toggle_ref3_weakened = FALSE;
94 toggle_ref3_strengthened = FALSE;
207 g_assert (weak_ref1_notified == FALSE);
    [all...]
accumulator.c 117 case 2: return FALSE;
118 case 3: return FALSE;
119 case 4: return FALSE;
123 return FALSE;
132 case 1: g_assert_not_reached (); return FALSE;
134 case 3: return FALSE;
135 case 4: return FALSE;
139 return FALSE;
148 case 1: g_assert_not_reached (); return FALSE;
149 case 2: g_assert_not_reached (); return FALSE;
    [all...]
  /external/icu4c/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/bluetooth/glib/tests/
regex-test.c 51 static gboolean noisy = FALSE;
52 static gboolean abort_on_fail = FALSE;
71 return FALSE;
73 return FALSE;
108 return FALSE;
116 return FALSE;
150 return FALSE;
159 return FALSE;
189 return FALSE;
233 return 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/wpa_supplicant/
defs.h 18 #ifdef FALSE
19 #undef FALSE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /hardware/msm7k/librpc/
xdr.c 15 return FALSE;
20 if(*cpp == NULL) return FALSE;
35 return FALSE;
48 return FALSE;
62 return FALSE;
80 return FALSE;
95 return FALSE;
102 return FALSE;
119 return FALSE;
134 return FALSE;
    [all...]
rpc.c 47 return FALSE;
50 return FALSE;
55 return FALSE;
58 return FALSE;
71 return FALSE;
82 return FALSE;
87 return FALSE;
89 return FALSE;
93 return FALSE;
96 return FALSE;
    [all...]
  /external/icu4c/tools/toolutil/
filetools.h 27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
  /external/dbus/dbus/
dbus-sysdeps-util.c 157 check_path_absolute ("", FALSE);
158 check_path_absolute ("foo", FALSE);
159 check_path_absolute ("foo/bar", FALSE);
160 check_path_absolute ("", FALSE);
161 check_path_absolute ("foo\\bar", FALSE);
171 check_path_absolute ("", FALSE);
172 check_path_absolute ("foo", FALSE);
173 check_path_absolute ("foo/bar", FALSE);
  /external/dbus/tools/
dbus-launch.h 33 #ifndef FALSE
34 #define FALSE (0)
  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 27 return FALSE;
30 return FALSE;
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ele_list.cpp 129 IF (enableCPE != FALSE) THEN
227 if (enableCPE != FALSE)
233 *pEleIsCPE++ = FALSE;
get_ics_info.cpp 66 LTP possibly needs to be read. If this flag is false,
96 to call this left LTP status since if common_window = FALSE,
188 first_ltp_data_present = FALSE;
189 second_ltp_data_present = FALSE;
243 IF (predictor_data_present != FALSE)
251 IF (ltp_data_present != FALSE)
265 IF (common_window != FALSE)
273 IF (second_ltp_data_present != FALSE)
288 IF (predictor_data_present != FALSE)
297 IF (common_window != FALSE)
    [all...]
  /frameworks/base/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);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 78 return FALSE;
88 return FALSE;
98 return FALSE;
108 return FALSE;
118 return FALSE;
129 return FALSE;
145 return FALSE;
170 int32_t has_datetime = FALSE;
171 int32_t has_start_or_end = FALSE;
201 if(FALSE == has_datetime
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 29 * @return TRUE on success, FALSE on failure
38 return FALSE;
60 * @return TRUE on success, FALSE on failure
67 return FALSE;
113 return FALSE;
117 return FALSE;
128 return FALSE;
130 return FALSE;
145 return FALSE;
149 return FALSE;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 82 FALSE if failed
121 ret_val = FALSE;
127 ioctl_cb_data_ptr->cb_is_selected = FALSE;
128 ioctl_cb_data_ptr->cb_is_waiting = FALSE;
129 ioctl_cb_data_ptr->cb_has_arrived = FALSE;
148 FALSE if failed
168 ret_val = FALSE;
173 ioctl_cb_data_ptr->cb_is_waiting = FALSE;
174 ioctl_cb_data_ptr->cb_has_arrived = FALSE;
200 FALSE if faile
    [all...]

Completed in 1528 milliseconds

12 3 4 5 6 7 8 91011>>