| /external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
| widen_load-1.ll | 16 %changed = alloca i32, align 4 ; <i32*> [#uses=3] 20 store i32 0, i32* %changed, align 4 24 call void @killcommon(i32* %changed) 28 %r5 = load i32* %changed, align 4 ; <i32> [#uses=1]
|
| /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
| remove_tensorflow_assert.cc | 33 bool changed = false; local 40 changed = true; 48 if (changed) { 57 return changed;
|
| /external/tpm2/ |
| PCR_Read.c | 18 // Call PCR read function. input pcrSelectionIn parameter could be changed
|
| /external/valgrind/docs/internals/ |
| tm-mutexstates.dot | 13 unlocking -> locked [ label="lock changed owner" ];
|
| /external/vboot_reference/tests/ |
| vb2_nvstorage_tests.c | 54 static void test_changed(struct vb2_context *ctx, int changed, const char *why) 56 if (changed) 83 "vb2_nv_init() status changed"); 84 test_changed(&c, 1, "vb2_nv_init() reset changed"); 102 test_changed(&c, 1, "vb2_nv_init() corrupt changed"); 112 test_changed(&c, 1, "vb2_nv_init() corrupt elsewhere changed"); 130 /* That should have changed the CRC */ 132 "vb2_nv_init() CRC changed due to flags clear"); 176 test_changed(&c, 0, "No regen CRC if data not changed");
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| ResizingSpace.java | 44 boolean changed = false; 49 changed = true; 56 changed = true; 59 if (changed) {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| FixedSizeFrameLayout.java | 58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { 60 layoutContents(mLayoutBounds, changed); 89 protected void layoutContents(Rect bounds, boolean changed) { 90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom);
|
| /frameworks/base/test-base/src/junit/framework/ |
| ComparisonCompactor.java | 3 // android-changed add @hide 27 // android-changed use local method instead of Assert.format, since 35 // android-changed use local format method 80 // android-changed copy of Assert.format for reasons described above
|
| /frameworks/base/test-runner/src/junit/runner/ |
| StandardTestSuiteLoader.java | 3 // android-changed - class not present in upstream JUnit 4.10
|
| /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| DiffUtilTest.java | 352 } else if (after.get(i).changed) { 354 assertThat(report, item.changed, is(true)); 393 assertThat(existing.changed, is(false)); 398 replica.changed = true; 420 return;//new item cannot be changed 423 replica.changed = true; 435 return;//new item cannot be changed 438 replica.changed = true; 456 boolean changed = false; field in class:DiffUtilTest.Item 469 changed = other.changed [all...] |
| /libcore/ojluni/src/main/java/java/beans/ |
| PropertyChangeEvent.java | 36 * and new value of the changed property. If the new value is a primitive 44 * arbitrary set of if its properties have changed. In this case the 54 * @param propertyName the programmatic name of the property that was changed 69 * Gets the programmatic name of the property that was changed. 71 * @return The programmatic name of the property that was changed. 72 * May be null if multiple properties have changed. 82 * May be null if multiple properties have changed. 92 * May be null if multiple properties have changed. 122 * name of the property that changed. May be null, if not known.
|
| /libcore/ojluni/src/main/java/java/util/ |
| Currency.java | 35 // BEGIN Android-changed: Removed docs about superseding runtime currency data. 49 // END Android-changed: Removed docs about superseding runtime currency data. 66 // Android-changed: Implement Currency on top of ICU throughout. 90 // BEGIN Android-changed: use ICU 101 // END Android-changed 128 // BEGIN Android-changed: use ICU 145 // END Android-changed 161 // BEGIN Android-changed: use ICU 173 // END Android-changed 221 // BEGIN Android-changed: use IC [all...] |
| /libcore/ojluni/src/test/java/nio/file/attribute/ |
| AclEntryEmptySetTest.java | 28 // Android-changed: Adapted from 30 // Android-changed: Added package & Test import 44 // Android-changed: Renamed from "EmptySet" 47 // Android-changed: Removed args & added @Test
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| file.i | 7 // Ruby 1.9 changed the file name of this header
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/ |
| bug-1417.s | 13 bset 0,x #4 ; Changed to bset *table #4
|
| bug-3331.s | 8 ldx #foo ;; This relax group must not be changed.
|
| /external/llvm/include/llvm/ADT/ |
| SparseBitVector.h | 163 // Union this element with RHS and return true if this one changed. 165 bool changed = false; 167 BitWord old = changed ? 0 : Bits[i]; 170 if (!changed && old != Bits[i]) 171 changed = true; 173 return changed; 185 // Intersect this Element with RHS and return true if this one changed. 189 bool changed = false; 194 BitWord old = changed ? 0 : Bits[i]; 200 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| SparseBitVector.h | 171 // Union this element with RHS and return true if this one changed. 173 bool changed = false; 175 BitWord old = changed ? 0 : Bits[i]; 178 if (!changed && old != Bits[i]) 179 changed = true; 181 return changed; 193 // Intersect this Element with RHS and return true if this one changed. 197 bool changed = false; 202 BitWord old = changed ? 0 : Bits[i]; 208 if (!changed && old != Bits[i] [all...] |