Searched refs:type_string (Results 1 - 11 of 11) sorted by relevance

/external/v8/tools/turbolizer/
H A Dnode.js74 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;
/external/autotest/client/deps/ibusclient/src/
H A Dibusclient.cc43 // Converts |type_string| into GVariantClass.
44 GVariantClass GetGVariantClassFromStringOrDie(const std::string& type_string) { argument
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|
72 SetConfigAndPrintResult( IBusConfig* ibus_config, const std::string& type_string) argument
152 GetConfigAndPrintResult( IBusConfig* ibus_config, const std::string& type_string) argument
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py203 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_fun
[all...]
H A Dtypeexpr.py115 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, "*", " * " ) )
H A DglX_proto_size.py541 src = '(%s *)' % (p.type_string())
H A Dgl_XML.py318 list.append( p.type_string() )
513 def type_string(self): member in class:gl_parameter
/external/v8/src/
H A Dheap-symbols.h164 V(type_string, "type") \
H A Dmessages.cc549 Handle<String> type_string = Handle<String>::cast(type_name); local
551 (StringIndexOf(isolate, function_string, type_string) == 0);
553 builder->AppendString(type_string);
/external/autotest/scheduler/
H A Dmonitor_db_functional_test.py227 type_string = working_directory.rsplit('-', 1)[1]
228 pidfile_type = _PidfileType.get_value(type_string)
/external/v8/src/runtime/
H A Druntime-i18n.cc458 JSObject::AddProperty(element, factory->type_string(), value, NONE);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1271 String* type_string = TypeOfString(constant, isolate()); local
1272 bool same_type = type_literal_.IsKnownGlobal(type_string);

Completed in 206 milliseconds