HomeSort by relevance Sort by last modified time
    Searched defs:freeze (Results 1 - 10 of 10) sorted by null

  /external/icu4c/i18n/
rbt_set.cpp 205 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
333 /* Freeze things into an array
    [all...]
  /external/stlport/src/
strstream.cpp 102 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);
  /frameworks/base/core/java/android/view/
Surface.java 116 /** Freeze the surface. Equivalent to calling freeze() */
382 public native void freeze(); method in class:Surface
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 186 status_t SurfaceControl::freeze() { function in class:android::SurfaceControl
190 return client->freeze(mToken);
SurfaceComposerClient.cpp 568 status_t SurfaceComposerClient::freeze(SurfaceID id) function in class:android::SurfaceComposerClient
  /external/kernel-headers/original/linux/
sched.h 1554 static inline void freeze(struct task_struct *p) function
1603 static inline void freeze(struct task_struct *p) { BUG(); } function
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 316 milliseconds