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

1234

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dbase_symbol.py14 def modified(self): member in class:AnnotatedSymbol
17 return super(AnnotatedSymbol, self).modified
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
H A Dmodule.py21 def modified(self): member in class:Module
22 return self._snippet.modified
32 if not self.modified:
H A Dsnippet.py137 def modified(self): member in class:TokenSnippet
185 def modified(self): member in class:Symbol
186 return any(child.modified for child in self.children)
/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; local
157 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)
/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.hh122 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
/external/python/cpython2/Lib/
H A Drobotparser.py42 def modified(self): member in class:RobotFileParser
90 self.modified()
/external/python/cpython3/Lib/urllib/
H A Drobotparser.py42 def modified(self): member in class:RobotFileParser
90 self.modified()
/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;
171 /* Check if modified */
175 return dbase->modified;
198 tmp_dbase->modified = 0;
238 dbase->modified = 0;
249 dbase->modified = 1;
265 dbase->modified
[all...]
/external/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp35 bool modified = false; local
49 modified = true;
52 if (modified) {
/external/skqp/src/sksl/ir/
H A DSkSLSymbolTable.cpp35 bool modified = false; local
49 modified = true;
52 if (modified) {
/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/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h78 UBool hasMappings() const { return modified; }
248 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:__anon29920
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/android_icu4j/src/main/java/android/icu/text/
H A DLocaleDisplayNames.java287 * 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) { argument
308 this.modified
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLocaleDisplayNames.java311 * Returns the modified locale for an input locale, such as sr → sr-Cyrl, where there is also an sr-Latn in the list
314 public final ULocale modified; field in class:LocaleDisplayNames.UiListItem
316 * Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de').
321 * Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US').
329 * @param modified modified for an input locale
330 * @param nameInDisplayLocale name of the modified locale in the display locale
331 * @param nameInSelf name of the modified locale in itself
334 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) { argument
336 this.modified
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_head.h76 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
/external/skqp/src/sfnt/
H A DSkOTTable_head.h76 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
/external/swiftshader/src/Reactor/
H A DOptimizer.cpp85 bool modified; local
88 modified = false;
101 modified = true;
106 while(modified);
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.h157 // modified by the computation. Used when compiling loop bodies to ensure
193 // Was the value of the variable modified by the computation?
195 bool modified; member in struct:tensorflow::XlaCompiler::ResourceUpdate
H A Dxla_compiler.cc372 bool modified = local
374 // TensorArray gradients were modified if their values changed or there are
377 modified = modified ||
382 if (return_updated_values_for_all_resources || modified) {
388 update.modified = modified;
/external/freetype/src/bdf/
H A Dbdf.h214 unsigned long nmod[34816]; /* Bitmap indicating modified glyphs. */
215 unsigned long umod[34816]; /* Bitmap indicating modified */
217 unsigned short modified; /* Boolean indicating font modified. */ member in struct:bdf_font_t_
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleDisplayNamesImpl.java598 ULocale.Builder modified = builder.setLocale(locale);
600 modified.setScript("");
603 modified.setRegion("");
605 result.add(newRow(modified.build(), capContext));
613 private UiListItem newRow(ULocale modified, DisplayContext capContext) { argument
614 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT);
615 String tempName = modified.getDisplayName(locale);
619 tempName = modified.getDisplayName(modified);
622 toTitleWholeStringNoLowercase(modified, tempNam
[all...]

Completed in 743 milliseconds

1234