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

1 23 4 5 6 7 8 91011>>

  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 40 false, // bypass_local_names
46 FALSE, // fAutoDetect
53 false, // auto_detect
57 false, // bypass_local_names
63 FALSE, // fAutoDetect
70 false, // auto_detect
74 false, // bypass_local_names
80 FALSE, // fAutoDetect
87 false, // auto_detect
91 false, // bypass_local_name
    [all...]
  /external/chromium/third_party/icu/source/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/chromium/third_party/icu/source/test/intltest/
sfwdchit.cpp 35 fBogus = FALSE;
48 if(adopt == FALSE) {
56 fBogus = FALSE;
61 fBogus = FALSE;
88 return FALSE;
pptest.h 31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
wbnf.h 151 PARSE_RESULT parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug=FALSE);
  /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;
pptest.h 31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
  /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/bluetooth/glib/gio/tests/
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/bluetooth/glib/tests/
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/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;
GlyphLookupTables.h 28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
  /external/libvpx/vp8/common/
type_aliases.h 50 #ifndef FALSE
51 #define FALSE 0
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 152 #ifndef FALSE
153 #define FALSE 0
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 138 #ifndef FALSE
139 #define FALSE 0
  /external/dbus/dbus/
dbus-message.c 226 * @returns #FALSE if no memory
236 return FALSE;
338 * @returns #FALSE if no memory
344 _dbus_return_val_if_fail (message != NULL, FALSE);
345 _dbus_return_val_if_fail (!message->locked, FALSE);
414 static dbus_bool_t message_cache_shutdown_registered = FALSE;
433 message_cache_shutdown_registered = FALSE;
527 was_cached = FALSE;
589 return FALSE;
597 return FALSE;
    [all...]
dbus-misc.c 84 return FALSE;
  /external/webkit/WebKit/gtk/webkit/
webkitsoupauthdialog.c 133 freeAuthData = FALSE;
177 return FALSE;
211 gtk_dialog_set_has_separator(dialog, FALSE);
217 gtk_window_set_resizable(window, FALSE);
230 hbox = gtk_hbox_new(FALSE, 12);
238 gtk_box_pack_start(GTK_BOX(hbox), icon, FALSE, FALSE, 0);
240 mainVBox = gtk_vbox_new(FALSE, 18);
250 FALSE, FALSE, 0)
    [all...]
  /external/dbus/bus/
driver.c 69 return FALSE;
92 return FALSE;
112 return FALSE;
122 return FALSE;
129 return FALSE;
155 return FALSE;
165 return FALSE;
172 return FALSE;
217 return FALSE;
220 return FALSE;
    [all...]
  /external/bluetooth/glib/tests/refcount/
closures.c 49 static volatile gboolean stopping = FALSE;
52 static gboolean seen_signal_handler = FALSE;
53 static gboolean seen_cleanup = FALSE;
54 static gboolean seen_test_int1 = FALSE;
55 static gboolean seen_test_int2 = FALSE;
56 static gboolean seen_thread1 = FALSE;
57 static gboolean seen_thread2 = FALSE;
252 g_signal_connect_closure (object, "test-signal1", closure, FALSE);
253 g_signal_connect_closure (object, "test-signal2", closure, FALSE);
255 stopping = FALSE;
    [all...]

Completed in 432 milliseconds

1 23 4 5 6 7 8 91011>>