Searched refs:freeze (Results 1 - 25 of 252) sorted by relevance

1234567891011

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb9 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/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 sb.freeze(true);
25 sb.freeze(false);
H A Dstr.pass.cpp26 sb.freeze(false);
H A Doverflow.pass.cpp33 oss.freeze(false);
H A Dpcount.pass.cpp30 sb.freeze(false);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dversion.rb13 ANTLR_VERSION = [ ANTLR_MAJOR_VERSION, ANTLR_MINOR_VERSION, ANTLR_PATCH_VERSION ].freeze
16 ANTLR_VERSION_STRING.freeze
25 VERSION_STRING = VERSION.join( '.' ).freeze
H A Dconstants.rb89 0 => "<invalid>".freeze, 1 => "<EOR>".freeze,
90 2 => "<DOWN>".freeze, 3 => "<UP>".freeze,
91 -1 => "<EOF>".freeze
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
32 out.freeze(false);
H A Dstr.pass.cpp25 out.freeze(false);
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
32 out.freeze(false);
H A Dstr.pass.cpp25 out.freeze(false);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DFreezable.java148 * public final A freeze() {return this;}
155 * themselves be immutable. (Note: <code>freeze</code> is returning
176 * public A freeze() {
201 * flagging field. It must override <code>freeze()</code> and
247 * work in the <code>freeze()</code> function. Just make all of your internal
254 * public A freeze() {
256 * foo.freeze();
314 public T freeze(); method in interface:Freezable
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DFreezable.java147 * public final A freeze() {return this;}
154 * themselves be immutable. (Note: <code>freeze</code> is returning
175 * public A freeze() {
200 * flagging field. It must override <code>freeze()</code> and
246 * work in the <code>freeze()</code> function. Just make all of your internal
252 * public A freeze() {
254 * foo.freeze();
315 public T freeze(); method in interface:Freezable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DFreezable.java147 * public final A freeze() {return this;}
154 * themselves be immutable. (Note: <code>freeze</code> is returning
175 * public A freeze() {
200 * flagging field. It must override <code>freeze()</code> and
246 * work in the <code>freeze()</code> function. Just make all of your internal
253 * public A freeze() {
255 * foo.freeze();
316 public T freeze(); method in interface:Freezable
/external/python/cpython3/Tools/freeze/test/
H A DMakefile1 # Makefile to test freeze
4 # set OUTDIR to the temp directory for freeze
8 $(PYTHON) ../freeze.py -o $(OUTDIR) ok.py
/external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
H A Dcategorical.py54 def freeze(self, freeze=True): member in class:CategoricalProcessor
58 freeze: Boolean, indicate if vocabularies should be frozen.
61 vocab.freeze(freeze)
93 self.freeze()
121 self.freeze()
H A Dcategorical_vocabulary.py49 def freeze(self, freeze=True): member in class:CategoricalVocabulary
53 freeze: True to freeze, False to unfreeze.
55 self._freeze = freeze
/external/tensorflow/tensorflow/examples/speech_commands/
H A Dfreeze_test.py21 from tensorflow.examples.speech_commands import freeze namespace
29 freeze.create_inference_graph('a,b,c,d', 16000, 1000.0, 30.0, 30.0, 10.0,
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
H A Ddefault.pass.cpp28 out.freeze(false);
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
H A Ddefault.pass.cpp35 inout.freeze(false);
/external/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp154 fDotEquivalents->freeze();
155 fCommaEquivalents->freeze();
156 fOtherGroupingSeparators->freeze();
157 fDashEquivalents->freeze();
158 fStrictDotEquivalents->freeze();
159 fStrictCommaEquivalents->freeze();
160 fStrictOtherGroupingSeparators->freeze();
161 fStrictDashEquivalents->freeze();
162 fDefaultGroupingSeparators->freeze();
163 fStrictDefaultGroupingSeparators->freeze();
[all...]
H A Dsmpdtfst.cpp50 fDateIgnorables->freeze();
51 fTimeIgnorables->freeze();
52 fOtherIgnorables->freeze();
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
H A Dtpu_sharding_test.py33 p1.freeze()
40 p2.freeze()
47 p1.freeze()
76 p2.freeze()
96 p.freeze()
132 p.freeze()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb15 ARROW_IN = '--> '.freeze
16 ARROW_OUT = '<-- '.freeze
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DCurrencySpacingEnabledModifier.java17 private static final UnicodeSet UNISET_DIGIT = new UnicodeSet("[:digit:]").freeze();
18 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze();
43 afterPrefixUnicodeSet.freeze(); // no-op if set is already frozen
58 beforeSuffixUnicodeSet.freeze(); // no-op if set is already frozen

Completed in 629 milliseconds

1234567891011