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

1 2 3 4 5

  /external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/Android.mk
19 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
23 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_strnid.c 66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
206 if(!stable) return NULL;
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
209 return sk_ASN1_STRING_TABLE_value(stable, idx);
219 if(!stable) stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
220 if(!stable) {
238 if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp);
245 tmp = stable;
247 stable = NULL
    [all...]
  /external/openssl/crypto/asn1/
a_strnid.c 66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
206 if(!stable) return NULL;
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
209 return sk_ASN1_STRING_TABLE_value(stable, idx);
219 if(!stable) stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
220 if(!stable) {
238 if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp);
245 tmp = stable;
247 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/chromium_org/chrome/installer/linux/debian/
postinst 27 stable )
32 # Almost good enough to be the default. (Firefox stable should arguably be
build.sh 56 if [ "$CHANNEL" != "stable" ]; then
125 echo "-c channel the package channel (trunk, asan, unstable, beta, stable)"
135 stable )
136 CHANNEL=stable
137 RELEASENOTES="http://googlechromereleases.blogspot.com/search/label/Stable%20updates"
236 REPOCONFIG="deb http://dl.google.com/linux/chrome/deb/ stable main"
  /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...]
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 38 echo Remote Desktop to get your machine back on the stable channel.
49 echo where ^<channel^> is 'beta' or 'stable'.
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 21 if [ "$CHANNEL" != "stable" ]; then
40 if [ "$CHANNEL" != "stable" ]; then
172 echo "-c channel the package channel (trunk, asan, unstable, beta, stable)"
182 stable )
183 CHANNEL=stable
287 REPOCONFIG="http://dl.google.com/linux/${PACKAGE#google-}/rpm/stable"
  /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;
394 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
396 if (stable) {
397 // This is the standard space needed for the action bar. For stable measurement,
416 if (stable) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 233 // // and the application has asked for stable content insets, then
266 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
269 // or the app has not turned on a stable UI mode (meaning they
271 mActionBarVisibilityCallback.enableContentAnimations(!stable);
272 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
319 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
399 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
401 if (stable) {
402 // This is the standard space needed for the action bar. For stable measurement,
421 if (stable) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_trunk_fs.py 163 'channel': 'stable',
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
externs.js 93 * TODO(dmazzoni): Remove after the stable version of Chrome no longer
  /external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility.py 15 one of 'stable', 'beta', 'dev', or 'trunk'. |branch| and |version| correspond
68 return ('stable', 'beta', 'dev', 'trunk')
83 if channel_info.channel == 'stable':
84 stable_info = self.GetChannelInfo('stable')
94 if channel_info.channel == 'stable':
138 '''Given a |version| corresponding to a 'stable' version of Chrome, returns
141 return ChannelInfo('stable', self.GetBranchForVersion(version), version)
214 if channel_info.channel == 'stable' and version <= channel_info.version:
availability_finder.py 41 specifying when dev and beta APIs will become stable, or None if that data
93 if api_info['channel'] == 'stable':
152 '''Checks for availability of an API, |api_name|, on the stable channel.
175 return available_channel == 'stable'
178 # stable in any of the _features.json files, or if the _features files
226 determined to be 'stable' at the given version.
228 if channel_info.channel == 'stable':
237 '''Determines the earliest version of Chrome where the API is stable.
238 Unlike the code in GetAPIAvailability, this checks if the API is stable
240 to be stable in that verison of Chrome
    [all...]
  /external/bison/
GNUmakefile 51 $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 51 // Use ObjectWalker's traversal which guarantees us a stable iteration of
  /frameworks/base/core/java/android/content/
ContentProviderClient.java 72 ContentResolver contentResolver, IContentProvider contentProvider, boolean stable) {
76 mStable = stable;
  /external/chromium_org/chrome/browser/resources/help/
help.js 28 channelList_: ['dev-channel', 'beta-channel', 'stable-channel'],
95 'stable-channel': {
96 'name': loadTimeData.getString('stable'),
295 // when user explicitly decides to update to a more stable
  /external/chromium_org/tools/sheriffing/
waterfallinfo.js 128 document.getElementById('checkbox-hide-stable').checked;
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 231 # Get only recent development on trunk, beta and stable.
234 beta, stable = SortBranches(branches)[0:2]
235 releases += self.GetReleasesFromBranch(stable)
435 "is specified, track beta, stable and trunk."))
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 143 'One of ' + ', '.join(browsers) + ', "stable" is used by '
145 default='stable')
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 103 if (peerConnection.signalingState == 'stable') {

Completed in 1320 milliseconds

1 2 3 4 5