Searched defs:typeName (Results 51 - 75 of 147) sorted by relevance

123456

/external/v8/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp590 std::string typeName = typedefType->getDecl()->getNameAsString(); local
591 if (!Config::IsIterator(typeName))
/external/caliper/lib/
H A Djava-allocation-instrumenter-2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/monitoring/ com/google/monitoring/runtime/ ...
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DErrorMessages.java227 static String nullableToNonNullable(String typeName, String bindingString) { argument
230 typeName,
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp178 StructType(const char* typeName) : m_typeName(typeName) argument
H A DglcUniformBlockTests.cpp742 const char* typeName = glu::getDataTypeName(type); local
749 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", m_glslVersion,
755 m_context, (string(precisionFlags[precNdx].name) + "_" + typeName).c_str(), "",
768 typeName)
792 const char* typeName = glu::getDataTypeName(type); local
800 m_context, typeName, "", m_glslVersion,
808 m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str(), "",
946 const char* typeName = glu::getDataTypeName(type); local
954 m_context, typeName, "", m_glslVersion,
961 m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName)
[all...]
H A DglcUniformBlockCase.cpp936 const char* typeName = glu::getDataTypeName(elementType); local
945 src << "\tresult *= compare_" << typeName << "(" << srcName << "[" << elemNdx << "], ";
952 src << "\tresult *= compare_" << typeName << "(" << srcName << ", ";
/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp68 const char* typeName = glu::getDataTypeName(type); local
77 << "in " << precName << " " << typeName << " a_in0;\n"
78 << "in " << precName << " " << typeName << " a_in1;\n"; local
84 vtx << "flat out " << precName << " " << typeName << " v_out;\n"; local
85 frag << "flat in " << precName << " " << typeName << " v_out;\n"; local
89 vtx << "flat out " << precName << " " << typeName << " v_in0;\n"
90 << "flat out " << precName << " " << typeName << " v_in1;\n"; local
91 frag << "flat in " << precName << " " << typeName << " v_in0;\n"
92 << "flat in " << precName << " " << typeName << " v_in1;\n"; local
99 op << "\t" << precName << " " << typeName << " in
103 op << "\\t" << precName << " " << typeName << " res;\\n"; local
126 const char* typeName = glu::getDataTypeName(type); local
135 << "in " << precName << " " << typeName << " a_in1;\\n"; local
137 << "layout(location = 0) out " << precName << " " << typeName << " o_out;\\n"; local
141 vtx << "flat out " << precName << " " << typeName << " v_out;\\n"; local
142 frag << "flat in " << precName << " " << typeName << " v_out;\\n"; local
147 << "flat out " << precName << " " << typeName << " v_in1;\\n"; local
149 << "flat in " << precName << " " << typeName << " v_in1;\\n"; local
[all...]
H A Des3fInstancedRenderingTests.cpp184 string typeName = glu::getDataTypeName(m_rgbAttrType); local
240 instanceAttribs += "in mediump " + typeName + " a_instanceR;\n";
266 instanceAttribs += "in mediump " + typeName + " a_instanceG;\n";
267 instanceAttribs += "in mediump " + typeName + " a_instanceB;\n";
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp147 StructType (const char* typeName) : m_typeName(typeName) {} argument
/external/flatbuffers/src/
H A Didl_gen_js.cpp484 std::string GenPrefixedTypeName(const std::string &typeName, argument
489 return typeName;
491 return GenFileNamespacePrefix(file) + "." + typeName;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java401 * according to the expected number of spans. Sets typeName to an empty string if there is no such type. Returns -1
405 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity,
414 typeName[0] = null;
428 typeName[0] = typeNames16[type];
549 typeName = null;
579 String[] typeName = new String[1];
595 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits,
597 if (typeName[0] == null) {
607 testName, index, setNames[i], typeName[0], limitsCount, limits.length));
615 typeName[
404 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c120 const char *const typeName= isFrozen ? "frozen trie" : "newTrie"; local
140 typeName, testName, (long)start, (long)value2, (long)value);
151 typeName, testName, (long)start, (long)value2, (long)value);
161 typeName, testName, (long)start, (long)value2, (long)value);
167 typeName, testName, (long)start, (long)value2, (long)value);
188 typeName, testName, (long)start, (long)value2, (long)value);
201 typeName, testName, (long)start, (long)value2, (long)errorValue);
236 typeName, testName, (long)start, (long)value2, (long)value);
242 typeName, testName, (long)start, (long)value2, (long)value);
258 typeName, testNam
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java398 * according to the expected number of spans. Sets typeName to an empty string if there is no such type. Returns -1
402 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity,
411 typeName[0] = null;
425 typeName[0] = typeNames16[type];
546 typeName = null;
576 String[] typeName = new String[1];
592 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits,
594 if (typeName[0] == null) {
604 testName, index, setNames[i], typeName[0], limitsCount, limits.length));
612 typeName[
401 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) argument
[all...]
/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java334 private final String typeName; field in class:ClassFile.AnnotationInfo
339 String typeName, boolean runtimeVisible, Map<String, ElementValue> elementValuePairs) {
340 this.typeName = typeName;
346 public String typeName() { method in class:ClassFile.AnnotationInfo
347 return typeName;
378 private final String typeName; field in class:ClassFile.AnnotationInfo.ElementValue.EnumConstValue
381 public EnumConstValue(String typeName, String constName) { argument
382 this.typeName = typeName;
338 AnnotationInfo( String typeName, boolean runtimeVisible, Map<String, ElementValue> elementValuePairs) argument
392 public String typeName() { method in class:ClassFile.AnnotationInfo.ElementValue.EnumConstValue
[all...]
/external/vulkan-validation-layers/layers/
H A Dthreading.h74 const char *typeName; member in class:counter
100 typeName, use_data->thread, tid);
127 typeName, use_data->thread, tid);
184 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", typeName,
218 typeName = name;
/external/deqp/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp783 return typeName;
790 typeName = __name.str();
794 std::string typeName; member in class:glcts::__anon4182::SubroutineFunctionSet
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp153 StructType (const std::string& typeName) : m_typeName(typeName) {} argument
/external/deqp/framework/opengl/
H A DgluVarType.hpp146 StructType (const char* typeName) : m_typeName(typeName) {} argument
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp815 const char* typeName = glu::getDataTypeName(type); local
818 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", VarType(type, glu::PRECISION_LAST), layoutFlags[layoutFlagNdx].flags, 0));
824 const string caseName = string(glu::getPrecisionName(precision)) + "_" + typeName;
837 const string caseName = string(matrixFlags[matFlagNdx].name) + "_" + string(glu::getPrecisionName(precision)) + "_" + typeName;
860 const char* typeName = glu::getDataTypeName(type); local
863 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "",
870 layoutGroup->addChild(new BlockBasicTypeCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str(), "",
891 const char* typeName = glu::getDataTypeName(type); local
894 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, typeName, "",
901 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName)
922 const char* typeName = glu::getDataTypeName(type); local
954 const char* typeName = glu::getDataTypeName(type); local
988 const char* typeName = glu::getDataTypeName(type); local
1224 const char* typeName = glu::getDataTypeName(type); local
[all...]
/external/skia/tools/bookmaker/
H A Dbookmaker.cpp841 vector<string> typeNameBuilder = this->typeName(markType, &expectEnd);
1552 // typeName parsing rules depend on mark type
1553 vector<string> BmhParser::typeName(MarkType markType, bool* checkEnd) { function in class:BmhParser
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp742 vector<string> typeNameBuilder = this->typeName(markType, &expectEnd);
1454 // typeName parsing rules depend on mark type
1455 vector<string> BmhParser::typeName(MarkType markType, bool* checkEnd) { function in class:BmhParser
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp120 void printType(const std::string& fname, const std::string& typeName );
505 std::string typeName(getCppName(Ty));
511 Out << "std::vector<Type*>" << typeName << "_args;"; local
519 Out << typeName << "_args.push_back(" << argName;
525 Out << "FunctionType* " << typeName << " = FunctionType::get("; local
528 nl(Out) << "/*Params=*/" << typeName << "_args,";
537 Out << "StructType *" << typeName << " = mod->getTypeByName(\""; local
541 Out << "if (!" << typeName << ") {"; local
543 Out << typeName << " = "; local
554 Out << "std::vector<Type*>" << typeName << "_field local
568 Out << "StructType *" << typeName << " = "; local
571 Out << "if (" << typeName << "->isOpaque()) {"; local
573 Out << typeName << "->setBody("; local
694 << " = ConstantAggregateZero::get(" << typeName << ");"; local
697 << " = ConstantPointerNull::get(" << typeName << ");"; local
761 << typeName << ");"; local
1881 printType(const std::string &fname, const std::string &typeName) argument
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java181 public void setNull(int parameterIndex, int sqlType, String typeName) argument
1192 public void setNull(String parameterName, int sqlType, String typeName) argument
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp482 std::string typeName = local
486 std::string::size_type pos = typeName.find("unsigned");
488 typeName.erase(pos+1, 8);
490 argTypeNames.push_back(llvm::MDString::get(Context, typeName));
523 std::string typeName; local
525 typeName = ty.getCanonicalType()->getAs<PipeType>()->getElementType()
528 typeName = ty.getUnqualifiedType().getAsString(Policy);
531 std::string::size_type pos = typeName.find("unsigned");
533 typeName.erase(pos+1, 8);
535 argTypeNames.push_back(llvm::MDString::get(Context, typeName));
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1371 const std::string typeName(glu::getDataTypeName(type));
1375 "layout(constant_id = ${ID}) const " + typeName + " " + specConstName + " = " + typeName + "(1);",
1391 const std::string typeName = glu::getDataTypeName(type); local
1398 globalCode << ( isConst ? "const " : "" ) << typeName << " " << varName << combNdx << " = " << typeName << "("
1411 typeName,

Completed in 859 milliseconds

123456