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

<<41424344454647484950>>

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DefaultSelectionHelper.java 158 boolean changed = setItemsSelectedQuietly(ids, selected);
160 return changed;
164 boolean changed = false;
172 changed |= itemChanged;
174 return changed;
307 // We're being lazy here notifying even when something might not have changed.
309 // information about what has changed.
352 // If the underlying data set has changed, before restoring
354 // Why? Because if the dataset has changed, then maybe the
355 // selectability of an item has changed
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 411 int changed; local
444 changed = 0;
445 for (i = 0; i < 256; i++) if (ramp[i] != magic) changed++;
446 SDLTest_AssertCheck(changed > 250, "Validate that ramp was calculated; expected: >250 values changed, got: %d values changed", changed);
478 changed = 0;
479 for (i = 0; i < 256; i++) if (ramp[i] != magic) changed++;
480 SDLTest_AssertCheck(changed ==0, "Validate that ramp unchanged; expected: 0 values changed got: %d values changed", changed)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1GeneralizedTime.java 114 // Android-changed: Use localized version
134 // BEGIN Android-changed: Use localized version
138 // END Android-changed: Use localized version
263 // Android-changed: Use localized version
269 // Android-changed: Use localized version
281 // Android-changed: Use localized version
287 // Android-changed: Use localized version
298 // Android-changed: Use localized version
304 // Android-changed: Use localized version
  /external/llvm/lib/IR/
DebugInfo.cpp 245 bool Changed = false;
247 Changed = true;
256 Changed = true;
260 Changed = true;
265 return Changed;
269 bool Changed = false;
277 Changed = true;
282 Changed |= stripDebugInfo(F);
287 return Changed;
LegacyPassManager.cpp 729 "The pass info pointer changed for an analysis ID!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 41 bool &Changed, BasicBlock *Preheader);
80 bool &Changed, BasicBlock *Preheader) {
102 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator()))
160 bool Changed = false;
161 if (!IsLoopDead(L, exitingBlocks, exitBlocks, Changed, preheader))
162 return Changed;
169 return Changed;
243 Changed = true;
247 return Changed;
LowerAtomic.cpp 115 bool Changed = false;
119 Changed |= LowerFenceInst(FI);
121 Changed |= LowerAtomicCmpXchgInst(CXI);
123 Changed |= LowerAtomicRMWInst(RMWI);
132 return Changed;
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 88 self.assertFalse(prefs.changed)
95 self.assertFalse(prefs.changed)
98 self.assertTrue(prefs.changed)
113 self.assertTrue(prefs.changed)
118 self.assertFalse(prefs.changed)
  /external/junit-params/src/test/java/junitparams/usage/
SamplesOfUsageTest.java 105 // Android-changed: does not work when run on device as it does not have access to the file
111 // Android-changed: does not work when run on device as it does not have access to the file
133 // Android-changed: CTS and AndroidJUnitRunner rely on specific format to test names, changing
141 // Android-changed: CTS and AndroidJUnitRunner rely on specific format to test names, changing
159 // Android-changed: CTS and AndroidJUnitRunner rely on specific format to test names, changing
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 87 self.assertFalse(prefs.changed)
94 self.assertFalse(prefs.changed)
97 self.assertTrue(prefs.changed)
110 self.assertTrue(prefs.changed)
115 self.assertFalse(prefs.changed)
  /external/llvm/lib/Target/AArch64/
AArch64DeadRegisterDefinitionsPass.cpp 87 bool Changed = false;
142 return Changed;
149 bool Changed = false;
157 Changed = true;
158 return Changed;
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 56 bool Changed = false;
72 Changed |= replaceIsTypePSampler(Instr);
75 Changed |= replaceIsTypePSurface(Instr);
78 Changed |= replaceIsTypePTexture(Instr);
90 return Changed;
  /external/python/cpython3/Tools/scripts/
parse_html5_entities.py 44 changed = set()
47 changed.add((name, old[name], new[name]))
48 if changed:
49 print('{} entitie(s) have been modified:'.format(len(changed)))
50 for item in sorted(changed):
  /external/rappor/client/java/com/google/android/rappor/
