Searched refs:stable (Results 1 - 25 of 34) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceTableAccess.java45 ICUResourceBundle stable = table;
47 stable = table.findWithFallback(subtableName);
49 if (stable != null) {
50 result = stable.findStringWithFallback(item);
56 // if we get here, stable was null, or there was no string for the item
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceTableAccess.java43 ICUResourceBundle stable = table;
45 stable = table.findWithFallback(subtableName);
47 if (stable != null) {
48 result = stable.findStringWithFallback(item);
54 // if we get here, stable was null, or there was no string for the item
/external/boringssl/src/crypto/asn1/
H A Da_strnid.c66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
221 if (!stable)
223 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd);
226 return sk_ASN1_STRING_TABLE_value(stable, idx);
236 if (!stable)
237 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
238 if (!stable) {
260 sk_ASN1_STRING_TABLE_push(stable, tmp);
267 tmp = stable;
270 stable
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJavac.java38 SymbolTable stable; field in class:Javac
66 stable = new SymbolTable();
89 ASTList mem = p.parseMember1(stable);
148 md = p.parseMethod2(stable, md);
212 SymbolTable stb = new SymbolTable(stable);
284 va.index(i), stable);
313 index, stable);
333 return gen.recordParams(params, isStatic, "$", "$args", "$$", stable);
362 use0, varNo, target, stable);
397 (useResultVar ? resultVarName : null), stable);
[all...]
/external/autotest/contrib/
H A Drun-stable-update9 LOGDIR=logs/stable-version
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
/external/bison/
H A DGNUmakefile51 $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
H A Dmaint.mk124 RELEASE_TYPES = alpha beta stable
129 # Use ftp.gnu.org for stable releases.
132 gnu_ftp_host-stable = ftp.gnu.org
1299 # Make info-gnu the default only for a stable release.
1410 .PHONY: alpha beta stable release
1411 ALL_RECURSIVE_TARGETS += alpha beta stable
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1413 $(AM_V_GEN)test $@ = stable \
/external/v8/src/builtins/
H A Dbuiltins-object.cc100 bool stable = true; local
106 if (stable) {
121 stable = from->map() == *map;
140 if (stable && call_to_js) stable = from->map() == *map;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java2127 boolean stable;
2131 stable = true; /* assume stable until proved otherwise */
2133 /* The stable flag is set when brackets are paired and their
2156 /* it is stable if there is no preceding text or in
2158 stable = (openIdx == pLastIsoRun.start);
2172 if (stable) {
/external/icu/icu4c/source/common/
H A Dubidi.c801 UBool stable; local
805 stable=TRUE; /* assume stable until proved otherwise */
807 /* The stable flag is set when brackets are paired and their
830 /* it is stable if there is no containing pair or in
832 stable=(openIdx==pLastIsoRun->start);
846 if(stable) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java429 * @stable ICU 3.8
582 * @stable ICU 3.8
609 * @stable ICU 3.8
616 * @stable ICU 3.8
623 * @stable ICU 3.8
641 * @stable ICU 3.8
655 * @stable ICU 3.8
669 * @stable ICU 3.8
678 * @stable ICU 3.8
687 * @stable IC
[all...]
H A DDateTimePatternGenerator.java54 * @stable ICU 3.6
65 * @stable ICU 3.6
76 * @stable ICU 3.6
84 * @stable ICU 3.6
93 * @stable ICU 3.6
102 * @stable ICU 54
524 * @stable ICU 3.6
540 * @stable ICU 4.4
603 * @stable ICU 3.6
607 * @stable IC
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
331 labels at stable storage and restore them back after reboot before the first
/external/libvorbis/doc/
H A D01-introduction.tex213 encoding/decoding. However, floor type 1 provides more stable
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli404 the LLVM command line parser. Note that the only stable thing about this
/external/v8/src/
H A Dobjects.cc94 // We can track only JavaScript objects with stable maps.
8595 bool stable = object->map() == *map; local
8603 if (stable) {
8619 stable = object->map() == *map;
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...

Completed in 704 milliseconds

12