Searched defs:modified (Results 1 - 25 of 58) sorted by relevance

123

/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp118 bool modified = false; local
151 return modified;
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java40 private boolean modified; field in class:VariableEditor
67 modified = false;
79 modified = true;
100 if (!modified)
H A DCodeAttributeEditor.java70 private boolean modified; field in class:CodeAttributeEditor
138 modified = false;
187 modified = true;
213 modified = true;
236 modified = true;
261 modified = true;
283 modified = true;
309 modified = true;
328 modified = true;
369 * Returns whether the code has been modified i
[all...]
/external/e2fsprogs/intl/
H A Dbindtextdom.c92 modified, only the current value is returned.
94 modified nor returned. */
100 int modified; local
114 modified = 0;
167 modified = 1;
204 modified = 1;
315 modified = 1;
333 /* If we modified any binding, we flush the caches. */
334 if (modified)
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
/external/selinux/libsemanage/src/
H A Ddatabase_llist.h29 int modified; member in struct:dbase_llist
41 dbase->modified = 0;
66 dbase->modified = status;
75 return dbase->modified;
H A Ddatabase_policydb.c40 int modified; member in struct:dbase_policydb
50 dbase->modified = 0;
162 if (!dbase->modified)
165 dbase->modified = 0;
172 /* Check if modified */
176 return dbase->modified;
199 tmp_dbase->modified = 0;
239 dbase->modified = 0;
250 dbase->modified = 1;
266 dbase->modified
[all...]
H A Ddirect_api.c1050 int modified = 0, fcontexts_modified, ports_modified, local
1128 /* Decide if anything was modified */
1136 modified = sh->modules_modified;
1137 modified |= seusers_modified;
1138 modified |= users_extra_modified;
1139 modified |= ports_modified;
1140 modified |= users->dtable->is_modified(users_base->dbase);
1141 modified |= ifaces->dtable->is_modified(ifaces->dbase);
1142 modified |= nodes->dtable->is_modified(nodes->dbase);
1143 modified |
[all...]
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib.c19 gpt->modified = 0;
122 int modified = 0; local
141 modified = 1;
154 modified = 1;
165 modified = 1;
176 modified = 1;
186 if (modified) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java111 * Sets the "modified" flag.
113 public void setModified(boolean modified) { argument
114 m_modified = modified;
/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h76 UBool hasMappings() const { return modified; }
246 UBool modified; member in class:CollationDataBuilder
/external/vboot_reference/firmware/include/
H A Dgpt_misc.h31 /* Bit masks for GptData.modified field. */
101 /* Which inputs have been modified? GPT_MODIFIED_* */
102 uint8_t modified; member in struct:__anon16866
129 * On return the modified field may be set, if the GPT data has been modified
182 * On return the modified field may be set, if the GPT data has been modified
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLocaleDisplayNames.java303 * Returns the modified locale for an input locale, such as sr → sr-Cyrl, where there is also an sr-Latn in the list
307 public final ULocale modified; field in class:LocaleDisplayNames.UiListItem
309 * Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de').
315 * Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US').
324 * @param modified modified for an input locale
325 * @param nameInDisplayLocale name of the modified locale in the display locale
326 * @param nameInSelf name of the modified locale in itself
330 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) { argument
332 this.modified
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_head.h77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h155 BigDate modified; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h118 BigDate modified; member in struct:HEADTable
H A Dsfnt.h284 BigDate modified; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h118 BigDate modified; member in struct:HEADTable
H A Dsfnt.h284 BigDate modified; member in struct:HEADTable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java531 ULocale.Builder modified = builder.setLocale(locale);
533 modified.setScript("");
536 modified.setRegion("");
538 result.add(newRow(modified.build(), capContext));
546 private UiListItem newRow(ULocale modified, DisplayContext capContext) { argument
547 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT);
548 String tempName = modified.getDisplayName(locale);
551 tempName = modified.getDisplayName(modified);
552 String nameInSelf = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempNam
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp157 bool modified = false; variable
159 modified |= runOnFunction(F);
161 return modified;
331 bool modified = false; local
366 modified = true;
381 return modified;
535 bool modified = false;
541 modified |= removeUnreachableBlocks(F);
573 // We are inserting a poll, the function is modified
574 modified
[all...]
/external/openssh/
H A Dhostfile.c471 int modified; member in struct:host_delete_ctx
517 ctx->modified = 1;
550 ctx.modified = 0;
599 ctx.modified = 1;
604 if (ctx.modified) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java56 modified = false;
108 boolean hasMappings() { return modified; }
245 modified = true;
265 modified |= src.modified;
280 modified = true;
304 modified = true;
385 * The result is cached in the list head. It is reset when the contexts are modified.
695 // Inspect the source CE32s. Just copy them if none are modified.
725 // Inspect the source CEs. Just copy them if none are modified
1347 protected boolean modified; field in class:CollationDataBuilder
[all...]
/external/svox/pico/lib/
H A Dpicospho.c708 /** Calculate bound strength modified by transduction
711 * calculate the modified bound strength.
737 /** Calculate bound strength modified by a \<break> command
739 * Given the original (predicted and possibly fst-modified) bound strength, and a time value from an
740 * overwriding \<break> command, calculate the modified bound strength.
745 * @return modified bound strength
749 picoos_uint8 modified = (0 == time) ? PICODATA_ITEMINFO1_BOUND_PHR3 : local
752 /* for word and phrase breaks, return 'modified', unless a non-silence gets time==0, in which
764 return modified;
853 /* insert modified boun
[all...]
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgui.py1212 def modified(self): member in class:SELinuxGui
1355 self.modify_button.set_tooltip_text(_("Modify %(TYPE)s file path for '%(DOMAIN)s' domain. Only bolded items in the list can be selected, this indicates they were modified previously.") % { "TYPE": category, "DOMAIN": self.application})
1373 self.delete_button.set_tooltip_text(_("Delete modified port definitions to which the '%(APP)s' domain is allowed to %s.") % {"APP": self.application, "PERM": category})
1404 self.delete_button.set_tooltip_text(_("Delete modified SELinux User/Role definitions."))
1405 self.modify_button.set_tooltip_text(_("Modify selected modified SELinux User/Role definitions."))
1413 self.delete_button.set_tooltip_text(_("Delete modified Login Mapping definitions."))
1414 self.modify_button.set_tooltip_text(_("Modify selected modified Login Mapping definitions."))
1422 self.delete_button.set_tooltip_text(_("Delete modified File Equivalence definitions."))
1423 self.modify_button.set_tooltip_text(_("Modify selected modified File Equivalence definitions. Only bolded items in the list can be selected, this indicates they were modified previousl
[all...]

Completed in 731 milliseconds

123