HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_STRING (Results 26 - 50 of 272) sorted by null

12 3 4 5 6 7 8 91011

  /external/v8/src/
flags.cc 43 TYPE_STRING,
86 DCHECK(type_ == TYPE_STRING);
91 DCHECK(type_ == TYPE_STRING);
124 DCHECK(type_ == TYPE_STRING);
146 case TYPE_STRING: {
178 case TYPE_STRING:
206 case Flag::TYPE_STRING: return "string";
233 case Flag::TYPE_STRING: {
451 case Flag::TYPE_STRING:
  /frameworks/base/core/java/android/util/
TypedValue.java 40 public static final int TYPE_STRING = 0x03;
457 if (t == TYPE_STRING) {
527 if (type == TYPE_STRING) {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 66 public static final int TYPE_STRING = InternalNano.TYPE_STRING;
423 case TYPE_STRING:
675 case TYPE_STRING:
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 32 public static final int TYPE_STRING = 0;
109 case TYPE_STRING:
160 case TYPE_STRING:
198 case TYPE_STRING:
485 type = TYPE_STRING;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
descriptor.h 340 TYPE_STRING = 9, // UTF-8 text.
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
descriptor.h 340 TYPE_STRING = 9, // UTF-8 text.
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
descriptor.h 340 TYPE_STRING = 9, // UTF-8 text.
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 105 TYPE_STRING = 9,
descriptor.h 340 TYPE_STRING = 9, // UTF-8 text.
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 47 #define TYPE_STRING 's'
331 w_byte(TYPE_STRING, p);
445 w_byte(TYPE_STRING, p);
808 case TYPE_STRING:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 46 #define TYPE_STRING 's'
357 w_byte(TYPE_STRING, p);
456 w_byte(TYPE_STRING, p);
813 case TYPE_STRING:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 47 #define TYPE_STRING 's'
331 w_byte(TYPE_STRING, p);
445 w_byte(TYPE_STRING, p);
808 case TYPE_STRING:
    [all...]
  /external/python/cpython2/Python/
marshal.c 40 #define TYPE_STRING 's'
351 w_byte(TYPE_STRING, p);
450 w_byte(TYPE_STRING, p);
807 case TYPE_STRING:
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 155 private static final String TYPE_STRING = "s";
409 if (TYPE_STRING.equals(type)) {
  /frameworks/base/tools/aapt/
AaptAssets.h 350 TYPE_STRING
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 269 #define TYPE_STRING 0x4
chre_slpi_stub.c 269 #define TYPE_STRING 0x4
  /test/vts/proto/
ComponentSpecificationMessage_pb2.py 218 name='TYPE_STRING', index=3, number=3,
402 TYPE_STRING = 3
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/
AndroidBinXmlParser.java 203 case Attribute.TYPE_STRING:
404 private static final int TYPE_STRING = 3;
471 case TYPE_STRING:
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 58 TYPE_STRING = 5,
86 return (t >= TYPE_INT && t <= TYPE_STRING) || t == TYPE_BOOL;
363 bool IsString() const { return type_ == TYPE_STRING; }
389 case TYPE_STRING: return flatbuffers::StringToInt(AsString().c_str());
417 case TYPE_STRING: return flatbuffers::StringToUInt(AsString().c_str());
445 case TYPE_STRING: return strtod(AsString().c_str(), nullptr);
467 if (type_ == TYPE_STRING) {
486 if (type_ == TYPE_STRING) {
538 if (type_ == TYPE_BLOB || type_ == TYPE_STRING) {
926 auto sloc = CreateBlob(str, len, 1, TYPE_STRING);
    [all...]

Completed in 1278 milliseconds

12 3 4 5 6 7 8 91011