Home
last modified time | relevance | path

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

12345678910>>...31

/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()
Dcgptlib_internal.c335 gpt->modified |= GPT_MODIFIED_HEADER2; in GptRepair()
346 gpt->modified |= GPT_MODIFIED_HEADER1; in GptRepair()
355 gpt->modified |= GPT_MODIFIED_ENTRIES2; in GptRepair()
360 gpt->modified |= GPT_MODIFIED_ENTRIES1; in GptRepair()
421 gpt->modified |= GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1; in GptModified()
/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.java307 public final ULocale modified; field in LocaleDisplayNames.UiListItem
330 …public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSe… in UiListItem() argument
332 this.modified = modified; in UiListItem()
349 && modified.equals(other.modified); in equals()
360 return modified.hashCode() ^ nameInDisplayLocale.hashCode(); in hashCode()
371 … return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}"; in toString()
397 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/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()
176 return dbase->modified; in dbase_policydb_is_modified()
199 tmp_dbase->modified = 0; in dbase_policydb_init()
239 dbase->modified = 0; in dbase_policydb_detach()
250 dbase->modified = 1; in dbase_policydb_add()
266 dbase->modified = 1; in dbase_policydb_set()
284 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()
158 dbase->modified = 1; in dbase_llist_add()
186 dbase->modified = 1; in dbase_llist_set()
214 dbase->modified = 1; in dbase_llist_modify()
300 dbase->modified = 1; in dbase_llist_del()
333 dbase->modified = 1; in dbase_llist_clear()
/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/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/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp157 bool modified = false; in runOnModule() local
159 modified |= runOnFunction(F); in runOnModule()
161 return modified; in runOnModule()
331 bool modified = false; in runOnLoop() local
366 modified = true; in runOnLoop()
381 return modified; in runOnLoop()
535 bool modified = false; in runOnFunction() local
541 modified |= removeUnreachableBlocks(F); in runOnFunction()
574 modified = true; in runOnFunction()
634 modified = true; in runOnFunction()
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_utl.c137 enc->modified = 1; in asn1_enc_init()
150 enc->modified = 1; in asn1_enc_free()
171 enc->modified = 0; in asn1_enc_save()
180 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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java531 ULocale.Builder modified = builder.setLocale(locale); in getUiListCompareWholeItems() local
533 modified.setScript(""); in getUiListCompareWholeItems()
536 modified.setRegion(""); in getUiListCompareWholeItems()
538 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems()
546 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow() argument
547 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); in newRow()
548 String tempName = modified.getDisplayName(locale); in newRow()
551 tempName = modified.getDisplayName(modified); in newRow()
552 …layContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempName) : temp… in newRow()
553 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf); in newRow()
/external/chromium-libpac/
DREADME6 utilities have been modified to use stl and the network functions have been
7 modified to use UNIX functions.
/external/iptables/extensions/
Dlibxt_DNAT.man9 should be modified (and all future packets in this connection will
19 modified. If no IP address is specified then only the destination port
20 will be modified.
/external/mksh/src/
Dedit.c68 static int modified; /* buffer has been "modified" */ variable
118 modified = 1; in x_read()
1123 if (!modified) { in x_modified()
1125 modified = 1; in x_modified()
1814 modified = 0; in x_load_hist()
1823 if (modified) in x_load_hist()
1833 modified = 0; in x_load_hist()
3054 if (modified) { in x_edit_line()
3098 if (xmp && modified > 1) in x_prev_histword()
3100 if (modified) in x_prev_histword()
[all …]
/external/wpa_supplicant_8/
DCONTRIBUTIONS11 All contributions are expected to be licensed under the modified BSD
37 is licensed both under GPL v2 and modified BSD license (see below) and
47 is licensed under the modified BSD license (see below).
53 (e) The contribution can be licensed under the modified BSD license
61 only the modified BSD license (see below), i.e., without the GPL v2
63 future. It should be noted that the modified BSD license is compatible
98 person who certified (a), (b) or (c) and I have not modified
/external/vboot_reference/tests/
Dcgptlib_test.c158 gpt->modified = 0; in BuildTestGptData()
831 EXPECT(0 == gpt->modified); in SanityCheckTest()
850 EXPECT(0 == gpt->modified); in SanityCheckTest()
861 EXPECT(GPT_MODIFIED_HEADER1 == gpt->modified); in SanityCheckTest()
872 EXPECT(GPT_MODIFIED_HEADER2 == gpt->modified); in SanityCheckTest()
888 EXPECT(GPT_MODIFIED_HEADER2 == gpt->modified); in SanityCheckTest()
902 EXPECT(0 == gpt->modified); in SanityCheckTest()
913 EXPECT(GPT_MODIFIED_ENTRIES1 == gpt->modified); in SanityCheckTest()
924 EXPECT(GPT_MODIFIED_ENTRIES2 == gpt->modified); in SanityCheckTest()
953 EXPECT((GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1) == gpt->modified); in SanityCheckTest()
[all …]
/external/eclipse-windowbuilder/propertysheet/
DREADME.txt10 The fork was modified as follows:
21 property category code was modified to no longer support the
50 * Note also that this Eclipse project is using a modified version of
59 * I also modified the propertysheet in a few ways to add features
72 property is modified. (This allows us to draw default attributes
82 property sheet view in ADT. This code was also modified in a couple of
/external/clang/test/PCH/
Dmodified-module-dependency.m5 // RUN: cp %S/modified-module-dependency.module.map %t-dir/module.map
17 // CHECK: file '[[TEST_H:.*[/\\]test\.h]]' has been modified since the precompiled header '[[PREFIX…
/external/nanopb-c/tests/package_name/
DSConscript6 # Build a modified alltypes.proto
17 # Build a modified encode_alltypes.c

12345678910>>...31