/external/icu/icu4c/source/i18n/ |
identifier_info.cpp | 58 ASCII->freeze();
|
uspoof_impl.cpp | 40 allowedCharsSet->freeze(); 55 allowedCharsSet->freeze(); 312 tmpSet->freeze(); 342 tmpSet->freeze();
|
uspoof.cpp | 61 gInclusionSet->freeze(); 131 gRecommendedSet->freeze(); 306 clonedSet->freeze();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRanges.java | 331 public PluralRanges freeze() { method in class:PluralRanges
|
IdentifierInfo.java | 42 private static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze(); 635 // * @see com.ibm.icu.util.Freezable#freeze() 637 // public FreezableBitSet freeze() {
|
DateIntervalInfo.java | 377 // We freeze what goes in the cache without freezing this object. 378 DIICACHE.put(key, ((DateIntervalInfo) clone()).freeze()); 884 public DateIntervalInfo freeze() { method in class:DateIntervalInfo [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
LocaleMatcher.java | 562 public ScoreData freeze() { method in class:LocaleMatcher.ScoreData 742 public LanguageMatcherData freeze() { method in class:LocaleMatcher.LanguageMatcherData 784 // .freeze(); [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationThreadTest.java | 275 theCollator.freeze();
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Relation.java | 278 public Object freeze() { method in class:Relation
|
/external/kernel-headers/original/uapi/linux/dvb/ |
video.h | 148 int video_blank; /* blank video on freeze? */
|
/external/kernel-headers/original/uapi/linux/ |
fs.h | 157 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
|
/external/libcxx/src/ |
strstream.cpp | 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
|
/external/libpcap/ |
pcap-septel.c | 112 * that will cause our capture program GUI to freeze while waiting
|
/external/sepolicy/ |
access_vectors | 111 freeze
|
/external/v8/test/webkit/fast/js/ |
Object-getOwnPropertyNames-expected.txt | 66 PASS getSortedOwnPropertyNames(Object) is ['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve']
|
Object-getOwnPropertyNames.js | 74 "Object": "['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve']",
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
strstream.cpp | 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dm-ioctl.h | 303 * Set this to avoid attempting to freeze any filesystem when suspending.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
video.h | 146 int video_blank; /* blank video on freeze? */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
video.h | 146 int video_blank; /* blank video on freeze? */
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
ScriptGraph.java | 44 * {@link Builder#configureScript} or {@link Builder#chainScript}. Finally, freeze the graph 361 * Build the script and freeze the parameter list to what was {@link #set}. 409 * Finish configuring the graph and freeze the settings, instantiating all
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze 102 :template!, :string!, :comment!, :ws! ].freeze 951 ].freeze
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
InteractionController.java | 565 * disabling the sensors. If you want to un-freeze the rotation 577 * disabling the sensors. If you want to un-freeze the rotation 589 * disabling the sensors. If you want to un-freeze the rotation
|
UiDevice.java | 670 * If you want to un-freeze the rotation and re-enable the sensors 685 * If you want to un-freeze the rotation and re-enable the sensors 700 * If you want to un-freeze the rotation and re-enable the sensors
|
/external/v8/test/mjsunit/es7/ |
object-observe.js | 99 Object.freeze(frozenFunction); 140 assertEquals(null, Object.getNotifier(Object.freeze({}))); 330 // Object.freeze 349 Object.freeze(obj); 361 Object.freeze(obj); 363 Object.freeze(obj); [all...] |