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

1 23 4 5 6

  /external/v8/test/mjsunit/regress/
regress-851.js 30 Object.freeze({});
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 105 LIBRARY_PATH = ::File.expand_path( ::File.dirname( __FILE__ ) ).freeze
106 PROJECT_PATH = ::File.dirname( LIBRARY_PATH ).freeze
107 DATA_PATH = ::File.join( PROJECT_PATH, 'java' ).freeze
  /external/chromium/base/i18n/
file_util_icu.cc 58 // freeze it only once. Note that there's a trade-off between memory and
78 set->freeze();
  /external/chromium_org/base/i18n/
file_util_icu.cc 60 // freeze it only once. Note that there's a trade-off between memory and
80 set->freeze();
  /external/icu4c/i18n/
tznames_impl.h 57 /* Freeze the string pool. Discards the hash table that is used
60 void freeze();
uspoof_impl.cpp 41 allowedCharsSet->freeze();
56 allowedCharsSet->freeze();
313 tmpSet->freeze();
343 tmpSet->freeze();
rbt_set.cpp 206 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
334 /* Freeze things into an array
    [all...]
identifier_info.cpp 74 ASCII->freeze();
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactArray.java 109 public void freeze() { method in class:CompactArray
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 144 name = name.to_s.dup.freeze
155 new_name, old_name = new_name.to_s.dup.freeze, old_name.to_s
token.rb 250 }.freeze
288 EOF_TOKEN = CommonToken.new( EOF ).freeze
289 INVALID_TOKEN = CommonToken.new( INVALID_TOKEN_TYPE ).freeze
290 SKIP_TOKEN = CommonToken.new( INVALID_TOKEN_TYPE ).freeze
606 name = name.to_s.freeze
625 token_names[ type_value ] = name.to_s.freeze
streams.rb 398 @string = data.to_s.encode( Encoding::UTF_8 ).freeze
399 @data = @string.codepoints.to_a.freeze
433 @data.freeze
571 state = [ @position, @line, @column ].freeze
    [all...]
  /external/chromium_org/v8/tools/profviz/
profviz.js 55 ui.freeze();
119 this.freeze = function() {
216 ui.freeze();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 105 @operation_name = 'insert-before'.freeze
129 @operation_name = 'replace'.freeze
166 @operation_name = 'delete'.freeze
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze
102 :template!, :string!, :comment!, :ws! ].freeze
951 ].freeze
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 202 RULE_METHODS = [ <rules:{r|:<r.ruleName>}; separator=", ", wrap="\n", anchor> ].freeze
897 ].freeze
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
uspoof_impl.cpp 41 allowedCharsSet->freeze();
52 allowedCharsSet->freeze();
309 tmpSet->freeze();
339 tmpSet->freeze();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2606.js 60 Object.freeze(Object.prototype);
  /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/chromium_org/v8/test/mjsunit/
readonly.js 114 Object.freeze(o);
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 106 time.freeze(mPauseOnAttackTime);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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

Completed in 2735 milliseconds

1 23 4 5 6