HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 26 - 50 of 384) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-1103.js 29 // freeze the global proxy.
32 obj = Object.freeze(obj);
regress-1233.js 28 // Test that Object.freeze and Object.getOwnPropertyDescriptor do not
43 Object.freeze(x);
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
regress-2419.js 29 Object.freeze(a);
34 Object.freeze(b);
regress-842.js 29 // changed (a property is added) after which freeze and seal would fail
39 obj = Object.freeze(obj);
regress-88858.js 60 Object.freeze(p);
61 new new freeze().p;
regress-299979.js 31 var list = Object.freeze([1, 2, 3]);
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 74 TestSet(Set, Object.freeze)
117 TestMap(Map, Object.freeze)
121 TestMap(WeakMap, Object.freeze)
array-fill.js 27 assertArrayEquals(Object.freeze([1, 2, 3]).fill(0, 0, 0), [1, 2, 3]);
30 assertThrows('Object.freeze([0]).fill()', TypeError);
proxies.js     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ThaiBreakEngine.java 68 // Freeze the static UnicodeSet
69 fThaiWordSet.freeze();
70 fMarkSet.freeze();
71 fEndWordSet.freeze();
72 fBeginWordSet.freeze();
73 fSuffixSet.freeze();
UnhandledBreakEngine.java 18 // in handleChar(), update the unfrozen version, clone, freeze, replace the frozen one.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
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
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 48 myCollator.freeze();
52 myPrimaryCollator.freeze();
56 mySecondaryCollator.freeze();
60 myTertiaryCollator.freeze();
133 myCollator.freeze();
137 myPrimaryCollator.freeze();
141 mySecondaryCollator.freeze();
145 myTertiaryCollator.freeze();
  /external/libcxx/include/
strstream 38 void freeze(bool freezefl = true);
92 void freeze(bool freezefl = true);
118 void freeze(bool freezefl = true);
165 void freeze(bool __freezefl = true);
327 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
388 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
  /external/messageformat/java/com/ibm/icu/util/
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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 38 void freeze(bool freezefl = true);
92 void freeze(bool freezefl = true);
118 void freeze(bool freezefl = true);
165 void freeze(bool __freezefl = true);
327 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
388 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 38 void freeze(bool freezefl = true);
92 void freeze(bool freezefl = true);
118 void freeze(bool freezefl = true);
165 void freeze(bool __freezefl = true);
327 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
388 void freeze(bool __freezefl = true) {__sb_.freeze(__freezefl);}
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
default.pass.cpp 27 out.freeze(false);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
str.pass.cpp 25 out.freeze(false);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
str.pass.cpp 25 out.freeze(false);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
pcount.pass.cpp 30 sb.freeze(false);
str.pass.cpp 26 sb.freeze(false);
  /external/v8/test/mjsunit/
array-push8.js 17 Object.freeze(array);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRoot.java 48 public void freeze(); method in interface:GLRoot

Completed in 465 milliseconds

12 3 4 5 6 7 8 91011>>