HomeSort by relevance Sort by last modified time
    Searched refs:freeze (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 211 defined?( DOTS ) or DOTS = %w(. ..).freeze
  /external/chromium/googleurl/base/
logging.cc 353 stream_.freeze(false);
  /external/icu4c/i18n/
uspoof_impl.cpp 43 allowedCharsSet->freeze();
53 allowedCharsSet->freeze();
309 tmpSet->freeze();
339 tmpSet->freeze();
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 106 time.freeze(mPauseOnAttackTime);
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 22 SOCKET_ADDR_PACK = 'snCCCCa8'.freeze
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 243 }.freeze
debug.rb 693 ].freeze
dfa.rb 112 data.empty? and return [].freeze
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 100 :parameters, :parameter ].freeze
  /external/icu4c/common/unicode/
uniset.h 524 * @see freeze
531 * Freeze the set (make it immutable).
543 UnicodeFunctor *freeze();
549 * @see freeze
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 56 set.freeze();
  /external/javassist/src/main/javassist/
CtClass.java 273 public void freeze() {} method in class:CtClass
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 562 public void freeze() { method in class:GLRootView
  /external/icu4c/common/
unisetspan.cpp 255 // Freeze after checking for the need to use strings at all because freezing
258 spanSet.freeze();
386 pSpanNotSet->freeze();
    [all...]
uset.cpp 58 ((UnicodeSet*) set)->UnicodeSet::freeze();
uniset_props.cpp 120 set->freeze();
    [all...]
  /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...]
  /external/sepolicy/
access_vectors 111 freeze
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 542 DEFINE_STATIC_LOCAL(const AtomicString, freeze, ("freeze"));
544 return value == freeze ? FillFreeze : FillRemove;
854 // We are supposed to do freeze semantics when repeating ends, even if the element is still active.
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-function.js 36 Object.freeze(f)
487 Object.freeze(f)
  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.cpp 70 freeze objectConstructorFreeze DontEnum|Function 1
366 return throwVMError(exec, createTypeError(exec, "Object.freeze can only be called on Objects."));
367 asObject(obj)->freeze(exec->globalData());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 320 cmap->freeze();
  /frameworks/base/services/java/com/android/server/wm/
AppTransition.java 242 void freeze() { method in class:AppTransition
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 716 ac.remove(0x62).freeze();
    [all...]

Completed in 628 milliseconds

1 23 4 5