HomeSort by relevance Sort by last modified time
    Searched refs:isNew (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/wifi/java/android/net/wifi/
NetworkUpdateResult.java 67 public void setIsNewNetwork(boolean isNew) {
68 isNewNetwork = isNew;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 47 bool isNew;
48 ExplodedNode *Node = G.getNode(Loc, state, false, &isNew);
50 if (isNew)
98 bool isNew;
99 ExplodedNode *N = G.getNode(Loc, state, false, &isNew);
101 if (!isNew)
209 bool isNew;
210 if (ExplodedNode *N = G.getNode(Loc, state, false, &isNew)) {
212 if (isNew)
CoreEngine.cpp 477 bool IsNew;
478 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
483 assert (IsNew);
488 if (IsNew) WList->enqueue(Node);
526 bool IsNew;
527 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
530 if (IsNew)
543 bool isNew;
544 ExplodedNode *Node = G->getNode(Loc, N->getState(), false, &isNew);
546 return isNew ? Node : 0
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 75 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
76 (void)isNew; // Silence compiler warning.
77 assert(isNew && "Node emitted out of order - early");
164 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
165 (void)isNew; // Silence compiler warning.
166 assert(isNew && "Node emitted out of order - early");
238 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
239 (void)isNew; // Silence compiler warning.
240 assert(isNew && "Node emitted out of order - early");
535 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second
    [all...]
ScheduleDAGSDNodes.cpp 747 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second;
748 (void)isNew; // Silence compiler warning.
749 assert(isNew && "Node emitted out of order - early");
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.h 59 bool isNew() const { return m_new; }
DatabaseSync.cpp 69 if (database->isNew() && creationCallback.get()) {
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 166 isNew => 1,
180 isNew => 1,
249 isNew => 1,
263 isNew => 1,
parseGitDiffHeader.pl 80 isNew => 1,
309 isNew => 1,
441 isNew => 1,
parseSvnDiffHeader.pl 86 isNew => 1,
  /external/webkit/Tools/Scripts/
VCSUtils.pm 561 # isNew: the value 1 if the diff is for a new file.
590 my $isNew;
607 $isNew = 1 if $1;
654 $header{isNew} = $isNew if $isNew;
680 # isNew: the value 1 if the diff is for a new file.
703 my $isNew;
718 $isNew = 1 if !$sourceRevision; # if revision 0.
750 $header{isNew} = $isNew if $isNew
    [all...]
svn-unapply 154 $addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{copiedFromPath} || $patch =~ /\n@@ -0,0 .* @@/);
svn-apply 248 my $isFileAddition = $diffHashRef->{isNew};
322 $addition = 1 if ($diffHashRef->{isNew} || $patch =~ /\n@@ -0,0 .* @@/);
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 118 bool running() const { return !isNew() && !postActive(); }
120 bool isNew() const { return m_animState == AnimationStateNew; }
ImplicitAnimation.cpp 74 if (isNew())
KeyframeAnimation.cpp 153 if (isNew() && m_animation->playState() == AnimPlayStatePlaying)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 199 boolean isNew = replaceLength == 0 && nextNonspaceChar(viewer, offset) == '<';
205 isNew = true;
215 false /* isAttribute */, isNew, false /*isComplete*/,
244 boolean isNew = replaceLength == 0
248 wordPrefix, needTag, true /* isAttribute */, isNew, info.skipEndTag,
538 false /*isNew*/,
595 boolean isAttribute, boolean isNew, boolean skipEndTag, int replaceLength) {
672 } else if (!isAttribute && isNew) {
684 if (choice instanceof AttributeDescriptor && isNew) {
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 230 public boolean isNew(int offset)
439 (isNew(index) ? " ["+initializationOffset(index)+"] " : " ---- ") +
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQueryHandler.java 162 fetchCalls(QUERY_NEW_CALLS_TOKEN, requestId, true /*isNew*/, false /*voicemailOnly*/);
163 fetchCalls(QUERY_OLD_CALLS_TOKEN, requestId, false /*isNew*/, false /*voicemailOnly*/);
174 fetchCalls(QUERY_NEW_CALLS_TOKEN, requestId, true /*isNew*/, true /*voicemailOnly*/);
175 fetchCalls(QUERY_OLD_CALLS_TOKEN, requestId, false /*isNew*/, true /*voicemailOnly*/);
185 private void fetchCalls(int token, int requestId, boolean isNew, boolean voicemailOnly) {
193 if (!isNew) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 130 needTag, true /* isAttribute */, false /* isNew */,
193 boolean isNew = false;
196 prefix, needTag, isAttribute, isNew,
231 prefix, (char) 0 /*needTag*/, true /* isAttribute */, false /*isNew*/,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 751 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second;
752 if (!isNew)
764 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second;
765 if (!isNew)
769 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second;
770 if (!isNew)
801 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second;
802 if (!isNew)
    [all...]
MachineLICM.cpp 821 bool isNew = RegSeen.insert(Reg);
828 if (isNew && !isKill)
831 else if (!isNew && isKill)
853 bool isNew = RegSeen.insert(Reg);
856 else if (!isNew && isOperandKill(MO, MRI)) {
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 131 app.isNew = true;
134 app.isNew = true;
136 app.isNew = false;
688 if (app.isNew) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 778 * @param isNew if we've got a new message, show the ticker
783 boolean isNew
    [all...]

Completed in 352 milliseconds

1 2 3