HomeSort by relevance Sort by last modified time
    Searched refs:token (Results 251 - 275 of 4235) sorted by null

<<11121314151617181920>>

  /external/syslinux/efi/
udp.c 190 EFI_UDP4_COMPLETION_TOKEN *token = context; local
192 if (token->Status == EFI_SUCCESS)
211 EFI_UDP4_COMPLETION_TOKEN token; local
225 memset(&token, 0, sizeof(token));
227 status = efi_setup_event(&token.Event, (EFI_EVENT_NOTIFY)udp4_cb,
228 &token);
232 status = uefi_call_wrapper(udp->Receive, 2, udp, &token);
243 uefi_call_wrapper(udp->Cancel, 2, udp, &token);
259 rxdata = token.Packet.RxData
285 EFI_UDP4_COMPLETION_TOKEN *token; local
346 EFI_UDP4_COMPLETION_TOKEN *token; local
    [all...]
  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionSessionService.aidl 27 void newSession(IBinder token, in Bundle args, int startFlags);
  /frameworks/hardware/interfaces/sensorservice/1.0/
IDirectReportChannel.hal 48 * @return token the token used to distinguish sensor events from
50 * single direct channel, or 0 if: (1) no such token
55 generates (int32_t token, Result result);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
155 for tokentype, token, start, _end, _line in g:
161 elif token == 'def':
180 elif token == 'class':
189 tokentype, token, start = g.next()[0:3]
191 if token == '(':
197 tokentype, token, start = g.next()[0:3]
198 if token in (')', ',') and level == 1:
217 if token == '(':
219 elif token == ')'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
155 for tokentype, token, start, _end, _line in g:
161 elif token == 'def':
180 elif token == 'class':
189 tokentype, token, start = g.next()[0:3]
191 if token == '(':
197 tokentype, token, start = g.next()[0:3]
198 if token in (')', ',') and level == 1:
217 if token == '(':
219 elif token == ')'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
155 for tokentype, token, start, _end, _line in g:
161 elif token == 'def':
180 elif token == 'class':
189 tokentype, token, start = g.next()[0:3]
191 if token == '(':
197 tokentype, token, start = g.next()[0:3]
198 if token in (')', ',') and level == 1:
217 if token == '(':
219 elif token == ')'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
155 for tokentype, token, start, _end, _line in g:
161 elif token == 'def':
180 elif token == 'class':
189 tokentype, token, start = g.next()[0:3]
191 if token == '(':
197 tokentype, token, start = g.next()[0:3]
198 if token in (')', ',') and level == 1:
217 if token == '(':
219 elif token == ')'
    [all...]
  /system/hwservicemanager/
