Searched refs:Force (Results 1 - 23 of 23) sorted by relevance

/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp42 Force("f", cl::desc("Enable binary output on terminals"));
80 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true))
/external/llvm/lib/Support/Unix/
H A DHost.inc49 // Force i<N>86 to i386.
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp42 Force("f", cl::desc("Enable binary output on terminals"));
128 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin-farabs.asm28 ; Force near (non-far) jump (just offset, no segment).
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp47 Force("f", cl::desc("Enable binary output on terminals"));
273 else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp46 Force("f", cl::desc("Enable binary output on terminals"));
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend140 ATTRIBUTE Ascend-Force-56 248 integer
254 VALUE Ascend-Force-56 Force-56-No 0
255 VALUE Ascend-Force-56 Force-56-Yes 1
/external/llvm/tools/opt/
H A Dopt.cpp82 Force("f", cl::desc("Enable binary output on terminals"));
410 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly)
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.cpp140 change = Force;
/external/clang/lib/Basic/
H A DDiagnostic.cpp347 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
351 if (Force) {
374 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h44 Force, enumerator in enum:blink::StyleRecalcChange
/external/sepolicy/
H A DAndroid.mk5 # Force permissive domains to be unconfined+enforcing?
/external/llvm/include/llvm/Support/
H A DCommandLine.h267 virtual void printOptionValue(size_t GlobalWidth, bool Force) const = 0;
1185 void printOptionValue(size_t GlobalWidth, bool Force) const override {
1186 if (Force || this->getDefault().compare(this->getValue())) {
1359 bool /*Force*/) const override {}
1563 bool /*Force*/) const override {}
1658 bool /*Force*/) const override {}
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h404 /// \param Force Assume DebugColumnInfo option is true.
405 unsigned getColumnNumber(SourceLocation Loc, bool Force=false);
H A DItaniumCXXABI.cpp2067 /// \param Force - true to force the creation of this RTTI value
2068 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
2472 llvm::Constant *ItaniumRTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { argument
2493 if (!Force && (IsStdLib || ShouldUseExternalRTTIDescriptor(CGM, Ty)))
H A DCGDebugInfo.cpp290 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { argument
292 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
/external/icu/icu4c/source/
H A Dicudefs.mk221 # Force removal [for make clean]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1676 if (!documentElementStyle || documentElement()->needsStyleRecalc() || change == Force)
1686 if (!bodyStyle || body->needsStyleRecalc() || documentElement()->needsStyleRecalc() || change == Force)
1770 if (change != Force && !needsRenderTreeUpdate())
1845 change = Force;
1852 if (change == Force) {
1984 updateRenderTree(Force);
H A DContainerNode.cpp1214 if (change < Force && hasRareData() && childNeedsStyleRecalc())
H A DElement.cpp1559 return Force;
2497 // a style recalc we should Force one on the pseudo.
2499 element->recalcStyle(change == UpdatePseudoElements ? Force : change);
/external/clang/include/clang/Basic/
H A DDiagnostic.h804 /// \param Force Emit the diagnostic regardless of suppression settings.
805 bool EmitCurrentDiagnostic(bool Force = false);
909 /// \brief Force the diagnostic builder to emit the diagnostic now.
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp934 Force(FK_Undefined),
985 switch (Force) {
1007 enum ForceKind getForce() const { return Force; }
1070 Force = Val == 1 ? LoopVectorizeHints::FK_Enabled
1084 enum ForceKind Force; member in class:__anon26368::LoopVectorizeHints
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1679 b651 Ferrari GT Rumble Force Wheel
1680 b653 RGT Force Feedback Clutch Racing Wheel
1681 b654 Ferrari GT Force Feedback Wheel
1854 001b SideWinder Force Feedback 2 Joystick
1869 0034 SideWinder Force Feedback Wheel
2431 c281 WingMan Force
2432 c283 WingMan Force 3D
2433 c285 WingMan Strike Force 3D
2434 c286 Force 3D Pro
2436 c291 WingMan Formula Force
[all...]

Completed in 520 milliseconds