HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_STRING (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/libtextclassifier/java/com/google/android/textclassifier/
NamedVariant.java 31 public static final int TYPE_STRING = 6;
66 this.type = TYPE_STRING;
103 assert (type == TYPE_STRING);
  /external/ltp/utils/ffsb-6.0-rc2/
parser.h 31 #define TYPE_STRING 0x0004
55 {"callout", NULL, TYPE_STRING, STORE_SINGLE}, \
59 {"bindfs", NULL, TYPE_STRING, STORE_SINGLE}, \
89 {"location", NULL, TYPE_STRING, STORE_SINGLE}, \
102 {"clone", NULL, TYPE_STRING, STORE_SINGLE}, \
108 {"ignore", NULL, TYPE_STRING, STORE_LIST}, \
  /external/tensorflow/tensorflow/lite/tools/benchmark/
benchmark_params.cc 49 return BenchmarkParam::ParamType::TYPE_STRING;
command_line_flags.h 93 TYPE_STRING,
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 116 if (type_ == TYPE_STRING) return StringToNumber<int32>(safe_strto32);
128 if (type_ == TYPE_STRING) return StringToNumber<uint32>(safe_strtou32);
140 if (type_ == TYPE_STRING) return StringToNumber<int64>(safe_strto64);
152 if (type_ == TYPE_STRING) return StringToNumber<uint64>(safe_strtou64);
167 if (type_ == TYPE_STRING) {
180 if (type_ == TYPE_STRING) {
195 case TYPE_STRING:
205 case TYPE_STRING:
234 case TYPE_STRING:
250 if (type_ == TYPE_STRING) {
    [all...]
datapiece.h 73 TYPE_STRING = 9,
87 : type_(TYPE_STRING),
111 GOOGLE_LOG_IF(DFATAL, type_ != TYPE_STRING) << "Not a string type.";
object_writer.cc 72 case DataPiece::TYPE_STRING: {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResourceTable.java 23 new flag_entry("string", ResTable_map.TYPE_STRING,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_map_field.cc 240 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
245 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
288 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
293 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
346 if (key_field->type() == FieldDescriptor::TYPE_STRING) {
351 if (value_field->type() == FieldDescriptor::TYPE_STRING) {
cpp_string_field.cc 373 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
382 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
394 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
666 if (descriptor_->type() == FieldDescriptor::TYPE_STRING) {
    [all...]
  /external/selinux/gui/
usersPage.py 56 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
loginsPage.py 56 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
93 liststore = Gtk.ListStore(GObject.TYPE_STRING)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 167 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING ||
191 case FieldDescriptor::TYPE_STRING:
233 case FieldDescriptor::TYPE_STRING:
273 case FieldDescriptor::TYPE_STRING:
358 case FieldDescriptor::TYPE_STRING:
406 case FieldDescriptor::TYPE_STRING:
  /external/e2fsprogs/intl/
printf-args.h 63 TYPE_STRING,
printf-args.c 86 case TYPE_STRING:
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 235 { "'hello'", Tokenizer::TYPE_STRING },
236 { "\"foo\"", Tokenizer::TYPE_STRING },
237 { "'a\"b'", Tokenizer::TYPE_STRING },
238 { "\"a'b\"", Tokenizer::TYPE_STRING },
239 { "'a\\'b'", Tokenizer::TYPE_STRING },
240 { "\"a\\\"b\"", Tokenizer::TYPE_STRING },
241 { "'\\xf'", Tokenizer::TYPE_STRING },
242 { "'\\0'", Tokenizer::TYPE_STRING },
353 { Tokenizer::TYPE_STRING , "'bar'", 0, 12, 17 },
385 { Tokenizer::TYPE_STRING , "\"foo\tbar\"", 0, 0, 12 }
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 47 TYPE_STRING,
125 paramtype = TYPE_STRING;
137 paramtype = TYPE_STRING;
144 if (paramtype == TYPE_STRING && !allow_8bit_chars) {
168 case TYPE_STRING:
  /external/python/cpython2/Modules/_sqlite/
statement.c 48 TYPE_STRING,
128 paramtype = TYPE_STRING;
140 paramtype = TYPE_STRING;
147 if (paramtype == TYPE_STRING && !allow_8bit_chars) {
175 case TYPE_STRING:
  /external/v8/src/
flags.cc 45 TYPE_STRING,
98 DCHECK(type_ == TYPE_STRING);
103 DCHECK(type_ == TYPE_STRING);
146 DCHECK(type_ == TYPE_STRING);
172 case TYPE_STRING: {
209 case TYPE_STRING:
241 case Flag::TYPE_STRING: return "string";
273 case Flag::TYPE_STRING: {
503 case Flag::TYPE_STRING:
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 75 field.type == _FieldDescriptor.TYPE_STRING):
248 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,
271 _FieldDescriptor.TYPE_STRING: encoder.StringEncoder,
294 _FieldDescriptor.TYPE_STRING: encoder.StringSizer,
317 _FieldDescriptor.TYPE_STRING: decoder.StringDecoder,
339 _FieldDescriptor.TYPE_STRING:
proto_builder_test.py 55 ('bar', descriptor_pb2.FieldDescriptorProto.TYPE_STRING),
  /external/perfetto/protos/perfetto/common/
descriptor.proto 100 TYPE_STRING = 9;
  /external/u-boot/tools/binman/
fdt_test.py 75 self.assertEquals(fdt.TYPE_STRING, prop.type)
79 self.assertEquals(fdt.TYPE_STRING, prop.type)
  /external/protobuf/src/google/protobuf/
any.cc 107 (*type_url_field)->type() == FieldDescriptor::TYPE_STRING &&
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
Converter.java 110 typedValue.type = TypedValue.TYPE_STRING;
128 typedValue.type = TypedValue.TYPE_STRING;
159 typedValue.type = TypedValue.TYPE_STRING;
208 typedValue.type = TypedValue.TYPE_STRING;

Completed in 1380 milliseconds

1 2 3 4 5 6