HomeSort by relevance Sort by last modified time
    Searched defs:getInt64 (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/mtp/
MtpDataPacket.h 53 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); }
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 89 inline int64_t getInt64() {
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 260 * Selector indicating a 64-bit integer value. Use getInt64
343 int64_t getInt64(void) const { return fValue.fInt64; }
360 int64_t getInt64(UErrorCode& status) const;
  /external/icu/icu4c/source/i18n/
fmtable.cpp 448 Formattable::getInt64(UErrorCode& status) const
466 int64_t val = fDecimalNum->getInt64();
483 getNumber().getInt64(status);
732 fDecimalNum->set(this->getInt64());
786 fValue.fInt64 = fDecimalNum->getInt64();
1041 return obj->getInt64(*status);
  /external/deqp/executor/
xeTestCaseResult.hpp 178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
  /external/llvm/include/llvm/IR/
IRBuilder.h 273 ConstantInt *getInt64(uint64_t C) {
369 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
388 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
408 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile,
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 456 milliseconds