/aosp_15_r20/external/angle/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.cpp | 137 struct TokenInfo struct 139 constexpr TokenInfo() in TokenInfo() argument 145 constexpr TokenInfo(const char *nameIn, in TokenInfo() argument 151 constexpr TokenInfo(const char *nameIn, GPUTestConfig::Condition conditionIn) in TokenInfo() function 155 const char *name; 156 GPUTestConfig::Condition condition; 157 GPUTestExpectationsParser::GPUTestExpectation expectation;
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 29 struct Parser::TokenInfo { struct in clang::ast_matchers::dynamic::Parser 31 enum TokenKind { 45 static const char* const ID_Bind; 47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} in TokenInfo() argument 49 StringRef Text; 50 TokenKind Kind; 51 SourceRange Range; 52 VariantValue Value;
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | HistogramDevice.h | 155 struct TokenInfo { struct 170 TokenInfo(HistogramDevice* histogramDevice, const ndk::SpAIBinder& token, pid_t pid) in TokenInfo() argument
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/ |
H A D | TokenInfo.java | 36 public final class TokenInfo implements Parcelable { class 43 public TokenInfo(long count, @NonNull PersistableBundle persistableBundle) { in TokenInfo() method in TokenInfo 51 public TokenInfo(long count) { in TokenInfo() method in TokenInfo
|
H A D | OnDeviceIntelligenceManager.java | 321 @NonNull OutcomeReceiver<TokenInfo, in requestTokenInfo()
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/ |
H A D | TokenInfo.java | 36 public final class TokenInfo implements Parcelable { class 43 public TokenInfo(long count, @NonNull PersistableBundle persistableBundle) { in TokenInfo() method in TokenInfo 51 public TokenInfo(long count) { in TokenInfo() method in TokenInfo
|
H A D | OnDeviceIntelligenceManager.java | 349 @NonNull OutcomeReceiver<TokenInfo, in requestTokenInfo()
|
/aosp_15_r20/external/perfetto/src/kallsyms/ |
H A D | kernel_symbol_map.cc | 241 struct TokenInfo { in Parse() struct 242 uint32_t count = 0; in Parse() 243 TokenId id = 0; in Parse()
|
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | tokenizer.py | 10 def shorttok(tok: tokenize.TokenInfo) -> str: 23 self, tokengen: Iterator[tokenize.TokenInfo], *, path: str = "", verbose: bool = False
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | pipeline_monitor.h | 242 struct TokenInfo { struct 245 size_t byte_count = 0;
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | TokenConcatenation.h | 57 char TokenInfo[tok::NUM_TOKENS]; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | TokenConcatenation.h | 56 char TokenInfo[tok::NUM_TOKENS]; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | TokenConcatenation.h | 56 char TokenInfo[tok::NUM_TOKENS]; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | TokenConcatenation.h | 56 char TokenInfo[tok::NUM_TOKENS]; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | TokenConcatenation.h | 56 char TokenInfo[tok::NUM_TOKENS]; variable
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tokenize.h | 63 } TokenInfo; typedef
|
/aosp_15_r20/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/ |
H A D | CtsIsolatedInferenceService.java | 94 @NonNull OutcomeReceiver<TokenInfo, OnDeviceIntelligenceException> callback) { in onTokenInfoRequest()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.stubs.test.from-text/android_common/metalava/ |
D | stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.stubs.system.from-text/android_common/framework-ondeviceintelligence-platform.stubs.system.from-text/ |
D | framework-ondeviceintelligence-platform.stubs.system.from-text.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.stubs.system.from-text/android_common/metalava/ |
D | stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.stubs.test.from-text/android_common/framework-ondeviceintelligence-platform.stubs.test.from-text/ |
D | framework-ondeviceintelligence-platform.stubs.test.from-text.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): class
|