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

/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/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactArray.java109 public void freeze() { method in class:CompactArray
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_set.cpp205 freeze(p, status);
221 int32_t len = index[256]; // see freeze()
238 * a call to <code>freeze()</code> before the rule set is used.
240 * <p>If freeze() has already been called, calling addRule()
241 * unfreezes the rules, and freeze() must be called again.
265 * <code>addRule()</code>; (2) freeze the set using
266 * <code>freeze()</code>; (3) use the rule set. If
269 * That is, <code>freeze()</code> may be called multiple times,
272 void TransliterationRuleSet::freeze(UParseError& parseError,UErrorCode& status) { function in class:TransliterationRuleSet
H A Dzstrfmt.cpp625 fStringPool.freeze();
1093 // fStringPool.freeze();
1162 fStringPool.freeze();
2215 * freeze(). Close the hash table that maps to the pooled strings.
2221 void ZSFStringPool::freeze() { function in class:ZSFStringPool
/external/icu4c/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.cpp473 * freeze(). Close the hash table that maps to the pooled strings.
479 void ZNStringPool::freeze() { function in class:ZNStringPool
/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.js55 ui.freeze();
119 this.freeze = function() {
216 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.js453 freeze: function()
459 // FIXME: freeze the Resources also!
471 this.freeze();
909 call.freeze();
/external/kernel-headers/original/linux/
H A Dsched.h1543 * Check if there is a request to freeze a process
1554 static inline void freeze(struct task_struct *p) function
1560 * Sometimes we may need to cancel the previous 'freeze' request
1603 static inline void freeze(struct task_struct *p) { BUG(); } function
/external/chromium_org/v8/src/
H A Dobjects-inl.h3631 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/ ...

Completed in 775 milliseconds