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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/gui/
mappingsPage.py 49 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
usersPage.py 48 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
loginsPage.py 51 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
90 liststore = gtk.ListStore(gobject.TYPE_STRING)
booleansPage.py 112 listStore = gtk.ListStore(gobject.TYPE_STRING)
115 self.store = gtk.ListStore(gobject.TYPE_BOOLEAN, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
Setting.java 22 static final int TYPE_STRING = 2;
50 mSettingType = TYPE_STRING;
88 mSettingType = TYPE_STRING;
  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 32 if (val.dataType != Res_value::TYPE_STRING) {
Idmap_test.cpp 75 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
90 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
Split_test.cpp 92 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
113 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
209 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
  /external/v8/src/
flags.cc 37 TYPE_STRING, TYPE_ARGS };
73 DCHECK(type_ == TYPE_STRING);
78 DCHECK(type_ == TYPE_STRING);
106 DCHECK(type_ == TYPE_STRING);
126 case TYPE_STRING: {
155 case TYPE_STRING:
181 case Flag::TYPE_STRING: return "string";
205 case Flag::TYPE_STRING: {
405 case Flag::TYPE_STRING:
  /frameworks/base/tools/aapt2/link/
ManifestFixer_test.cpp 36 .setTypeMask(android::ResTable_map::TYPE_STRING)
40 .setTypeMask(android::ResTable_map::TYPE_STRING |
45 .setTypeMask(android::ResTable_map::TYPE_STRING |
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 68 field_type == _FieldDescriptor.TYPE_STRING):
182 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,
205 _FieldDescriptor.TYPE_STRING: encoder.StringEncoder,
228 _FieldDescriptor.TYPE_STRING: encoder.StringSizer,
251 _FieldDescriptor.TYPE_STRING: decoder.StringDecoder,
273 _FieldDescriptor.TYPE_STRING:
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 74 field.type == _FieldDescriptor.TYPE_STRING):
224 _FieldDescriptor.TYPE_STRING: wire_format.StringByteSize,
247 _FieldDescriptor.TYPE_STRING: encoder.StringEncoder,
270 _FieldDescriptor.TYPE_STRING: encoder.StringSizer,
293 _FieldDescriptor.TYPE_STRING: decoder.StringDecoder,
315 _FieldDescriptor.TYPE_STRING:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 280 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
292 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
307 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
583 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
598 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
616 descriptor_->type() == FieldDescriptor::TYPE_STRING) {
  /external/bison/lib/
printf-args.h 70 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 234 { "'hello'", Tokenizer::TYPE_STRING },
235 { "\"foo\"", Tokenizer::TYPE_STRING },
236 { "'a\"b'", Tokenizer::TYPE_STRING },
237 { "\"a'b\"", Tokenizer::TYPE_STRING },
238 { "'a\\'b'", Tokenizer::TYPE_STRING },
239 { "\"a\\\"b\"", Tokenizer::TYPE_STRING },
240 { "'\\xf'", Tokenizer::TYPE_STRING },
241 { "'\\0'", Tokenizer::TYPE_STRING },
352 { Tokenizer::TYPE_STRING , "'bar'", 0, 12, 17 },
384 { Tokenizer::TYPE_STRING , "\"foo\tbar\"", 0, 0, 12 }
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 84 assertEquals(TypedValue.TYPE_STRING, t.getType(R.styleable.style1_type8));
89 assertEquals(TypedValue.TYPE_STRING, t.getType(R.styleable.style1_type13));
90 assertEquals(TypedValue.TYPE_STRING, t.getType(R.styleable.style1_type14));
92 assertEquals(TypedValue.TYPE_STRING, t.getType(R.styleable.style1_type16));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Constants.java 47 public static final Type TYPE_STRING = TypeUtils.parseType("String");
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java 54 Constants.TYPE_STRING,
55 Constants.TYPE_STRING,
56 Constants.TYPE_STRING
177 e.newarray(Constants.TYPE_STRING);
  /frameworks/base/core/java/android/util/
TypedValue.java 40 public static final int TYPE_STRING = 0x03;
436 if (t == TYPE_STRING) {
506 if (type == TYPE_STRING) {
  /frameworks/base/tools/aapt/
AaptXml.cpp 36 if (value.dataType != Res_value::TYPE_STRING) {
104 if (value.dataType == Res_value::TYPE_STRING) {
110 if (value.dataType != Res_value::TYPE_STRING) {
  /device/google/contexthub/util/common/
JSONObject.cpp 137 if (key.type() != TYPE_STRING) {
372 case TYPE_STRING:
427 if (mType != TYPE_STRING) {
480 mType = TYPE_STRING;
510 case TYPE_STRING:
569 case TYPE_STRING:
  /external/avahi/avahi-python/avahi-discover/
avahi-discover.py 243 self.treemodel=gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 58 outValue->dataType = android::Res_value::TYPE_STRING;
152 outValue->dataType = android::Res_value::TYPE_STRING;
193 outValue->dataType = android::Res_value::TYPE_STRING;
228 outValue->dataType = android::Res_value::TYPE_STRING;
340 if ((typeMask & android::ResTable_map::TYPE_STRING) != 0) {
484 if (attr->typeMask & android::ResTable_map::TYPE_STRING) {

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>