TokenManager.h 4 #include <android/hidl/token/1.0/ITokenManager.h>
13 namespace token { namespace in namespace:android::hidl
18 using ::android::hidl::token::V1_0::ITokenManager;
29 // Methods from ::android::hidl::token::V1_0::ITokenManager follow.
31 Return<bool> unregister(const hidl_vec<uint8_t> &token) override;
32 Return<sp<IBase>> get(const hidl_vec<uint8_t> &token) override;
43 static uint64_t getTokenId(const hidl_vec<uint8_t> &token);
49 hidl_vec<uint8_t> token; // First eight bytes are tokenId. Remaining bytes are hmac. member in struct:android::hidl::token::V1_0::implementation::TokenManager::TokenInterface
54 // verifies token, returns iterator into mMap
56 lookupToken(const hidl_vec<uint8_t> &token);
    [all...]
  /system/libhidl/transport/token/1.0/utils/
HybridInterface.cpp 22 #include <android/hidl/token/1.0/ITokenManager.h>
26 using ::android::hidl::token::V1_0::ITokenManager;
76 sp<HInterface> retrieveHalInterface(const HalToken& token) {
83 transaction = gTokenManager->get(token);
91 bool createHalToken(const sp<HInterface>& interface, HalToken* token) {
99 *token = newToken;
105 bool deleteHalToken(const HalToken& token) {
112 transaction = gTokenManager->unregister(token);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
scmi_pwr_dmn_proto.c 20 int token = 0, ret; local
35 SCMI_PWR_STATE_SET_MSG, token);
46 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header));
60 int token = 0, ret; local
69 SCMI_PWR_STATE_GET_MSG, token);
79 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header));
scmi_sys_pwr_proto.c 19 int token = 0, ret; local
28 SCMI_SYS_PWR_STATE_SET_MSG, token);
38 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header));
51 int token = 0, ret; local
60 SCMI_SYS_PWR_STATE_GET_MSG, token);
69 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header));
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
UnwantedTokenException.as 10 public function get unexpectedToken():Token {
11 return token;
19 if ( token==null ) {
22 return "UnwantedTokenException(found="+token.text+exp+")";
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 71 const string &token,
88 if (token == "+")
90 else if (token == "-")
92 else if (token == "*")
94 else if (token == "/")
96 else if (token == "%")
98 else if (token == "@")
107 "operation " << token << ": " << expression;
143 } else if (token == "^") {
166 } else if (token == "=")
210 string token; local
319 string token; local
    [all...]
  /external/libtextclassifier/
token-feature-extractor.h 38 // Whether to extract the token case feature.
72 // token. is_in_span is a bool indicator whether the token is a part of the
76 bool Extract(const Token& token, bool is_in_span,
80 // Extracts the sparse (charactergram) features from the token.
81 std::vector<int> ExtractCharactergramFeatures(const Token& token) const;
83 // Extracts the dense features from the token. is_in_span is a bool indicator
84 // whether the token is a part of the selection span (true) or not (false)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
InReplyToParser.java 79 Token token = lexer.getNextToken(); local
83 Token secToken = lexer.getNextToken();
85 token.getTokenValue() + "@" + secToken.getTokenValue());
87 inReplyTo.setCallId(token.getTokenValue());
101 token = lexer.getNextToken();
105 Token secToken = lexer.getNextToken();
107 token.getTokenValue()
111 inReplyTo.setCallId(token.getTokenValue());
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.y 65 #include "Token.h"
81 pp::Token* token;
108 %token TOK_CONST_INT
109 %token TOK_IDENTIFIER
136 // This rule should be applied right after the token is lexed, so we can
137 // refer to context->token in the error message.
139 context->token->location, context->token->text);
222 context->token->location
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.cc 24 // A token processor that builds messages and forward calls to the current
36 void ConsumeToken(std::string* token) override {
39 if (*token == "{") {
40 // This is the beginning of a new message, names after the previous token.
48 } else if (*token == "}") {
49 // A message is being completed. There should be no previous token. Note
60 } else if (*token == ":") {
61 // We reached the end of the 'key' portion of a field. Store the token
69 previous_token_.swap(*token);
71 // This is the 'value' portion of a field. The previous token is th
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
OperationResult.java 30 public final IBinder token; field in class:OperationResult
50 int resultCode, IBinder token, long operationHandle, int inputConsumed, byte[] output,
53 this.token = token;
62 token = in.readStrongBinder();
77 out.writeStrongBinder(token);
  /frameworks/base/core/java/android/service/dreams/
IDreamManager.aidl 33 void finishSelf(in IBinder token, boolean immediate);
34 void startDozing(in IBinder token, int screenState, int screenBrightness);
35 void stopDozing(in IBinder token);
  /frameworks/base/core/java/android/service/trust/
ITrustAgentServiceCallback.aidl 30 void onConfigureCompleted(boolean result, IBinder token);
31 void addEscrowToken(in byte[] token, int userId);
34 void unlockUserWithToken(long handle, in byte[] token, int userId);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 72 void setInputMethod(in IBinder token, String id);
73 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype);
74 void hideMySoftInput(in IBinder token, int flags);
75 void showMySoftInput(in IBinder token, int flags);
76 void updateStatusIcon(in IBinder token, String packageName, int iconId);
77 void setImeWindowStatus(in IBinder token, in IBinder startInputToken, int vis,
83 boolean switchToPreviousInputMethod(in IBinder token);
84 boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme);
85 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
88 void clearLastInputMethodWindowForTransition(in IBinder token);
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/
InternalDownloadSessionCallback.java 46 long token = Binder.clearCallingIdentity();
50 Binder.restoreCallingIdentity(token);
65 long token = Binder.clearCallingIdentity();
69 Binder.restoreCallingIdentity(token);
84 long token = Binder.clearCallingIdentity();
88 Binder.restoreCallingIdentity(token);
InternalStreamingSessionCallback.java 46 long token = Binder.clearCallingIdentity();
50 Binder.restoreCallingIdentity(token);
66 long token = Binder.clearCallingIdentity();
70 Binder.restoreCallingIdentity(token);
85 long token = Binder.clearCallingIdentity();
89 Binder.restoreCallingIdentity(token);
  /hardware/ril/libril/
sap_service.cpp 52 Return<void> connectReq(int32_t token, int32_t maxMsgSize);
54 Return<void> disconnectReq(int32_t token);
56 Return<void> apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command);
58 Return<void> transferAtrReq(int32_t token);
60 Return<void> powerReq(int32_t token, bool state);
62 Return<void> resetSimReq(int32_t token);
64 Return<void> transferCardReaderStatusReq(int32_t token);
66 Return<void> setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol);
68 MsgHeader* createMsgHeader(MsgId msgId, int32_t token);
72 void sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/database/
NoNullCursorAsyncQueryHandler.java 36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection,
39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs,
44 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) {
47 super.onQueryComplete(token, projectionCookie.originalCookie, cursor);
52 onNotNullableQueryComplete(token, projectionCookie.originalCookie, cursor);
55 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor);

Completed in 827 milliseconds

<<11121314151617181920>>