Searched defs:freeze (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DFrozenNativePage.java25 public static FrozenNativePage freeze(NativePage nativePage) { method in class:FrozenNativePage
/external/chromium_org/v8/test/webkit/
H A DpreventExtensions.js25 "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/replicaisland/src/com/replica/replicaisland/
H A DTimeSystem.java112 public void freeze(float seconds) { method in class:TimeSystem
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c35 static void freeze(fe1305x2 *r) { function
274 freeze(h);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_set.cpp206 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
H A Dtznames_impl.cpp478 * freeze(). Close the hash table that maps to the pooled strings.
484 void ZNStringPool::freeze() { function in class:ZNStringPool
/external/icu/icu4c/source/i18n/
H A Drbt_set.cpp206 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
H A Dtznames_impl.cpp478 * freeze(). Close the hash table that maps to the pooled strings.
484 void ZNStringPool::freeze() { function in class:ZNStringPool
/external/libcxx/src/
H A Dstrstream.cpp125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
/external/stlport/src/
H A Dstrstream.cpp102 void strstreambuf::freeze(bool frozenflag) { function in class:strstreambuf
108 freeze(true);
342 void ostrstream::freeze(bool freezeflag) { function in class:ostrstream
343 _M_buf.freeze(freezeflag);
375 void strstream::freeze(bool freezeflag) { function in class:strstream
376 _M_buf.freeze(freezeflag);
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.js46 ui.freeze();
120 this.freeze = function() {
217 ui.freeze();
/external/javassist/src/main/javassist/
H A DCtClass.java273 public void freeze() {} method in class:CtClass
1337 * method does not prune or freeze the class after writing the class
1348 * method does not prune or freeze the class after writing the class
H A DCtClassType.java278 public void freeze() { wasFrozen = true; } method in class:CtClassType
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js474 freeze: function()
480 // FIXME: freeze the Resources also!
492 this.freeze();
938 call.freeze();
/external/chromium_org/v8/src/
H A Dobjects-inl.h4500 void Map::freeze() { function in class:v8::internal::Map
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 3801 milliseconds