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

1 2 3

  /frameworks/base/media/java/android/media/
SessionToken2.java 47 public @interface TokenType {
144 public @TokenType int getType() {
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
security_windows.go 60 //sys DuplicateTokenEx(hExistingToken syscall.Token, dwDesiredAccess uint32, lpTokenAttributes *syscall.SecurityAttributes, impersonationLevel uint32, tokenType TokenType, phNewToken *syscall.Token) (err error) = advapi32.DuplicateTokenEx
78 type TokenType uint32
81 TokenPrimary TokenType = 1
82 TokenImpersonation TokenType = 2
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
security_windows.go 60 //sys DuplicateTokenEx(hExistingToken syscall.Token, dwDesiredAccess uint32, lpTokenAttributes *syscall.SecurityAttributes, impersonationLevel uint32, tokenType TokenType, phNewToken *syscall.Token) (err error) = advapi32.DuplicateTokenEx
78 type TokenType uint32
81 TokenPrimary TokenType = 1
82 TokenImpersonation TokenType = 2
  /system/core/init/parser/
tokenizer.h 42 enum TokenType { TOK_START, TOK_END, TOK_NEWLINE, TOK_TEXT };
44 TokenType type;
  /external/jsoncpp/include/json/
reader.h 157 enum TokenType {
176 TokenType type_;
190 bool expectToken(TokenType type, Token& token, const char* message);
217 bool recoverFromError(TokenType skipUntilToken);
220 TokenType skipUntilToken);
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 87 // similar to those that make up the C language; see the TokenType enum for
99 enum TokenType {
126 TokenType type;
334 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.h 87 enum TokenType {
133 util::Status ParseValue(TokenType type);
161 util::Status ParseEntry(TokenType type);
164 util::Status ParseEntryMid(TokenType type);
167 util::Status ParseObjectMid(TokenType type);
173 util::Status ParseArrayValue(TokenType type);
176 util::Status ParseArrayMid(TokenType type);
201 TokenType GetNextTokenType();
  /frameworks/support/media/src/main/java/androidx/media/
SessionToken2.java 59 public @interface TokenType {
90 private final @TokenType int mType;
244 public @TokenType int getType() {
259 final @TokenType int type = bundle.getInt(KEY_TYPE, -1);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 87 // similar to those that make up the C language; see the TokenType enum for
99 enum TokenType {
126 TokenType type;
334 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 77 private final TokenType[] tokenTypes;
144 if (type() != TokenType.WHITESPACE) { return true; }
151 public TokenType type() {
176 TokenType[] tokenTypes) {
183 public enum TokenType {
283 private static final TokenType[] ZERO_TYPES = new TokenType[0];
299 private List<TokenType> tokenTypes = null;
335 TokenType openBracket(char bracketChar) {
337 TokenType type
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 251 TokenType
  /prebuilts/go/linux-x86/src/syscall/
security_windows.go 251 TokenType
  /external/clang/lib/Format/
FormatToken.h 90 enum TokenType {
98 const char *getTokenTypeName(TokenType Type);
169 TokenType Type = TT_Unknown;
283 bool is(TokenType TT) const { return Type == TT; }
  /external/protobuf/conformance/third_party/jsoncpp/
json.h     [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 573 TokenType,
664 TOKEN_TYPE TokenType;
687 TOKEN_TYPE TokenType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 2358 milliseconds

1 2 3