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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gpattern.c 74 return FALSE;
87 return FALSE;
96 gboolean next_wildcard_reached = FALSE;
100 return FALSE;
113 return FALSE;
122 return FALSE;
139 g_return_val_if_fail (pspec != NULL, FALSE);
140 g_return_val_if_fail (string != NULL, FALSE);
144 return FALSE;
177 return FALSE;
    [all...]
  /external/bluetooth/glib/tests/
patterntest.c 26 static gboolean noisy = FALSE;
107 return FALSE;
116 return FALSE;
125 return FALSE;
134 return FALSE;
156 return FALSE;
250 TEST_EQUAL("AB*CD", "AB*?*CD", FALSE);
251 TEST_EQUAL("ABC*", "ABC?", FALSE);
256 TEST_MATCH("*x", "yyxy", FALSE);
257 TEST_MATCH("?x", "x", FALSE);
    [all...]
markup-escape-test.c 11 static gboolean error = FALSE;
92 test_unichar (0x9, FALSE);
93 test_unichar (0xa, FALSE);
96 test_unichar (0xd, FALSE);
99 test_unichar (0x20, FALSE);
100 test_unichar (0x7e, FALSE);
103 test_unichar (0x85, FALSE);
106 test_unichar (0xa0, FALSE);
  /external/chromium/chrome/browser/ui/gtk/
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...]
first_run_bubble.cc 82 content_ = gtk_vbox_new(FALSE, kInterLineSpacing);
150 gtk_box_pack_start(GTK_BOX(content_), label1, FALSE, FALSE, 0);
151 gtk_box_pack_start(GTK_BOX(content_), label2, FALSE, FALSE, 0);
153 gtk_box_pack_start(GTK_BOX(content_), gtk_label_new(NULL), FALSE, FALSE, 0);
154 gtk_box_pack_start(GTK_BOX(content_), label3, FALSE, FALSE, 0);
156 GtkWidget* bottom = gtk_hbox_new(FALSE, 0)
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 121 {"/", FALSE, 0, "/somedir/.../"},
134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2);
152 {"file:///", FALSE, 0, "file:///somedir/.../"},
201 {"/", 0, FALSE, ""},
203 {"totalnonsense", 0, FALSE, ""},
204 {"/UTF-8 p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, ""},
264 {"/", 0, FALSE, "/"},
266 {"totalnonsense", 0, FALSE, NULL},
267 {"/UTF-8 p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, NULL /* Depends on local file encoding */},
318 {"./", 0, FALSE, "file"}
    [all...]
filter-streams.c 27 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (f1), FALSE);
57 g_filter_output_stream_set_close_base_stream (G_FILTER_OUTPUT_STREAM (f1), FALSE);
91 g_assert (callback_happened == FALSE);
108 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (f1), FALSE);
119 callback_happened = FALSE;
122 g_assert (callback_happened == FALSE);
124 g_main_context_iteration (NULL, FALSE);
136 callback_happened = FALSE;
139 g_assert (callback_happened == FALSE);
141 g_main_context_iteration (NULL, FALSE);
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 70 root_.Own(gtk_vbox_new(FALSE, gtk_util::kContentAreaBorder));
73 gtk_box_pack_start(GTK_BOX(root_.get()), label, FALSE, FALSE, 0);
80 gtk_entry_set_visibility(GTK_ENTRY(password_entry_), FALSE);
88 gtk_box_pack_start(GTK_BOX(root_.get()), table, FALSE, FALSE, 0);
90 GtkWidget* hbox = gtk_hbox_new(FALSE, 12);
91 gtk_box_pack_start(GTK_BOX(root_.get()), hbox, FALSE, FALSE, 0);
98 gtk_box_pack_end(GTK_BOX(hbox), ok_, FALSE, FALSE, 0)
    [all...]
  /external/wpa_supplicant/
dbus_dict_helpers.c 30 * @return TRUE on success, FALSE on failure
39 return FALSE;
61 * @return TRUE on success, FALSE on failure
68 return FALSE;
114 return FALSE;
118 return FALSE;
129 return FALSE;
131 return FALSE;
147 return FALSE;
151 return FALSE;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 28 * @return TRUE on success, FALSE on failure
37 return FALSE;
59 * @return TRUE on success, FALSE on failure
66 return FALSE;
112 return FALSE;
116 return FALSE;
127 return FALSE;
129 return FALSE;
145 return FALSE;
149 return FALSE;
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 43 FALSE, // fAutoDetect
50 false, // auto_detect
58 FALSE, // fAutoDetect
65 false, // auto_detect
73 FALSE, // fAutoDetect
80 false, // auto_detect
90 FALSE, // fAutoDetect
97 false, // auto_detect
109 FALSE, // fAutoDetect
121 false, // auto_detec
    [all...]
  /external/icu4c/test/cintltst/
