/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
SnapshotArray.java | 22 * will not be modified until {@link #end()} is called. If modification of the SnapshotArray occurs between begin/end, the backing
76 /** Returns the backing array, which is guaranteed to not be modified before {@link #end()}. */
78 modified();
method 84 /** Releases the guarantee that the array returned by {@link #begin()} won't be modified. */
97 private void modified () {
method in class:SnapshotArray 109 modified();
method 114 modified();
method 119 modified();
method 124 modified();
method 129 modified();
method 134 modified(); method 139 modified(); method 144 modified(); method 149 modified(); method 154 modified(); method 159 modified(); method 164 modified(); method 169 modified(); method 174 modified(); method 179 modified(); method [all...] |
/external/vboot_reference/cgpt/ |
cgpt_repair.c | 28 if (drive.gpt.modified & GPT_MODIFIED_HEADER1) 30 if (drive.gpt.modified & GPT_MODIFIED_ENTRIES1) 32 if (drive.gpt.modified & GPT_MODIFIED_ENTRIES2) 34 if (drive.gpt.modified & GPT_MODIFIED_HEADER2)
|
cgpt_legacy.c | 28 drive.gpt.modified |= (GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1 | 34 drive.gpt.modified |= (GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1 |
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
immed2.s | 1 @ Tests for modified immediate constants with specified rotate
|
immed2.d | 1 # name: modified immediate constants
|
/libcore/ojluni/src/main/java/java/util/ |
AbstractQueue.java | 155 * modified while the operation is in progress. 184 boolean modified = false; 187 modified = true; 188 return modified;
|
AbstractSet.java | 169 boolean modified = false; 173 modified |= remove(i.next()); 178 modified = true; 182 return modified;
|
AbstractCollection.java | 340 boolean modified = false; 343 modified = true; 344 return modified; 369 boolean modified = false; 374 modified = true; 377 return modified; 402 boolean modified = false; 407 modified = true; 410 return modified;
|
AbstractSequentialList.java | 190 * undefined if the specified collection is modified while the 214 boolean modified = false; 219 modified = true; 221 return modified;
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
module.py | 21 def modified(self): member in class:Module 22 return self._snippet.modified 32 if not self.modified:
|
/external/proguard/src/proguard/classfile/editor/ |
VariableEditor.java | 40 private boolean modified; field in class:VariableEditor 67 modified = false; 79 modified = true; 100 if (!modified)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
string-2.s | 1 ; Test that strings are evaluated as in the manual (slightly modified).
|
string-1.s | 1 ; Test that strings are evaluated as in the manual (slightly modified).
|
/external/llvm/test/MC/Hexagon/ |
new-value-check.s | 6 # CHECK-STRICT: :12:1: error: register `R0' used with `.new' but not validly modified in the same packet 7 # CHECK-RELAXED: :12:1: error: register `R0' used with `.new' but not validly modified in the same packet 14 # CHECK-STRICT: :20:1: error: register `R0' used with `.new' but not validly modified in the same packet 15 # CHECK-RELAXED: :20:1: error: register `R0' used with `.new' but not validly modified in the same packet 22 # CHECK-STRICT: :29:1: error: register `R0' used with `.new' but not validly modified in the same packet 23 # CHECK-RELAXED: :29:1: error: register `R0' used with `.new' but not validly modified in the same packet 35 # CHECK-STRICT: :41:1: error: register `R0' used with `.new' but not validly modified in the same packet 43 # CHECK-STRICT: :48:1: error: register `R0' used with `.new' but not validly modified in the same packet
|
/external/clang/test/SemaCXX/ |
new-delete-0x.cpp | 25 expected-error {{variably modified type}} \
|
/external/vboot_reference/firmware/lib/cgptlib/ |
cgptlib.c | 19 gpt->modified = 0; 122 int modified = 0; local 141 modified = 1; 154 modified = 1; 165 modified = 1; 176 modified = 1; 186 if (modified) {
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
NetworkPolicyEditor.java | 60 boolean modified = false; 66 modified = true; 70 modified = true; 77 if (modified) writeAsync(); 201 boolean modified = false; 210 modified = true; 214 modified = true; 223 modified = true; 232 modified = true; 235 if (modified) writeAsync() [all...] |
/external/vboot_reference/firmware/lib/ |
gpt_misc.c | 30 gptdata->modified = 0; 126 if (gptdata->modified) { 130 if (gptdata->modified & GPT_MODIFIED_HEADER1) { 144 if (gptdata->modified & GPT_MODIFIED_ENTRIES1) { 163 if (gptdata->modified & GPT_MODIFIED_HEADER2) { 173 if (gptdata->modified & GPT_MODIFIED_ENTRIES2) {
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
NormalizedFileNames.java | 65 boolean modified = false; 72 modified = true; 75 return modified ? sb.toString() : s;
|
/external/selinux/libsemanage/src/ |
database_llist.h | 29 int modified; member in struct:dbase_llist 41 dbase->modified = 0; 66 dbase->modified = status; 75 return dbase->modified;
|
/build/blueprint/bpmodify/ |
bpmodify.go | 24 list = flag.Bool("l", false, "list files that would be modified by bpmodify") 81 modified, errs := findModules(file) 89 if modified { 121 func findModules(file *parser.File) (modified bool, errs []error) { 130 modified = modified || m 137 return modified, errs 141 file *parser.File) (modified bool, errs []error) { 145 modified, errs = processParameter(&prop.Value, *parameter, moduleName, file) 154 file *parser.File) (modified bool, errs []error) [all...] |
/external/autotest/client/tests/kvm/unattended/ |
winnt.bat | 6 rem If this script is moved from the location where it was generated, it may have to be modified.
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/ |
base_symbol.py | 14 def modified(self): member in class:AnnotatedSymbol 17 return super(AnnotatedSymbol, self).modified
|
/frameworks/native/libs/ui/tests/ |
Region_test.cpp | 49 Region modified = Region::createTJunctionFreeRegion(original); local 50 verifyNoTJunctions(modified); 52 EXPECT_EQ(modified.end() - modified.begin(), expectedCount); 54 EXPECT_TRUE((original ^ modified).isEmpty());
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
LocaleDisplayNames.java | 277 * Returns the modified locale for an input locale, such as sr ? sr-Cyrl, where there is also an sr-Latn in the list 280 public final ULocale modified; field in class:LocaleDisplayNames.UiListItem 282 * Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de'). 287 * Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US'). 295 * @param modified modified for an input locale 296 * @param nameInDisplayLocale name of the modified locale in the display locale 297 * @param nameInSelf name of the modified locale in itself 300 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) { 302 this.modified = modified; [all...] |