HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_INT64 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/util/
command_line_flags.h 96 TYPE_INT64,
  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 31 TYPE_INT64 = 3,
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.h 66 TYPE_INT64 = 2,
80 explicit DataPiece(const int64 value) : type_(TYPE_INT64), i64_(value) {}
  /system/media/camera/include/system/
camera_metadata.h 59 TYPE_INT64 = 3,
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 364 TYPE_INT64 = 3
402 TYPE_INT64: CPPTYPE_INT64,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 53 public static final int TYPE_INT64 = 3;
360 case TYPE_INT64:
Extension.java 60 public static final int TYPE_INT64 = InternalNano.TYPE_INT64;
399 case TYPE_INT64:
529 case TYPE_INT64:
599 case TYPE_INT64:
657 case TYPE_INT64:
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 57 TYPE_INT64,
  /external/deqp/framework/common/
tcuTestLog.hpp 217 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST };
228 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; }
  /external/protobuf/python/google/protobuf/
descriptor.py 424 TYPE_INT64 = 3
462 TYPE_INT64: CPPTYPE_INT64,
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 41 #define TYPE_INT64 'I'
224 w_byte(TYPE_INT64, p);
543 /* r_long64 deals with the TYPE_INT64 code. On a machine with
547 for everything written via TYPE_INT64 (i.e., if an int is written via
548 TYPE_INT64, it *needs* more than 32 bits).
693 case TYPE_INT64:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 40 #define TYPE_INT64 'I'
250 w_byte(TYPE_INT64, p);
548 /* r_long64 deals with the TYPE_INT64 code. On a machine with
552 for everything written via TYPE_INT64 (i.e., if an int is written via
553 TYPE_INT64, it *needs* more than 32 bits).
698 case TYPE_INT64:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 41 #define TYPE_INT64 'I'
224 w_byte(TYPE_INT64, p);
543 /* r_long64 deals with the TYPE_INT64 code. On a machine with
547 for everything written via TYPE_INT64 (i.e., if an int is written via
548 TYPE_INT64, it *needs* more than 32 bits).
693 case TYPE_INT64:
    [all...]
  /external/python/cpython2/Python/
marshal.c 34 #define TYPE_INT64 'I'
244 w_byte(TYPE_INT64, p);
542 /* r_long64 deals with the TYPE_INT64 code. On a machine with
546 for everything written via TYPE_INT64 (i.e., if an int is written via
547 TYPE_INT64, it *needs* more than 32 bits).
692 case TYPE_INT64:
    [all...]
  /frameworks/av/media/libmediaextractor/include/media/stagefright/
MetaDataBase.h 257 TYPE_INT64 = 'in64',

Completed in 1089 milliseconds

1 2 3