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

1 23 4 5 6 7

  /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_org/chrome/browser/resources/file_manager/foreground/js/
suggest_apps_dialog.js 111 Object.freeze(SuggestAppsDialog.State);
127 Object.freeze(SuggestAppsDialog.Result);
498 SuggestAppsDialog.Metrics = Object.freeze({
499 LOAD: Object.freeze({
513 CLOSE_DIALOG: Object.freeze({
529 INSTALL: Object.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 62 // freeze it only once. Note that there's a trade-off between memory and
82 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...]
  /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/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm.c 71 static void freeze(fe1305x2 *r) function
317 freeze(h);
  /external/chromium_org/v8/tools/profviz/
profviz.js 46 ui.freeze();
120 this.freeze = function() {
217 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/chrome/browser/resources/file_manager/common/js/
path_util.js 12 var RootType = Object.freeze({
45 var RootDirectory = Object.freeze({
61 var DriveSubRootDirectory = Object.freeze({
470 Object.freeze(this);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
conflict_dialog.js 79 ConflictDialog.Result = Object.freeze({
preview_panel.js 111 PreviewPanel.Event = Object.freeze({
119 PreviewPanel.VisibilityType = Object.freeze({
131 PreviewPanel.Visibility_ = Object.freeze({
  /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);

Completed in 553 milliseconds

1 23 4 5 6 7