HomeSort by relevance Sort by last modified time
    Searched full:type_string (Results 1 - 25 of 267) 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)
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)
loginsPage.py 51 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
90 liststore = gtk.ListStore(gobject.TYPE_STRING)
fcontextPage.py 72 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
portsPage.py 82 self.store = gtk.ListStore(gobject.TYPE_STRING, 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;
  /external/autotest/client/deps/ibusclient/src/
ibusclient.cc 43 // Converts |type_string| into GVariantClass.
44 GVariantClass GetGVariantClassFromStringOrDie(const std::string& type_string) {
45 if (type_string == "boolean") {
47 } else if (type_string == "int") {
49 } else if (type_string == "double") {
51 } else if (type_string == "string") {
53 } else if (GetElementType(type_string) != type_string) {
56 printf("FAIL (unknown type: %s)\n", type_string.c_str());
70 // dummy value by |type_string|. "boolean", "int", "double", or "string" ar
    [all...]
  /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/mesa3d/src/mapi/glapi/gen/
typeexpr.py 115 def __init__(self, type_string, extra_types = None):
118 if not type_string:
121 self.original_string = type_string
126 # Replace '*' with ' * ' in type_string. Then, split the string
128 tokens = string.split( string.replace( type_string, "*", " * " ) )
glX_proto_recv.py 203 t = param.type_string()
276 type_string = param.type_string()
281 print '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, cond, offset)
291 print '%s const %s %s = %s;' % (indent, type_string, param.name, location)
296 print '%s %s %s = %s%s;' % (indent, type_string, param.name, cond, location)
298 print '%s %s %s;' % (indent, type_string, param.name)
351 print ' %s = (%s) (pc + %s); break;' % (param.name, param.type_string(), o)
354 print ' %s = (%s) %s( (%s *) (pc + %s), %s ); break;' % (param.name, param.type_string(), swap_func, self.real_types[sub[0]], o, count_name
    [all...]
  /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:
  /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:
  /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/proxy/
MethodInterceptorGenerator.java 54 Constants.TYPE_STRING,
55 Constants.TYPE_STRING,
56 Constants.TYPE_STRING
177 e.newarray(Constants.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)
  /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:
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 50 outValue->dataType = android::Res_value::TYPE_STRING;
131 outValue->dataType = android::Res_value::TYPE_STRING;
163 outValue->dataType = android::Res_value::TYPE_STRING;
187 outValue->dataType = android::Res_value::TYPE_STRING;
276 if ((typeMask & android::ResTable_map::TYPE_STRING) != 0) {
412 if (attr->typeMask & android::ResTable_map::TYPE_STRING) {
  /external/bison/lib/
printf-args.h 70 TYPE_STRING,
  /external/e2fsprogs/intl/
printf-args.h 63 TYPE_STRING,
  /external/libchrome/base/json/
json_reader_unittest.cc 53 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
206 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
214 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
222 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
230 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
476 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
500 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));
507 EXPECT_TRUE(root->IsType(Value::TYPE_STRING));

Completed in 1588 milliseconds

1 2 3 4 5 6 7 8 91011