Searched defs:isNew (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseBackendBase.h60 bool isNew() const { return m_new; } function in class:WebCore::DatabaseBackendBase
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp92 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; local
93 (void)isNew; // Silence compiler warning.
94 assert(isNew && "Node emitted out of order - early");
183 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; local
184 (void)isNew; // Silence compiler warning.
185 assert(isNew && "Node emitted out of order - early");
259 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; local
260 (void)isNew; // Silence compiler warning.
261 assert(isNew && "Node emitted out of order - early");
560 bool isNew
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DAnimationBase.h123 bool running() const { return !isNew() && !postActive(); }
125 bool isNew() const { return m_animState == AnimationStateNew; } function in class:WebCore::AnimationBase
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp562 bool isNew; local
563 ExplodedNode *Node = G->getNode(Loc, N->getState(), false, &isNew);
565 return isNew ? Node : 0;
H A DExprEngineCallAndReturn.cpp61 bool isNew; local
62 ExplodedNode *Node = G.getNode(Loc, state, false, &isNew);
64 if (isNew)
287 bool isNew; local
288 ExplodedNode *BindedRetNode = G.getNode(Loc, state, false, &isNew);
290 if (!isNew)
313 bool isNew; local
315 ExplodedNode *CEENode = G.getNode(Loc, CEEState, false, &isNew);
317 if (!isNew)
450 bool isNew; local
[all...]
/external/freetype/src/cff/
H A Dcf2hints.h76 FT_Bool isNew; member in struct:CF2_HintMaskRec_
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java230 public boolean isNew(int offset) method in class:BranchTargetFinder
439 (isNew(index) ? " ["+initializationOffset(index)+"] " : " ---- ") +
/external/chromium_org/third_party/sqlite/src/src/
H A Dtrigger.c1073 ** Parameter isNew must be either 1 or 0. If it is 0, then the mask returned
1086 int isNew, /* 1 for new.* ref mask, 0 for old.* ref mask */
1095 assert( isNew==1 || isNew==0 );
1103 mask |= pPrg->aColmask[isNew];
1082 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
H A Dtest_malloc.c749 int isNew; local
760 pEntry = Tcl_CreateHashEntry(&aMallocLog, (const char *)aKey, &isNew);
761 if( isNew ){
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp821 bool isNew = RegSeen.insert(Reg); local
828 if (isNew && !isKill)
831 else if (!isNew && isKill)
853 bool isNew = RegSeen.insert(Reg); local
856 else if (!isNew && isOperandKill(MO, MRI)) {
H A DTwoAddressInstructionPass.cpp682 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; local
683 if (!isNew)
695 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; local
696 if (!isNew)
700 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; local
701 if (!isNew)
730 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; local
731 if (!isNew)
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1974 bool isNew = Tok.getKind() == tok::kw_new; local
1989 Op = isNew? OO_Array_New : OO_Array_Delete;
1991 Op = isNew? OO_New : OO_Delete;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c95875 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c100409 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c100445 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 866 milliseconds