HomeSort by relevance Sort by last modified time
    Searched refs:type_string (Results 1 - 19 of 19) sorted by null

  /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...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 201 t = param.type_string()
268 type_string = param.type_string()
273 print '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, cond, offset)
283 print '%s const %s %s = %s;' % (indent, type_string, param.name, location)
288 print '%s %s %s = %s%s;' % (indent, type_string, param.name, cond, location)
290 print '%s %s %s;' % (indent, type_string, param.name)
343 print ' %s = (%s) (pc + %s); break;' % (param.name, param.type_string(), o)
346 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...]
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, "*", " * " ) )
gl_XML.py 317 list.append( p.type_string() )
513 def type_string(self): member in class:gl_parameter
    [all...]
glX_proto_size.py 535 src = '(%s *)' % (p.type_string())
  /external/v8/tools/turbolizer/
node.js 74 var type_string = this.type;
75 if (type_string == undefined) return "";
76 if (type_string.length > 24) {
77 type_string = type_string.substr(0, 25) + "...";
79 return type_string;
  /hardware/libhardware/include/hardware/
context_hub.h 192 const char *type_string; // Type as a string. eg: "GPS" member in struct:physical_sensor_description_t
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 106 virtual void notifyVersion(int line, int version, const char* type_string)
109 versionCallback(line, version, type_string);
  /external/v8/src/
heap-symbols.h 170 V(type_string, "type") \
messages.cc 565 Handle<String> type_string = Handle<String>::cast(type_name); local
567 (StringIndexOf(isolate, function_string, type_string) == 0);
569 builder->AppendString(type_string);
    [all...]
  /art/profman/
profman.cc 488 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_)));
501 type_string +
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 23 type_string= 0x0c00 variable
101 if dtype == type_string:
  /external/python/cpython2/Lib/msilib/
__init__.py 23 type_string= 0x0c00 variable
52 if dtype == type_string:
  /external/python/cpython2/Tools/msi/
msilib.py 23 type_string= 0x0c00 variable
101 if dtype == type_string:
  /external/autotest/scheduler/
monitor_db_functional_test.py 227 type_string = working_directory.rsplit('-', 1)[1]
228 pidfile_type = _PidfileType.get_value(type_string)
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 425 JSObject::AddProperty(element, factory->type_string(), value, NONE);
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1261 String* type_string = TypeOfString(constant, isolate()); local
    [all...]
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 719 milliseconds