Searched defs:true (Results 26 - 50 of 289) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DStillImageQt.h49 virtual void destroyDecodedData(bool destroyAll = true) { Q_UNUSED(destroyAll); } argument
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DBitmapImageSingleFrameSkia.h49 // Creates a new Image from the given SkBitmap. If "copyPixels" is true, a
54 virtual bool isBitmapImage() const { return true; }
62 virtual void destroyDecodedData(bool destroyAll = true) { } argument
/external/webkit/Source/WebCore/platform/graphics/win/
H A DLocalWindowsContext.h37 LocalWindowsContext(GraphicsContext* graphicsContext, const IntRect& rect, bool supportAlphaBlend = true, bool mayCreateBitmap = true) argument
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceSolidColor.h35 virtual void removeAllClientsFromCache(bool = true) { } argument
36 virtual void removeClientFromCache(RenderObject*, bool = true) { } argument
/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.h36 virtual bool isFormControlElement() const { return true; }
41 virtual void setFormControlValueMatchesRenderer(bool b = true) { m_valueMatchesRenderer = b; } argument
/external/chromium/chrome/browser/chromeos/
H A Dlow_battery_observer.cc75 TimeFormat::TimeRemaining(remaining)), urgent, true); local
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc41 false, false, true)); local
65 store_->SetClearLocalStateOnExit(true);
133 false, false, true));
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents_unittest.cc222 true, // |allow_bubble_offscreen| local
/external/llvm/include/llvm/ADT/
H A Dedit_distance.h40 /// \p AllowReplacements is \c true) replacements needed to transform one of
44 bool AllowReplacements = true,
43 ComputeEditDistance(ArrayRef<T> FromArray, ArrayRef<T> ToArray, bool AllowReplacements = true, unsigned MaxEditDistance = 0) argument
/external/llvm/include/llvm/Support/
H A DMutex.h36 explicit MutexImpl(bool recursive = true);
49 /// @returns false if any kind of error occurs, true otherwise.
56 /// @returns false if any kind of error occurs, true otherwise.
64 /// available, true otherwise.
92 explicit SmartMutex(bool rec = true) : argument
104 return true;
118 return true;
125 else return true;
/external/openfst/src/include/fst/
H A Darcfilter.h35 bool operator()(const A &arc) const { return true; }
70 // true (false).
76 MultiLabelArcFilter(bool match_input = true, bool keep_match = true) argument
/external/webkit/Source/JavaScriptCore/API/
H A DAPIShims.h65 APIEntryShim(ExecState* exec, bool registerThread = true) argument
72 APIEntryShim(JSGlobalData* globalData, bool registerThread = true) argument
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageReservation.h104 static PageReservation reserve(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) argument
/external/webkit/Source/WebCore/platform/graphics/
H A DGeneratedImage.h45 virtual bool hasSingleSecurityOrigin() const { return true; }
49 virtual bool usesContainerSize() const { return true; }
50 virtual bool hasRelativeWidth() const { return true; }
51 virtual bool hasRelativeHeight() const { return true; }
56 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { } argument
/external/clang/lib/Basic/
H A DTargets.cpp58 bool Tuning = true) {
624 .Case("generic", true)
625 .Case("440", true)
626 .Case("450", true)
627 .Case("601", true)
628 .Case("602", true)
629 .Case("603", true)
630 .Case("603e", true)
631 .Case("603ev", true)
632 .Case("604", true)
57 defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning = true) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3convertutf.h122 #define true ANTLR3_TRUE macro
/external/chromium/base/json/
H A Djson_writer.cc29 WriteWithOptionalEscape(node, pretty_print, true, json);
65 json_string_->append(value ? "true" : "false");
110 JsonDoubleQuote(UTF8ToUTF16(value), true, json_string_); local
112 JsonDoubleQuote(value, true, json_string_);
194 JsonDoubleQuote(UTF8ToUTF16(str), true, json_string_); local
/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_unittest.cc69 otrProfile.set_incognito(true);
76 "0", &profile, true));
82 "1", &profile, true));
91 "0", &otrProfile, true));
97 "1", &otrProfile, true));
139 false, false, true); local
171 base::Time(), true, false, false); local
188 { "bar.com", "bar.com", true },
189 { ".bar.com", "bar.com", true },
190 { "bar.com", "foo.bar.com", true },
[all...]
/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer_unittest.cc89 true, local
120 true_args.Append(Value::CreateBooleanValue(true));
131 sync_manager_observer_.OnPassphraseRequired(true);
/external/clang/examples/clang-interpreter/
H A Dmain.cpp98 C->PrintJob(OS, C->getJobs(), "; ", true);
121 C->PrintJob(llvm::errs(), C->getJobs(), "\n", true); local
/external/clang/lib/AST/
H A DVTTBuilder.cpp115 BaseDeclIsMorallyVirtual = true;
124 BaseDeclIsNonVirtualPrimaryBase = true;
170 LayoutVTT(BaseSubobject(BaseDecl, BaseOffset), /*BaseIsVirtual=*/true); local
/external/clang/tools/libclang/
H A DCIndexer.h46 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; } argument
49 void setDisplayDiagnostics(bool Display = true) { argument
71 * \returns true if an error occurred.
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h90 bool = true) {
91 return true;
98 bool = true) {
99 return true;
88 addPassesToEmitMachineCode(PassManagerBase &, JITCodeEmitter &, bool = true) argument
95 addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_ostream &, bool = true) argument
/external/openfst/src/test/
H A Dweight-tester.h39 void Test(int iterations, bool test_division = true) { argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h41 TropicalWeightGenerator(int seed = time(0), bool allow_zero = true) argument
68 LogWeightGenerator(int seed = time(0), bool allow_zero = true) argument
96 StringWeightGenerator(int seed = time(0), bool allow_zero = true) argument
131 ProductWeightGenerator(int seed = time(0), bool allow_zero = true) argument
156 GallicWeightGenerator(int seed = time(0), bool allow_zero = true) argument

Completed in 410 milliseconds

1234567891011>>