HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 26 - 50 of 700) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 311 * 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) {
336 this.modified = modified
    [all...]
MessagePattern.java 402 StringBuilder modified=null; local
408 if(modified==null) {
409 modified=new StringBuilder(msg.length()+10).append(msg);
411 modified.insert(part.index, (char)part.value);
414 if(modified==null) {
417 return modified.toString();
791 // Some fields are not final because they are modified during pattern parsing.
    [all...]
  /external/selinux/libsemanage/src/
database_policydb.c 40 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 = 1
    [all...]
database_llist.c 85 dbase->modified = 0;
157 dbase->modified = 1;
185 dbase->modified = 1;
213 dbase->modified = 1;
298 dbase->modified = 1;
330 dbase->modified = 1;
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerServiceImpl.java 217 * Returns true if the settings were modified for this target.
221 boolean modified = false;
228 modified |= mSettings.remove(oi.packageName, oi.userId);
232 modified |= updateState(targetPackage, overlayPackage, userId);
235 modified |= mSettings.remove(oi.packageName, userId);
239 return modified;
324 boolean modified = mSettings.setEnabled(packageName, userId, enable);
325 modified |= updateState(targetPackage, overlayPackage, userId);
327 if (modified) {
353 boolean modified = false
    [all...]
  /external/llvm/test/MC/Mips/
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/skia/src/sksl/ir/
SkSLSymbolTable.cpp 35 bool modified = false; local
49 modified = true;
52 if (modified) {
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 123 bool modified = false; local
135 modified = true;
139 if (modified) {
140 // We've modified the keys (ConfigDescription) by changing the sdkVersion to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
mlsrules.py 57 modified = []
60 # Criteria for modified rules
63 modified.append(modified_mlsrule_record(left_rule,
69 self.modified_range_transitions = modified
terules.py 60 modified = []
62 # Criteria for modified rules
71 modified.append(modified_avrule_record(left_rule,
78 setattr(self, "modified_{0}s".format(ruletype), modified)
106 modified = []
108 # Criteria for modified rules
117 modified.append(modified_avrule_record(left_rule,
124 setattr(self, "modified_{0}s".format(ruletype), modified)
152 modified = []
154 # Criteria for modified rule
    [all...]
rbacrules.py 36 # role allows cannot be modified, only added/removed
75 modified = []
77 # Criteria for modified rules
80 modified.append(modified_rbacrule_record(left_rule,
86 self.modified_role_transitions = modified
  /external/swiftshader/src/Renderer/
Context.cpp 386 bool modified = (Context::depthBufferEnable != depthBufferEnable); local
388 return modified;
393 bool modified = (Context::alphaBlendEnable != alphaBlendEnable); local
395 return modified;
400 bool modified = (Context::sourceBlendFactorState != sourceBlendFactor); local
402 return modified;
407 bool modified = (Context::destBlendFactorState != destBlendFactor); local
409 return modified;
414 bool modified = (Context::blendOperationState != blendOperation); local
416 return modified;
421 bool modified = (Context::separateAlphaBlendEnable != separateAlphaBlendEnable); local
428 bool modified = (Context::sourceBlendFactorStateAlpha != sourceBlendFactorAlpha); local
435 bool modified = (Context::destBlendFactorStateAlpha != destBlendFactorAlpha); local
442 bool modified = (Context::blendOperationStateAlpha != blendOperationAlpha); local
449 bool modified = (Context::colorWriteMask[index] != colorWriteMask); local
456 bool modified = (Context::writeSRGB != sRGB); local
463 bool modified = (Context::colorLogicOpEnabled != enabled); local
470 bool modified = (Context::logicalOperation != logicalOperation); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 122 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
float.h 10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
float.h 10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
float.h 10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /system/tpm/trunks/ftdi/
support.h 19 * f1a6744b), and modified to suite the Chromium OS project.
  /external/e2fsprogs/intl/
bindtextdom.c 92 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)
  /toolchain/binutils/binutils-2.25/intl/
bindtextdom.c 97 modified, only the current value is returned.
99 modified nor returned. */
107 int modified; local
121 modified = 0;
174 modified = 1;
212 modified = 1;
323 modified = 1;
341 /* If we modified any binding, we flush the caches. */
342 if (modified)
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 292 ConfigDescription modified = base; local
295 modified.language[0] = 'e';
296 modified.language[1] = 'n';
297 modified.country[0] = 'X';
298 modified.country[1] = 'A';
302 modified.language[0] = 'a';
303 modified.language[1] = 'r';
304 modified.country[0] = 'X';
305 modified.country[1] = 'B';
310 return modified;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 379 StringBuilder modified=null; local
385 if(modified==null) {
386 modified=new StringBuilder(msg.length()+10).append(msg);
388 modified.insert(part.index, (char)part.value);
391 if(modified==null) {
394 return modified.toString();
732 // Some fields are not final because they are modified during pattern parsing.
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 399 StringBuilder modified=null; local
405 if(modified==null) {
406 modified=new StringBuilder(msg.length()+10).append(msg);
408 modified.insert(part.index, (char)part.value);
411 if(modified==null) {
414 return modified.toString();
788 // Some fields are not final because they are modified during pattern parsing.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 120 bool modified = false; local
157 return modified;
  /frameworks/native/cmds/installd/
CacheItem.cpp 37 modified = p->fts_statp->st_mtime;
56 return StringPrintf("%s size=%" PRId64 " mod=%ld", buildPath().c_str(), size, modified);
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
gccgo.go 15 // stack gets modified. We don't have a way to do that for gccgo

Completed in 1707 milliseconds

12 3 4 5 6 7 8 91011>>