HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 2201 - 2225 of 19572) sorted by null

<<81828384858687888990>>

  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 88 boolean changed = false;
90 changed |= put(entry.getKey(), entry.getValue());
92 return changed;
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventSubscriberTest.java 115 "Someone changed EventSubscriberTest#recordingMethod's visibility, " +
138 "Someone changed EventSubscriberTest#exceptionThrowingMethod's " +
161 "Someone changed EventSubscriberTest#errorThrowingMethod's " +
  /external/icu/icu4c/source/common/
edits.cpp 348 // Unchanged a->b but changed b->c.
359 // Changed a->b and then unchanged b->c.
400 dir(0), changed(FALSE), oldLength_(0), newLength_(0),
424 if (changed) {
432 if (changed) {
441 changed = FALSE;
483 changed = FALSE;
501 changed = TRUE;
582 changed = FALSE;
593 changed = TRUE
    [all...]
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 72 bool Changed = false;
79 Changed |= addEmuTlsVar(M, G);
80 return Changed;
MachineCSE.cpp 124 bool Changed = false;
167 Changed = true;
170 return Changed;
451 bool Changed = false;
467 Changed = true;
487 Changed = true;
489 // MI was changed but it didn't help, commute it back!
639 Changed = true;
649 return Changed;
693 bool Changed = false
    [all...]
ProcessImplicitDefs.cpp 140 bool Changed = false;
161 Changed = true;
167 return Changed;
RegUsageInfoPropagate.cpp 98 bool Changed = false;
113 Changed = true;
130 return Changed;
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 133 bool Changed = false;
153 Changed = true;
163 return Changed;
  /external/llvm/lib/Target/Mips/
MipsHazardSchedule.cpp 111 bool Changed = false;
139 Changed = true;
146 return Changed;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 68 bool Changed = false;
71 Changed = true;
113 return Changed;
NVPTXPeephole.cpp 131 bool Changed = false;
141 Changed = true;
154 return Changed;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPrepareForLiveIntervals.cpp 88 bool Changed = false;
119 Changed = true;
135 return Changed;
WebAssemblyRegColoring.cpp 134 bool Changed = false;
157 Changed |= Old != New;
164 if (!Changed)
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 162 bool changed = false; local
181 changed = true;
186 if (changed)
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 92 bool Changed = false;
112 Changed = true;
126 return Changed;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 95 bool Changed = false;
145 Changed = true;
153 Changed = true;
156 if (Changed)
159 return Changed;
233 bool Changed = false;
277 Changed = true;
284 Changed = true;
289 if (Changed)
294 return Changed;
    [all...]
DCE.cpp 49 bool Changed = false;
54 Changed = true;
58 return Changed;
LoopInstSimplify.cpp 92 bool Changed = false;
184 Changed |= LocalChanged;
187 return Changed;
LoopSimplifyCFG.cpp 40 bool Changed = false;
61 Changed = true;
64 return Changed;
PartiallyInlineLibCalls.cpp 85 bool Changed = false;
117 Changed = true;
122 return Changed;
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 83 tst_resm TINFO "Successfully changed SELinux file type"
106 # Has quota usage changed properly?
110 tst_resm TINFO "Usage successfully Changed after Remount"
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 152 * basically whenever a reference count is initialized or changed.
154 * \param p the refcount being changed (the value is not changed here)
  /external/mesa3d/src/mesa/main/
blend.c 221 bool changed = false; local
238 changed = true;
249 changed = true;
253 if (!changed)
417 bool changed = false; local
429 changed = true;
438 changed = true;
442 if (!changed)
509 bool changed = false; local
521 changed = true
    [all...]
  /external/ppp/pppd/include/net/
slcompress.h 36 * numbers have changed (bottom 5 bits). The next octet is a
42 * the receiver implicitly knows what changed -- see below).
81 #define NEW_C 0x40 /* flag bits for what changed in a packet */
vjcompress.h 36 * numbers have changed (bottom 5 bits). The next octet is a
42 * the receiver implicitly knows what changed -- see below).
81 #define NEW_C 0x40 /* flag bits for what changed in a packet */

Completed in 1090 milliseconds

<<81828384858687888990>>