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

1 2 3 4 5 6 7

  /test/vts-testcase/kernel/linux_kselftest/stable/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/linux_kselftest/stable
  /test/vts-testcase/kernel/ltp/stable/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/ltp/stable
  /test/vts-testcase/security/poc/config/stable/
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/security/poc/config/stable
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceTableAccess.java 45 ICUResourceBundle stable = table; local
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/
ICUResourceTableAccess.java 43 ICUResourceBundle stable = table; local
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/
a_strnid.c 69 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
224 if (!stable)
226 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd);
229 return sk_ASN1_STRING_TABLE_value(stable, idx);
239 if (!stable)
240 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
241 if (!stable) {
263 sk_ASN1_STRING_TABLE_push(stable, tmp);
270 tmp = stable;
273 stable = NULL
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 38 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); local
313 index, stable); local
333 return gen.recordParams(params, isStatic, "$", "$args", "$$", stable);
362 use0, varNo, target, stable);
397 (useResultVar ? resultVarName : null), stable);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentProviderClient.java 25 private boolean stable; field in class:ShadowContentProviderClient
31 ContentResolver contentResolver, IContentProvider contentProvider, boolean stable) {
32 this.stable = stable;
125 return stable;
  /external/autotest/contrib/
run-stable-update 9 LOGDIR=logs/stable-version
60 SUBJECT="Stable version update summary ${TAG}"
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenrun.swg 118 static C_word SWIG_Chicken_LookupSymbol(char *name, C_SYMBOL_TABLE *stable) {
121 C_word sym = C_find_symbol(n, stable);
317 C_SYMBOL_TABLE *stable = C_find_symbol_table("swig_runtime_data" SWIG_RUNTIME_VERSION);
318 if (stable != NULL) {
319 sym = SWIG_Chicken_LookupSymbol(chicken_runtimevar_name, stable);
331 C_SYMBOL_TABLE *stable;
337 stable = C_find_symbol_table("swig_runtime_data" SWIG_RUNTIME_VERSION);
338 if (stable == NULL) {
339 stable = C_new_symbol_table("swig_runtime_data" SWIG_RUNTIME_VERSION, 16);
347 sym = C_intern_in(&a, C_strlen(chicken_runtimevar_name), chicken_runtimevar_name, stable);
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9026/
issue9026.go 30 // changes, but should remain stable otherwise.
  /prebuilts/go/linux-x86/misc/cgo/test/issue9026/
issue9026.go 30 // changes, but should remain stable otherwise.
  /external/tensorflow/tensorflow/tools/ci_build/remote/
remote_docker_build.sh 101 --branch branches/google/stable \
  /external/toolchain-utils/
get_common_image_version.py 6 Display information about stable ChromeOS/Chrome versions to be used
8 by using stable (known and tested) ChromeOS/Chrome versions instead of
9 using randomly selected versions. Currently we define as a "stable"
  /prebuilts/go/darwin-x86/src/sort/
slice.go 13 // The sort is not guaranteed to be stable. For a stable sort, use
  /prebuilts/go/linux-x86/src/sort/
slice.go 13 // The sort is not guaranteed to be stable. For a stable sort, use
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 232 // and the application has asked for stable content insets, then
263 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
266 // or the app has not turned on a stable UI mode (meaning they
268 mActionBarVisibilityCallback.enableContentAnimations(!stable);
269 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
316 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
401 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
403 if (stable) {
404 // This is the standard space needed for the action bar. For stable measurement,
423 if (stable) {
    [all...]
  /prebuilts/go/darwin-x86/src/os/
executable.go 11 // be the symlink or the path it pointed to. If a stable result is
  /prebuilts/go/linux-x86/src/os/
executable.go 11 // be the symlink or the path it pointed to. If a stable result is
  /external/python/cpython2/Doc/
Makefile 18 autobuild-dev autobuild-stable
167 # for stable releases: only build if not in pre-release stage (alpha, beta)
168 # release candidate downloads are okay, since the stable tree can be in that stage
169 autobuild-stable:
176 autobuild-stable-html:
  /external/python/cpython3/Doc/
Makefile 18 autobuild-dev autobuild-stable venv
172 # for stable releases: only build if not in pre-release stage (alpha, beta)
173 # release candidate downloads are okay, since the stable tree can be in that stage
174 autobuild-stable:
181 autobuild-stable-html:
  /frameworks/base/core/tests/coretests/src/com/android/internal/widget/
ActionBarOverlayLayoutTest.java 194 void setStable(boolean stable) {
195 mStable = stable;
196 setSystemUiVisibility(stable ? SYSTEM_UI_FLAG_LAYOUT_STABLE : 0);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarOverlayLayout.java 204 // // and the application has asked for stable content insets, then
237 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
240 // or the app has not turned on a stable UI mode (meaning they
242 mActionBarVisibilityCallback.enableContentAnimations(!stable);
243 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
290 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
358 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
360 if (stable) {
361 // This is the standard space needed for the action bar. For stable measurement,
383 if (!mOverlayMode && !stable) {
    [all...]
  /external/autotest/server/hosts/
cros_firmware.py 18 designated "stable" firmware version. This module supplies
25 and install the stable firmware using `FirmwareVersionVerifier`.
29 stable firmware.
87 should be updated via the standard stable version update, or
191 designated "stable firmware version".
208 return 'Re-install the stable firmware via servo'
222 2. The DUT's board has an assigned stable firmware version.
223 3. The DUT is not running the assigned stable firmware.
225 assigned stable firmware.
243 the stable repair image. If the firmware is out-of-date, but th
    [all...]

Completed in 533 milliseconds

1 2 3 4 5 6 7