HomeSort by relevance Sort by last modified time
    Searched refs:typeName (Results 176 - 200 of 1268) sorted by null

1 2 3 4 5 6 78 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/config/
IConfiguration.java 156 * @param typeName the unique type of the configuration object
161 public Object getConfigurationObject(String typeName);
167 * @param typeName the unique type name of the configuration object
172 public List<?> getConfigurationObjectList(String typeName);
ConfigurationDef.java 114 * @param typeName the config object type name
121 int addConfigObjectDef(String typeName, String className) {
122 List<ConfigObjectDef> classList = mObjectClassMap.get(typeName);
125 mObjectClassMap.put(typeName, classList);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 815 const char* typeName = glu::getDataTypeName(type);
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);
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);
894 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, typeName, "",
901 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str(), ""
    [all...]
es31fShaderAtomicOpTests.cpp 56 template<typename T, int Size>
118 const char* typeName = getDataTypeName(m_type);
132 << " " << precName << " " << typeName << " inputValues[" << numValues << "];\n"
138 src << "shared " << precName << " " << typeName << " s_var;\n";
160 << " s_var = " << typeName << "(" << tcu::toHex(m_initialValue) << "u);\n"
162 << " " << precName << " " << typeName << " res = " << m_funcName << "(s_var, sb_inout.inputValues[offset]);\n"
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 75 public String typeName() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 98 public String typeName() {
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp 444 const char* typeName = glu::getDataTypeName(type);
450 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags);
455 createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName),
475 const char* typeName = glu::getDataTypeName(type);
483 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, parentType, layoutFlags[layoutFlagNdx].flags);
488 createBlockBasicTypeCases(layoutGroup, m_testCtx, (std::string(matrixFlags[matFlagNdx].name) + "_" + typeName),
542 const char* typeName = glu::getDataTypeName(type);
545 createBlockBasicTypeCases(layoutGroup, m_testCtx, typeName, VarType(type, 0), layoutFlags[layoutFlagNdx].flags);
549 createBlockBasicTypeCases(layoutGroup, m_testCtx, precisionFlags[precNdx].name + "_" + typeName,
558 createBlockBasicTypeCases(layoutGroup, m_testCtx, matrixFlags[matFlagNdx].name + "_" + precisionFlags[precNdx].name + "_" + typeName,
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/
RoomProcessor.kt 97 daoMethods.groupBy { it.dao.typeName }
104 db.typeName.simpleName()
  /system/tools/hidl/
MemoryType.cpp 46 std::string MemoryType::typeName() const {
ScalarType.h 49 std::string typeName() const override;
hidl-gen_y.yy 127 "typedef", "typeid", "typename", "union", "unsigned", "using", "virtual", "void",
928 << $2->typeName()
1007 std::cerr << "ERROR: " << $1->typeName() << " of " << $3->typeName()
1018 std::cerr << "ERROR: " << $3->typeName() << " of " << $5->typeName()
1025 std::cerr << "ERROR: " << $1->typeName() << " of " << $3->typeName()
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 174 typeName = self.getTypeName(type)
175 info = self.testReturnValues.get(typeName)
177 name = '%s_retval'%(typeName.replace(' ','_').replace('*','star'),)
178 print >>self.output, '%s %s;'%(typeName,name)
180 print >>self.outputHeader, 'extern %s %s;'%(typeName,name)
182 print >>self.outputTests, 'extern %s %s;'%(typeName,name)
183 info = self.testReturnValues[typeName] = name
187 typeName = self.getTypeName(type)
188 info = self.testValues.get(typeName)
190 name = '%s_values'%(typeName.replace(' ','_').replace('*','star'),
    [all...]
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
TypeLocator.java 21 import com.google.currysrc.api.match.TypeName;
49 this(TypeName.fromFullyQualifiedClassName(fullyQualifiedClassName));
53 * Creates a {@code TypeLocator} for a {@link TypeName}.
55 public TypeLocator(TypeName typeName) {
56 this(typeName.packageName(), typeName.className());
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 97 String typeName = annotation.getTypeName();
99 annotationType = classLoader.loadClass(typeName);
102 NoClassDefFoundError error = new NoClassDefFoundError("Error loading annotation class: " + typeName);
  /external/vulkan-validation-layers/layers/
threading.h 71 template <typename T> class counter {
73 const char *typeName;
96 typeName, use_data->thread, tid);
123 typeName, use_data->thread, tid);
174 "THREADING ERROR : object of type %s is simultaneously used in thread %ld and thread %ld", typeName,
205 typeName = name;
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 120 void printType(const std::string& fname, const std::string& typeName );
505 std::string typeName(getCppName(Ty));
511 Out << "std::vector<Type*>" << typeName << "_args;";
519 Out << typeName << "_args.push_back(" << argName;
525 Out << "FunctionType* " << typeName << " = FunctionType::get(";
528 nl(Out) << "/*Params=*/" << typeName << "_args,";
537 Out << "StructType *" << typeName << " = mod->getTypeByName(\"";
541 Out << "if (!" << typeName << ") {";
543 Out << typeName << " = ";
554 Out << "std::vector<Type*>" << typeName << "_fields;"
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 28 template <typename T>
35 template <typename T>
40 template <typename T>
45 template <typename T>
50 template <typename T>
55 template <typename T>
60 template <typename T>
135 template <typename T>
190 template <typename T>
201 template <typename T
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 419 const char* typeName = glu::getDataTypeName(type);
422 createBlockBasicTypeCases(layoutGroup, m_context, typeName, VarType(type, 0), layoutFlags[layoutFlagNdx].flags);
426 createBlockBasicTypeCases(layoutGroup, m_context, (string(precisionFlags[precNdx].name) + "_" + typeName).c_str(),
435 createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + precisionFlags[precNdx].name + "_" + typeName).c_str(),
456 const char* typeName = glu::getDataTypeName(type);
459 createBlockBasicTypeCases(layoutGroup, m_context, typeName,
466 createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str(),
619 const char* typeName = glu::getDataTypeName(type);
622 createBlockBasicTypeCases(layoutGroup, m_context, typeName,
629 createBlockBasicTypeCases(layoutGroup, m_context, (string(matrixFlags[matFlagNdx].name) + "_" + typeName).c_str()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 396 * according to the expected number of spans. Sets typeName to an empty string if there is no such type. Returns -1
400 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity,
409 typeName[0] = null;
423 typeName[0] = typeNames16[type];
544 typeName = null;
574 String[] typeName = new String[1];
590 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits,
592 if (typeName[0] == null) {
602 testName, index, setNames[i], typeName[0], limitsCount, limits.length));
610 typeName[0], limitsCount, expectCount))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 395 * according to the expected number of spans. Sets typeName to an empty string if there is no such type. Returns -1
399 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity,
408 typeName[0] = null;
422 typeName[0] = typeNames16[type];
543 typeName = null;
573 String[] typeName = new String[1];
589 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits,
591 if (typeName[0] == null) {
601 testName, index, setNames[i], typeName[0], limitsCount, limits.length));
609 typeName[0], limitsCount, expectCount))
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
Types.java 63 return JavaVersion.CURRENT.typeName(from);
296 builder.append(JavaVersion.CURRENT.typeName(ownerType)).append('.');
492 builder.append(" super ").append(JavaVersion.CURRENT.typeName(lowerBound));
495 builder.append(" extends ").append(JavaVersion.CURRENT.typeName(upperBound));
567 @Override String typeName(Type type) {
595 String typeName(Type type) {
  /frameworks/native/cmds/rawbu/
backup.cpp 546 const char* typeName = "?";
549 typeName = "dir";
563 typeName = "file";
597 typeName, path, statBuffer.st_mode, strerror(errno));
604 typeName, path, (int)statBuffer.st_uid, (int)statBuffer.st_gid, strerror(errno));
614 typeName, path, strerror(errno));
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 367 CstString typeName = (CstString) pool.get(typeNameIndex);
371 parsed(2, "type_name: " + typeName.toHuman());
375 return new CstEnumRef(new CstNat(constName, typeName));
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 336 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
392 template <typename T, int Rows, int Cols>
406 template <typename T, int Rows, int Cols>
420 template <typename T, int Rows, int Cols>
432 template <typename T, int Rows, int Cols>
828 const char* typeName = getDataTypeName(in.dataType);
833 vtx << "attribute " << precName << " " << typeName << " a_";
838 vtx << typeName << ";\n";
841 vtx << "varying " << precName << " " << typeName << " v_" << typeName << ";\n"
    [all...]
  /frameworks/rs/script_api/
GenerateHeaderFiles.cpp 130 const string& typeName = type->getName();
143 *file << "struct " << typeName << " _RS_OBJECT_DECL" << attribute;
190 *file << " " << typeName << ";\n";

Completed in 1459 milliseconds

1 2 3 4 5 6 78 91011>>