Searched defs:Context (Results 1 - 25 of 31) sorted by relevance

12

/external/libnfc-nxp/src/
H A DphLibNfc_target.c69 void *Context,
344 void *Context,
349 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
343 phLibNfc_RemoteDev_Send_Cb( void *Context, NFCSTATUS status ) argument
H A DphFriNfc.h100 * \par First Parameter: Context
144 void *Context; /*!< Instance address (context) parameter. member in struct:phFriNfc_CplRt
H A DphFriNfc_MifareULMap.c269 (NdefMap->CompletionRoutine->Context != NULL ) &&
347 (NdefMap->CompletionRoutine->Context != NULL ) &&
483 NdefMap->MapCompletionInfo.Context = NdefMap;
579 void phFriNfc_MifareUL_Process( void *Context, argument
595 NdefMap = (phFriNfc_NdefMap_t *)Context;
1435 CompletionRoutine(NdefMap->CompletionRoutine->Context, Status);
1499 NdefMap->MapCompletionInfo.Context = NdefMap;
3282 extern void phFriNfc_MifareUL_UnitTest(void *Context,uint32_t Length)
3286 phFriNfc_NdefMap_t *pNdefMap=(phFriNfc_NdefMap_t*)Context;
H A DphFriNfc_SmtCrdFmt.c68 CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context, Status);
103 NdefSmtCrdFmt->CompletionRoutine[index].Context = NULL;
130 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NULL;
188 NdefSmtCrdFmt->CompletionRoutine[FunctionID].Context = CompletionRoutineContext;
206 && (NdefSmtCrdFmt->CompletionRoutine->Context != NULL))
262 (NdefSmtCrdFmt->CompletionRoutine->Context != NULL))
423 void phFriNfc_NdefSmtCrd_Process(void *Context, argument
426 if ( Context != NULL )
428 phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
515 CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context, Statu
[all...]
H A DphFriNfc_DesfireFormat.c944 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
1236 void phFriNfc_Desf_Process( void *Context, argument
1242 NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
H A DphFriNfc_DesfireMap.c619 void phFriNfc_Desfire_Process(void *Context, argument
623 phFriNfc_NdefMap_t *NdefMap = (phFriNfc_NdefMap_t *)Context;
1757 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1764 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1771 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1778 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1803 NdefMap->MapCompletionInfo.Context = NdefMap;
H A DphFriNfc_MifStdFormat.c246 void phFriNfc_MfStd_Process(void *Context, argument
249 phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
529 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
H A DphFriNfc_NdefMap.c123 NdefMap->CompletionRoutine[index].Context = NULL;
181 NdefMap->MapCompletionInfo.Context = NULL;
255 NdefMap->CompletionRoutine[FunctionID].Context = CompletionRoutineContext;
295 || (NdefMap->CompletionRoutine->Context == NULL )
480 || (NdefMap->CompletionRoutine->Context == NULL)
657 || (NdefMap->CompletionRoutine->Context == NULL))
733 else if ( (NdefMap->CompletionRoutine->CompletionRoutine == NULL) || (NdefMap->CompletionRoutine->Context == NULL ))
947 void phFriNfc_NdefMap_Process( void *Context, argument
951 if ( Context != NULL )
953 phFriNfc_NdefMap_t *NdefMap = (phFriNfc_NdefMap_t *)Context;
[all...]
H A DphFriNfc_TopazMap.c502 void phFriNfc_TopazMap_Process( void *Context, argument
517 psNdefMap = (phFriNfc_NdefMap_t *)Context;
906 NdefMap->MapCompletionInfo.Context = NdefMap;
1084 NdefMap->MapCompletionInfo.Context = NdefMap;
1805 CompletionRoutine(NdefMap->CompletionRoutine->Context, Status);
H A DphLibNfc_ndef_raw.c74 void phLibNfc_Ndef_Write_Cb(void* Context,NFCSTATUS status);
78 void phLibNfc_Ndef_Read_Cb(void* Context,NFCSTATUS status);
82 void phLibNfc_Ndef_format_Cb(void *Context,NFCSTATUS status);
274 void phLibNfc_Ndef_Read_Cb(void* Context,NFCSTATUS status) argument
278 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
523 void phLibNfc_Ndef_Write_Cb(void* Context,NFCSTATUS status) argument
527 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
638 /*Allocate memory for NDEF Mapping Component Context Structure*/
1516 void phLibNfc_Ndef_format_Cb(void *Context,NFCSTATUS status) argument
1520 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
[all...]
H A DphFriNfc_FelicaMap.c771 NdefMap->MapCompletionInfo.Context = NdefMap;
1129 NdefMap->MapCompletionInfo.Context = NdefMap;
1281 NdefMap->MapCompletionInfo.Context = NdefMap;
2176 NdefMap->MapCompletionInfo.Context = NdefMap;
2264 void phFriNfc_Felica_Process(void *Context, argument
2275 phFriNfc_NdefMap_t *NdefMap = (phFriNfc_NdefMap_t *)Context;
2764 NdefMap->MapCompletionInfo.Context = NdefMap;
2995 CompletionRoutine(NdefMap->CompletionRoutine->Context, Status);
H A DphFriNfc_MifULFormat.c264 void phFriNfc_MfUL_Process(void *Context, argument
267 phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
1139 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
H A DphFriNfc_MifareStdMap.c652 NdefMap->MapCompletionInfo.Context = NdefMap;
883 void phFriNfc_MifareStdMap_Process( void *Context, argument
895 NdefMap = (phFriNfc_NdefMap_t *)Context;
1235 NdefMap->MapCompletionInfo.Context = NdefMap;
1317 NdefMap->MapCompletionInfo.Context = NdefMap;
1490 NdefMap->MapCompletionInfo.Context = NdefMap;
1560 CompletionRoutine(NdefMap->CompletionRoutine->Context, Result);
4410 NdefMap->MapCompletionInfo.Context = NdefMap;
4956 NdefMap->MapCompletionInfo.Context = NdefMap;
5881 NdefMap->MapCompletionInfo.Context
[all...]
/external/clearsilver/python/examples/base/
H A DCSPage.py17 class Context: class in inherits:
/external/chromium/base/
H A Dmd5.cc27 struct Context { struct
149 struct Context *ctx = (struct Context *)pCtx;
163 struct Context *ctx = (struct Context *)pCtx;
213 struct Context *ctx = (struct Context *)pCtx;
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc100 // ProxyResolverV8::Context ---------------------------------------------------
102 class ProxyResolverV8::Context { class in class:net::ProxyResolverV8
104 explicit Context(ProxyResolverJSBindings* js_bindings) function in class:net::ProxyResolverV8::Context
109 ~Context() {
120 v8::Context::Scope function_scope(v8_context_);
188 v8_context_ = v8::Context::New(NULL, global_template);
190 v8::Context::Scope ctx(v8_context_);
274 Context* context =
275 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
293 Context* contex
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Dcsdetect.cpp343 } Context; typedef in typeref:struct:__anon1428
363 if(((Context *)en->context)->currIndex >= fCSRecognizers_size) {
369 const char *currName = fCSRecognizers[((Context *)en->context)->currIndex]->getName();
373 ((Context *)en->context)->currIndex++;
380 ((Context *)en->context)->currIndex = 0;
407 en->context = (void*)NEW_ARRAY(Context, 1);
408 uprv_memset(en->context, 0, sizeof(Context));
/external/icu4c/i18n/
H A Dcsdetect.cpp343 } Context; typedef in typeref:struct:__anon2445
363 if(((Context *)en->context)->currIndex >= fCSRecognizers_size) {
369 const char *currName = fCSRecognizers[((Context *)en->context)->currIndex]->getName();
373 ((Context *)en->context)->currIndex++;
380 ((Context *)en->context)->currIndex = 0;
407 en->context = (void*)NEW_ARRAY(Context, 1);
408 uprv_memset(en->context, 0, sizeof(Context));
/external/icu4c/samples/layout/
H A Dcgnomelayout.c21 struct Context struct
28 typedef struct Context Context; typedef in typeref:struct:Context
80 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context)
209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context)
226 Context *context = NEW_ARRAY(Context, 1);
281 Context *contex
[all...]
H A Dclayout.c27 struct Context struct
34 typedef struct Context Context; typedef in typeref:struct:Context
51 void InitParagraph(HWND hwnd, Context *context)
121 Context *context;
145 context = NEW_ARRAY(Context, 1);
162 context = (Context *) GetWindowLongPtr(hwnd, 0);
219 context = (Context *) GetWindowLongPtr(hwnd, 0);
244 context = (Context *) GetWindowLongPtr(hwnd, 0);
302 context = (Context *) GetWindowLongPt
[all...]
H A Dgnomelayout.cpp33 struct Context struct
88 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context)
217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context)
232 Context *context = new Context();
282 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
H A Dlayout.cpp28 struct Context struct
50 void InitParagraph(HWND hwnd, Context *context)
120 Context *context;
143 context = new Context();
160 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
217 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
242 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
298 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
335 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
/external/v8/src/
H A Dcontexts.h46 // Contexts are implemented as FixedArray objects; the Context
49 // Note: Context must have no virtual functions and Context objects
92 V(RUNTIME_CONTEXT_INDEX, Context, runtime_context) \
103 // closures. A Context object is used to represent function contexts and
135 // to lazily allocated extension object. Context::Lookup
159 // except for the global context. This could simplify Context::Lookup.
161 class Context: public FixedArray { class in namespace:v8::internal
164 static Context* cast(Object* context) {
166 return reinterpret_cast<Context*>(contex
[all...]
/external/ppp/pppd/plugins/radius/
H A Dradius.c733 MD5_CTX Context; local
745 MD5_Init(&Context);
746 MD5_Update(&Context, req_info->secret, strlen(req_info->secret));
747 MD5_Update(&Context, req_info->request_vector, AUTH_VECTOR_LEN);
748 MD5_Final(buf, &Context);
753 MD5_Init(&Context);
754 MD5_Update(&Context, req_info->secret, strlen(req_info->secret));
755 MD5_Update(&Context, vp->strvalue, 16);
756 MD5_Final(buf, &Context);
786 MD5_CTX Context; local
[all...]
/external/v8/tools/
H A Dtest.py625 class Context(object): class in inherits:object
1261 context = Context(workspace, buildspace, VERBOSE,

Completed in 392 milliseconds

12