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

/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/icu4c/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 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/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStore.cpp383 void TiledBackingStore::setContentsFrozen(bool freeze) argument
385 if (m_contentsFrozen == freeze)
388 m_contentsFrozen = freeze;
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp514 void JSObject::freeze(JSGlobalData& globalData) function in class:JSC::JSObject
/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/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/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 ...

Completed in 2742 milliseconds