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

1 2 3 4 5 6

  /external/llvm/lib/AsmParser/
Parser.cpp 82 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
  /external/annotation-tools/asmx/src/org/objectweb/asm/signature/
SignatureReader.java 86 pos = parseType(signature, pos, v.visitClassBound());
91 pos = parseType(signature, pos, v.visitInterfaceBound());
104 pos = parseType(signature, pos, v.visitParameterType());
106 pos = parseType(signature, pos + 1, v.visitReturnType());
108 pos = parseType(signature, pos + 1, v.visitExceptionType());
111 pos = parseType(signature, pos, v.visitSuperclass());
113 pos = parseType(signature, pos, v.visitInterface());
133 parseType(this.signature, 0, v);
144 private static int parseType(
168 return parseType(signature, pos, v.visitArrayType())
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/sig/
SigParser.java 93 params.add(parseType());
97 TySig result = parseType();
148 private TySig parseType() {
184 TySig elementType = parseType();
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 88 static AclEntryType parseType(String typeString) {
162 AclEntryType type = parseType(typeString);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 88 static AclEntryType parseType(String typeString) {
162 AclEntryType type = parseType(typeString);
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 319 void parseType<bool> (const char*, bool* dst)
325 void parseType<std::string> (const char* src, std::string* dst)
331 void parseType<int> (const char* src, int* dst)
  /external/icu/icu4c/source/i18n/
plurfmt.cpp 508 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaParser.java 439 public static Type parseType(String type) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
EventReport.java 47 mType = parseType(attrs.get("type"));
123 private Type parseType(String type) throws IllegalArgumentException {
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 142 String type = parseType(recordsRaw);
249 private static String parseType(NdefRecord[] records) {
  /external/deqp/scripts/khr_util/
registry.py 284 def parseType(eType):
299 return parseType(registry.types[name, api])
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralFormat.java 686 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) {
    [all...]
NFRule.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java 705 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) {
    [all...]
NFRule.java     [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 206 typ := p.parseType(pkg)
243 typ := p.parseType(pkg)
254 return types.NewVar(token.NoPos, pkg, name, p.parseType(pkg))
261 typ = p.parseType(pkg)
371 typ = p.parseType(pkg)
391 typ := p.parseType(pkg)
422 pt := p.parseType(pkg)
429 underlying := p.parseType(pkg)
466 return types.NewSlice(p.parseType(pkg))
471 return types.NewArray(p.parseType(pkg), n
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 206 typ := p.parseType(pkg)
243 typ := p.parseType(pkg)
254 return types.NewVar(token.NoPos, pkg, name, p.parseType(pkg))
261 typ = p.parseType(pkg)
371 typ = p.parseType(pkg)
391 typ := p.parseType(pkg)
422 pt := p.parseType(pkg)
429 underlying := p.parseType(pkg)
466 return types.NewSlice(p.parseType(pkg))
471 return types.NewArray(p.parseType(pkg), n
    [all...]
  /external/libxml2/doc/
apibuild.py     [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 742 status_t status = parseType();
809 status_t KeyCharacterMap::Parser::parseType() {
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java     [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 616 func (p *parser) parseType() ast.Expr {
670 elt := p.parseType()
777 base := p.parseType()
787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
986 key := p.parseType()
988 value := p.parseType()
1013 value := p.parseType()
1041 typ := p.parseType()
1194 typ = p.parseType()
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 460 func (p *parser) parseType() ast.Expr {
511 elt := p.parseType()
598 base := p.parseType()
607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
811 key := p.parseType()
813 value := p.parseType()
836 value := p.parseType()
864 typ := p.parseType()
1017 typ = p.parseType()
1312 value := p.parseType()
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 616 func (p *parser) parseType() ast.Expr {
670 elt := p.parseType()
777 base := p.parseType()
787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
986 key := p.parseType()
988 value := p.parseType()
1013 value := p.parseType()
1041 typ := p.parseType()
1194 typ = p.parseType()
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 460 func (p *parser) parseType() ast.Expr {
511 elt := p.parseType()
598 base := p.parseType()
607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
811 key := p.parseType()
813 value := p.parseType()
836 value := p.parseType()
864 typ := p.parseType()
1017 typ = p.parseType()
1312 value := p.parseType()
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 681 Type t = parseType(sig, cur);
686 Type ret = parseType(sig, cur);
814 return new ArrayType(dim, parseType(sig, c));
817 private static Type parseType(String sig, Cursor c) throws BadBytecode {

Completed in 2147 milliseconds

1 2 3 4 5 6