HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 1 - 25 of 2091) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/tests/
utf8-validate.c 30 static gboolean any_failed = FALSE;
43 { "abcde", 7, 5, FALSE },
46 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE },
48 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE },
50 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE },
52 { "\xc2\xa9\xc2\xa9\xc2\xa9", 7, 6, FALSE },
55 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE },
56 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE },
58 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE },
59 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE },
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/
npapi.h 4 #ifndef FALSE
5 #define FALSE (0)
  /external/libvpx/vp8/common/
common_types.h 16 #define FALSE 0
  /external/icu4c/common/
rbbirpt.h 78 , {doExprStart, 254, 21, 8, FALSE} // 1 start
80 , {doExprStart, 36 /* $ */, 80, 90, FALSE} // 3
83 , {doNOP, 252, 0,0, FALSE} // 6
84 , {doExprStart, 255, 21, 8, FALSE} // 7
87 , {doRuleError, 255, 95,0, FALSE} // 10
89 , {doReverseDir, 255, 20, 8, FALSE} // 12
91 , {doRuleError, 255, 95,0, FALSE} // 14
93 , {doOptionEnd, 255, 17,0, FALSE} // 16
96 , {doRuleError, 255, 95,0, FALSE} // 19
97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rul
    [all...]
  /external/icu4c/tools/makeconv/
ucnvstat.c 23 { 0x1a, 0, 0, 0 }, 1, FALSE, FALSE,
34 { 0, 0, 0, 0 },0, FALSE, FALSE, /* subchar */
44 { 0x1a, 0, 0, 0 }, 1, FALSE, FALSE,
54 { 0, 0, 0, 0 },0, FALSE, FALSE,
  /external/webkit/Source/WebCore/platform/gtk/
EventLoopGtk.cpp 29 g_main_context_iteration(NULL, FALSE);
  /external/icu4c/i18n/
regexcst.h 133 , {doPatStart, 255, 2,0, FALSE} // 1 start
144 , {doPatFinish, 253, 2,0, FALSE} // 12
145 , {doRuleError, 255, 183,0, FALSE} // 13
151 , {doNOP, 255, 20,0, FALSE} // 19
154 , {doNOP, 255, 2,0, FALSE} // 22
156 , {doNOP, 255, 27,0, FALSE} // 24
158 , {doNOP, 255, 29,0, FALSE} // 26
160 , {doOpenCaptureParen, 255, 2, 14, FALSE} // 28
167 , {doBeginMatchMode, 105 /* i */, 52,0, FALSE} // 35
168 , {doBeginMatchMode, 100 /* d */, 52,0, FALSE} // 36
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common_xdr.c 14 return FALSE;
24 return FALSE;
34 return FALSE;
44 return FALSE;
54 return FALSE;
64 return FALSE;
74 return FALSE;
84 return FALSE;
94 return FALSE;
104 return FALSE;
    [all...]
loc_api_cb_xdr.c 14 return FALSE;
16 return FALSE;
18 return FALSE;
20 return FALSE;
30 return FALSE;
loc_api_xdr.c 15 return FALSE;
25 return FALSE;
35 return FALSE;
37 return FALSE;
47 return FALSE;
57 return FALSE;
67 return FALSE;
77 return FALSE;
79 return FALSE;
81 return FALSE;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_cb_xdr.c 14 return FALSE;
16 return FALSE;
18 return FALSE;
20 return FALSE;
30 return FALSE;
loc_api_common_xdr.c 14 return FALSE;
24 return FALSE;
34 return FALSE;
44 return FALSE;
54 return FALSE;
64 return FALSE;
74 return FALSE;
84 return FALSE;
94 return FALSE;
104 return FALSE;
    [all...]
loc_api_xdr.c 15 return FALSE;
25 return FALSE;
35 return FALSE;
37 return FALSE;
47 return FALSE;
57 return FALSE;
67 return FALSE;
77 return FALSE;
79 return FALSE;
81 return FALSE;
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
PredicatesTest.java 32 private static final Predicate<Object> FALSE = new Predicate<Object>() {
34 return false;
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null));
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null))
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
BinarySemaphoreWin.cpp 32 : m_event(::CreateEventW(0, FALSE, FALSE, 0))
52 return false;
55 DWORD result = ::WaitForSingleObjectEx(m_event, interval, FALSE);
63 return false;
66 ASSERT_WITH_MESSAGE(false, "::WaitForSingleObjectEx failed with error %lu", ::GetLastError());
67 return false;
69 ASSERT_WITH_MESSAGE(false, "::WaitForSingleObjectEx returned unexpected result %lu", result);
70 return false;
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
MainThreadGtk.cpp 44 return FALSE;
  /external/icu4c/test/intltest/
tokiter.cpp 18 done = haveLine = FALSE;
27 return FALSE;
34 return FALSE;
41 haveLine = FALSE;
42 if (U_FAILURE(ec)) return FALSE;
61 * @return TRUE if a valid token is found, or FALSE if the end
67 return FALSE;
77 return FALSE;
88 return FALSE;
104 return FALSE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.cc 97 return FALSE;
126 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
138 GtkWidget* hbox = gtk_hbox_new(FALSE, 0);
145 GtkWidget* text_vbox = gtk_vbox_new(FALSE, kExtraLineSpacing);
152 gtk_box_pack_start(GTK_BOX(text_vbox), product_label, FALSE, FALSE, 0);
158 gtk_box_pack_start(GTK_BOX(text_vbox), version_label, FALSE, FALSE, 0);
163 GtkWidget* image_vbox = gtk_vbox_new(FALSE, 0);
166 FALSE, FALSE, 0)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
before_translate_infobar_gtk.cc 24 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
25 gtk_util::CenterWidgetInHBox(hbox_, hbox, false, 0);
33 FALSE, FALSE, 0);
39 gtk_box_pack_start(GTK_BOX(hbox), combobox, FALSE, FALSE, 0);
42 FALSE, FALSE, 0);
47 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0)
    [all...]
  /external/bluetooth/bluez/audio/
gstbluetooth.c 81 SBC_CAPS, NULL, NULL) == FALSE)
82 return FALSE;
85 return FALSE;
88 return FALSE;
91 return FALSE;
94 return FALSE;
97 return FALSE;
100 return FALSE;
  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 35 #ifndef FALSE
36 #define FALSE 0
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
FalseFileFilter.java 23 * A file filter that always returns false.
33 * Singleton instance of false filter.
36 public static final IOFileFilter FALSE = new FalseFileFilter();
38 * Singleton instance of false filter.
39 * Please use the identical FalseFileFilter.FALSE constant.
43 public static final IOFileFilter INSTANCE = FALSE;
52 * Returns false.
55 * @return false
58 return false;
62 * Returns false.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbuf.h 35 #ifndef FALSE
36 #define FALSE 0
  /external/icu4c/layoutex/
ParagraphLayout.cpp 139 FALSE , /* Zyyy */
140 FALSE, /* Qaai */
142 FALSE, /* Armn */
144 FALSE, /* Bopo */
145 FALSE, /* Cher */
146 FALSE, /* Copt=Qaac */
147 FALSE, /* Cyrl */
148 FALSE, /* Dsrt */
150 FALSE, /* Ethi */
151 FALSE, /* Geor *
    [all...]

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>