/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | Freezable.java | 146 * public final A freeze() {return this;} 153 * themselves be immutable. (Note: <code>freeze</code> is returning 174 * public A freeze() { 199 * flagging field. It must override <code>freeze()</code> and 245 * work in the <code>freeze()</code> function. Just make all of your internal 252 * public A freeze() { 254 * foo.freeze(); 312 public T freeze(); method in interface:Freezable
|
H A D | RuleBasedTimeZone.java | 750 public TimeZone freeze() { method in class:RuleBasedTimeZone
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 250 * public A freeze() { 252 * foo.freeze(); 313 public T freeze(); method in interface:Freezable
|
H A D | TimeZone.java | 564 return getTimeZone(ID).freeze(); 854 public TimeZone freeze() { method in class:TimeZone
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 251 * public A freeze() { 253 * foo.freeze(); 314 public T freeze(); method in interface:Freezable
|
H A D | RuleBasedTimeZone.java | 777 public TimeZone freeze() { method in class:RuleBasedTimeZone
|
/external/messageformat/java/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 250 * public A freeze() { 252 * foo.freeze(); 313 public T freeze(); method in interface:Freezable
|
/external/v8/test/webkit/ |
H A D | preventExtensions.js | 25 "This test checks whether various seal/freeze/preventExtentions work on a regular object." 58 function freeze(obj) function 60 Object.freeze(obj); 75 freeze(frozen); 90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c 110 Object.freeze(Constructor.prototype); 116 var func = freeze(function foo(){}); 123 var strictFunc = freeze(function foo(){ "use strict"; }); 130 var array = freeze([0,1,2]); 137 var args = freeze((functio [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | TransliterationRuleSet.java | 41 * Sorted and indexed table of rules. This is created by freeze() from 51 * freeze(). 91 public void freeze() { method in class:TransliterationRuleSet
|
H A D | PluralRanges.java | 333 public PluralRanges freeze() { method in class:PluralRanges
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliterationRuleSet.java | 40 * Sorted and indexed table of rules. This is created by freeze() from 50 * freeze(). 90 public void freeze() { method in class:TransliterationRuleSet
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
H A D | MiniMessageFormatter.java | 176 public MiniMessageFormatter freeze() { method in class:MiniMessageFormatter 177 msg.freeze();
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | TimeSystem.java | 112 public void freeze(float seconds) { method in class:TimeSystem
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | JavaTimeZone.java | 250 * @see android.icu.util.TimeZone#freeze() 252 public TimeZone freeze() { method in class:JavaTimeZone
|
H A D | Relation.java | 281 public Relation<K, V> freeze() { method in class:Relation
|
H A D | Row.java | 167 public Row<C0, C1, C2, C3, C4> freeze() { method in class:Row
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
H A D | Collator.java | 355 public Collator freeze() { method in class:Collator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | JavaTimeZone.java | 248 * @see com.ibm.icu.util.TimeZone#freeze() 250 public TimeZone freeze() { method in class:JavaTimeZone
|
H A D | Relation.java | 279 public Relation<K, V> freeze() { method in class:Relation
|
H A D | Row.java | 163 public Row<C0, C1, C2, C3, C4> freeze() { method in class:Row
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralRanges.java | 331 public PluralRanges freeze() { method in class:PluralRanges
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
H A D | CompactArray.java | 109 public void freeze() {
method in class:CompactArray
|
/external/boringssl/src/crypto/poly1305/ |
H A D | poly1305_arm.c | 38 static void freeze(fe1305x2 *r) { function 288 freeze(h);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
H A D | volume.py | 292 def freeze(self): member in class:Volume 302 # we need to freeze the XFS file system 304 self.freeze()
|
/external/icu/icu4c/source/i18n/ |
H A D | rbt_set.cpp | 206 freeze(p, status); 222 int32_t len = index[256]; // see freeze() 239 * a call to <code>freeze()</code> before the rule set is used. 241 * <p>If freeze() has already been called, calling addRule() 242 * unfreezes the rules, and freeze() must be called again. 266 * <code>addRule()</code>; (2) freeze the set using 267 * <code>freeze()</code>; (3) use the rule set. If 270 * That is, <code>freeze()</code> may be called multiple times, 273 void TransliterationRuleSet::freeze(UParseError& parseError,UErrorCode& status) { function in class:TransliterationRuleSet
|