HomeSort by relevance Sort by last modified time
    Searched defs:isDef (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/skia/src/svg/
SkSVGDefs.cpp 14 bool SkSVGDefs::isDef() {
SkSVGMask.cpp 23 bool SkSVGMask::isDef() {
SkSVGMetadata.cpp 15 bool SkSVGMetadata::isDef() {
SkSVGClipPath.cpp 16 bool SkSVGClipPath::isDef() {
SkSVGGroup.cpp 26 bool SkSVGGroup::isDef() {
27 return fParent ? fParent->isDef() : false;
SkSVGElements.cpp 44 bool SkSVGElement::isDef() {
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
77 fIsDef = isDef();
SkSVGGradient.cpp 21 bool SkSVGGradient::isDef() {
SkSVGParser.cpp 232 void SkSVGParser::translate(SkSVGElement* element, bool isDef) {
236 (element->fIsDef && isDef == false && element->fIsNotDef == false) ||
237 (element->fIsDef == false && isDef && element->fIsNotDef)) {
252 element->fPaintState.flush(*this, isFlushable, isDef);
253 element->translate(*this, isDef);
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
263 element->fPaintState.flush(*this, isFlushable, isDef);
265 element->translate(*this, isDef);
389 bool isDef = created->fIsDef = created->isDef();
    [all...]
  /external/skia/src/svg/
SkSVGDefs.cpp 14 bool SkSVGDefs::isDef() {
SkSVGMask.cpp 23 bool SkSVGMask::isDef() {
SkSVGMetadata.cpp 15 bool SkSVGMetadata::isDef() {
SkSVGClipPath.cpp 16 bool SkSVGClipPath::isDef() {
SkSVGGroup.cpp 26 bool SkSVGGroup::isDef() {
27 return fParent ? fParent->isDef() : false;
SkSVGElements.cpp 44 bool SkSVGElement::isDef() {
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
77 fIsDef = isDef();
SkSVGGradient.cpp 21 bool SkSVGGradient::isDef() {
SkSVGParser.cpp 232 void SkSVGParser::translate(SkSVGElement* element, bool isDef) {
236 (element->fIsDef && isDef == false && element->fIsNotDef == false) ||
237 (element->fIsDef == false && isDef && element->fIsNotDef)) {
252 element->fPaintState.flush(*this, isFlushable, isDef);
253 element->translate(*this, isDef);
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
263 element->fPaintState.flush(*this, isFlushable, isDef);
265 element->translate(*this, isDef);
389 bool isDef = created->fIsDef = created->isDef();
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 129 /// isDef - Return true if this MemDepResult represents a query that is
131 bool isDef() const { return Value.getInt() == Def; }
  /external/clang/tools/libclang/
IndexingContext.cpp 373 bool isDef = D->isThisDeclarationADefinition();
374 bool isContainer = isDef;
378 isDef = true;
382 DeclInfo DInfo(!D->isFirstDecl(), isDef, isContainer);
574 bool isDef = D->isThisDeclarationADefinition();
575 bool isContainer = isDef;
579 isDef = true;
583 DeclInfo DInfo(!D->isCanonicalDecl(), isDef, isContainer);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 81 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
84 /// IsDef - True if this is a def, false if this is a use of the register.
86 bool IsDef : 1;
276 return !IsDef;
279 bool isDef() const {
281 return IsDef;
373 assert(isReg() && !IsDef && "Wrong MachineOperand accessor");
379 assert(isReg() && IsDef && "Wrong MachineOperand accessor");
394 assert(isReg() && IsDef && "Wrong MachineOperand accessor");
399 assert(isReg() && !IsDef && "Wrong MachineOperand accessor")
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 98 goog.isDef = function(val) {
134 if (!parts.length && goog.isDef(opt_object)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 496 bool isDef = (isi32Load(Opcode) || Opcode == ARM::VLDRS ||
542 MIB = MIB.addReg(Regs[i].first, getDefRegState(isDef)
650 if (!MO->isReg() || !MO->isDef() || !MO->isImplicit() || MO->isDead())
784 if (MO.isDef() && MO.getReg() == ARM::CPSR && !MO.isDead())
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 25 goog.isDef = function(a) {
33 !a.length && goog.isDef(b) ? c[d] = b : c = c[d] ? c[d] : c[d] = {};
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
42 goog.string.removeAll=function(a,b){var c=new RegExp(goog.string.regExpEscape(b),"g");return a.replace(c,"")};goog.string.regExpEscape=function(a){return String(a).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")};goog.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber=function(a,b,c){a=goog.isDef(c)?a.toFixed(c):String(a);c=a.indexOf(".");-1==c&&(c=a.length);return goog.string.repeat("0",Math.max(0,b-c))+a};
    [all...]
chromeVoxChromeOptionsScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]

Completed in 6628 milliseconds