Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 25 of 65) sorted by relevance

123

/external/e2fsprogs/lib/uuid/
Duuid_types.h13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed long long int64_t; typedef
Duuid_types.h.in13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed long long int64_t; typedef
/external/webkit/Source/WebKit2/UIProcess/gtk/
DTextCheckerGtk.cpp67 void TextChecker::closeSpellDocumentWithTag(int64_t) in closeSpellDocumentWithTag() argument
72 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) in checkSpellingOfString() argument
77 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDeta… in checkGrammarOfString() argument
93 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&) in updateSpellingUIWithMisspelledWord() argument
98 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() argument
108 void TextChecker::learnWord(int64_t, const String&) in learnWord() argument
/external/webkit/Source/WebKit2/UIProcess/qt/
DTextCheckerQt.cpp68 void TextChecker::closeSpellDocumentWithTag(int64_t) in closeSpellDocumentWithTag() argument
73 void TextChecker::checkSpellingOfString(int64_t, const UChar*, uint32_t, int32_t&, int32_t&) in checkSpellingOfString() argument
78 void TextChecker::checkGrammarOfString(int64_t, const UChar*, uint32_t, Vector<WebCore::GrammarDeta… in checkGrammarOfString() argument
94 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&) in updateSpellingUIWithMisspelledWord() argument
99 void TextChecker::updateSpellingUIWithGrammarString(int64_t, const String&, const GrammarDetail&) in updateSpellingUIWithGrammarString() argument
109 void TextChecker::learnWord(int64_t, const String&) in learnWord() argument
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp294 void IDBSQLiteBackingStore::deleteObjectStore(int64_t, int64_t objectStoreId) in deleteObjectStore() argument
396 String IDBSQLiteBackingStore::getObjectStoreRecord(int64_t, int64_t objectStoreId, const IDBKey& ke… in getObjectStoreRecord() argument
445 bool IDBSQLiteBackingStore::putObjectStoreRecord(int64_t, int64_t objectStoreId, const IDBKey& key,… in putObjectStoreRecord() argument
471 void IDBSQLiteBackingStore::clearObjectStore(int64_t, int64_t objectStoreId) in clearObjectStore() argument
477 void IDBSQLiteBackingStore::deleteObjectStoreRecord(int64_t, int64_t objectStoreId, const ObjectSto… in deleteObjectStoreRecord() argument
492 double IDBSQLiteBackingStore::nextAutoIncrementNumber(int64_t, int64_t objectStoreId) in nextAutoIncrementNumber() argument
506 bool IDBSQLiteBackingStore::keyExistsInObjectStore(int64_t, int64_t objectStoreId, const IDBKey& ke… in keyExistsInObjectStore() argument
525 bool IDBSQLiteBackingStore::forEachObjectStoreRecord(int64_t, int64_t objectStoreId, ObjectStoreRec… in forEachObjectStoreRecord() argument
544 void IDBSQLiteBackingStore::getIndexes(int64_t, int64_t objectStoreId, Vector<int64_t>& foundIds, V… in getIndexes() argument
565 bool IDBSQLiteBackingStore::createIndex(int64_t, int64_t objectStoreId, const String& name, const S… in createIndex() argument
[all …]
/external/chromium/sdch/open-vcdiff/vsprojects/
Dstdint.h24 typedef __int64 int64_t; typedef
/external/clang/test/CodeGen/
D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
Darm-asm-variable.c3 typedef long long int64_t; typedef
/external/v8/include/
Dv8stdint.h44 typedef __int64 int64_t; typedef
Dv8-debug.h37 typedef long long int64_t; // NOLINT typedef
/external/skia/include/config/
Dsk_stdint.h17 typedef long long int64_t; typedef
/external/icu4c/common/unicode/
Dptypes.h80 typedef signed long long int64_t; typedef
Dppalmos.h129 typedef signed long long int64_t; typedef
131 typedef signed __int64 int64_t; typedef
Dpwin32.h152 typedef signed long long int64_t; typedef
154 typedef signed __int64 int64_t; typedef
/external/clang/test/Analysis/
Dmisc-ps-64.m7 typedef long long int64_t; typedef
/external/webp/include/webp/
Dtypes.h28 typedef long long int int64_t; typedef
/external/webkit/Source/JavaScriptCore/os-win32/
Dstdint.h41 typedef __int64 int64_t; typedef
/external/libvpx/vpx/
Dvpx_integer.h28 typedef signed __int64 int64_t; typedef
/external/webkit/Source/WebCore/bridge/
Dnptypes.h56 typedef long long int64_t; typedef
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h25 typedef __int64 int64_t; typedef
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_config_win32.h39 typedef signed __int64 int64_t; typedef
63 typedef signed long long int64_t; typedef
/external/libvpx/vp8/common/
Dduck_io.h20 typedef __int64 int64_t; typedef
/external/tcpdump/
Dconfigure.in831 [AC_DEFINE([int64_t], [long long], definition
/external/llvm/unittests/Support/
DSwapByteOrderTest.cpp123 TEST(SwapByteOrder, int64_t) { in TEST() argument
/external/clang/test/SemaCXX/
Dconversion.cpp9 typedef signed long int64_t; typedef

123