HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 351 - 375 of 729) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/input/
PointerController.cpp 39 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_NORMAL = 15 * 1000 * 1000000LL; // 15 seconds
40 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_SHORT = 3 * 1000 * 1000000LL; // 3 seconds
43 static const nsecs_t ANIMATION_FRAME_INTERVAL = 1000000000LL / 60;
46 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms
49 static const nsecs_t POINTER_FADE_DURATION = 500 * 1000000LL; // 500 ms
  /external/chromium/base/
string_util_unittest.cc 502 {10LL*1024*1024*1024, DATA_UNITS_GIBIBYTE},
503 {~(1LL<<63), DATA_UNITS_GIBIBYTE},
532 {10LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "10.0", "10.0 GB"},
533 {99LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "99.0", "99.0 GB"},
534 {105LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "105", "105 GB"},
535 {105LL*1024*1024*1024 + 500LL*1024*1024, DATA_UNITS_GIBIBYTE,
537 {~(1LL<<63), DATA_UNITS_GIBIBYTE, "8589934592", "8589934592 GB"},
544 {10LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "10.0", "10.0 GB"},
545 {100LL*1024*1024*1024, DATA_UNITS_GIBIBYTE, "100", "100 GB"}
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 223 ((mPlayEndTimeMsec)*1000LL));
243 ((mPlayEndTimeMsec)*1000LL));
254 mDurationUs = (mPlayEndTimeMsec - mPlayBeginTimeMsec)*1000LL;
434 (int64_t)((mPlayEndTimeMsec)*1000LL));
805 // locations, we'll "pause" the audio source, causing it to
860 mDecodedVideoTs = (mPlayEndTimeMsec*1000LL);
904 int64_t playbackTimeRemaining = (mPlayEndTimeMsec * 1000LL) - timeUs;
994 mDecodedVideoTs = (mPlayEndTimeMsec*1000LL);
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 286 bool isU32Imm() const { return isImm(0, (1LL << 32) - 1); }
287 bool isS32Imm() const { return isImm(-(1LL << 31), (1LL << 31) - 1); }
412 return parsePCRel(Operands, -(1LL << 16), (1LL << 16) - 1);
416 return parsePCRel(Operands, -(1LL << 32), (1LL << 32) - 1);
  /frameworks/av/media/libmedia/
AudioTrack.cpp     [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 93 const int64_t ten_9 = 1000000000LL;
94 const int64_t ten_6 = 1000000LL;
95 const int64_t ten_3 = 1000LL;
  /hardware/invensense/60xx/mlsdk/mllite/
compass.c 376 (long)(bias[0] * (1LL << 30) / inv_obj.compass_sens) +
379 (long)(bias[1] * (1LL << 30) / inv_obj.compass_sens) +
382 (long)(bias[2] * (1LL << 30) / inv_obj.compass_sens) +
  /bionic/libc/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /bionic/tests/
benchmark_main.cpp 52 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec;
  /development/ndk/platforms/android-3/include/
stdint.h 173 #define __INT64_C(c) c ## LL
186 # define __PRI64_RANK "ll"
  /device/generic/goldfish/camera/
PreviewWindow.cpp 208 const uint64_t cur_mks = cur_time.tv_sec * 1000000LL + cur_time.tv_usec;
  /external/ceres-solver/internal/ceres/
collections_port.h 84 #define GG_LONGLONG(x) x##LL
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 286 // Note: This should remain the last member so it'll be destroyed and
298 const int64 kMinFreeSpace = 512 * 1LL << 20;
  /external/chromium_org/content/public/renderer/
content_renderer_client.cc 137 return 0LL;
  /external/chromium_org/media/audio/pulse/
pulse_output.cc 148 if (pa_stream_write(pa_stream_, buffer, bytes_to_fill, NULL, 0LL,
  /external/chromium_org/net/base/
net_log_logger.cc 202 const int64 kUnixEpochMs = 11644473600000LL;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 167 const int64 kBytesSent = 12345678901234LL;
208 const int64 kBytesSent = 12345678901234LL;
332 const int64 kBytesSent = 12345678901234LL;
399 const int64 kBytesSent = 12345678901234LL;
  /external/libffi/testsuite/libffi.call/
nested_struct7.c 79 struct A e_dbl = { 1LL, 7};
nested_struct9.c 92 struct A e_dbl = { 1, 7LL};