/external/swiftshader/src/Renderer/ |
D | Context.cpp | 386 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/ |
D | new-value-check.s | 6 # 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/ |
D | cgptlib.c | 19 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/ |
D | cgpt_repair.c | 28 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()
|
D | cgpt_legacy.c | 28 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/ |
D | LocaleDisplayNames.java | 314 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/ |
D | database_policydb.c | 40 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()
|
D | database_llist.h | 29 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()
|
D | database_llist.c | 85 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/ |
D | LocaleDisplayNames.java | 289 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/ |
D | VariableEditor.java | 40 private boolean modified; field in VariableEditor 67 modified = false; in reset() 79 modified = true; in deleteVariable() 100 if (!modified) in visitCodeAttribute()
|
D | CodeAttributeEditor.java | 70 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/ |
D | gpt_misc.c | 30 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/ |
D | module.py | 21 def modified(self): member in Module 22 return self._snippet.modified 32 if not self.modified:
|
/external/e2fsprogs/intl/ |
D | bindtextdom.c | 100 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/ |
D | NormalizedFileNames.java | 65 boolean modified = false; in replaceIllegalChars() 72 modified = true; in replaceIllegalChars() 75 return modified ? sb.toString() : s; in replaceIllegalChars()
|
/external/toybox/toys/pending/ |
D | fdisk.c | 60 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/ |
D | tasn_utl.c | 140 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/ |
D | higher-highest-addressing.s | 32 # 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/ |
D | README | 6 utilities have been modified to use stl and the network functions have been 7 modified to use UNIX functions.
|
/external/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 35 bool modified = false; in operator []() local 49 modified = true; in operator []() 52 if (modified) { in operator []()
|
/external/mksh/src/ |
D | edit.c | 75 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-format | 2 # 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/ |
D | base_symbol.py | 14 def modified(self): member in AnnotatedSymbol 17 return super(AnnotatedSymbol, self).modified
|
/external/modp_b64/ |
D | README.chromium | 9 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
|