Searched defs:true (Results 1 - 25 of 488) 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
29 # define true 1 macro
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
H A Dstdbool.h32 #define true 1 macro
40 CASSERT(true, true_is_true)
/external/clang/test/Parser/
H A Daltivec-csk-bool.c3 // PR16456: Verify that bool, true, false are treated as context-sensitive
12 #define true true_value macro
/external/kernel-headers/original/linux/
H A Dstddef.h17 true = 1 enumerator in enum:__anon19590
/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
66 # undef true 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:__anon358
124 # define true true macro
127 # define true macro
[all...]
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk_browsertest.cc43 true); local
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map_unittest.cc21 std::string(), std::string(), true); local
22 StoragePartitionImplMap::StoragePartitionConfig c4("a", std::string(), true);
23 StoragePartitionImplMap::StoragePartitionConfig c5("b", std::string(), true);
27 std::string(), "abc", true); local
29 StoragePartitionImplMap::StoragePartitionConfig c9("a", "abc", true);
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdbool.h34 #define true 1 macro
/external/clang/lib/Headers/
H A Dstdbool.h29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
32 #define true 1 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
39 #define true true macro
/external/clang/lib/include/
H A Dstdbool.h29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
32 #define true 1 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
39 #define true true macro
/external/clang/test/CXX/except/except.spec/
H A Dp3.cpp48 // noexcept(true) is compatible with noexcept
50 extern void (*r11)() noexcept(true); variable
60 // noexcept(false) is incompatible with noexcept(true)
61 extern void (*r14)() noexcept(true); // expected-note {{previous declaration}} variable
85 // noexcept(true) is compatible with dynamic specs that don't throw
87 extern void (*r19)() noexcept(true); variable
94 extern void (*r21)() noexcept(true); // expected-error {{does not match}} variable
/external/junit/src/org/junit/experimental/theories/
H A DTheory.java11 boolean nullsAccepted() default true; field in interface:Theory
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrBuilder.h34 bool mem = true) {
33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool mem = true) argument
/external/mesa3d/include/c99/
H A Dstdbool.h34 #define true 1 macro
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DImplementation.java13 boolean i18nSafe() default true; field in interface:Implementation
/external/chromium/chrome/browser/ui/gtk/
H A Dview_id_util_browsertest.cc48 CheckViewID(static_cast<ViewID>(i), true); local
55 CheckViewID(VIEW_ID_TAB_0, true);
61 CheckViewID(VIEW_ID_TAB_0, true);
62 CheckViewID(VIEW_ID_TAB_1, true);
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dextension_action_prefs_unittest.cc35 prefs(), extensions_[1]->id(), true); variable
/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy.cc35 l10n_util::GetStringUTF16(IDS_FILE_SELECTION_DIALOG_INFOBAR), true); local
/external/chromium_org/chrome/browser/ui/gtk/
H A Dview_id_util_browsertest.cc52 CheckViewID(static_cast<ViewID>(i), true); local
59 CheckViewID(VIEW_ID_TAB_0, true);
67 CheckViewID(VIEW_ID_TAB_0, true);
68 CheckViewID(VIEW_ID_TAB_1, true);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchRequest.h34 MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true) argument
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuClient.h41 virtual void valueChanged(unsigned listIndex, bool fireEvents = true) = 0;
42 virtual void selectionChanged(unsigned listIndex, bool fireEvents = true) = 0;
66 virtual void listBoxSelectItem(int /*listIndex*/, bool /*allowMultiplySelections*/, bool /*shift*/, bool /*fireOnChangeNow*/ = true) { ASSERT_NOT_REACHED(); } argument
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h44 * true/false macros are available.
67 #define true 1 macro
86 #define true 1 macro
115 #define true 1 macro
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp59 C->PrintJob(llvm::errs(), C->getJobs(), "\n", true); local
69 C->PrintJob(OS, C->getJobs(), "; ", true);
/external/chromium/base/test/
H A Dmultiprocess_test.cc54 false, true, &handle); local
/external/chromium/base/threading/
H A Dwatchdog_unittest.cc58 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true);
69 Watchdog watchdog2(TimeDelta::FromMilliseconds(300), "Enabled", true);
78 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
87 WatchdogCounter watchdog(TimeDelta(), "Enabled2", true); local
108 WatchdogCounter watchdog(TimeDelta::FromSeconds(1), "Enabled3", true);

Completed in 794 milliseconds

1234567891011>>