Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 133) sorted by relevance

123456

/external/boringssl/src/crypto/asn1/
Da_strnid.c67 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
203 if(!stable) return NULL; in ASN1_STRING_TABLE_get()
204 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd); in ASN1_STRING_TABLE_get()
206 return sk_ASN1_STRING_TABLE_value(stable, idx); in ASN1_STRING_TABLE_get()
216 if(!stable) stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp); in ASN1_STRING_TABLE_add()
217 if(!stable) { in ASN1_STRING_TABLE_add()
234 if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp); in ASN1_STRING_TABLE_add()
241 tmp = stable; in ASN1_STRING_TABLE_cleanup()
243 stable = NULL; in ASN1_STRING_TABLE_cleanup()
/external/javassist/src/main/javassist/compiler/
DJavac.java38 SymbolTable stable; field in Javac
66 stable = new SymbolTable(); in Javac()
89 ASTList mem = p.parseMember1(stable); in compile()
148 md = p.parseMethod2(stable, md); in compileMethod()
212 SymbolTable stb = new SymbolTable(stable); in compileBody()
284 va.index(i), stable); in recordLocalVariables() local
313 index, stable); in recordParamNames() local
333 return gen.recordParams(params, isStatic, "$", "$args", "$$", stable); in recordParams()
362 use0, varNo, target, stable); in recordParams()
397 (useResultVar ? resultVarName : null), stable); in recordReturnType()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceTableAccess.java41 ICUResourceBundle stable = table; in getTableString() local
43 stable = table.findWithFallback(subtableName); in getTableString()
45 if (stable != null) { in getTableString()
46 result = stable.findStringWithFallback(item); in getTableString()
/external/eigen/doc/
DB01_Experimental.dox9 With the 2.0 release, Eigen's API is, to a large extent, stable. However, we wish to retain the fre…
11 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable
13 …to reach it, but at the same time we're being serious about not calling Eigen API-stable too early.
27 \li Geometry (this one should be mostly stable, but it's a little too early to make a formal guaran…
42 …se and that this is where most of their API comes from -- so in practice most of the API is stable.
/external/bison/
DREADME-release9 * Ensure that the latest stable versions of autoconf, automake, etc.
37 # "TYPE" must be stable, beta or alpha
43 of gnu_ftp_host-{alpha,beta,stable}.
83 Subject: bison-X.Y released [stable]
/external/compiler-rt/test/ubsan/
Dlit.common.cfg53 # Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
56 config.available_features.add('stable-runtime')
/external/clang/docs/
DTooling.rst12 `LibClang <http://clang.llvm.org/doxygen/group__CINDEX.html>`_ is a stable high
25 * need a stable interface that takes care to be backwards compatible
80 * want a stable interface so you don't need to change your code when the AST API
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties12 # @stable ICU 4.0
19 # @stable ICU 4.8
/external/libopus/
DREADME.android1 * current source is based on libopus 1.1 stable (http://downloads.xiph.org/releases/opus/opus-1.1.t…
/external/mesa3d/docs/
DRELNOTES-3.415 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-4.0.115 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-3.4.115 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-3.4.215 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-6.3.213 Even numbered versions (such as 6.2) designate stable releases.
DRELNOTES-3.2.117 with Mesa 3.0 since it's more stable. The Mesa 3.1/3.2 tessellator
DRELNOTES-6.3.115 Even numbered versions (such as 6.2) designate stable releases.
DRELNOTES-6.2.115 Even numbered versions (such as 6.2.x) designate stable releases.
DRELNOTES-6.215 Even numbered versions (such as 6.2) designate stable releases.
DRELNOTES-6.413 Even numbered versions (such as 6.4) designate stable releases.
DRELNOTES-5.0.112 Even-numbered versions (such as 5.0.x) designate stable releases.
DRELNOTES-5.0.212 Even-numbered versions (such as 5.0.x) designate stable releases.
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DCHANGES42 *) First stable release.
/external/lldb/docs/
Ddoxygen.intro15 /// of LLDB are very stable.
/external/llvm/docs/
Ddoxygen.intro15 /// of LLVM are very stable.
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.sh29 * The ${symbol_prefix}* macros can be used as stable alternative names for the

123456