HomeSort by relevance Sort by last modified time
    Searched refs:vs (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/icu4c/test/perf/collationperf/
CollPerf.pl 147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
216 <li>For more information on incremental vs. sort key comparison, the importance
  /frameworks/base/libs/rs/
rsContext.cpp 839 void rsi_ContextBindRootScript(Context *rsc, RsScript vs)
841 Script *s = static_cast<Script *>(vs);
845 void rsi_ContextBindSampler(Context *rsc, uint32_t slot, RsSampler vs)
847 Sampler *s = static_cast<Sampler *>(vs);
rsScriptC_Lib.cpp 629 static void SC_bindSampler(RsProgramFragment vpf, uint32_t slot, RsSampler vs)
635 static_cast<Sampler *>(vs));
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 728 String vs = getVolumeState(path); local
729 if (DEBUG_EVENTS) Slog.i(TAG, "notifyVolumeStateChanged::" + vs);
747 if (!vs.equals(
748 Environment.MEDIA_BAD_REMOVAL) && !vs.equals(
749 Environment.MEDIA_NOFS) && !vs.equals(
1181 String vs = getVolumeState(path); local
    [all...]
  /external/v8/test/mjsunit/
string-add.js 126 assertEquals("undefined1", (void 0) + "1", "vs");
  /external/libvpx/
configure 32 ${toggle_static_msvcrt} use static MSVCRT (VS builds only)
530 vs*) enable msvs
532 vs_version=${tgt_cc##vs}
  /external/v8/test/mjsunit/tools/
profile.js 292 assertEquals(counted, flatProfile.length, 'counted vs. flatProfile');
338 assertEquals(2, flatProfile.length, 'counted vs. flatProfile');
  /libcore/luni/src/main/java/java/util/
HashMap.java 711 Collection<V> vs = values; local
712 return (vs != null) ? vs : (values = new Values());
    [all...]
Hashtable.java 612 Collection<V> vs = values; local
613 return (vs != null) ? vs : (values = new Values());
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 1019 Collection<V> vs = values; local
    [all...]
ConcurrentSkipListMap.java 153 * concurrent replace vs delete operations -- an attempted replace
610 * Comparators vs Comparables, which seems like the right
1813 Values vs = values; local
2998 Collection<V> vs = valuesView; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 912 // Calculate a corrective factor based on a rolling ratio of bits spent vs target bits
2523 int hr, hs, vr, vs; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 1643 VariableStack vs = xctxt.getVarStack(); local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 5671 int vs = mScrollY; local
5813 final int vs = mScrollY; local
    [all...]
  /external/libpng/
CHANGES     [all...]
  /external/v8/src/
v8natives.js 94 // vs 800ns). The following optimization makes parseInt on a
95 // non-Smi number 9 times faster (230ns vs 2070ns). Together
96 // they make parseInt on a string 1.4% slower (274ns vs 270ns).
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 1588 Collection<V> vs = values; local
    [all...]
  /external/libvpx/build/make/
Makefile 44 $(if $(filter vs%,$(TGT_CC)),make NO_LAUNCH_DEVENV=1;) \
  /external/openssl/crypto/x509/
x509_vfy.h 443 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
  /external/openssl/include/openssl/
x509_vfy.h 443 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 621 vector unsigned int vs = vec_ld(0, srcp); local
629 vs = vec_perm(vs, voverflow, valigner);
631 vsel = (vector unsigned char)vec_and(vs, vrgbmask);
632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey);
634 vs = vec_perm(vs, valpha, vpermute);
637 /* select the source and dest into vs */
638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel);
644 vs = voverflow
    [all...]
  /build/core/
cleanbuild.mk 165 # like "make user" vs. "make sdk". This lets you work with different
  /external/bluetooth/bluez/lib/
hci.c     [all...]
  /external/v8/src/arm/
assembler-arm.h 264 vs = 6 << 28, // V set overflow. enumerator in enum:v8::internal::Condition
    [all...]

Completed in 2446 milliseconds

1 23 4