Searched refs:Token (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | BufferTracker.h | 79 class Token { 80 DISALLOW_COPY_AND_ASSIGN(Token); 83 Token(uint32_t token, std::shared_ptr<AidlBufferTracker> tracker) in Token() function 85 ~Token() { kBufferTracker->free(kToken); } in ~Token() 102 std::unique_ptr<Token> add(std::shared_ptr<AidlManagedBuffer> buffer);
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 80 * which generates a Hardware Authentication Token. The challenge prevents 100 * Note that the Hardware Authentication Token must be valid for the 113 * @param hat A valid Hardware Authentication Token, generated as a result 162 * @param hat A valid Hardware Authentication Token, generated as a result 267 * @param hat A valid Hardware Authentication Token, generated when the 269 * Authentication Token is verified, lockout must be reset and
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | BufferTracker.cpp | 190 std::unique_ptr<AidlBufferTracker::Token> AidlBufferTracker::add( in add() 206 return std::make_unique<Token>(token, shared_from_this()); in add()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | lunr.js | 340 lunr.Token = function (str, metadata) { class in lunr 350 lunr.Token.prototype.toString = function () { 374 lunr.Token.prototype.update = function (fn) { 386 lunr.Token.prototype.clone = function (fn) { 388 return new lunr.Token (fn(this.str, this.metadata), this.metadata) 420 return new lunr.Token( 443 new lunr.Token ( 704 var token = new lunr.Token (str, metadata)
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 59 * @param hat a valid Hardware Authentication Token (HAT), generated
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 249 === Token Input Streams 507 |Token type | Equivalent command
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 351 * here are not typical HIDL types. See "Buffer Metadata Token" and 390 * ------------ Buffer Metadata Token ----------------------
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | dbghelp.h | 819 BOOL IMAGEAPI SymFromToken(HANDLE hProcess,DWORD64 Base,DWORD Token,PSYMBOL_INFO Symbol);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 41 * Interface required to break circular dependency between Token, Lexer, and 58 class Token { class 67 * Given a pair of tokens (this and endToken), compute a `Token` encompassing 75 return new Token(text, SourceLocation.range(this, endToken)); 85 * If possible, a caller should provide a Token or ParseNode with information 89 // Error position based on passed-in Token or ParseNode. 13629 return new Token("EOF", new SourceLocation(this, pos, pos)); 13635 …throw new ParseError(`Unexpected character: '${input[pos]}'`, new Token(input[pos], new SourceLoca… 13662 return new Token(text, new SourceLocation(this, pos, this.tokenRegex.lastIndex)); 14838 * from the stack. This case can be detected by a `Token` return value [all …]
|
D | katex.js | 180 function Token(text, // the text of this token 193 var _proto = Token.prototype; 198 return new Token(text, SourceLocation.range(this, endToken)); 201 return Token; 214 var ParseError = // Error position based on passed-in Token or ParseNode.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | extensions.adoc | 247 == Extension Command, Type, and Token Naming Conventions 784 == Assigning Extension Token Values
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 1714 ``Assigning Extension Token Values`" section of the <<vulkan-styleguide,
|