HomeSort by relevance Sort by last modified time
    Searched refs:freeze (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 347 function TestSealAndFreeze(freeze) {
351 freeze(obj)
358 TestSealAndFreeze(Object.freeze)
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305_arm.c 35 static void freeze(fe1305x2 *r) { function
274 freeze(h);
  /external/chromium_org/third_party/icu/source/i18n/
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/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js 79 ConflictDialog.Result = Object.freeze({
preview_panel.js 105 PreviewPanel.Event = Object.freeze({
113 PreviewPanel.VisibilityType = Object.freeze({
125 PreviewPanel.Visibility_ = Object.freeze({
search_box.js 38 Object.freeze(this);
  /external/chromium_org/ui/file_manager/video_player/js/
background.js 47 return Object.freeze({
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2606.js 60 Object.freeze(Object.prototype);
  /external/icu/icu4c/source/i18n/
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 60 ASCII->freeze();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
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...]
task.rb 243 }.freeze
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 211 defined?( DOTS ) or DOTS = %w(. ..).freeze
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 24 Object.freeze(this);
gallery_item.js 35 this.metadata_ = Object.freeze(metadata);
119 this.metadata_ = Object.freeze(metadata);
slide_mode.js 56 SlideMode.EDITOR_MODES = Object.freeze([
71 SlideMode.KEY_OFFSET_MAP = Object.freeze({
72 'Up': Object.freeze([0, 20]),
73 'Down': Object.freeze([0, -20]),
74 'Left': Object.freeze([20, 0]),
75 'Right': Object.freeze([-20, 0])
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
arguments-iterator.js 218 o = Object.freeze({__proto__:arguments});
  /external/chromium_org/v8/test/mjsunit/
readonly.js 114 Object.freeze(o);
  /external/libcxx/src/
strstream.cpp 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
  /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/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 134 FileTasks.UMA_INDEX_KNOWN_EXTENSIONS_ = Object.freeze([
150 FileTasks.EXECUTABLE_EXTENSIONS = Object.freeze([
160 FileTasks.EXTENSIONS_TO_SKIP_SUGGEST_APPS_ = Object.freeze([
  /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/template/
group-file-parser.rb 100 :parameters, :parameter ].freeze

Completed in 416 milliseconds

1 2 34 5 6 7 8