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

1 2 34 5 6 7 8 91011>>

  /external/opencv/cvaux/src/
_cvaux.h 66 #ifndef FALSE
67 #define FALSE 0
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestHelperWin.cpp 36 static BOOL fontSmoothingEnabled = FALSE;
49 ::SystemParametersInfo(SPI_SETFONTSMOOTHING, FALSE, 0, 0);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
InjectedBundleWin.cpp 54 webProcessCrashingEvent = ::CreateEventA(0, FALSE, FALSE, buffer.data());
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 152 #ifndef FALSE
153 #define FALSE 0
lt_decode.cpp 176 IF (temp_reg != FALSE)
203 IF (temp_reg != FALSE)
356 *(pSfbPredictionUsed++) = FALSE;
435 if (temp_reg != FALSE)
445 *(pTempPtr++) = FALSE;
470 if (temp_reg != FALSE)
491 *(pTempPtr++) = FALSE;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 138 #ifndef FALSE
139 #define FALSE 0
  /external/jhead/
jpgfile.c 132 int HaveCom = FALSE;
137 return FALSE;
153 return FALSE;
169 return FALSE;
190 return FALSE;
212 return FALSE;
219 return FALSE;
233 return FALSE;
319 int HaveCom = FALSE;
322 return FALSE;
    [all...]
  /external/dbus/bus/
driver.c 71 return FALSE;
94 return FALSE;
114 return FALSE;
124 return FALSE;
131 return FALSE;
157 return FALSE;
167 return FALSE;
174 return FALSE;
219 return FALSE;
222 return FALSE;
    [all...]
config-parser.c 119 unsigned int is_toplevel : 1; /**< FALSE if we are a sub-config-file inside another one */
229 return FALSE;
249 return FALSE;
289 return FALSE;
296 return FALSE;
356 return FALSE;
421 * they might see a false failure.
542 return FALSE;
610 found = FALSE;
623 retval = FALSE;
    [all...]
activation-helper.c 164 return FALSE;
201 return FALSE;
208 return FALSE;
217 return FALSE;
232 retval = FALSE;
306 return FALSE;
321 return FALSE;
329 return FALSE;
337 return FALSE;
345 return FALSE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 87 GtkWidget* control_group = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
93 gtk_box_pack_start(GTK_BOX(control_group), import_info, FALSE, FALSE, 0);
95 GtkWidget* item_box = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
101 gtk_box_pack_start(GTK_BOX(item_box), history_, FALSE, FALSE, 0);
108 gtk_box_pack_start(GTK_BOX(item_box), bookmarks_, FALSE, FALSE, 0);
115 gtk_box_pack_start(GTK_BOX(item_box), search_engines_, FALSE, FALSE, 0)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 178 GtkWidget* bubble_content = gtk_hbox_new(FALSE, kHorizontalColumnSpacing);
201 GtkWidget* icon_column = gtk_vbox_new(FALSE, 0);
204 gtk_box_pack_start(GTK_BOX(bubble_content), icon_column, FALSE, FALSE,
208 gtk_box_pack_start(GTK_BOX(icon_column), image, FALSE, FALSE, 0);
212 GtkWidget* text_column = gtk_vbox_new(FALSE, kTextColumnVerticalSpacing);
213 gtk_box_pack_start(GTK_BOX(bubble_content), text_column, FALSE, FALSE, 0);
227 gtk_box_pack_start(GTK_BOX(text_column), heading_label, FALSE, FALSE, 0)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 147 freeAuthData = FALSE;
191 return FALSE;
234 gtk_window_set_resizable(window, FALSE);
247 hbox = gtk_hbox_new(FALSE, 12);
255 gtk_box_pack_start(GTK_BOX(hbox), icon, FALSE, FALSE, 0);
257 mainVBox = gtk_vbox_new(FALSE, 18);
267 FALSE, FALSE, 0);
269 vbox = gtk_vbox_new(FALSE, 6)
    [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...]
  /external/chromium/base/synchronization/
lock_impl_win.cc 21 if (::TryEnterCriticalSection(&os_lock_) != FALSE) {
24 return false;
  /external/dbus/dbus/
dbus-file-unix.c 52 * @returns #FALSE if error was set
77 return FALSE;
94 return FALSE;
103 return FALSE;
128 return FALSE;
144 return FALSE;
161 * @returns #FALSE on failure
181 retval = FALSE;
182 need_unlink = FALSE;
187 return FALSE;
    [all...]
dbus-userdb.c 112 return FALSE;
222 static dbus_bool_t database_locked = FALSE;
249 return FALSE;
262 return FALSE;
270 return FALSE;
278 return FALSE;
286 return FALSE;
299 return FALSE;
322 database_locked = FALSE;
361 * @returns #FALSE if no memor
    [all...]
  /external/icu4c/layout/
GlyphLookupTables.h 28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
  /external/icu4c/test/intltest/
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/pcre/
pcre_newline.c 72 Returns: TRUE or FALSE
86 default: return FALSE;
101 default: return FALSE;
121 Returns: TRUE or FALSE
145 default: return FALSE;
158 default: return FALSE;
  /external/webkit/Source/WebCore/platform/network/soup/
SoupURIUtils.cpp 34 GOwnPtr<gchar> urlString(soup_uri_to_string(soupURI, FALSE));
  /external/bluetooth/bluez/attrib/
gatttool.c 56 static gboolean opt_primary = FALSE;
57 static gboolean opt_characteristics = FALSE;
58 static gboolean opt_char_read = FALSE;
59 static gboolean opt_listen = FALSE;
60 static gboolean opt_char_desc = FALSE;
61 static gboolean opt_char_write = FALSE;
62 static gboolean opt_char_write_req = FALSE;
63 static gboolean opt_interactive = FALSE;
65 static gboolean got_error = FALSE;
117 return FALSE;
    [all...]
  /external/bluetooth/bluez/src/
plugin.c 63 return FALSE;
65 if (g_str_equal(desc->version, VERSION) == FALSE) {
67 return FALSE;
74 return FALSE;
77 plugin->active = FALSE;
94 return FALSE;
104 return FALSE;
114 return FALSE;
177 g_str_has_suffix(file, ".so") == FALSE)
205 if (add_plugin(handle, desc) == FALSE)
    [all...]
  /external/icu4c/i18n/
decnumstr.cpp 35 if (ensureCapacity(fLength + 2, status) == FALSE) {
45 if (ensureCapacity(fLength + sLength + 1, status) == FALSE) {
69 if (ensureCapacity(length+1, status) == FALSE) {
85 return FALSE;
91 return FALSE;

Completed in 1299 milliseconds

1 2 34 5 6 7 8 91011>>