HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 226 - 250 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
strict-mode.js 786 var frozen = Object.freeze({});
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java 248 // freeze and cache
249 result.freeze();
1067 public DateTimePatternGenerator freeze() { method in class:DateTimePatternGenerator
    [all...]
DecimalFormat.java     [all...]
PluralRules.java 171 static final UnicodeSet ALLOWED_ID = new UnicodeSet("[a-z]").freeze();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 1900 ZA1[i].freeze(); method
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 169 virtual HRESULT WINAPI Freeze(__LONG32 *pCount) = 0;
199 HRESULT (WINAPI *Freeze)(ITextDocument *This,__LONG32 *pCount);
231 #define ITextDocument_Freeze(This,pCount) (This)->lpVtbl->Freeze(This,pCount)
    [all...]
  /external/icu/icu4c/source/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();
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 167 // static final UnicodeSet ALLOWED_ID = new UnicodeSet("[a-z]").freeze();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 220 @grammar_file_name = grammar_file.freeze
221 @antlr_version_string = antlr_version.freeze
    [all...]
debug.rb 693 ].freeze
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 1276 public TimeZone freeze() { method in class:OlsonTimeZone
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 209 static final UnicodeSet ASCII = new UnicodeSet('a', 'z').freeze();
210 static final UnicodeSet ASCII_HYPHEN = new UnicodeSet('-', '-', 'a', 'z').freeze();
    [all...]
RuleBasedTimeZone.java 777 public TimeZone freeze() { method in class:RuleBasedTimeZone
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 528 // observed buffer position and loop count will freeze until then to give the
549 // observed buffer position and loop count will freeze until then to give the
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp     [all...]
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 328 // Need to freeze the dataEvents so they will exist later on the UI thread
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 328 // Need to freeze the dataEvents so they will exist later on the UI thread
  /development/samples/Home/src/com/example/android/home/
Home.java 78 * Keys during freeze/thaw.
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 328 // Need to freeze the dataEvents so they will exist later on the UI thread
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 100 :parameters, :parameter ].freeze
  /external/icu/icu4c/source/common/unicode/
uniset.h 527 * @see freeze
534 * Freeze the set (make it immutable).
546 UnicodeFunctor *freeze();
552 * @see freeze
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 404 tailored.freeze();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 375 tailoring.unsafeBackwardSet.freeze();

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>