HomeSort by relevance Sort by last modified time
    Searched defs:getType (Results 1 - 25 of 4373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
Component.h 45 virtual Type getType() const { return EComponent; }
ParameterBlock.h 45 virtual Type getType() const { return EParameterBlock; }
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 37 public function getType():int {
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolData.cpp 24 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const {
  /frameworks/av/drm/common/
DrmInfoEvent.cpp 33 int DrmInfoEvent::getType() const {
  /external/conscrypt/android-stub/src/main/java/javax/net/ssl/
SNIServerName.java 27 public final int getType() {
  /test/suite_harness/tools/dex-tools/src/dex/structure/
DexEncodedValue.java 30 DexEncodedValueType getType();
DexField.java 30 String getType();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 42 public abstract int getType();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 41 public abstract int getType();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
ResolvedValueDeclaration.java 37 ResolvedType getType();
  /external/skia/tools/gpu/gl/debug/
GrShaderObj.h 25 GrGLenum getType() { return fType; }
  /external/skqp/tools/gpu/gl/debug/
GrShaderObj.h 25 GrGLenum getType() { return fType; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
BasicAnnotation.java 17 @Nonnull String getType();
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIMatcher.java 84 public final int getType() {
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
UnitTest.java 13 assertEquals(in.getType(), AbstractInsnNode.INSN);
18 assertEquals(iin.getType(), AbstractInsnNode.INT_INSN);
23 assertEquals(vn.getType(), AbstractInsnNode.VAR_INSN);
28 assertEquals(tin.getType(), AbstractInsnNode.TYPE_INSN);
33 assertEquals(fn.getType(), AbstractInsnNode.FIELD_INSN);
41 assertEquals(mn.getType(), AbstractInsnNode.METHOD_INSN);
46 assertEquals(jn.getType(), AbstractInsnNode.JUMP_INSN);
49 assertEquals(ln.getType(), AbstractInsnNode.LABEL);
52 assertEquals(iincn.getType(), AbstractInsnNode.IINC_INSN);
55 assertEquals(ldcn.getType(), AbstractInsnNode.LDC_INSN)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
InsnNode.java 93 public int getType() {
LabelNode.java 51 public int getType() {
LdcInsnNode.java 65 public int getType() {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java 43 public int getType() {
OutputTest.java 48 public int getType() {
49 return token.getType();
ReturnTest.java 45 public int getType() {
46 return retval.getType();
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parsetree.h 68 ANTLR3_UINT32 (*getType) (struct ANTLR3_PARSE_TREE_struct * tree);
  /external/clang/include/clang/AST/
LocInfoType.h 48 QualType getType() const { return getCanonicalTypeInternal(); }
  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 52 virtual ContextType getType (void) const { return m_ctxType; }

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>