HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /external/v8/test/mjsunit/
date-parse.js 131 // I'll assume that we can handle the same formats as for UT and only
array-functions-prototype-misc.js 89 // Don't run largest size on non-arrays or we'll be here for ever.
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 509 mFormat->setInt64(kKeyDuration, 60 * 60 * 1000000ll);
715 * 1000000ll
ARTSPConnection.cpp 38 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000ll;
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 50 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo
58 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
62 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum
749 result = set.contains(EnumFoo.ll);
750 assertTrue("Should contain EnumFoo.ll", result);
795 result = hugeSet.contains(HugeEnum.ll);
    [all...]
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp     [all...]
  /frameworks/base/media/libstagefright/
MP3Extractor.cpp 275 *duration = (int64_t)frame * samplesPerFrames[id&1][3-layer] * 1000000LL
556 8000LL * (fileSize - mFirstFramePos) / bitrate);
745 mCurrentTimeUs += frame_size * 8000ll / bitrate;
  /external/bluetooth/bluez/test/
hciemu.c 230 ts = (tv.tv_sec - 946684800ll) * 1000000ll + tv.tv_usec;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 223 Layout ll = tv.getLayout(); local
226 if (ll == null) {
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 153 // This next line shouldn't be necessary. I'll buy a beer for the first
  /external/grub/docs/
texinfo.tex 819 % if you have multiple lines of stuff to put here, you'll need to
934 % We'll use ems for NCHARS, close enough.
955 % We'll use ems for NCHARS like @paragraphindent.
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 168 union { s8 ll; u4 parts[2]; } conv; member in union:__anon737
173 return conv.ll;
187 union { s8 ll; u4 parts[2]; } conv; member in union:__anon738
190 conv.ll = val;
    [all...]
InterpC-portdbg.c 168 union { s8 ll; u4 parts[2]; } conv; member in union:__anon761
173 return conv.ll;
187 union { s8 ll; u4 parts[2]; } conv; member in union:__anon762
190 conv.ll = val;
    [all...]
InterpC-portstd.c 168 union { s8 ll; u4 parts[2]; } conv; member in union:__anon765
173 return conv.ll;
187 union { s8 ll; u4 parts[2]; } conv; member in union:__anon766
190 conv.ll = val;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 536 will be recorded. If that's not acceptable, you'll have to use the
593 variables, you'll need to call init before calling getOptions, like
724 want your values pushed into an array, you'll have to use nextOption
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 433 // problems with this technique on Windows, so we'll do this only on Mac OS X.
544 } else { // some other kernel, we'll be optimisitic
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 34 ; but this is not a sitation you'll find often
361 ; calculate the good chain_length, and we'll compare scan and match string
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 129 // Look for music track (of which there would be only one and it'll be the
435 // HTTP. We'll let them specify if they don't want HTTP.)
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 319 \begin{tabular}{ll}
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/qemu/
vl-android.c 664 uint64_t ll; member in union:__anon6488
675 u.ll = a;
681 return res.ll;
689 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
740 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
748 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
    [all...]

Completed in 932 milliseconds

1 2 3 4 56 7