HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 376 - 400 of 581) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 63 static const int64_t kInitialDelayTimeUs = 700000LL;
89 kMaxCttsOffsetTimeUs = 1000000LL, // 1 second
527 static const int64_t MAX_MOOV_BOX_SIZE = (180 * 3000000 * 6LL / 8000);
    [all...]
MPEG4Extractor.cpp     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 1436 LinkedList<SIPHeader> ll = new LinkedList<SIPHeader>(); local
    [all...]
  /external/flac/libFLAC/
lpc.c 292 if(sumo > 2147483647ll || sumo < -2147483648ll)
823 if(sumo > 2147483647ll || sumo < -2147483648ll)
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 5 # for variable-loc.ll
18 .file "test/DebugInfo/SystemZ/variable-loc.ll"
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 126 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 294 *end = _next; /* we'll be push forward later, if there's content here!*/
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 344 ccBuf->meta()->setInt64("durationUs", 0ll);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 461 (mNumFramesOutput * 1000000ll) /
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 393 + (mNumFramesOutput * 1000000ll) / mVi->rate;
  /ndk/build/tools/
common-build-host-funcs.sh 459 # The following can be defined, otherwise they'll be auto-detected and set.
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 360 // Makes some assumptions about column ordering. We'll need re-think this if
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 174 * (do not point to real web servers with real responses), we'll log
  /external/chromium_org/v8/test/mjsunit/
array-natives-elements.js 277 // TODO(verwaest): We'll want to support double unshifting as well.
  /external/clang/www/demo/
index.cgi 242 if `llvm-dis --help 2>&1` !~ /ll disassembler/;
400 my $disassemblyFile = getname(".ll");
407 my $tmpFile = getname(".ll");
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 422 ll = ss*ss; local
423 x = ll + a11*a11*b11i*b11i - lpl*a11*b11i + a12*a21*b11i*b22i
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 445 # future, we'll try test this programmatically.
  /external/valgrind/main/memcheck/tests/vbit-test/
vbits.c 184 case 64: new.bits.u64 = bits & ~0ll; break;
232 case 64: new.bits.u64 = bits & ~0ll; break;
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 626 1000000ll / mStreamInfo->sampleRate;
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 873 uint64_t PTS = (timeUs * 9ll) / 100ll;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 44 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
52 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
56 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
683 result = set.contains(EnumFoo.ll);
684 assertTrue("Should contain EnumFoo.ll", result);
729 result = hugeSet.contains(HugeEnum.ll);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 537 int ll,lh; local
556 ll = buffer[pos++];
558 itemlen = (lh << 8) | ll;
576 Data[1] = (unsigned char)ll;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 398 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 452 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 424 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
    [all...]

Completed in 552 milliseconds

<<11121314151617181920>>