| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.hpp | 72 void generate(glw::GLenum target); 256 void getDepthi_v(glw::GLenum target, glw::GLuint index, glw::GLfloat* data) in getDepthi_v() argument 258 m_gl.getFloati_v(target, index, data); in getDepthi_v() 261 void getDepthi_v(glw::GLenum target, glw::GLuint index, glw::GLdouble* data) in getDepthi_v() argument 263 m_gl.getDoublei_v(target, index, data); in getDepthi_v() 298 * * GetIntegeri_v generates INVALID_VALUE when <target> is SCISSOR_BOX and 300 * * GetFloati_v generates INVALID_VALUE when <target> is VIEWPORT and <index> 302 * * GetDoublei_v generates INVALID_VALUE when <target> is DEPTH_RANGE and
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | types.h | 176 #define DeclareCastMethod(target) \ 177 virtual target* As##target() { return nullptr; } \ 178 virtual const target* As##target() const { return nullptr; }
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | types.h | 176 #define DeclareCastMethod(target) \ 177 virtual target* As##target() { return nullptr; } \ 178 virtual const target* As##target() const { return nullptr; }
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | filters.py | 583 eval_ctx, value, trim_url_limit=None, nofollow=False, target=None, rel=None 596 If *target* is specified, the ``target`` attribute will be added to the 601 {{ mytext|urlize(40, target='_blank') }} 604 The *target* parameter was added. 611 if target is None: 612 target = policies["urlize.target"] 614 rv = urlize(value, trim_url_limit, rel=rel, target=target) [all...] |
| /third_party/skia/tests/ |
| H A D | GrMeshTest.cpp | 66 GrMeshDrawTarget* target() { return fState; } in target() function in DrawMeshHelper 116 ERRORF(reporter, "could not create render target context."); 334 helper->target()->makeDrawIndirectSpace(29, &ignoredBuff, &ignoredOffset); 335 indexedIndirectWriter = helper->target()->makeDrawIndexedIndirectSpace( 344 helper->target()->makeDrawIndexedIndirectSpace(7, &ignoredBuff, 346 indirectWriter = helper->target()->makeDrawIndirectSpace(
|
| /third_party/spirv-tools/source/opt/ |
| H A D | types.h | 178 #define DeclareCastMethod(target) \ 179 virtual target* As##target() { return nullptr; } \ 180 virtual const target* As##target() const { return nullptr; }
|
| /base/startup/appspawn/modules/sandbox/ |
| H A D | sandbox_cfgvar.c | 123 uint32_t len = strlen(extraData->data.depNode->target); in ReplaceVariableForDepSandboxPath() 124 int ret = memcpy_s((char *)buffer, bufferLen, extraData->data.depNode->target, len); in ReplaceVariableForDepSandboxPath() 147 path = extraData->data.depNode->target; in ReplaceVariableForDepPath() 149 path = extraData->data.depNode->target; in ReplaceVariableForDepPath()
|
| /foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
| H A D | plugin_frontend_delegate.h | 122 void Push(const PageTarget& target, const std::string& params); 123 void Replace(const PageTarget& target, const std::string& params); 124 void BackWithTarget(const PageTarget& target, const std::string& params); 254 UIContentErrorCode LoadPage(int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params);
|
| /foundation/arkui/ace_engine/test/unittest/core/gestures/ |
| H A D | recognizer_group_test_ng.cpp | 77 EventTarget target; in HWTEST_F() 78 return target; in HWTEST_F() 219 EventTarget target; in HWTEST_F() 220 return target; in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
| H A D | mock_plugin_frontend_delegate.cpp | 71 void PluginFrontendDelegate::Push(const PageTarget& target, const std::string& params) {} in Push() argument 73 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) {} in Replace() argument 75 void PluginFrontendDelegate::BackWithTarget(const PageTarget& target, const std::string& params) {} in BackWithTarget() argument 283 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) in LoadPage() 282 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) LoadPage() argument
|
| /foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
| H A D | media_sync_manager.cpp | 96 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), [&trackId] in SetMediaTimeStartEnd() local 100 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd() 112 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd() 114 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_modifier_demo.cpp | 250 void Modify(RSNode& target) const override 252 target.SetAlpha(alpha_->Get()); 253 target.SetScale(scale_->Get()); 254 target.SetBackgroundColor(color_->Get().AsArgbInt());
|
| /foundation/multimedia/image_framework/plugins/manager/src/framework/ |
| H A D | impl_class_mgr.cpp | 141 shared_ptr<ImplClass> target = SearchByPriority(candidates, priorityScheme); in CreateObject() local 142 if (target == nullptr) { in CreateObject() 148 IMAGE_LOGD("search by priority result, className: %{public}s.", target->GetClassName().c_str()); in CreateObject() 149 return target->CreateObject(errorCode); in CreateObject() 242 // when the target ImplClass does not have this attribute, the value of targetAttr is null, in SearchByPriority()
|
| /foundation/multimedia/media_foundation/engine/pipeline/core/ |
| H A D | media_sync_manager.cpp | 90 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), in SetMediaTimeStartEnd() local 94 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd() 106 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd() 108 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()
|
| /foundation/communication/ipc/ipc/native/c/manager/src/ |
| H A D | ipc_process_skeleton.c | 161 int32_t SetRegistryObject(SvcIdentity target) in SetRegistryObject() argument 166 ret = (invoker->SetRegistryObject)(target, &g_samgrSvc); in SetRegistryObject() 202 int32_t ProcessSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in ProcessSendRequest() argument 208 ret = (invoker->SendRequest)(target, code, data, reply, option, buffer); in ProcessSendRequest()
|
| /foundation/communication/ipc/ipc/test/unittest/rpc/client/ |
| H A D | RpcClientTest.cpp | 82 SvcIdentity target = { in HWTEST_F() local 88 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F() 110 SvcIdentity target = { in HWTEST_F() local 116 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| H A D | obex_server.cpp | 379 auto target = serverSessionsMap_.find(&transport); in RemoveSessionByTransport() local 380 if (target == serverSessionsMap_.end()) { in RemoveSessionByTransport() 383 target->second->Invalid(); in RemoveSessionByTransport() 384 invalidSessions_.push_back(std::move(target->second)); in RemoveSessionByTransport()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacdec.c | 215 SingleChannelElement *target, in apply_dependent_coupling() 220 float *dest = target->coeffs; in apply_dependent_coupling() 251 SingleChannelElement *target, in apply_independent_coupling() 256 float *dest = target->ret; in apply_independent_coupling() 214 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling() argument 250 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling() argument
|
| H A D | aacdec_fixed.c | 357 SingleChannelElement *target, in apply_dependent_coupling_fixed() 362 int *dest = target->coeffs; in apply_dependent_coupling_fixed() 421 SingleChannelElement *target, in apply_independent_coupling_fixed() 427 unsigned int *dest = target->ret; in apply_independent_coupling_fixed() 356 apply_dependent_coupling_fixed(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling_fixed() argument 420 apply_independent_coupling_fixed(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling_fixed() argument
|
| /third_party/eudev/src/shared/ |
| H A D | log.c | 220 void log_set_target(LogTarget target) { in log_set_target() argument 221 assert(target >= 0); in log_set_target() 222 assert(target < _LOG_TARGET_MAX); in log_set_target() 224 log_target = target; in log_set_target()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_acrusher.c | 36 double target; member 96 sr->target += s->samples; in samplereduction() 98 if (sr->target + s->samples >= sr->real + 1) { in samplereduction() 100 sr->target = 0; in samplereduction()
|
| /third_party/alsa-utils/axfer/test/ |
| H A D | mapper-test.c | 296 // Test multiple target. in test_i_buf() 305 // Test single target. in test_i_buf() 345 // Test multiple target. in test_vector() 352 char **target = frame_buffer; in test_vector() local 353 err = memcmp(target[i], bufs[i], size); in test_vector() 357 // Test single target. in test_vector() 364 char **target = frame_buffer; in test_vector() local 365 err = memcmp(target[i], bufs[i], size); in test_vector()
|
| /third_party/gn/src/gn/ |
| H A D | xcode_object_unittest.cc | 81 const PBXTarget* target) { in GetPBXContainerItemProxyObject() 83 new PBXContainerItemProxy(project, target)); in GetPBXContainerItemProxyObject() 89 const PBXTarget* target, in GetPBXTargetDependencyObject() 92 new PBXTargetDependency(target, std::move(container_item_proxy))); in GetPBXTargetDependencyObject() 79 GetPBXContainerItemProxyObject( const PBXProject* project, const PBXTarget* target) GetPBXContainerItemProxyObject() argument 88 GetPBXTargetDependencyObject( const PBXTarget* target, std::unique_ptr<PBXContainerItemProxy> container_item_proxy) GetPBXTargetDependencyObject() argument
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBxliffExporter.java | 104 String sourceOrTarget = "target"; in addTransUnit() 114 Element target = xml.createElement(sourceOrTarget); in addTransUnit() 115 target.setAttribute("xml:space","preserve"); in addTransUnit() 121 target.appendChild(xml.createTextNode(item.getTranslation())); in addTransUnit() 122 transUnit.appendChild(target); in addTransUnit() 289 file_elem.setAttribute("target-language", getLocale(main_bundle)); in exportFile()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 208 tu_cs_add_entries(struct tu_cs *cs, struct tu_cs *target) in tu_cs_add_entries() argument 213 assert(target->mode == TU_CS_MODE_GROW); in tu_cs_add_entries() 218 for (unsigned i = 0; i < target->entry_count; i++) { in tu_cs_add_entries() 222 cs->entries[cs->entry_count++] = target->entries[i]; in tu_cs_add_entries()
|