Searched defs:true (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h102 Factory(bool canonicalize = true) argument
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) argument
/external/llvm/include/llvm/
H A DFunction.h102 /// needs it. The hasLazyArguments predicate returns true if the arg list
138 /// isVarArg - Return true if this function takes a variable number of
171 /// hasFnAttr - Return true if this function has the given attribute.
218 void setDoesNotAccessMemory(bool DoesNotAccessMemory = true) { argument
227 void setOnlyReadsMemory(bool OnlyReadsMemory = true) { argument
236 void setDoesNotReturn(bool DoesNotReturn = true) { argument
245 void setDoesNotThrow(bool DoesNotThrow = true) { argument
255 void setHasUWTable(bool HasUWTable = true) { argument
278 void setDoesNotAlias(unsigned n, bool DoesNotAlias = true) { argument
288 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) { argument
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h121 // Properties always true of this Fst class
199 SetProperties(fst.Properties(kCopyProperties, true) | kStaticProperties);
319 void SetImpl(Impl *impl, bool own_impl = true) { argument
339 bool update_header = true;
410 return true;
H A Dmatcher-fst.h177 void SetImpl(Impl *impl, bool own_impl = true) { argument
H A Dsparse-tuple-weight.h137 return true;
186 inline void Push(const K &k, const W &w, bool default_value_check = true) { argument
190 inline void Push(const Pair &p, bool default_value_check = true) { argument
233 : first_(w.first_), rest_(w.rest_), init_(true),
253 init_ = true;
322 return true;
346 write_parens = true;
H A Dsymbol-table.h462 bool warning = true) {
464 return true;
466 return true;
482 return true;
461 CompatSymbols(const SymbolTable *syms1, const SymbolTable *syms2, bool warning = true) argument
H A Dedit-fst.h40 // N.B.: The documentation for Fst::Copy(true) says that its behavior is
43 // behavior when its Copy(true) method is invoked, where consistent means
53 // required by Fst::Copy(true).
96 edits_opts.write_header = true; // Force writing contained header.
105 return true;
434 : wrapped_(static_cast<WrappedFstT *>(impl.wrapped_->Copy(true))),
489 wrapped_opts.write_header = true; // Force writing contained header.
499 return true;
586 // Properties always true of this Fst class
767 void SetImpl(Impl *impl, bool own_impl = true) { argument
[all...]
H A Dlabel-reachable.h48 explicit LabelReachableData(bool reach_input, bool keep_relabel_data = true) argument
51 have_relabel_data_(true),
92 return true;
115 // true, then input labels are considered, o.w. output labels are
118 // iff Reach(r) is true where r = Relabel(l). The relabeling is
132 // Reach(aiter, ...) is true if labels on the input (output) side of
133 // the transitions of the arc iterator, when iter_input is true
153 bool keep_relabel_data = true)
236 // If 'avoid_collisions' is true, extra pairs are added to
266 if (accumulator_->Error()) error_ = true;
152 LabelReachable(const Fst<A> &fst, bool reach_input, S *s = 0, bool keep_relabel_data = true) argument
[all...]
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h55 string info_type = "auto", bool verify = true)
66 properties_(0), arc_filter_type_(arc_filter_type), long_info_(true) {
68 long_info_ = true;
53 FstInfo(const Fst<A> &fst, bool test_properties, const string &arc_filter_type = Ó, string info_type = Ó, bool verify = true) argument
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp43 QCOMPARE(v.isValid(), true);
44 QCOMPARE(v.isUndefined(), true);
50 QCOMPARE(v.isValid(), true);
51 QCOMPARE(v.isNull(), true);
57 QCOMPARE(v.isValid(), true);
58 QCOMPARE(v.isBoolean(), true);
59 QCOMPARE(v.isBool(), true);
66 QCOMPARE(v.isValid(), true);
67 QCOMPARE(v.isNumber(), true);
79 QCOMPARE(v.isValid(), true);
749 QTest::newRow("object") << engine.evaluate("new Object") << QString::fromAscii("[object Object]") << true << true; local
[all...]
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrParser.h100 * the value true will be passed for the argument 'hyphenIsRange', and in this
289 delegate.assertionWordBoundary(true);
309 delegate.atomBuiltInCharacterClass(DigitClassID, true);
313 delegate.atomBuiltInCharacterClass(SpaceClassID, true);
317 delegate.atomBuiltInCharacterClass(WordClassID, true);
425 return true;
439 parseEscape<true>(delegate);
471 characterClassConstructor.atomPatternCharacter(consume(), true); local
508 m_delegate.atomParentheticalAssertionBegin(true);
583 lastTokenWasAnAtom = true;
[all...]
/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp72 virtual bool shouldStartTimer(Frame*) { return true; }
116 m_haveToldClient = true;
152 : ScheduledURLNavigation(0.0, securityOrigin, url, referrer, lockHistory, lockBackForwardList, duringLoad, true) { }
158 : ScheduledURLNavigation(0.0, securityOrigin, url, referrer, true, true, false, true)
165 frame->loader()->changeLocation(securityOrigin(), KURL(ParsedURLString, url()), referrer(), lockHistory(), lockBackForwardList(), true); local
172 : ScheduledNavigation(0, false, false, false, true)
199 : ScheduledNavigation(0, submission->lockHistory(), lockBackForwardList, duringLoad, true)
226 m_haveToldClient = true;
[all...]
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp98 m_isChangingFocusedFrame = true;
112 newFrame->selection()->setFocused(true);
173 bool didAdvanceFocus = advanceFocus(direction, event, true);
179 focusedOrMainFrame()->document()->axObjectCache()->postNotification(focusedOrMainFrame()->document()->renderer(), AXObjectCache::AXFocusedUIElementChanged, true); local
248 return true;
267 return true;
282 return true;
306 return true;
366 return true;
380 return true;
[all...]
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h126 void setAnimating(bool inAnimating = true) { m_isAnimating = inAnimating; } argument
142 // Return true if this animation is overridden. This will only be the case for
217 // Return true if we need to start software animation timers
/external/chromium/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc80 return value ? L"true" : L"false";
94 waiting_ = true;
109 finished_ = true;
126 set_show_window(true);
139 // true then the web page will suppress all events with |type|. Following
298 { ui::VKEY_A, false, true, false, false,
300 { "D 16 0 false true false false",
301 "D 65 0 false true false false",
302 "P 65 65 false true false false",
303 "U 65 0 false true fals
701 browser(), ui::VKEY_W, false, false, false, true)); local
704 browser(), ui::VKEY_W, true, false, false, false)); local
[all...]
/external/chromium/chrome/browser/history/
H A Dtop_sites_unittest.cc48 return true;
66 // Queries top sites. If |wait| is true a nested message loop is run until the
74 waiting_ = true;
115 // Returns true if t1 and t2 contain the same data.
150 // Returns true if history and top sites should be created in SetUp.
152 return true;
207 // Returns true if the TopSitesQuerier contains the prepopulate data starting
265 // Returns true if the thumbnail equals the specified bytes.
350 // Returns true if history and top sites should be created in SetUp.
497 ThumbnailScore low_score(1.0, true, tru
1034 querier5.QueryTopSites(top_sites(), true); local
1150 q.QueryTopSites(top_sites(), true); local
1160 q.QueryTopSites(top_sites(), true); local
1173 q.QueryTopSites(top_sites(), true); local
1188 q.QueryTopSites(top_sites(), true); local
1201 q.QueryTopSites(top_sites(), true); local
1226 q.QueryTopSites(top_sites(), true); local
1239 q.QueryTopSites(top_sites(), true); local
1250 q.QueryTopSites(top_sites(), true); local
1263 q.QueryTopSites(top_sites(), true); local
1277 q.QueryTopSites(top_sites(), true); local
1299 q.QueryTopSites(top_sites(), true); local
1310 q.QueryTopSites(top_sites(), true); local
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc43 // gtk_widget_child_focus() in TakeFocus(). We return true
88 tab_contents->delegate()->ContentsZoomChange(true);
382 MessageLoop::current()->SetNestableTasksAllowed(true);
486 tab_contents(), views::Screen::GetCursorScreenPoint(), true); local
/external/chromium/chrome/browser/ui/webui/
H A Dmediaplayer_ui.cc257 FirePlaylistChanged(url.spec(), true, current_playlist_.size() - 1);
293 FirePlaylistChanged(std::string(), true, current_offset_); local
323 current_playlist_[x].haderror = true;
609 handler->Init(true, contents);
/external/clang/include/clang/Basic/
H A DIdentifierTable.h87 /// \brief Return true if this is the identifier for the specified string.
128 /// \brief Return true if this identifier is \#defined to some other value.
159 RevertedTokenID = true;
210 /// warnings, and is only true when not parsing C++11. Once a compatibility
223 void setIsPoisoned(bool Value = true) { argument
231 /// isPoisoned - Return true if this token has been poisoned.
236 void setIsCPlusPlusOperatorKeyword(bool Val = true) { argument
251 /// isHandleIdentifierCase - Return true if the Preprocessor::HandleIdentifier
256 /// isFromAST - Return true if the identifier in its current state was loaded
260 void setIsFromAST() { IsFromAST = true; }
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h122 /// steps. Returns true if there is still simulation state on the worklist.
125 /// Returns true if there is still simulation state on the worklist.
227 return true;
235 return true;
248 const NodeBuilderContext &Ctx, bool F = true)
254 const NodeBuilderContext &Ctx, bool F = true)
277 return generateNodeImpl(PP, State, Pred, true);
398 /// corresponding to the two branches of the if statement - true and false.
435 InFeasibleTrue = true;
437 InFeasibleFalse = true;
247 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
253 NodeBuilder(const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp6 return true and false;
80 #define true macro
165 true
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc134 return true;
151 return true;
153 return true;
190 MutexCreate(thr, pc, m, true, true, false);
195 MutexCreate(thr, pc, m, true, true, true);
311 IgnoreCtl(cur_thread(), false, true); local
321 IgnoreCtl(cur_thread(), true, tru local
326 IgnoreCtl(cur_thread(), true, false); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h317 /// readsReg - Returns true if this operand reads the previous value of its
355 void setIsUse(bool Val = true) { setIsDef(!Val); } argument
357 void setIsDef(bool Val = true);
359 void setImplicit(bool Val = true) { argument
364 void setIsKill(bool Val = true) { argument
370 void setIsDead(bool Val = true) { argument
375 void setIsUndef(bool Val = true) { argument
380 void setIsInternalRead(bool Val = true) { argument
385 void setIsEarlyClobber(bool Val = true) { argument
390 void setIsDebug(bool Val = true) { argument
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h189 bool GVsWithCode = true);
202 bool GVsWithCode = true,
218 /// removeModule - Remove a Module from the list of modules. Returns true if
241 bool AbortOnFailure = true) = 0;
380 void DisableLazyCompilation(bool Disabled = true) { argument
395 void DisableGVCompilation(bool Disabled = true) { argument
405 void DisableSymbolSearching(bool Disabled = true) { argument
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp32 static bool VerifyRegionInfo = true;
37 static cl::opt<bool,true>
92 return true;
116 return true;
432 print(dbgs(), true, getDepth(), printStyle.getValue()); local
458 return true;
475 return true;
498 return true;
535 return true;
701 TopLevelRegion->print(OS, true,
[all...]

Completed in 370 milliseconds

1234567891011>>