currtest.c 34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType);
45 expectInList("USD", UCURR_UNCOMMON, FALSE);
46 expectInList("USD", UCURR_DEPRECATED, FALSE);
48 expectInList("USD", UCURR_COMMON|UCURR_DEPRECATED, FALSE);
50 expectInList("USD", UCURR_UNCOMMON|UCURR_DEPRECATED, FALSE);
51 expectInList("USD", UCURR_UNCOMMON|UCURR_NON_DEPRECATED, FALSE);
54 expectInList("USN", UCURR_COMMON, FALSE);
56 expectInList("USN", UCURR_DEPRECATED, FALSE);
58 expectInList("USN", UCURR_COMMON|UCURR_DEPRECATED, FALSE);
59 expectInList("USN", UCURR_COMMON|UCURR_NON_DEPRECATED, FALSE);
    [all...]
  /external/icu4c/test/intltest/
sfwdchit.cpp 35 fBogus = FALSE;
48 if(adopt == FALSE) {
56 fBogus = FALSE;
61 fBogus = FALSE;
88 return FALSE;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rusers.x 152 % return (FALSE);
157 % return (FALSE);
162 % return (FALSE);
166 % return (FALSE);
180 % return (FALSE);
193 % return (FALSE);
206 % return (FALSE);
209 % return (FALSE);
223 % return (FALSE);
236 % return (FALSE);
    [all...]
  /external/bluetooth/glib/gio/
gappinfo.c 70 * strcmp (uri, uri_from_commandline) == 0; // FALSE
164 * Returns: %TRUE if @appinfo1 is equal to @appinfo2. %FALSE otherwise.
172 g_return_val_if_fail (G_IS_APP_INFO (appinfo1), FALSE);
173 g_return_val_if_fail (G_IS_APP_INFO (appinfo2), FALSE);
176 return FALSE;
307 * Returns: %TRUE on success, %FALSE on error.
316 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE);
317 g_return_val_if_fail (content_type != NULL, FALSE);
333 * Returns: %TRUE on success, %FALSE on error.
342 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE);
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 28 return FALSE;
45 return FALSE;
64 return FALSE;
93 return FALSE;
106 return FALSE;
126 return FALSE;
131 return FALSE;
137 return FALSE;
143 return FALSE;
164 return FALSE;
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
35 options.put("--files", Boolean.FALSE); // process arguments as separate files
36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser
37 options.put("--nons", Boolean.FALSE); // no namespaces
38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements
39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model
40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model
41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
42 options.put("--pyxin", Boolean.FALSE); // input is PYX
43 options.put("--lexical", Boolean.FALSE); // output comment
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 47 UBool opt_help = FALSE;
48 UBool opt_norm = FALSE;
49 UBool opt_french = FALSE;
50 UBool opt_shifted = FALSE;
51 UBool opt_lower = FALSE;
52 UBool opt_upper = FALSE;
53 UBool opt_case = FALSE;
54 UBool opt_overlap = FALSE;
55 UBool opt_canonical = FALSE;
112 return FALSE;
    [all...]
  /external/jpeg/
rdswitch.c 50 return FALSE;
56 return FALSE;
92 return FALSE;
100 return FALSE;
107 return FALSE;
118 return FALSE;
137 return FALSE;
143 return FALSE;
184 return FALSE;
193 return FALSE;
    [all...]
  /external/dbus/dbus/
dbus-uuidgen.c 56 return FALSE;
64 return FALSE;
80 * @returns #FALSE if error is set
110 return FALSE;
119 * @returns #FALSE if no memory
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMEventTarget.cpp 81 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE);
82 g_return_val_if_fail(eventName, FALSE);
89 return FALSE;
94 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE);
95 g_return_val_if_fail(eventName, FALSE);
102 return FALSE;
  /external/icu4c/common/
uinit.c 29 static UBool gICUInitialized = FALSE;
49 gICUInitialized = FALSE;
  /external/icu4c/layout/
ScriptAndLanguage.h 36 const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const;
47 const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
  /external/libvpx/vp8/common/
type_aliases.h 50 #ifndef FALSE
51 #define FALSE 0

Completed in 548 milliseconds

1 23 4 5 6 7 8 91011>>