Searched defs:false (Results 1 - 25 of 859) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/c/dev/
H A Ddeprecated_bool.h24 // true, and false to make this deprecated interface compile in C. Force it
28 # define false 0 macro
/external/libcxxabi/test/
H A Dcatch_in_noexcept.cpp23 assert(false); variable
28 assert(false); variable
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_browsertest.cc37 RequestToLockMouse(true, false);
55 RequestToLockMouse(true, false);
59 chrome::CloseWebContents(browser(), tab1, false); local
70 RequestToLockMouse(true, false);
/external/clang/test/Parser/
H A Daltivec-csk-bool.c4 // PR16456: Verify that bool, true, false are treated as context-sensitive
14 #define false false_value macro
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp23 SkRegion::kIntersect_Op, false); local
/external/bison/lib/
H A Dstdbool.in.h29 - <stdbool.h> must be #included before 'bool', 'false', 'true'
34 - Programs should not undefine the macros bool, true, and false,
48 to 'true', and zero gets converted to 'false'. This doesn't work
61 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
65 # undef false macro
105 /* For the sake of symbolic names in gdb, define true and false as
108 typedef enum { false = 0, true = 1 } _Bool;
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon361
123 # define false false macro
126 # define false macro
[all...]
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager_browsertest.cc37 CURRENT_TAB, ui::PAGE_TRANSITION_TYPED, false); local
46 false); local
55 false); local
68 false); local
78 false); local
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitArray.h37 BitArray(bool value = false) argument
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdbool.h33 #define false 0 macro
/external/clang/lib/Headers/
H A Dstdbool.h29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
33 #define false 0 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
38 #define false false macro
/external/clang/test/CXX/except/except.spec/
H A Dp3.cpp52 // noexcept(false) isn't
54 extern void (*r12)() noexcept(false); // expected-error {{does not match}} variable
60 // noexcept(false) is incompatible with noexcept(true)
62 extern void (*r14)() noexcept(false); // expected-error {{does not match}} variable
64 // noexcept(false) is compatible with itself
65 extern void (*r15)() noexcept(false); variable
66 extern void (*r15)() noexcept(false); variable
68 // noexcept(false) is compatible with MS throw(...)
69 extern void (*r16)() noexcept(false); variable
72 // noexcept(false) i
74 extern void (*r17)() noexcept(false); // expected-error {{does not match}} variable
78 void f17() noexcept(false); variable
91 extern void (*r20)() noexcept(false); // expected-error {{does not match}} variable
[all...]
/external/clang/test/FixIt/
H A Dfixit-uninit.c11 #define false (bool)0 macro
15 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:11}:" = false"
21 #undef false macro
/external/guava/guava/src/com/google/common/annotations/
H A DGwtCompatible.java77 boolean serializable() default false; field in interface:GwtCompatible
87 boolean emulated() default false; field in interface:GwtCompatible
/external/jemalloc/include/msvc_compat/C99/
H A Dstdbool.h16 #define false 0 macro
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/
H A Dop_lt.pass.cpp36 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), false); local
38 test(random_access_iterator<char*>(s+1), random_access_iterator<char*>(s), false); local
39 test(s, s, false);
41 test(s+1, s, false);
H A Dop_neq.pass.cpp36 test(input_iterator<char*>(s), input_iterator<char*>(s), false); local
38 test(forward_iterator<char*>(s), forward_iterator<char*>(s), false); local
40 test(bidirectional_iterator<char*>(s), bidirectional_iterator<char*>(s), false); local
42 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), false); local
44 test(s, s, false);
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/
H A Dtest.pass.cpp36 test(bidirectional_iterator<const char*>(s), bidirectional_iterator<const char*>(s), false); local
38 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), false); local
40 test(s, s, false);
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/
H A Dtest.pass.cpp36 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s), false); local
38 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s), false); local
39 test(s, s, false);
41 test(s+1, s, false);
/external/libcxx/test/re/re.traits/
H A Dlookup_classname.pass.cpp17 // bool icase = false) const;
25 test(const char_type* A, std::ctype_base::mask expected, bool icase = false) argument
/external/mesa3d/include/c99/
H A Dstdbool.h33 #define false 0 macro
/external/mockito/src/org/mockito/
H A DMock.java72 boolean serializable() default false; field in interface:Mock
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
H A Dfile_system_provider_api.cc53 return false;
79 return false;
101 return false;
125 false /* has_more */); local
136 false /* has_more */); local
175 false /* has_more */);
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dextension_action_prefs_unittest.cc33 prefs(), extensions_[0]->id(), false); variable
/external/chromium_org/chrome/browser/extensions/api/top_sites/
H A Dtop_sites_apitest.cc22 TopSitesExtensionTest() : top_sites_inited_(false), waiting_(false) {
32 base::Bind(&TopSitesExtensionTest::OnTopSitesAvailable, this), false); variable
46 waiting_ = false;
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_browsertest.cc77 ui::PAGE_TRANSITION_TYPED, false)); local
89 ui::PAGE_TRANSITION_TYPED, false)); local

Completed in 1217 milliseconds

1234567891011>>