HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 601 - 625 of 731) sorted by null

<<21222324252627282930

  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 403 // server keep the old version. Maybe they'll be able to deal with it
575 if (s.st_size > 077777777777LL) {
579 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 335 LL = [
345 for s, v in L2 + LL:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 335 LL = [
345 for s, v in L2 + LL:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 67 const nsecs_t DEFAULT_INPUT_DISPATCHING_TIMEOUT = 5000 * 1000000LL; // 5 sec
72 const nsecs_t APP_SWITCH_TIMEOUT = 500 * 1000000LL; // 0.5sec
76 const nsecs_t STALE_EVENT_TIMEOUT = 10000 * 1000000LL; // 10sec
82 const nsecs_t STREAM_AHEAD_EVENT_TIMEOUT = 500 * 1000000LL; // 0.5sec
85 const nsecs_t SLOW_EVENT_PROCESSING_WARNING_TIMEOUT = 2000 * 1000000LL; // 2sec
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 38 const int64_t USEC = 1000LL;
39 const int64_t MSEC = USEC * 1000LL;
40 const int64_t SEC = MSEC * 1000LL;
562 // We'll reprocess anything we produced
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 281 // If the object is defined in the current Module, we'll be giving
676 Value *LL = LU->getOperand(0);
679 if (LL == I)
682 L = LL;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Headers/
emmintrin.h     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 44 return tm.tv_sec * 1000LL + tm.tv_nsec / 1000000;
49 return tv.tv_sec * 1000LL + tv.tv_usec / 1000;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
emmintrin.h 691 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P);
721 return _mm_set_epi64 ((__m64)0LL, __A);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 158 union { s8 ll; u4 parts[2]; } conv; member in union:__anon905
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; member in union:__anon906
178 conv.ll = val;
    [all...]
InterpC-portable.cpp 158 union { s8 ll; u4 parts[2]; } conv; member in union:__anon929
163 return conv.ll;
175 union { s8 ll; u4 parts[2]; } conv; member in union:__anon930
178 conv.ll = val;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
    [all...]

Completed in 2298 milliseconds

<<21222324252627282930