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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 147 StructType (const char* typeName) : m_typeName(typeName) {}
  /external/python/cpython2/Tools/bgen/bgen/
bgenBuffer.py 34 self.typeName = "Buffer"
202 self.typeName = self.type = type
  /external/r8/src/main/java/com/android/tools/r8/shaking/
ProguardTypeMatcher.java 228 String typeName = type.toSourceString();
229 return matchClassOrTypeNameImpl(pattern, 0, typeName, 0, kind);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliPositionManager.java 143 String typeName = type.name();
144 Collection<SmaliClass> classes = SmaliClassNameIndex.INSTANCE.get(typeName, debugProcess.getProject(),
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
PrimitiveColumnTypeAdapter.kt 20 import android.arch.persistence.room.ext.typeName
42 val cast = if (cursorGetter == "get${out.typeName().toString().capitalize()}")
45 "(${out.typeName()}) "
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
RelationCollectorMethodWriter.kt 30 import com.squareup.javapoet.TypeName
40 "As${collector.relation.pojo.typeName.toString().stripNonJava()}") {
48 "-${relation.entity.typeName}" +
50 "-${relation.pojo.typeName}" +
84 TypeName.INT, itemKeyIndexVar, cursorVar, relation.entityField.columnName)
104 addStatement("final $T $L", relation.pojo.typeName, tmpVarName)
122 returns(TypeName.VOID)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 259 String typeName = url.substring(typeBegin, typeEnd);
260 ResourceType type = ResourceType.getEnum(typeName);
  /system/tools/hidl/
EnumType.h 43 std::string typeName() const override;
145 std::string typeName() const override;
Type.h 57 virtual std::string typeName() const = 0;
232 const std::string &typeName,
main.cpp 211 const char *typeName) {
216 if (typeName != nullptr) {
217 out << " (" << typeName << ")";
225 if (typeName == nullptr) {
228 out << typeName << ".java";
273 if (typeName != nullptr) {
274 out << "." << typeName;
331 nullptr /* typeName */);
    [all...]
generateJava.cpp 53 std::string typeName = type->localName();
59 if (!limitToType.empty() && typeName != limitToType) {
67 path.append(typeName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 315 String typeName = null;
319 typeName = m.group(1);
326 if (typeName == null) {
370 ResourceType resType = ResourceType.getEnum(typeName);
382 sb.append(typeName).append('/');
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 181 String typeName = declaringType.getElementName();
182 mType = ResourceType.getEnum(typeName);
310 String typeName = mType.getName();
312 mXmlMatch1 = PREFIX_RESOURCE_REF + typeName + '/' + mOldName;
313 mXmlNewValue1 = PREFIX_RESOURCE_REF + typeName + '/' + mNewName;
319 mXmlMatch2 = PREFIX_THEME_REF + typeName + '/' + mOldName;
320 mXmlNewValue2 = PREFIX_THEME_REF + typeName + '/' + mNewName;
  /frameworks/rs/rsov/compiler/spirit/
generate.py 148 typeName = ty['kind']
150 """ % (typeName,
151 enum_enumerants(typeName, ty['enumerants']))
  /libcore/ojluni/src/main/java/java/sql/
CallableStatement.java 598 * <i>typeName</i> parameter is ignored.
606 * @param typeName the fully-qualified name of an SQL structured type
620 void registerOutParameter (int parameterIndex, int sqlType, String typeName)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 75 template <typename T> bool is_extension_added_token(T value) {
99 template <typename T>
153 template <typename T>
193 template <typename T>
227 template <typename T>
268 template <typename T>
306 template <typename T>
339 template <typename T>
374 template <typename T>
465 std::string typeName = string_VkStructureType(current->sType)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 203 public String typeName() {
CstUtf8.java 233 public String typeName() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 233 public String typeName() {
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 184 string typeName = glu::getDataTypeName(m_rgbAttrType);
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/gles31/functional/
es31fShaderSharedVarTests.cpp 62 template<typename T, int Size>
119 const char* typeName = getDataTypeName(m_basicType);
128 << "shared " << precName << " " << typeName << " s_var;\n"
129 << "uniform " << precName << " " << typeName << " u_val[" << valArrayLength << "];\n"
130 << "uniform " << precName << " " << typeName << " u_ref[" << valArrayLength << "];\n"
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 557 String typeName = currChild.getNamespaceURI();
558 if (typeName == null)
563 typeName += ':' + childLocal;
564 addQualifierNode (newCompound, "rdf:type", typeName);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 165 return "Key{" + typeName() + " pkg=" + packageName
172 String typeName() {
423 pw.print(" type="); pw.print(key.typeName());
473 sb.append(key.typeName());
  /frameworks/support/design/tests/src/android/support/design/testutils/
ViewStructureImpl.java 103 public void setId(int id, String packageName, String typeName, String entryName) {

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>