/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.cc | 26 uint64 total_size,
|
/external/chromium/chrome/browser/history/ |
snippet.cc | 156 return (next_match_start < static_cast<uint64>(current) ||
|
/external/chromium/net/http/ |
http_transaction_unittest.cc | 308 uint64 MockNetworkTransaction::GetUploadProgress() const {
|
/external/chromium/net/spdy/ |
spdy_http_stream.cc | 78 uint64 SpdyHttpStream::GetUploadProgress() const {
|
/external/protobuf/editors/ |
protobuf-mode.el | 82 protobuf '("double" "float" "int32" "int64" "uint32" "uint64" "sint32"
|
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 290 " required uint64 foo = 1;\n" 332 " required uint64 foo = 1 [default= 6 ];\n" 354 " required uint64 foo = 1 [default= 0xFFFFFFFFFFFFFFFF];\n" 855 " optional uint64 foo = 1 [default= 0x100000000000000000];\n" [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.h | 102 typedef UINT64 u64;
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 35 #define GetUnalignedQwordEx( pb, qw ) GetUnalignedQword( pb, qw ); (pb) += sizeof(uint64);
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
unwind.h | 41 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
unwind.h | 41 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
unwind.h | 41 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
unwind.h | 44 /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is
|
/external/chromium/base/ |
logging.cc | 140 uint64 TickCount() { 153 uint64 absolute_micro =
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
queue.h | 511 uint64 props = fst.Properties(kAcyclic | kCyclic | 523 uint64 props;
|
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 220 return Number::New(GET(UInt64)); 340 SET(UInt64, value->NumberValue());
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | 303 TYPE_UINT64 = 4, // uint64, varint on the wire. 307 TYPE_FIXED64 = 6, // uint64, exactly eight bytes on the wire. 419 uint64 default_value_uint64() const; 517 uint64 default_value_uint64_; [all...] |
descriptor.cc | 92 "uint64", // TYPE_UINT64 [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 669 char *InternalFastHexToBuffer(uint64 value, char* buffer, int num_byte) { 679 char *FastHex64ToBuffer(uint64 value, char* buffer) { 824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { 831 uint64 top_11_digits = u64 / 1000000000; 867 uint64 u = i; [all...] |
common.h | 138 typedef unsigned __int64 uint64; typedef in namespace:google::protobuf 148 typedef uint64_t uint64; typedef in namespace:google::protobuf 172 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF); [all...] |
/external/chromium/testing/gmock/test/ |
gmock-actions_test.cc | 53 using testing::internal::UInt64; 119 EXPECT_EQ(0U, BuiltInDefaultValue<UInt64>::Get()); 147 EXPECT_TRUE(BuiltInDefaultValue<UInt64>::Exists()); [all...] |
/external/dbus/dbus/ |
dbus-marshal-basic.c | [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 144 // Int32, UInt32, Int64, UInt64, TimeInMillis [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorGObject.pm | 244 "unsigned long long", "uint64", 307 $gtype eq "uint64" || $gtype eq "ulong" || $gtype eq "long" || 437 "uint64", "0, /* min */\nG_MAXUINT64, /* min */\n0, /* default */", [all...] |
/external/bluetooth/bluez/lib/bluetooth/ |
sdp.h | 505 uint64_t uint64; member in union:sdp_data_struct::__anon1774
|
/external/chromium/base/allocator/ |
allocator_unittests.cc | 85 #define GG_ULONGLONG(x) static_cast<uint64>(x)
|