/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | CommonTreeAdaptor.cs | 83 public override IToken CreateToken(int tokenType, string text) { in CreateToken() method in Antlr.Runtime.Tree.CommonTreeAdaptor 105 public override IToken CreateToken(IToken fromToken) { in CreateToken() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
H A D | BaseTreeAdaptor.cs | 283 public abstract IToken CreateToken(int tokenType, string text); in CreateToken() method in Antlr.Runtime.Tree.BaseTreeAdaptor 303 public abstract IToken CreateToken(IToken fromToken); in CreateToken() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | token_android_unittest.cc | 13 TEST(TokenAndroid, CreateToken) { in TEST() argument
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
H A D | RewriteRuleXxxxStreamFixture.cs | 377 private IToken CreateToken(int type, string text) { in CreateToken() method in Antlr.Runtime.Tests.RewriteRuleXxxxStreamFixture
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tree.pas | 653 function CreateToken(const TokenType: Integer; const Text: String): IToken; overload; in CreateToken() function 670 function CreateToken(const FromToken: IToken): IToken; overload; in CreateToken() function 1308 …function CreateToken(const TokenType: Integer; const Text: String): IToken; overload; virtual; abs… in CreateToken() function 1309 function CreateToken(const FromToken: IToken): IToken; overload; virtual; abstract; in CreateToken() function 1336 function CreateToken(const TokenType: Integer; const Text: String): IToken; overload; override; in CreateToken() function 1337 function CreateToken(const FromToken: IToken): IToken; overload; override; in CreateToken() function 2887 function TCommonTreeAdaptor.CreateToken(const TokenType: Integer; in TCommonTreeAdaptor.CreateToken() function 2893 function TCommonTreeAdaptor.CreateToken(const FromToken: IToken): IToken; in TCommonTreeAdaptor.CreateToken() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
H A D | mlir_hlo_builder_test.cc | 82 TEST_F(XlaBuilderTest, CreateToken) { in TEST_F() argument
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
H A D | Antlr.Runtime.Tree.Tests.pas | 91 function CreateToken(const TokenType: Integer; const Text: String): IToken; in CreateToken() function 1230 function TestIRewriteRuleXxxxStream.CreateToken(const TokenType: Integer; in CreateToken() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | async_runtime.cc | 251 AsyncRuntime::Token* AsyncRuntime::CreateToken() { in CreateToken() function in xla::runtime::AsyncRuntime
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_util.cc | 315 /* static */ Literal LiteralUtil::CreateToken() { in CreateToken() function in xla::LiteralUtil
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 197 static std::unique_ptr<MSP430Operand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon9906af0e0111::MSP430Operand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 193 static std::unique_ptr<MSP430Operand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon616a4dc80111::MSP430Operand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 201 static std::unique_ptr<AVROperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anond80b742c0111::AVROperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 210 static std::unique_ptr<AVROperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon3de1d8f20111::AVROperand
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 467 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken() function
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 341 static std::unique_ptr<SparcOperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon1e74052a0111::SparcOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 378 static std::unique_ptr<SparcOperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anone4e8790c0211::SparcOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 580 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 444 static std::unique_ptr<SparcOperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon654fd0d20211::SparcOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 583 static std::unique_ptr<LanaiOperand> CreateToken(StringRef Str, SMLoc Start) { in CreateToken() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 633 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 562 XlaOp MlirHloBuilder::CreateToken() { in CreateToken() function in xla::MlirHloBuilder
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 587 static std::unique_ptr<LanaiOperand> CreateToken(StringRef Str, SMLoc Start) { in CreateToken() function
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 567 static std::unique_ptr<LanaiOperand> CreateToken(StringRef Str, SMLoc Start) { in CreateToken() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 591 static std::unique_ptr<VEOperand> CreateToken(StringRef Str, SMLoc S) { in CreateToken() function in __anon70239fb60211::VEOperand
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 707 static std::unique_ptr<PPCOperand> CreateToken(StringRef Str, SMLoc S, in CreateToken() function
|