/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | MeshJS.cpp | 38 void MeshJS::Init(napi_env env, napi_value exports) in Init() argument 50 auto status = napi_define_class(env, "Mesh", NAPI_AUTO_LENGTH, BaseObject::ctor<MeshJS>(), nullptr, in Init() 54 napi_get_instance_data(env, (void**)&mis); in Init()
|
H A D | SubMeshJS.cpp | 41 void SubMeshJS::Init(napi_env env, napi_value exports)
in Init() argument 52 auto status = napi_define_class(env, "SubMesh", NAPI_AUTO_LENGTH, BaseObject::ctor<SubMeshJS>(), nullptr,
in Init() 56 napi_get_instance_data(env, (void**)&mis);
in Init()
|
H A D | QuatProxy.cpp | 19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(prop)
in QuatProxy() argument 21 Create(env, "Quaternion");
in QuatProxy()
|
H A D | Vec4Proxy.cpp | 16 Vec4Proxy::Vec4Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec4> prop) : PropertyProxy(prop) in Vec4Proxy() argument 20 Create(env, "Vec4"); in Vec4Proxy()
|
H A D | Vec3Proxy.cpp | 17 Vec3Proxy::Vec3Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec3> prop) : PropertyProxy(prop)
in Vec3Proxy() argument 20 Create(env, "Vec3");
in Vec3Proxy()
|
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_manager.cpp | 40 void EventManager::AddListener(napi_env env, const std::string &type, napi_value callback, bool once, in AddListener() argument 49 listeners_.emplace_back(EventListener(env, type, callback, once, asyncCallback)); in AddListener() 155 : data(theData), env(theEnv), type(std::move(eventType)), manager(eventManager) in UvWorkWrapper()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
H A D | freedreno_noop.c | 265 const char *env = getenv("FD_GPU_ID"); in msm_driver_get_device_info() local 267 if (!env) { in msm_driver_get_device_info() 272 int gpu_id = atoi(env); in msm_driver_get_device_info()
|
/third_party/node/src/ |
H A D | udp_wrap.h | 112 static void AddMethods(Environment* env, v8::Local<v8::FunctionTemplate> t); 175 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env, 189 UDPWrap(Environment* env, v8::Local<v8::Object> object);
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_pattern_test.cpp | 73 auto env = SPV_ENV_UNIVERSAL_1_0; in TEST_P() local 74 ASSERT_EQ(SPV_SUCCESS, spvOperandTableGet(&operandTable, env)); in TEST_P() 77 spvPushOperandTypesForMask(env, operandTable, GetParam().type, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_pattern_test.cpp | 73 auto env = SPV_ENV_UNIVERSAL_1_0; in TEST_P() local 74 ASSERT_EQ(SPV_SUCCESS, spvOperandTableGet(&operandTable, env)); in TEST_P() 77 spvPushOperandTypesForMask(env, operandTable, GetParam().type, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 1 #! /usr/bin/env python3 185 env = {**os.environ.copy(), **additional_env} 203 subprocess.check_call(run_args, env=env)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | ios.py | 29 def env(self): member in iOSFlavor 36 return self.m.context(env=self.env)
|
/third_party/spirv-tools/test/ |
H A D | operand_pattern_test.cpp | 73 auto env = SPV_ENV_UNIVERSAL_1_0; in TEST_P() local 74 ASSERT_EQ(SPV_SUCCESS, spvOperandTableGet(&operandTable, env)); in TEST_P() 77 spvPushOperandTypesForMask(env, operandTable, GetParam().type, in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 135 virtual void initConfiguration(const TestEnvironment& env, 137 virtual void fillCommandBuffer(const TestEnvironment& env, 355 void initVertexBuffer(const TestEnvironment& env, 357 Move<VkPipeline> makeGraphicsPipeline(const TestEnvironment& env, 359 virtual void initConfiguration(const TestEnvironment& env, 361 virtual void fillCommandBuffer(const TestEnvironment& env, 732 void GraphicsConfiguration::initVertexBuffer(const TestEnvironment& env, in initVertexBuffer() argument 735 const DeviceInterface& vkd = *env.vkd; in initVertexBuffer() 736 const VkDevice device = env.device; in initVertexBuffer() 737 Allocator& allocator = *env in initVertexBuffer() 867 makeGraphicsPipeline(const TestEnvironment& env, TestParams& testParams) makeGraphicsPipeline() argument 894 initConfiguration(const TestEnvironment& env, TestParams& testParams) initConfiguration() argument 942 fillCommandBuffer(const TestEnvironment& env, TestParams& testParams, VkCommandBuffer cmdBuffer, const VkAccelerationStructureKHR* rayQueryTopAccelerationStructurePtr, const VkDescriptorImageInfo& resultImageInfo) fillCommandBuffer() argument 1061 initConfiguration(const TestEnvironment& env, TestParams& testParams) initConfiguration() argument 1084 fillCommandBuffer(const TestEnvironment& env, TestParams& testParams, VkCommandBuffer cmdBuffer, const VkAccelerationStructureKHR* rayQueryTopAccelerationStructurePtr, const VkDescriptorImageInfo& resultImageInfo) fillCommandBuffer() argument 1434 initConfiguration(const TestEnvironment& env, TestParams& testParams) initConfiguration() argument 1511 fillCommandBuffer(const TestEnvironment& env, TestParams& testParams, VkCommandBuffer commandBuffer, const VkAccelerationStructureKHR* rayQueryTopAccelerationStructurePtr, const VkDescriptorImageInfo& resultImageInfo) fillCommandBuffer() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_loudnorm.c | 259 double env; in true_peak_limiter() local 260 env = s->gain_reduction[1]; in true_peak_limiter() 261 buf[c] *= env; in true_peak_limiter() 298 double env; in true_peak_limiter() local 299 env = s->gain_reduction[0] - ((double) s->env_cnt / (s->attack_length - 1) * (s->gain_reduction[0] - s->gain_reduction[1])); in true_peak_limiter() 300 buf[s->env_index + c] *= env; in true_peak_limiter() 348 double env; in true_peak_limiter() local 349 env = s->gain_reduction[1]; in true_peak_limiter() 350 buf[s->env_index + c] *= env; in true_peak_limiter() 369 double env; in true_peak_limiter() local [all...] |
/third_party/libabigail/tools/ |
H A D | abidiff.cc | 1183 environment env; in main() local 1185 env.analyze_exported_interfaces_only(*opts.exported_interfaces_only); in main() 1189 env.self_comparison_debug_is_on(true); in main() 1193 env.debug_type_canonicalization_is_on(true); in main() 1224 env); in main() 1237 env, requested_fe_kind, in main() 1256 abixml::create_reader(opts.file1, env); in main() 1269 env); in main() 1296 env); in main() 1309 env, requested_fe_kin in main() [all...] |
/base/startup/init/interfaces/kits/syscap_ts/include/ |
H A D | syscap_ts.h | 22 void InitSyscapModule(napi_env env);
|
/foundation/arkui/napi/sample/native_module_demo/ |
H A D | demo_javascript_class.h | 22 void DemoJavascriptClassInit(napi_env env, napi_value exports);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | call-conv-field.h | 8 int (__stdcall *GetVersion)(void *env);
|
/base/location/frameworks/js/napi/include/ |
H A D | locator_callback_napi.h | 60 void SetEnv(const napi_env& env); 69 context->env = env_; in InitContext()
|
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/ |
H A D | scan_module.cpp | 59 static napi_value Init(napi_env env, napi_value exports) in Init() argument 89 napi_status status = napi_define_properties(env, exports, sizeof(desc) / sizeof(napi_property_descriptor), desc); in Init()
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/ |
H A D | js_event_cooperate_target.h | 57 void AddListener(napi_env env, const std::string &type, napi_value handle);
58 void RemoveListener(napi_env env, const std::string &type, napi_value handle);
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | native_media_player_impl.h | 26 NWebNativeMediaPlayerBridgeImpl(int32_t nwebId, napi_env env, napi_value value); 101 explicit NWebCreateNativeMediaPlayerCallbackImpl(int32_t nwebId, napi_env env, napi_ref callback);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_utils.h | 47 explicit ScopeRAII(napi_env env) : env_(env) in ScopeRAII() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.h | 109 bool ConvertStringFromJsValue(napi_env env, napi_value jsValue, std::string &value);
110 bool ConvertIntFromJsValue(napi_env env, napi_value jsValue, uint32_t &value);
|