Searched defs:true (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrSyntaxChecker.cpp45 void atomParenthesesSubpatternBegin(bool = true) {} argument
/external/webkit/Source/WebCore/platform/network/
H A DBlobResourceHandle.h53 static PassRefPtr<BlobResourceHandle> create(PassRefPtr<BlobStorageData> blobData, const ResourceRequest& request, ResourceHandleClient* client, bool async = true) argument
/external/chromium/chrome/browser/autofill/
H A Dautofill_browsertest.cc38 " onFocus=\"domAutomationController.send(true)\" /><br />"
68 set_show_window(true);
121 " return true;"
134 " onTranslateProgress(100, true, false);"
178 browser(), ui::VKEY_M, false, true, false, false, local
276 " focused_fired = true;"
279 " unfocused_fired = true;"
282 " changed_select_fired = true;"
285 " unchanged_select_fired = true;"
301 browser(), ui::VKEY_M, false, true, fals local
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dapply_updates_command_unittest.cc63 entry.Put(syncable::IS_UNAPPLIED_UPDATE, true);
67 entry.Put(syncable::SERVER_IS_DIR, true);
84 entry.Put(syncable::IS_UNAPPLIED_UPDATE, true);
112 entry.Put(syncable::IS_UNSYNCED, true);
341 nigori->set_encrypt_bookmarks(true);
344 specifics, true); local
375 // With empty encrypted_types, this should be true.
387 true, syncable::BOOKMARKS, NULL);
409 nigori->set_encrypt_bookmarks(true);
412 specifics, true); local
509 specifics, true); local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox_unittest.cc116 visibility_changed = true;
211 AddChildren(true);
216 EXPECT_NO_FATAL_FAILURE(Test(true));
221 EXPECT_NO_FATAL_FAILURE(Test(true));
241 AddChildren(true);
242 gtk_box_set_homogeneous(GTK_BOX(box_), true); local
247 EXPECT_NO_FATAL_FAILURE(Test(true));
252 EXPECT_NO_FATAL_FAILURE(Test(true));
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_perftest.cc85 NULL, true, db_path_, 0); local
116 NULL, true, db_path_, 0); local
155 true, local
171 true, local
/external/chromium/net/base/
H A Descape_unittest.cc73 EscapeQueryParamValueUTF8(WideToUTF16Hack(value.input), true)); local
96 std::string out = EscapeQueryParamValue(in, true);
120 EXPECT_TRUE(EscapeQueryParamValue(test_str, base::kCodepageUTF8, true,
122 EXPECT_EQ(wide, EscapeQueryParamValueUTF8(test_str, true));
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.cc44 called = true;
73 return true;
78 return true;
120 file_util::Delete(path(), true); local
138 g_cache_tests_error = true;
163 return true;
176 completed_ = true;
/external/clang/test/SemaCXX/
H A Dmember-init.cpp38 struct NoThrowCtor { NoThrowCtor(int) noexcept(true); };
47 CheckExcSpec() noexcept(true) = default; member in struct:CheckExcSpec
51 CheckExcSpecFail() noexcept(true) = default; // expected-error {{exception specification of explicitly defaulted default constructor does not match the calculated one}} member in struct:CheckExcSpecFail
/external/llvm/lib/Analysis/
H A DAliasAnalysisCounter.cpp26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
120 "Count Alias Analysis Query Responses", false, true, false)
141 WriteAsOperand(errs(), LocA.Ptr, true, M); local
144 WriteAsOperand(errs(), LocB.Ptr, true, M); local
167 WriteAsOperand(errs(), Loc.Ptr, true, M); local
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h50 /// unit from .debug_ranges section. Returns true on success.
80 getCompileUnitDIE(bool extract_cu_die_only = true) { argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h66 /// should be set to true. Doing so breaks freeMachineCodeForFunction.
102 bool GVsWithCode = true,
111 /// removeModule - Remove a Module from the list of modules. Returns true if
129 bool AbortOnFailure = true);
97 create(Module *M, std::string *Err, JITMemoryManager *JMM, CodeGenOpt::Level OptLevel = CodeGenOpt::Default, bool GVsWithCode = true, Reloc::Model RM = Reloc::Default, CodeModel::Model CMM = CodeModel::JITDefault) argument
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp62 bool AbortOnFailure = true) {
61 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure = true) argument
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h89 PdtExpandOptions(bool c = true, bool k = false, argument
193 bool kp = false, bool gc = true)
192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, bool kp = false, bool gc = true) argument
/external/openfst/src/include/fst/
H A Drandom-weight.h52 TropicalWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
84 LogWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
117 MinMaxWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
151 StringWeightGenerator(int seed = time(0), bool allow_zero = true) argument
192 ProductWeightGenerator(int seed = time(0), bool allow_zero = true) argument
218 LexicographicWeightGenerator(int seed = time(0), bool allow_zero = true) argument
255 GallicWeightGenerator(int seed = time(0), bool allow_zero = true) argument
269 PowerWeightGenerator(int seed = time(0), bool allow_zero = true) argument
293 SignedLogWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
329 SparsePowerWeightGenerator(int seed = time(0), bool allow_zero = true) argument
[all...]
/external/openfst/src/include/fst/script/
H A Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true, argument
196 void RmEpsilon(MutableFstClass *arc, bool connect = true,
/external/stlport/test/unit/
H A Dlimits_test.cpp61 { return true; }
70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { argument
84 return true;
88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { argument
107 return true;
112 return test_integral_limits(__val, false, true);
226 return true;
267 return true;
[all...]
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.h37 static PassRefPtr<DeleteSelectionCommand> create(Document* document, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) argument
41 static PassRefPtr<DeleteSelectionCommand> create(const VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false) argument
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.h79 void setWasClicked(bool b = true) { m_wasClicked = b; } argument
99 virtual bool isActive() const { return true; }
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.h36 FrameEdgeInfo(bool preventResize = false, bool allowBorder = true) argument
97 virtual bool isFrameSet() const { return true; }
/external/webkit/Source/WebCore/svg/
H A DSVGPreserveAspectRatio.h70 static bool parsePreserveAspectRatio(Consumer* consumer, const String& value, bool validate = true) argument
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp102 webView.setRenderHint(QPainter::Antialiasing, true);
114 webView.setRenderHint(QPainter::SmoothPixmapTransform, true);
150 page->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
195 m_executed = true;
332 QTest::newRow("activeBG") << true << true; local
333 QTest::newRow("activeFG") << true << false;
334 QTest::newRow("inactiveBG") << false << true; local
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.h42 #define true 0x1 macro
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc91 EndsWith(caption, L" - Google Chrome", true) ||
92 EndsWith(caption, L" - Chromium", true);
120 return true;
127 set_show_window(true);
234 browser2->tabstrip_model()->delegate()->AddBlankTab(true);
283 { true, true, true, true, false },
285 { false, true, fals
320 browser(), ui::VKEY_TAB, true, false, false, false)); local
331 browser(), ui::VKEY_TAB, true, true, false, false)); local
539 browser(), ui::VKEY_TAB, false, true, false, false, local
547 browser(), ui::VKEY_TAB, false, true, false, false, local
669 browser(), ui::VKEY_TAB, false, true, false, false, local
738 browser(), ui::VKEY_F, false, false, false, true)); local
742 browser(), ui::VKEY_F, true, false, false, false)); local
762 browser(), ui::VKEY_F, false, false, false, true)); local
765 browser(), ui::VKEY_F, true, false, false, false)); local
776 browser(), ui::VKEY_F, false, false, false, true)); local
779 browser(), ui::VKEY_F, true, false, false, false)); local
[all...]
/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker.cc77 return true;
161 true, local
176 got_response_ = true;
226 got_response_ = true;
403 return true;
433 serializer.set_pretty_print(true);
552 return true;
599 serializer.set_pretty_print(true);
625 return true;

Completed in 1896 milliseconds

1234567891011>>