HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 576 - 600 of 10128) sorted by null

<<21222324252627282930>>

  /external/skqp/tests/
RecordTestUtils.h 18 ReadAs() : ptr(nullptr), type(SkRecords::Type(~0)) {}
21 SkRecords::Type type; member in struct:ReadAs
23 void operator()(const U& r) { ptr = &r; type = U::kType; }
26 void operator()(const T&) { type = U::kType; }
29 // Assert that the ith command in record is of type T, and return it.
34 REPORTER_ASSERT(r, T::kType == reader.type);
  /external/skqp/tools/mdbviz/
Model.cpp 69 SkDrawCommand::OpType type = fOps[index]->getType(); local
71 return SkDrawCommand::kSave_OpType == type ||
72 SkDrawCommand::kSaveLayer_OpType == type ||
73 SkDrawCommand::kBeginDrawPicture_OpType == type;
77 SkDrawCommand::OpType type = fOps[index]->getType(); local
79 return SkDrawCommand::kRestore_OpType == type ||
80 SkDrawCommand::kEndDrawPicture_OpType == type;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
TypeProtoUtils.java 60 @Nullable private TypeProto type = getSuperclassAsTypeProto(typeProto);
63 return type != null;
67 TypeProto type = this.type; local
68 if (type == null) {
72 this.type = getSuperclassAsTypeProto(type);
73 return type;
85 public static TypeProto getSuperclassAsTypeProto(@Nonnull TypeProto type) {
87 String next = type.getSuperclass()
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
ParameterIterator.java 63 @Nonnull final String type = parameterTypes.next().toString(); local
82 @Nonnull @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedAnnotationEncodedValue.java 46 @Nonnull public final String type; field in class:DexBackedAnnotationEncodedValue
52 this.type = dexFile.getType(reader.readSmallUleb128());
59 reader.skipUleb128(); // type
71 @Nonnull @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableAnnotation.java 47 @Nonnull protected final String type; field in class:ImmutableAnnotation
51 @Nonnull String type,
54 this.type = type;
59 @Nonnull String type,
62 this.type = type;
77 @Nonnull @Override public String getType() { return type; }
ImmutableMethodParameter.java 47 @Nonnull protected final String type; field in class:ImmutableMethodParameter
51 public ImmutableMethodParameter(@Nonnull String type,
54 this.type = type;
59 public ImmutableMethodParameter(@Nonnull String type,
62 this.type = type;
77 @Nonnull @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
ImmutableEndLocal.java 43 @Nullable protected final String type; field in class:ImmutableEndLocal
51 this.type = null;
58 @Nullable String type,
63 this.type = type;
82 @Nullable @Override public String getType() { return type; }
ImmutableRestartLocal.java 43 @Nullable protected final String type; field in class:ImmutableRestartLocal
51 this.type = null;
58 @Nullable String type,
63 this.type = type;
82 @Nullable @Override public String getType() { return type; }
ImmutableStartLocal.java 47 @Nullable protected final String type; field in class:ImmutableStartLocal
53 @Nullable String type,
58 this.type = type;
86 return type==null?null:new BaseTypeReference() {
88 return type;
102 @Nullable @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
ImmutableFieldReference.java 42 @Nonnull protected final String type; field in class:ImmutableFieldReference
46 @Nonnull String type) {
49 this.type = type;
65 @Nonnull public String getType() { return type; }
ImmutableTypeReference.java 44 @Nonnull protected final String type; field in class:ImmutableTypeReference
46 public ImmutableTypeReference(String type) {
47 this.type = type;
58 @Nonnull @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableAnnotationEncodedValue.java 46 @Nonnull protected final String type; field in class:ImmutableAnnotationEncodedValue
49 public ImmutableAnnotationEncodedValue(@Nonnull String type,
51 this.type = type;
55 public ImmutableAnnotationEncodedValue(@Nonnull String type,
57 this.type = type;
70 @Nonnull @Override public String getType() { return type; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderAnnotation.java 42 @Nonnull final BuilderTypeReference type; field in class:BuilderAnnotation
46 public BuilderAnnotation(int visibility, @Nonnull BuilderTypeReference type,
49 this.type = type;
58 return type.getType();
BuilderMethodParameter.java 40 @Nonnull final BuilderTypeReference type; field in class:BuilderMethodParameter
44 public BuilderMethodParameter(@Nonnull BuilderTypeReference type,
47 this.type = type;
53 return type.getType();
  /external/smali/smali/src/main/java/org/jf/smali/
SmaliMethodParameter.java 46 @Nonnull public final String type; field in class:SmaliMethodParameter
50 public SmaliMethodParameter(int register, @Nonnull String type) {
52 this.type = type;
57 @Nonnull @Override public String getType() { return type; }
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassTypeElementTest.java 56 SmaliClassType type = typeElement.getType(); local
60 Assert.assertEquals("blarg", type.getClassName());
61 Assert.assertEquals("my.blarg", type.getCanonicalText());
67 resolvedClass = (SmaliClass)type.resolve();
87 SmaliClassType type = typeElement.getType(); local
90 Assert.assertEquals("Outer.Inner", type.getCanonicalText());
109 SmaliClassType type = typeElement.getType(); local
112 Assert.assertEquals("my.Outer.Inner", type.getCanonicalText());
133 SmaliClassType type = typeElement.getType(); local
136 Assert.assertEquals("my.Outer$blah.Inner$blah", type.getCanonicalText())
167 SmaliClassType type = typeElement.getType(); local
    [all...]
  /external/snakeyaml/src/test/java/examples/staticstate/
JavaBeanWithStaticState.java 22 private static String type;// private field with a getter field in class:JavaBeanWithStaticState
41 return type;
44 public static void setType(String type) {
45 JavaBeanWithStaticState.type = type;
  /external/strace/
fcntl.c 78 struct { int type, pid; } owner; member in struct:__anon35283
83 tprints("{type=");
84 printxval(f_owner_types, owner.type, "F_OWNER_???");
kcmp.c 59 int type = tcp->u_arg[2]; local
64 printxval(kcmp_types, type, "KCMP_???");
66 switch (type) {
syslog.c 49 int type = tcp->u_arg[0]; local
52 /* type */
53 printxval(syslog_action_type, type, "SYSLOG_ACTION_???");
57 switch (type) {
  /external/strace/tests/
nlattr_mdba_router_port.c 78 printf("{len=%u, type=RTM_GETMDB, flags=NLM_F_DUMP"
103 const uint8_t type = MDB_RTR_TYPE_DISABLED; local
105 .nla_len = NLA_HDRLEN + sizeof(type),
108 char buf[NLMSG_ALIGN(ifindex) + NLA_HDRLEN + sizeof(type)];
111 memcpy(buf + NLMSG_ALIGN(ifindex) + NLA_HDRLEN, &type, sizeof(type));
  /external/strace/tests-m32/
nlattr_mdba_router_port.c 78 printf("{len=%u, type=RTM_GETMDB, flags=NLM_F_DUMP"
103 const uint8_t type = MDB_RTR_TYPE_DISABLED; local
105 .nla_len = NLA_HDRLEN + sizeof(type),
108 char buf[NLMSG_ALIGN(ifindex) + NLA_HDRLEN + sizeof(type)];
111 memcpy(buf + NLMSG_ALIGN(ifindex) + NLA_HDRLEN, &type, sizeof(type));
  /external/strace/tests-mx32/
nlattr_mdba_router_port.c 78 printf("{len=%u, type=RTM_GETMDB, flags=NLM_F_DUMP"
103 const uint8_t type = MDB_RTR_TYPE_DISABLED; local
105 .nla_len = NLA_HDRLEN + sizeof(type),
108 char buf[NLMSG_ALIGN(ifindex) + NLA_HDRLEN + sizeof(type)];
111 memcpy(buf + NLMSG_ALIGN(ifindex) + NLA_HDRLEN, &type, sizeof(type));
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.h 30 enum Type
46 Type type; member in struct:pp::Macro

Completed in 959 milliseconds

<<21222324252627282930>>