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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/
npapi.h 4 #ifndef FALSE
5 #define FALSE (0)
  /external/libnfc-nci/src/include/
dyn_mem.h 27 #define GKI_DYNAMIC_MEMORY FALSE
35 #define BTU_DYNAMIC_MEMORY FALSE
39 #define BTM_DYNAMIC_MEMORY FALSE
43 #define SDP_DYNAMIC_MEMORY FALSE
47 #define L2C_DYNAMIC_MEMORY FALSE
51 #define A2MP_DYNAMIC_MEMORY FALSE
55 #define RFC_DYNAMIC_MEMORY FALSE
59 #define TCS_DYNAMIC_MEMORY FALSE
63 #define OBX_DYNAMIC_MEMORY FALSE
67 #define BNEP_DYNAMIC_MEMORY FALSE
    [all...]
  /device/samsung/maguro/bluetooth/
bdroid_buildcfg.h 22 #define BLE_INCLUDED FALSE
23 #define BTA_GATT_INCLUDED FALSE
24 #define SMP_INCLUDED FALSE
  /device/samsung/toro/bluetooth/
bdroid_buildcfg.h 22 #define BLE_INCLUDED FALSE
23 #define BTA_GATT_INCLUDED FALSE
24 #define SMP_INCLUDED FALSE
  /device/samsung/toroplus/bluetooth/
bdroid_buildcfg.h 22 #define BLE_INCLUDED FALSE
23 #define BTA_GATT_INCLUDED FALSE
24 #define SMP_INCLUDED FALSE
  /device/samsung/tuna/bluetooth/
bdroid_buildcfg.h 21 #define BLE_INCLUDED FALSE
22 #define BTA_GATT_INCLUDED FALSE
23 #define SMP_INCLUDED FALSE
  /external/bluetooth/bluedroid/stack/include/
dyn_mem.h 27 #define GKI_DYNAMIC_MEMORY FALSE
35 #define BTU_DYNAMIC_MEMORY FALSE
39 #define BTM_DYNAMIC_MEMORY FALSE
43 #define SDP_DYNAMIC_MEMORY FALSE
47 #define L2C_DYNAMIC_MEMORY FALSE
51 #define RFC_DYNAMIC_MEMORY FALSE
55 #define TCS_DYNAMIC_MEMORY FALSE
59 #define OBX_DYNAMIC_MEMORY FALSE
63 #define BNEP_DYNAMIC_MEMORY FALSE
67 #define AVDT_DYNAMIC_MEMORY FALSE
    [all...]
  /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...]
  /device/samsung/manta/bluetooth/
bdroid_buildcfg.h 30 #define BLE_INCLUDED FALSE
31 #define BTA_GATT_INCLUDED FALSE
32 #define SMP_INCLUDED FALSE
  /hardware/qcom/bt/libbt-vendor/include/
bt_vendor_qcom.h 25 #ifndef FALSE
26 #define FALSE 0
30 #define TRUE (!FALSE)
  /external/harfbuzz_ng/test/api/
test-buffer.c 423 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE },
425 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE },
427 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE },
431 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE },
432 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE },
434 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE },
435 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE },
446 { "\xf8\x88\x80\x80\x80", -1, 0, FALSE },
447 { "\xfc\x84\x80\x80\x80\x80", -1, 0, FALSE },
453 { "\xfb\xbf\xbf\xbf\xbf", -1, 0, FALSE },
    [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/media/mm-video/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /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 19 done = haveLine = FALSE;
28 return FALSE;
35 return FALSE;
42 haveLine = FALSE;
43 if (U_FAILURE(ec)) return FALSE;
62 * @return TRUE if a valid token is found, or FALSE if the end
68 return FALSE;
78 return FALSE;
89 return FALSE;
105 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/bluedroid/embdrv/sbc/encoder/include/
sbc_encoder.h 35 #ifndef FALSE
36 #define FALSE 0
40 #define TRUE (!FALSE)
75 #define SBC_DSP_OPT FALSE
80 #define SBC_USE_ARM_PRAGMA FALSE
86 #define SBC_ARM_ASM_OPT FALSE
91 #define SBC_GHS_COMPILER FALSE
108 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE
115 #define SBC_IS_64_MULT_IN_IDCT FALSE
119 /* setting this flag to FALSE add whistling noise at 5.5 and 11 KHz usualy not perceptible by human's hears. *
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 35 #ifndef FALSE
36 #define FALSE 0
  /hardware/broadcom/libbt/include/
bt_vendor_brcm.h 40 #ifndef FALSE
41 #define FALSE 0
45 #define TRUE (!FALSE)
49 #define VENDOR_LIB_RUNTIME_TUNING_ENABLED FALSE
87 * -FALSE- (default value)
100 #define USE_CONTROLLER_BDADDR FALSE
202 #define BT_WAKE_VIA_USERIAL_IOCTL FALSE
210 #define BT_WAKE_VIA_PROC FALSE
216 with desired SCO configuration, set this FALSE to bypass configuration
224 #define SCO_USE_I2S_INTERFACE FALSE
    [all...]
  /packages/apps/Email/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...]

Completed in 1455 milliseconds

1 2 3 4 5 6 7 8 91011>>