/external/chromium/net/ftp/ |
ftp_transaction.h | 76 virtual uint64 GetUploadProgress() const = 0;
|
/external/chromium/net/http/ |
http_basic_stream.cc | 57 uint64 HttpBasicStream::GetUploadProgress() const {
|
/external/dbus/tools/ |
dbus-send.c | 65 dbus_uint64_t uint64; local 110 uint64 = strtoull (value, NULL, 0); 111 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT64, &uint64); 208 else if (!strcmp (arg, "uint64"))
|
/external/libffi/testsuite/libffi.call/ |
cls_align_uint64.c | 2 Purpose: Check structure alignment of uint64.
|
/external/protobuf/python/google/protobuf/internal/ |
more_messages.proto | 49 optional uint64 optional_uint64 = 4;
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 115 uint64 value; 120 uint64 value; 224 void WireFormatLite::WriteUInt64(int field_number, uint64 value, 244 void WireFormatLite::WriteFixed64(int field_number, uint64 value,
|
text_format.cc | 358 uint64 value; 372 uint64 value; 374 SET_FIELD(UInt64, value); 487 // Consumes a uint64 and saves its value in the value parameter. 489 bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) { 510 bool ConsumeSignedInteger(int64* value, uint64 max_value) { 520 uint64 unsigned_value; 549 uint64 integer_value; [all...] |
unknown_field_set.cc | 93 void UnknownFieldSet::AddVarint(int number, uint64 value) { 111 void UnknownFieldSet::AddFixed64(int number, uint64 value) {
|
generated_message_reflection.h | 156 uint64 GetUInt64(const Message& message, 182 const FieldDescriptor* field, uint64 value) const; 203 uint64 GetRepeatedUInt64(const Message& message, 231 const FieldDescriptor* field, int index, uint64 value) const; 255 const FieldDescriptor* field, uint64 value) const;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_config_macos.h | 39 typedef UInt64 uint64_t;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
statesort.h | 43 uint64 props = fst->Properties(kStateSortProperties, false);
|
concat.h | 48 uint64 props1 = fst1->Properties(kFstProperties, false); 49 uint64 props2 = fst2.Properties(kFstProperties, false);
|
float-weight.h | 146 static uint64 Properties() { 212 static uint64 Properties() {
|
mutable-fst.h | 43 virtual void SetProperties(uint64 props, 44 uint64 mask) = 0; // Set property bits wrt mask
|
union.h | 48 uint64 props1 = fst1->Properties(kFstProperties, false); 49 uint64 props2 = fst2.Properties(kFstProperties, false);
|
rmepsilon.h | 227 uint64 props; 341 uint64 props = fst.Properties(kFstProperties, false); 463 virtual uint64 Properties(uint64 mask, bool test) const { 465 uint64 known, test = TestProperties(*this, mask, &known);
|
/external/chromium/chrome/browser/extensions/ |
user_script_listener_unittest.cc | 36 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size) {
|
/external/chromium/chrome/browser/prerender/ |
prerender_resource_handler.cc | 111 uint64 position, 112 uint64 size) {
|
prerender_resource_handler_unittest.cc | 20 uint64 position, 21 uint64 size) {
|
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.cc | 55 uint64 position, 56 uint64 size) {
|
offline_resource_handler.cc | 43 uint64 position, 44 uint64 size) {
|
safe_browsing_resource_handler.h | 53 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size);
|
/external/libpcap/ |
pcap-dos.h | 59 typedef unsigned long long uint64; typedef 64 typedef unsigned __int64 uint64; typedef
|
/external/qemu/gdb-xml/ |
arm-neon.xml | 17 <field name="u64" type="uint64"/> 24 <vector id="neon_uint64x2" type="uint64" count="2"/>
|
/external/chromium/net/url_request/ |
url_request.cc | 49 uint64 g_next_url_request_identifier = 1; 55 uint64 GenerateURLRequestIdentifier() { 174 uint64 offset, 175 uint64 length, 240 uint64 URLRequest::GetUploadProgress() const {
|