Encoder.java 3 // BEGIN android-changed: Removed guava dependency
7 // END android-changed
15 // BEGIN android-changed
17 // END android-changed
19 // BEGIN android-changed: Remove javax
22 // END android-changed
171 // BEGIN android-changed: Remove javax
173 // END android-changed
182 // BEGIN android-changed: Remove javax
184 // END android-changed
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
read_fake_quant_min_max.cc 53 bool changed = false; local
87 changed = true;
99 changed |= ApplyMinMaxToArray(this, model, minmax, fakequant_op->inputs[0]);
100 changed |= ApplyMinMaxToArray(this, model, minmax, fakequant_op->outputs[0]);
102 return changed;
  /external/v8/benchmarks/
revisions.html 15 The V8 benchmark suite is changed from time to time as we fix bugs or
30 typos in the DeltaBlue implementation. Changed the Splay benchmark to
33 increasing pressure on the memory subsystem. Changed the RegExp
37 <p>Furthermore, the benchmark runner was changed to run the benchmarks
43 <p>Removed duplicate line in random seed code, and changed the name of
  /frameworks/base/libs/hwui/
RenderProperties.cpp 53 bool changed = false; local
54 changed |= setAlpha(static_cast<uint8_t>(PaintUtils::getAlphaDirect(paint)));
55 changed |= setXferMode(PaintUtils::getBlendModeDirect(paint));
56 changed |= setColorFilter(paint ? paint->getColorFilter() : nullptr);
57 return changed;
  /frameworks/base/media/java/android/media/update/
ViewGroupHelper.java 93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
94 mProvider.onLayout_impl(changed, left, top, right, bottom);
194 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
300 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
301 ViewGroupHelper.this.onLayout(changed, left, top, right, bottom);
  /libcore/ojluni/src/main/java/java/lang/reflect/
Method.java 57 // Android-changed: Extensive modifications made throughout the class for ART.
58 // Android-changed: Many fields and methods removed / modified.
95 // Android-changed: hasGenericInformation() implemented using Executable.
104 // Android-changed: getDeclaringClass() implemented using Executable.
114 // Android-changed: getName() implemented using Executable.
123 // Android-changed: getModifiers() implemented using Executable.
135 // Android-changed: getTypeParameters() partly implemented using Executable.
147 // Android-changed: getReturnType() implemented using Executable.
176 // Android-changed: getGenericReturnType() partly implemented using Executable.
185 // Android-changed: getParameterTypes() partly implemented using Executable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 56 unsigned int changed; /* changed aspects of the keyboard */ member in struct:_XkbNewKeyboardNotify
69 unsigned int changed; /* fields which have been changed */ member in struct:_XkbMapNotifyEvent
71 int first_type; /* first changed key type */
72 int num_types; /* number of changed key types */
87 unsigned int vmods; /* mask of changed virtual mods */
98 unsigned int changed; /* mask of changed state components */ member in struct:_XkbStateNotifyEvent
127 unsigned int changed_ctrls; /* controls with changed sub-values *
145 unsigned int changed; \/* indicators with new state or map *\/ member in struct:_XkbIndicatorNotify
157 unsigned int changed; \/* names that have changed *\/ member in struct:_XkbNamesNotify
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
cftype.go 44 changed := false
81 changed = true
89 changed = true
138 changed = true
142 return changed
  /prebuilts/go/linux-x86/src/cmd/fix/
cftype.go 44 changed := false
81 changed = true
89 changed = true
138 changed = true
142 return changed
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 64 * @return True if the attribute has been changed since it was last loaded
73 * flag as changed.
136 * Called when the XML is being loaded or has changed to
143 * The caller doesn't really know if attributes have changed,
152 * Called by the user interface when the editor is saved or its state changed
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 443 boolean changed = false;
456 changed = mParent.connectionDisconnected(this);
466 return changed;
698 * changed, and {@code false} otherwise.
788 * @return Whether the address display fields have been changed.
795 boolean changed = false;
823 changed = true;
828 changed = true;
832 changed = true;
836 changed = true
    [all...]
  /external/jdiff/src/jdiff/
APIComparator.java 62 // in both the old and new API, then treat it as changed,
84 // Find packages which were added or changed in the new API
94 // if it was already marked as changed
113 // %age change = 100 * (added + removed + 2*changed)
169 // in both the old and new package, then treat it as changed,
190 // Find classes which were added or changed in the new package
200 // if it was already marked as changed
254 classDiff.modifiersChange_ = "Changed from ";
271 changeText += "Changed from abstract to non-abstract.";
273 changeText += "Changed from non-abstract to abstract."
    [all...]

Completed in 1439 milliseconds

<<41424344454647484950>>