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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
passes.cpp 33 bool modified = !module->debugs().empty(); local
36 module->ForEachInst([&modified](ir::Instruction* inst) {
37 modified |= !inst->dbg_line_insts().empty();
41 return modified;
  /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 156 * modified while the operation is in progress.
185 boolean modified = false;
188 modified = true;
189 return modified;
AbstractSet.java 170 boolean modified = false;
174 modified |= remove(i.next());
179 modified = true;
183 return modified;
AbstractCollection.java 342 boolean modified = false;
345 modified = true;
346 return modified;
372 boolean modified = false;
377 modified = true;
380 return modified;
406 boolean modified = false;
411 modified = true;
414 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/common/py_utils/py_utils/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) {
  /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;
  /frameworks/native/cmds/installd/
CacheItem.h 52 time_t modified; member in class:android::installd::CacheItem
CacheTracker.cpp 143 item->modified = std::max(item->modified, p->fts_statp->st_mtime);
150 // Bubble up modified time to parent
161 parent->modified = std::max(parent->modified, item->modified);
183 if (left->modified != right->modified) {
184 return (left->modified > right->modified);
    [all...]
  /build/blueprint/bpmodify/
bpmodify.go 25 list = flag.Bool("l", false, "list files that would be modified by bpmodify")
82 modified, errs := findModules(file)
90 if modified {
122 func findModules(file *parser.File) (modified bool, errs []error) {
131 modified = modified || m
138 return modified, errs
142 file *parser.File) (modified bool, errs []error) {
146 modified, errs = processParameter(prop.Value, *parameter, moduleName, file)
155 file *parser.File) (modified bool, errs []error)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/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 287 * Returns the modified locale for an input locale, such as sr ? sr-Cyrl, where there is also an sr-Latn in the list
289 public final ULocale modified; field in class:LocaleDisplayNames.UiListItem
291 * Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de').
295 * Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US').
302 * @param modified modified for an input locale
303 * @param nameInDisplayLocale name of the modified locale in the display locale
304 * @param nameInSelf name of the modified locale in itself
306 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) {
308 this.modified = modified
    [all...]

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>