HomeSort by relevance Sort by last modified time
    Searched refs:freeze (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-dfa.rb 9 EOT = [1, 2].freeze
10 EOF = [3, 4].freeze
11 MAX = [5, 6].freeze
12 MIN = [7, 8].freeze
13 ACCEPT = [9, 10, 11].freeze
14 SPECIAL = [12].freeze
16 [13, 14, 15, 16].freeze,
17 [].freeze
18 ].freeze
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 sb.freeze(true);
25 sb.freeze(false);
str.pass.cpp 26 sb.freeze(false);
pcount.pass.cpp 30 sb.freeze(false);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 sb.freeze(true);
25 sb.freeze(false);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
version.rb 13 ANTLR_VERSION = [ ANTLR_MAJOR_VERSION, ANTLR_MINOR_VERSION, ANTLR_PATCH_VERSION ].freeze
16 ANTLR_VERSION_STRING.freeze
25 VERSION_STRING = VERSION.join( '.' ).freeze
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
32 out.freeze(false);
str.pass.cpp 25 out.freeze(false);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
32 out.freeze(false);
str.pass.cpp 25 out.freeze(false);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Freezable.java 145 * public final A freeze() {return this;}
152 * themselves be immutable. (Note: <code>freeze</code> is returning
173 * public A freeze() {
198 * flagging field. It must override <code>freeze()</code> and
244 * work in the <code>freeze()</code> function. Just make all of your internal
251 * public A freeze() {
253 * foo.freeze();
314 public T freeze(); method in interface:Freezable
  /external/messageformat/java/com/ibm/icu/util/
Freezable.java 145 * public final A freeze() {return this;}
152 * themselves be immutable. (Note: <code>freeze</code> is returning
173 * public A freeze() {
198 * flagging field. It must override <code>freeze()</code> and
244 * work in the <code>freeze()</code> function. Just make all of your internal
250 * public A freeze() {
252 * foo.freeze();
313 public T freeze(); method in interface:Freezable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
default.pass.cpp 27 out.freeze(false);
  /external/v8/test/mjsunit/regress/
regress-349870.js 6 Object.freeze(r);
regress-reset-dictionary-elements.js 13 Object.freeze(o);
regress-builtinbust-5.js 9 Object.freeze(a);
regress-update-field-type-attributes.js 8 return Object.freeze(container);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 34 inout.freeze(false);
  /external/icu/icu4c/source/i18n/
decfmtst.cpp 151 // Freeze all the sets
152 fDotEquivalents->freeze();
153 fCommaEquivalents->freeze();
154 fOtherGroupingSeparators->freeze();
155 fDashEquivalents->freeze();
156 fStrictDotEquivalents->freeze();
157 fStrictCommaEquivalents->freeze();
158 fStrictOtherGroupingSeparators->freeze();
159 fStrictDashEquivalents->freeze();
160 fDefaultGroupingSeparators->freeze();
    [all...]
smpdtfst.cpp 47 // Freeze all the sets
48 fDateIgnorables->freeze();
49 fTimeIgnorables->freeze();
50 fOtherIgnorables->freeze();
  /external/v8/test/mjsunit/
object-freeze.js 28 // Tests the Object.freeze and Object.isFrozen methods - ES 15.2.3.9 and
38 Object.freeze(non_objects[key]);
41 assertTrue(/Object.freeze called on non-object/.test(e));
72 Object.freeze(obj);
112 Object.freeze(obj2);
126 // Test freeze on arrays.
141 Object.freeze(arr);
192 // Make sure that Object.freeze returns the frozen object.
194 assertTrue(obj6 === Object.freeze(obj6))
199 Object.freeze(obj)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRoot.java 48 public void freeze(); method in interface:GLRoot
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 15 ARROW_IN = '--> '.freeze
16 ARROW_OUT = '<-- '.freeze

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 9