/third_party/jerryscript/jerry-ext/handler/ |
H A D | handler-resource-name.c | 38 jerry_value_t resource_name = jerry_get_resource_name (args_cnt > 0 ? args_p[0] : undefined_value); in jerryx_handler_resource_name() local
|
/third_party/node/test/node-api/test_make_callback/ |
H A D | binding.c | 30 napi_value resource_name; in MakeCallback() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator-inl.h | 15 CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name, const char* resource_name, int line_number, int column_number, std::unique_ptr<SourcePositionTable> line_info, bool is_shared_cross_origin, CodeType code_type) CodeEntry() argument
|
H A D | profiler-listener.cc | 184 const char* resource_name = in CodeCreateEvent() local
|
/third_party/jerryscript/jerry-core/vm/ |
H A D | vm-defines.h | 56 ecma_value_t resource_name; /**< current resource name (usually a file name) */ member
|
/third_party/node/test/node-api/test_callback_scope/ |
H A D | binding.c | 60 napi_value resource_name; in Callback() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFResourceDict.cpp | 45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-resource-name.cpp | 33 jerry_value_t resource_name = jerry_get_resource_name (args_count > 0 ? args_p[0] : undefined_value); in resource_name_handler() local
|
/third_party/node/test/node-api/test_async/ |
H A D | test_async.c | 64 napi_value resource_name; in Test() local 131 napi_value resource_name; in TestCancel() local
|
/third_party/node/test/node-api/test_async_context/ |
H A D | binding.c | 69 napi_value resource_name; in CreateAsyncResource() local
|
/third_party/node/test/node-api/test_instance_data/ |
H A D | test_instance_data.c | 63 napi_value resource_name; in AsyncWorkCallback() local 148 napi_value argv[2], resource_name; in TestThreadsafeFunction() local
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-message.h | 64 V8_INLINE ScriptOrigin(Isolate* isolate, Local<Value> resource_name, in ScriptOrigin() argument
|
H A D | v8-script.h | 434 Local<Value> resource_name; member in v8::ScriptCompiler::Source
|
/third_party/node/deps/v8/include/ |
H A D | v8-message.h | 64 V8_INLINE ScriptOrigin(Isolate* isolate, Local<Value> resource_name, in ScriptOrigin() argument
|
H A D | v8-script.h | 401 Local<Value> resource_name; member in v8::ScriptCompiler::Source
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderProgramInterfaces.cpp | 512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; in iterate() local
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 49 void addPath(const char resource_name[], const SkPath& path) { in addPath() argument
|
/third_party/skia/modules/skresources/src/ |
H A D | SkResources.cpp | 193 loadImageAsset(const char resource_path[], const char resource_name[], const char[]) const loadImageAsset() argument 248 loadImageAsset(const char resource_path[], const char resource_name[], const char resource_id[]) const loadImageAsset() argument
|
/third_party/jerryscript/jerry-core/jcontext/ |
H A D | jcontext.h | 217 ecma_value_t resource_name; /**< resource name (usually a file name) */ member
|
/third_party/libcoap/src/ |
H A D | coap_subscribe.c | 694 coap_op_obs_cnt_track_observe(coap_context_t *context, coap_str_const_t *resource_name, uint32_t n_observe_num, void *user_data) coap_op_obs_cnt_track_observe() argument 762 coap_op_obs_cnt_deleted(coap_context_t *context, coap_str_const_t *resource_name) coap_op_obs_cnt_deleted() argument 970 coap_op_dyn_resource_added(coap_session_t *session, coap_str_const_t *resource_name, coap_bin_const_t *packet, void *user_data) coap_op_dyn_resource_added() argument 1046 coap_op_resource_deleted(coap_context_t *context, coap_str_const_t *resource_name, void *user_data) coap_op_resource_deleted() argument [all...] |
/third_party/node/src/ |
H A D | module_wrap.cc | 554 ImportModuleDynamically( Local<Context> context, Local<v8::Data> host_defined_options, Local<Value> resource_name, Local<String> specifier, Local<FixedArray> import_attributes) ImportModuleDynamically() argument
|
H A D | inspector_agent.cc | 657 std::string resource_name = variable
|
H A D | js_native_api_v8_inspector.cc | 1266 std::string resource_name = variable
|
H A D | node_api.cc | 554 resource_name, in AsyncContext() local 1244 v8::Local<v8::String> resource_name; in jsvm_create_async_work() local 538 AsyncContext(node_jsvm_env env, v8::Local<v8::Object> resource_object, const v8::Local<v8::String> resource_name, bool externally_managed_resource) AsyncContext() argument
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.cc | 717 v8::Local<v8::String> resource_name = in RunExtraCode() local
|