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

1 2 3 4 5 6 7 8

  /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/autotest/contrib/
run-stable-update 9 LOGDIR=logs/stable-version
60 SUBJECT="Stable version update summary ${TAG}"
  /external/jacoco/
.travis.sh 55 9-ea-stable)
87 9-ea | 9-ea-stable)
  /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/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"
  /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.
85 should be updated via the standard stable version update, or
141 designated "stable firmware version".
158 return 'Re-install the stable firmware via servo'
172 2. The DUT's board has an assigned stable firmware version.
173 3. The DUT is not running the assigned stable firmware.
175 assigned stable firmware.
193 the stable repair image. If the firmware is out-of-date, but th
    [all...]
cros_repair.py 406 Try to install the DUT's designated "stable test image" using the
415 return 'Re-install the stable build via AU'
422 Powerwash the DUT, then attempt to re-install a stable test image as
434 return 'Powerwash and then re-install the stable build via AU'
441 Use servo to re-install the DUT's designated "stable test image"
  /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;
398 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
400 if (stable) {
401 // This is the standard space needed for the action bar. For stable measurement,
420 if (stable) {
    [all...]
  /frameworks/rs/script_api/
generate.sh 18 CLANG=$ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/clang++
  /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:
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 203 // // and the application has asked for stable content insets, then
236 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
239 // or the app has not turned on a stable UI mode (meaning they
241 mActionBarVisibilityCallback.enableContentAnimations(!stable);
242 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
289 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
357 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
359 if (stable) {
360 // This is the standard space needed for the action bar. For stable measurement,
382 if (!mOverlayMode && !stable) {
    [all...]
  /system/update_engine/
omaha_request_params_unittest.cc 82 // By default, if no channel is set, we should track the stable-channel.
83 EXPECT_EQ("stable-channel", params_.target_channel());
151 EXPECT_NE(string::npos, error_message.find("stable-channel"));
156 EXPECT_EQ("stable-channel", params_.target_channel());
162 EXPECT_TRUE(params_.IsValidChannel("stable-channel"));
189 EXPECT_TRUE(params_.SetTargetChannel("stable-channel", true, nullptr));
190 EXPECT_EQ("stable-channel", params_.target_channel());
193 params_.set_target_channel("stable-channel");
202 EXPECT_EQ("stable-channel", params_.download_channel());
214 int stable = params_.GetChannelIndex("stable-channel") local
    [all...]
  /system/update_engine/sample_images/
generate_images.sh 112 # Example of a real lsb-release file released on link stable.
124 CHROMEOS_RELEASE_DESCRIPTION=6946.63.0 (Official Build) stable-channel link
127 CHROMEOS_RELEASE_TRACK=stable-channel
  /prebuilts/go/darwin-x86/src/sort/
sort.go 217 // data.Less and data.Swap. The sort is not guaranteed to be stable.
243 // The sort is not guaranteed to be stable. For a stable sort, use
362 // Notes on stable sorting:
365 // experimentally to other stable in-place sorting algorithms.
374 // grow as n log n but the algorithm is not stable.
375 // - "Fast Stable In-Place Sorting with O(n) Data Moves" J.I. Munro and
379 // which have to be undone later (so not stable on any input).
388 // Stable sorts data while keeping the original order of equal elements.
392 func Stable(data Interface)
396 func stable(data Interface, n int) { func
    [all...]

Completed in 633 milliseconds

1 2 3 4 5 6 7 8