Home
last modified time | relevance | path

Searched defs:context (Results 1151 - 1175 of 4512) sorted by relevance

1...<<41424344454647484950>>...181

/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc17 SyncStreamingDecoder(Isolate* isolate, const WasmFeatures& enabled, Handle<Context> context, const char* api_method_name_for_errors, std::shared_ptr<CompilationResultResolver> resolver) SyncStreamingDecoder() argument
101 CreateSyncStreamingDecoder( Isolate* isolate, const WasmFeatures& enabled, Handle<Context> context, const char* api_method_name_for_errors, std::shared_ptr<CompilationResultResolver> resolver) CreateSyncStreamingDecoder() argument
/third_party/node/src/
H A Dnode_context_data.h64 static inline void TagNodeContext(v8::Local<v8::Context> context) { in TagNodeContext() argument
72 static inline bool IsNodeContext(v8::Local<v8::Context> context) { in IsNodeContext() argument
H A Dnode_contextify.h68 inline v8::Local<v8::Context> context() const { in context() function in node::contextify::ContextifyContext
H A Dnode_process_object.cc84 Local<Context> context = realm->context(); in CreateProcessObject() local
179 Local<Context> context = isolate->GetCurrentContext(); in PatchProcessObject() local
[all...]
H A Dnode_realm.h20 SnapshotIndex context; member
H A Dnode_sea.cc106 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
H A Dsignal_wrap.cc51 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
H A Dtty_wrap.cc52 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
H A Duv.cc84 Local<Context> context = env->context(); in GetErrMap() local
107 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
/third_party/node/test/cctest/
H A Dtest_aliased_buffer.cc74 v8::Local<v8::Context> context = v8::Context::New(isolate); in ReadWriteTest() local
105 v8::Local<v8::Context> context = v8::Context::New(isolate); in SharedBufferTest() local
35 ReadAndValidate(v8::Isolate* isolate, v8::Local<v8::Context> context, AliasedBufferBase<NativeT, V8T>* aliasedBuffer, const std::vector<NativeT>& oracle) ReadAndValidate() argument
207 v8::Local<v8::Context> context = v8::Context::New(isolate_); TEST_F() local
221 v8::Local<v8::Context> context = v8::Context::New(isolate_); TEST_F() local
[all...]
H A Dtest_linked_binding.cc33 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() local
74 v8::Local<v8::Context> context in TEST_F() local
8 InitializeBinding(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, v8::Local<v8::Context> context, void* priv) InitializeBinding() argument
49 InitializeLocalBinding(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, v8::Local<v8::Context> context, void* priv) InitializeLocalBinding() argument
118 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
144 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
195 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
223 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
279 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
317 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
354 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); TEST_F() local
[all...]
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dbacktrace.c34 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dbacktrace.c19 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback() argument
/third_party/node/deps/icu-small/source/common/
H A Dumutex.h154 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { in umtx_initOnce() argument
166 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duoptions.h57 void *context; /* parameter for the function */ member
/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.cpp47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() argument
65 uprv_decContextDefault(decContext *context, Int kind) uprv_decContextDefault() argument
130 uprv_decContextGetRounding(decContext *context) uprv_decContextGetRounding() argument
142 uprv_decContextGetStatus(decContext *context) uprv_decContextGetStatus() argument
158 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) uprv_decContextRestoreStatus() argument
175 uprv_decContextSaveStatus(decContext *context, uInt mask) uprv_decContextSaveStatus() argument
188 uprv_decContextSetRounding(decContext *context, enum rounding newround) uprv_decContextSetRounding() argument
204 uprv_decContextSetStatus(decContext *context, uInt status) uprv_decContextSetStatus() argument
225 uprv_decContextSetStatusFromString(decContext *context, const char *string) uprv_decContextSetStatusFromString() argument
276 uprv_decContextSetStatusFromStringQuiet(decContext *context, const char *string) uprv_decContextSetStatusFromStringQuiet() argument
322 uprv_decContextSetStatusQuiet(decContext *context, uInt status) uprv_decContextSetStatusQuiet() argument
334 uprv_decContextStatusToString(const decContext *context) uprv_decContextStatusToString() argument
416 uprv_decContextTestStatus(decContext *context, uInt mask) uprv_decContextTestStatus() argument
428 uprv_decContextZeroStatus(decContext *context) uprv_decContextZeroStatus() argument
[all...]
H A Dnortrans.cpp60 _create(const UnicodeString& ID, Token context) _create() argument
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c108 SHA1Init(SHA1_CTX *context) in SHA1Init() argument
125 SHA1Update(SHA1_CTX *context, const uint8_t *data, size_t len) SHA1Update() argument
148 SHA1Pad(SHA1_CTX *context) SHA1Pad() argument
164 SHA1Final(uint8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) SHA1Final() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c69 const struct lp_jit_context *context = &state->jit_context; in lp_linear_blit_rgba_blit() local
118 const struct lp_jit_context *context = &state->jit_context; in lp_linear_blit_rgb1_blit() local
H A Dlp_test_printf.c92 LLVMContextRef context; in test_printf() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dsorttest.c128 linesComparator(const void *context, const void *left, const void *right) { in linesComparator() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Duoptions.h57 void *context; /* parameter for the function */ member
/third_party/icu/icu4c/source/samples/ucnv/
H A Dflagcb.c33 flagCB_fromU( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) flagCB_fromU() argument
176 debugCB_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) debugCB_fromU() argument
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c236 struct lws_context *context = wsi->a.context; in lws_client_ws_upgrade() local
/third_party/libwebsockets/lib/system/
H A Dsystem.c33 lws_system_get_ops(struct lws_context *context) in lws_system_get_ops() argument
137 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type, in lws_system_get_blob() argument
154 __lws_system_attach(struct lws_context *context, int tsi, lws_attach_cb_t cb, in __lws_system_attach() argument
[all...]

Completed in 23 milliseconds

1...<<41424344454647484950>>...181