| /third_party/node/src/ |
| H A D | node_http_parser.cc | 1194 void InitializeHttpParser(Local<Object> target, in InitializeHttpParser() argument 1202 realm->AddBindingData<BindingData>(context, target); in InitializeHttpParser() 1244 target->Set(env->context(), in InitializeHttpParser() 1263 SetConstructorFunction(context, target, "HTTPParser", t); in InitializeHttpParser() 1273 SetConstructorFunction(context, target, "ConnectionsList", c); in InitializeHttpParser()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_screen.cpp | 127 * render-target. From the D3D11 functional spec (which also defines in d3d12_get_param() 536 enum pipe_texture_target target, in d3d12_is_format_supported() 546 if (target == PIPE_BUFFER) { in d3d12_is_format_supported() 586 switch (target) { in d3d12_is_format_supported() 607 unreachable("Unknown target"); in d3d12_is_format_supported() 619 if (target == PIPE_BUFFER) { in d3d12_is_format_supported() 649 fmt_info_sv.Format = d3d12_get_resource_srv_format(format, target); in d3d12_is_format_supported() 534 d3d12_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) d3d12_is_format_supported() argument
|
| /third_party/pulseaudio/src/daemon/ |
| H A D | ohos_pa_main.c | 677 pa_log_target target = { .type = PA_LOG_STDERR, .file = NULL }; in real_main() local 678 pa_log_set_target(&target); in real_main() 1002 pa_log_target target = { .type = PA_LOG_JOURNAL, .file = NULL }; in real_main() local 1004 pa_log_target target = { .type = PA_LOG_SYSLOG, .file = NULL }; in real_main() 1006 pa_log_set_target(&target); in real_main()
|
| /third_party/python/Lib/test/test_capi/ |
| H A D | test_misc.py | 965 threads = [threading.Thread(target=self.pendingcalls_thread, 1086 def target(): function 1099 target() 1100 t = threading.Thread(target=target)
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLIOSurfaceClientBufferTest.cpp | 139 EGLint target = 0; in getTextureTarget() local 140 eglGetConfigAttrib(mDisplay, mConfig, EGL_BIND_TO_TEXTURE_TARGET_ANGLE, &target); in getTextureTarget() 141 return target; in getTextureTarget() 1049 // EGL_TEXTURE_FORMAT must be equal to the config's texture target in TEST_P() 1051 EGLint target = getTextureTarget(); in TEST_P() local 1053 switch (target) in TEST_P()
|
| /third_party/python/Python/ |
| H A D | ast_opt.c | 837 CALL(astfold_expr, expr_ty, node_->target); in astfold_comprehension() 909 CALL(astfold_expr, expr_ty, node_->v.AugAssign.target); in astfold_stmt() 913 CALL(astfold_expr, expr_ty, node_->v.AnnAssign.target); in astfold_stmt() 920 CALL(astfold_expr, expr_ty, node_->v.For.target); in astfold_stmt() 928 CALL(astfold_expr, expr_ty, node_->v.AsyncFor.target); in astfold_stmt()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLifetimeTests.cpp | 660 const RenderTarget& target = ctx.getRenderTarget(); in randomViewport() local 661 const GLint width = de::min(target.getWidth(), maxWidth); in randomViewport() 662 const GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() 663 const GLint height = de::min(target.getHeight(), maxHeight); in randomViewport() 664 const GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport()
|
| /third_party/vk-gl-cts/scripts/android/ |
| H A D | build_apk.py | 532 "-target", "1.7", 640 "--target-sdk-version", str(config.javaApi), 894 def getPackageAndLibrariesForTarget (target): 898 if target == 'deqp': 900 elif target == 'openglcts': 903 raise Exception("Uknown target '%s'" % target) 947 help="Android API level to target in native code") 952 help="Android API level to target in Java code") 957 help="Android Tools level to target ( [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_loader.cpp | 462 int target; 464 loadResult, target, jsonData, "target", static_cast<int>(BufferTarget::NOT_DEFINED))) { 466 } else if (target != static_cast<int>(BufferTarget::NOT_DEFINED) && 467 target != static_cast<int>(BufferTarget::ARRAY_BUFFER) && 468 target != static_cast<int>(BufferTarget::ELEMENT_ARRAY_BUFFER)) { 469 SetError(loadResult, "bufferView.target isn't valid target"); 472 return static_cast<BufferTarget>(target); 481 const auto target [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.h | 245 // Puts a labels target address at the given position. 249 // Read/Modify the code target address in the branch/call instruction at pc. 253 Address pc, Address target, in set_target_address_at() 255 set_target_value_at(pc, target, icache_flush_mode); in set_target_address_at() 263 Address pc, Address constant_pool, Address target, in set_target_address_at() 265 set_target_address_at(pc, target, icache_flush_mode); in set_target_address_at() 269 Address pc, uint64_t target, 278 Address instruction_payload, Code code, Address target); 280 // Get the size of the special target encoded at 'instruction_payload'. 286 Address pc, Address target, 252 set_target_address_at( Address pc, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument 262 set_target_address_at( Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 61 // Checks that `host` retains `target`, according to the marking visitor. This 64 void CheckStrongReference(HeapObject host, HeapObject target) { in CheckStrongReference() argument 68 checked_objects_.insert(target); in CheckStrongReference() 70 // Check whether there is a direct strong reference from host to target. in CheckStrongReference() 71 if (reference_summary_.strong_references().find(target) != in CheckStrongReference() 76 // There is no direct reference from host to target, but sometimes heap in CheckStrongReference() 84 if (indirect.find(target) != indirect.end()) { in CheckStrongReference() 92 // Checks that `host` has a weak reference to `target`, according to the 94 void CheckWeakReference(HeapObject host, HeapObject target) { in CheckWeakReference() argument 98 checked_objects_.insert(target); in CheckWeakReference() 107 MarkReferenceCheckedWithoutChecking(HeapObject host, HeapObject target) MarkReferenceCheckedWithoutChecking() argument 1010 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); global() variable [all...] |
| /base/hiviewdfx/hiview/base/utility/include/ |
| H A D | freeze_json_util.h | 112 bool HasBeenWrapped(const std::string& target);
|
| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/ |
| H A D | date_time_rule.h | 51 static bool CompareBeginEnd(const std::string src, const std::string target, bool flag);
|
| /foundation/ability/ability_runtime/tools/aa/include/ |
| H A D | ability_command.h | 232 bool CheckParameters(int target);
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_common_ffi.cpp | 90 clickInfo.target = &eventTarget; in AssambleCJClickInfo()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | shape_paint_property.h | 115 void UpdateShapeProperty(const RefPtr<ShapePaintProperty>& target);
|
| /foundation/arkui/ui_lite/tools/server/ |
| H A D | tcp_server.py | 188 thread_recv = threading.Thread(target=self.tcp_connect, args=(conn, addr))
|
| /foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
| H A D | mock_event_manager.cpp | 162 void AddGestureSnapshot(int32_t finger, int32_t depth, const RefPtr<TouchEventTarget>& target, NG::EventTreeType type) in AddGestureSnapshot() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | cjson_parser.h | 90 uint8_t Split(const char *target, char delemeter, ListNode *&node); 172 * @param languageFile the target json file name 173 * @return the js value of target value
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
| H A D | rs_extended_modifier_test.cpp | 105 void Modify(RSNode& target) const override
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
| H A D | importer.h | 79 IAny::Ptr target; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
| H A D | rs_display_render_params.h | 33 void OnSync(const std::unique_ptr<RSRenderParams>& target) override;
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
| H A D | rs_property_drawable.h | 63 explicit RSPropertyDrawCmdListUpdater(int width, int height, RSPropertyDrawable* target);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
| H A D | rs_dirty_region_manager.h | 144 void GetDirtyRegionInfo(std::map<NodeId, RectI>& target,
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
| H A D | image_utils.h | 74 static int32_t KMPFind(const uint8_t* target, uint32_t targetLen, const uint8_t* pattern, uint32_t patternLen);
|