Home
last modified time | relevance | path

Searched defs:resource_name (Results 1 – 25 of 30) sorted by relevance

12

/third_party/jerryscript/jerry-ext/handler/
Dhandler-resource-name.c38 …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/deps/v8/src/profiler/
Dprofile-generator-inl.h16 const char* resource_name, int line_number, in CodeEntry()
Dprofiler-listener.cc184 const char* resource_name = in CodeCreateEvent() local
Dprofile-generator.h86 const char* resource_name() const { return resource_name_; } in resource_name() function
/third_party/node/test/node-api/test_make_callback/
Dbinding.c30 napi_value resource_name; in MakeCallback() local
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c63 napi_value resource_name; in AsyncWorkCallback() local
148 napi_value argv[2], resource_name; in TestThreadsafeFunction() local
/third_party/python/Lib/test/support/
Dsocket_helper.py190 def transient_internet(resource_name, *, timeout=_NOT_SET, errnos=()): argument
/third_party/node/test/node-api/test_async/
Dtest_async.c64 napi_value resource_name; in Test() local
131 napi_value resource_name; in TestCancel() local
/third_party/libcoap/src/
Dcoap_subscribe.c695 coap_str_const_t *resource_name, in coap_op_obs_cnt_track_observe()
763 coap_str_const_t *resource_name) { in coap_op_obs_cnt_deleted()
971 coap_str_const_t *resource_name, in coap_op_dyn_resource_added()
1047 coap_str_const_t *resource_name, in coap_op_resource_deleted()
/third_party/jerryscript/tests/unit-core/
Dtest-resource-name.cpp33 …jerry_value_t resource_name = jerry_get_resource_name (args_count > 0 ? args_p[0] : undefined_valu… in resource_name_handler() local
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c60 napi_value resource_name; in Callback() local
/third_party/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
/third_party/node/deps/postject/
Dpostject-api.h171 char* resource_name = NULL; in postject_find_resource() local
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
Dpostject-api.h171 char* resource_name = NULL; in postject_find_resource() local
/third_party/skia/modules/skresources/src/
DSkResources.cpp194 const char resource_name[], in loadImageAsset()
249 const char resource_name[], in loadImageAsset()
/third_party/node/test/node-api/test_async_context/
Dbinding.c69 napi_value resource_name; in CreateAsyncResource() local
/third_party/skia/tools/viewer/
DParticlesSlide.cpp43 const char resource_name[], in loadImageAsset()
49 void addPath(const char resource_name[], const SkPath& path) { in addPath()
/third_party/jerryscript/jerry-core/vm/
Dvm-defines.h56 …ecma_value_t resource_name; /**< current resource name (usually a file nam… member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; in iterate() local
/third_party/node/deps/v8/include/
Dv8-script.h401 Local<Value> resource_name; variable
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h217 ecma_value_t resource_name; /**< resource name (usually a file name) */ member
/third_party/node/src/
Dnode_api.cc540 const v8::Local<v8::String> resource_name, in AsyncContext()
1244 v8::Local<v8::String> resource_name; in jsvm_create_async_work() local
Dmodule_wrap.cc557 Local<Value> resource_name, in ImportModuleDynamically()
Dinspector_agent.cc656 std::string resource_name = in resourceNameToUrl() local
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc717 v8::Local<v8::String> resource_name = in RunExtraCode() local

12