Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 1229) sorted by relevance

12345678910>>...50

/external/swiftshader/src/Renderer/
DContext.cpp386 bool modified = (Context::depthBufferEnable != depthBufferEnable); in setDepthBufferEnable() local
388 return modified; in setDepthBufferEnable()
393 bool modified = (Context::alphaBlendEnable != alphaBlendEnable); in setAlphaBlendEnable() local
395 return modified; in setAlphaBlendEnable()
400 bool modified = (Context::sourceBlendFactorState != sourceBlendFactor); in setSourceBlendFactor() local
402 return modified; in setSourceBlendFactor()
407 bool modified = (Context::destBlendFactorState != destBlendFactor); in setDestBlendFactor() local
409 return modified; in setDestBlendFactor()
414 bool modified = (Context::blendOperationState != blendOperation); in setBlendOperation() local
416 return modified; in setBlendOperation()
[all …]
/external/llvm/test/MC/Hexagon/
Dnew-value-check.s6 # CHECK-STRICT: :12:1: error: register `R0' used with `.new' but not validly modified in the same p…
7 # CHECK-RELAXED: :12:1: error: register `R0' used with `.new' but not validly modified in the same …
14 # CHECK-STRICT: :20:1: error: register `R0' used with `.new' but not validly modified in the same p…
15 # CHECK-RELAXED: :20:1: error: register `R0' used with `.new' but not validly modified in the same …
22 # CHECK-STRICT: :29:1: error: register `R0' used with `.new' but not validly modified in the same p…
23 # CHECK-RELAXED: :29:1: error: register `R0' used with `.new' but not validly modified in the same …
35 # CHECK-STRICT: :41:1: error: register `R0' used with `.new' but not validly modified in the same p…
43 # CHECK-STRICT: :48:1: error: register `R0' used with `.new' but not validly modified in the same p…
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib.c19 gpt->modified = 0; in GptInit()
122 int modified = 0; in GptUpdateKernelWithEntry() local
141 modified = 1; in GptUpdateKernelWithEntry()
154 modified = 1; in GptUpdateKernelWithEntry()
165 modified = 1; in GptUpdateKernelWithEntry()
176 modified = 1; in GptUpdateKernelWithEntry()
186 if (modified) { in GptUpdateKernelWithEntry()
/external/vboot_reference/cgpt/
Dcgpt_repair.c28 if (drive.gpt.modified & GPT_MODIFIED_HEADER1) in CgptRepair()
30 if (drive.gpt.modified & GPT_MODIFIED_ENTRIES1) in CgptRepair()
32 if (drive.gpt.modified & GPT_MODIFIED_ENTRIES2) in CgptRepair()
34 if (drive.gpt.modified & GPT_MODIFIED_HEADER2) in CgptRepair()
Dcgpt_legacy.c28 drive.gpt.modified |= (GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1 | in CgptLegacy()
34 drive.gpt.modified |= (GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1 | in CgptLegacy()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLocaleDisplayNames.java314 public final ULocale modified; field in LocaleDisplayNames.UiListItem
334 …public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSe… in UiListItem() argument
336 this.modified = modified; in UiListItem()
358 && modified.equals(other.modified); in equals()
368 return modified.hashCode() ^ nameInDisplayLocale.hashCode(); in hashCode()
378 … return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}"; in toString()
404 return result != 0 ? result : o1.modified.compareTo(o2.modified); // just in case in compare()
/external/selinux/libsemanage/src/
Ddatabase_policydb.c40 int modified; member
50 dbase->modified = 0; in dbase_policydb_drop_cache()
162 if (!dbase->modified) in dbase_policydb_flush()
165 dbase->modified = 0; in dbase_policydb_flush()
175 return dbase->modified; in dbase_policydb_is_modified()
198 tmp_dbase->modified = 0; in dbase_policydb_init()
238 dbase->modified = 0; in dbase_policydb_detach()
249 dbase->modified = 1; in dbase_policydb_add()
265 dbase->modified = 1; in dbase_policydb_set()
283 dbase->modified = 1; in dbase_policydb_modify()
Ddatabase_llist.h29 int modified; member
41 dbase->modified = 0; in dbase_llist_cache_init()
66 dbase->modified = status; in dbase_llist_set_modified()
75 return dbase->modified; in dbase_llist_is_modified()
Ddatabase_llist.c85 dbase->modified = 0; in dbase_llist_drop_cache()
157 dbase->modified = 1; in dbase_llist_add()
185 dbase->modified = 1; in dbase_llist_set()
213 dbase->modified = 1; in dbase_llist_modify()
298 dbase->modified = 1; in dbase_llist_del()
330 dbase->modified = 1; in dbase_llist_clear()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLocaleDisplayNames.java289 public final ULocale modified; field in LocaleDisplayNames.UiListItem
306 …public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSe… in UiListItem() argument
308 this.modified = modified; in UiListItem()
328 && modified.equals(other.modified); in equals()
336 return modified.hashCode() ^ nameInDisplayLocale.hashCode(); in hashCode()
344 … return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}"; in toString()
369 return result != 0 ? result : o1.modified.compareTo(o2.modified); // just in case in compare()
/external/proguard/src/proguard/classfile/editor/
DVariableEditor.java40 private boolean modified; field in VariableEditor
67 modified = false; in reset()
79 modified = true; in deleteVariable()
100 if (!modified) in visitCodeAttribute()
DCodeAttributeEditor.java70 private boolean modified; field in CodeAttributeEditor
138 modified = false; in reset()
187 modified = true; in insertBeforeInstruction()
213 modified = true; in insertBeforeInstruction()
236 modified = true; in replaceInstruction()
261 modified = true; in replaceInstruction()
283 modified = true; in insertAfterInstruction()
309 modified = true; in insertAfterInstruction()
328 modified = true; in deleteInstruction()
373 return modified; in isModified()
[all …]
/external/vboot_reference/firmware/lib/
Dgpt_misc.c30 gptdata->modified = 0; in AllocAndReadGptData()
126 if (gptdata->modified) { in WriteAndFreeGptData()
130 if (gptdata->modified & GPT_MODIFIED_HEADER1) { in WriteAndFreeGptData()
144 if (gptdata->modified & GPT_MODIFIED_ENTRIES1) { in WriteAndFreeGptData()
163 if (gptdata->modified & GPT_MODIFIED_HEADER2) { in WriteAndFreeGptData()
173 if (gptdata->modified & GPT_MODIFIED_ENTRIES2) { in WriteAndFreeGptData()
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py21 def modified(self): member in Module
22 return self._snippet.modified
32 if not self.modified:
/external/e2fsprogs/intl/
Dbindtextdom.c100 int modified; in __libc_rwlock_define() local
114 modified = 0; in __libc_rwlock_define()
167 modified = 1; in __libc_rwlock_define()
204 modified = 1; in __libc_rwlock_define()
315 modified = 1; in __libc_rwlock_define()
334 if (modified) in __libc_rwlock_define()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DNormalizedFileNames.java65 boolean modified = false; in replaceIllegalChars()
72 modified = true; in replaceIllegalChars()
75 return modified ? sb.toString() : s; in replaceIllegalChars()
/external/toybox/toys/pending/
Dfdisk.c60 int modified; member
249 partitions[num_parts-1].modified = 1; in read_ebr()
307 pe->modified = change; in reset_boot()
335 partitions[0].modified = 1; in create_empty_doslabel()
527 partitions[i].modified = 0; in init_members()
585 pe->modified = 1; in delete_partition()
588 pe->modified = 1; in delete_partition()
595 pe->modified = 1; in delete_partition()
604 partitions[i].modified = 1; in delete_partition()
623 partitions[i-1].modified = 1; in delete_partition()
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_utl.c140 enc->modified = 1; in asn1_enc_init()
155 enc->modified = 1; in asn1_enc_free()
185 enc->modified = 0; in asn1_enc_save()
194 if (!enc || enc->modified) { in asn1_enc_restore()
/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
/external/chromium-libpac/
DREADME6 utilities have been modified to use stl and the network functions have been
7 modified to use UNIX functions.
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp35 bool modified = false; in operator []() local
49 modified = true; in operator []()
52 if (modified) { in operator []()
/external/mksh/src/
Dedit.c75 static int modified; /* buffer has been "modified" */ variable
128 modified = 1; in x_read()
1170 if (!modified) { in x_modified()
1173 modified = 1; in x_modified()
1850 modified = 0; in x_load_hist()
1858 if (modified) in x_load_hist()
1864 modified = 0; in x_load_hist()
1870 if (!modified) in x_nl_next_com()
3083 if (modified) { in x_edit_line()
3127 if (xmp && modified > 1) in x_prev_histword()
[all …]
/external/skia/
D.clang-format2 # Typical usage is to apply this to the lines you've modified in a local
7 # modified. These have been modified without being staged. You can review the
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dbase_symbol.py14 def modified(self): member in AnnotatedSymbol
17 return super(AnnotatedSymbol, self).modified
/external/modp_b64/
DREADME.chromium9 The modp_b64.c file was modified to remove the inclusion of modp's config.h
14 The modp_b64.cc and modp_b64.h files were modified to make them safe on

12345678910>>...50