Home
last modified time | relevance | path

Searched refs:target (Results 1001 - 1025 of 4996) sorted by relevance

1...<<41424344454647484950>>...200

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dleapsec01.c96 struct timespec now, target; in test_hrtimer_early_expiration() local
102 target = now; in test_hrtimer_early_expiration()
103 target.tv_sec++; in test_hrtimer_early_expiration()
104 tst_res(TINFO, "sleep until %s", strtime(&target)); in test_hrtimer_early_expiration()
105 ret = clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_early_expiration()
114 if (in_order(target, now)) { in test_hrtimer_early_expiration()
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap()
85 location(), old.ptr(), target.ptr()); in Relaxed_CompareAndSwap()
89 Object FullObjectSlot::Release_CompareAndSwap(Object old, Object target) const { in Release_CompareAndSwap()
91 location(), old.ptr(), target.ptr()); in Release_CompareAndSwap()
125 MaybeObject target) const { in Release_CompareAndSwap()
127 target.ptr()); in Release_CompareAndSwap()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c12 switch (templ->target) { in nvc0_resource_create()
25 switch (templ->target) { in nvc0_resource_create_with_modifiers()
36 if (res->target == PIPE_BUFFER) in nvc0_resource_destroy()
120 if (templ->target == PIPE_BUFFER) { in nvc0_resource_from_handle()
134 if (unlikely(pres->target == PIPE_BUFFER)) in nvc0_surface_create()
147 assert(templ->target == PIPE_BUFFER); in nvc0_resource_from_user_memory()
/third_party/pulseaudio/src/modules/
H A Dmodule-always-source.c55 pa_source *target; in load_null_source_if_needed() local
69 PA_IDXSET_FOREACH(target, c->sources, idx) in load_null_source_if_needed()
70 if (!source || ((target != source) && !pa_source_is_filter(target) && target->monitor_of == NULL)) in load_null_source_if_needed()
73 if (target) in load_null_source_if_needed()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampParameterBorderColorError.cpp175 * @param target texture target to use for the call;
180 void TextureBorderClampParameterBorderColorErrorTest::VerifyGLTexParameterf(glw::GLenum target, glw::GLenum pname, in VerifyGLTexParameterf() argument
187 gl.texParameterf(target, pname, param); in VerifyGLTexParameterf()
194 << "target:" << getTexTargetString(target) << ", pname:" << getPNameString(pname) in VerifyGLTexParameterf()
206 * @param target texture target to use for the call;
211 void TextureBorderClampParameterBorderColorErrorTest::VerifyGLTexParameteri(glw::GLenum target, glw::GLenum pname, in VerifyGLTexParameteri() argument
218 gl.texParameteri(target, pnam in VerifyGLTexParameteri()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp43 else if (egl::IsExternalImageTarget(mState.target)) in onDestroy()
60 if (egl::IsTextureTarget(mState.target)) in initialize()
86 if (egl::IsRenderbufferTarget(mState.target)) in initialize()
95 else if (egl::IsExternalImageTarget(mState.target)) in initialize()
136 if (egl::IsTextureTarget(mState.target)) in orphan()
143 else if (egl::IsRenderbufferTarget(mState.target)) in orphan()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h49 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset,
51 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
57 bool IsCubemapTextureTarget(GLenum target);
59 bool IsTexImageTarget(GLenum target);
60 bool IsTextureTarget(GLenum target);
61 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target);
/third_party/skia/third_party/externals/tint/src/transform/
H A Drenamer.cc1248 Renamer::Config::Config(Target t) : target(t) {} in Config()
1288 preserve.emplace(call->target.name); in Run()
1295 Target target = Target::kAll; in Run() local
1298 target = cfg->target; in Run()
1303 switch (target) { in Run()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc79 char* target = &(*output)[original_size]; in SubstituteAndAppendArray() local
84 target = std::copy(src.begin(), src.end(), target); in SubstituteAndAppendArray()
87 *target++ = '$'; in SubstituteAndAppendArray()
91 *target++ = format[i]; in SubstituteAndAppendArray()
95 assert(target == output->data() + output->size()); in SubstituteAndAppendArray()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c117 LLVMTargetDataRef target = gallivm->target; in create_jit_dvbuffer_type() local
129 (void) target; /* silence unused var warning for non-debug build */ in create_jit_dvbuffer_type()
131 target, dvbuffer_type, in create_jit_dvbuffer_type()
134 target, dvbuffer_type, in create_jit_dvbuffer_type()
146 LLVMTargetDataRef target = gallivm->target; in create_jit_texture_type() local
168 (void) target; /* silence unused var warning for non-debug build */ in create_jit_texture_type()
170 target, texture_type, in create_jit_texture_type()
173 target, texture_typ in create_jit_texture_type()
215 LLVMTargetDataRef target = gallivm->target; create_jit_sampler_type() local
257 LLVMTargetDataRef target = gallivm->target; create_jit_image_type() local
316 LLVMTargetDataRef target = gallivm->target; create_jit_context_type() local
373 LLVMTargetDataRef target = gallivm->target; create_gs_jit_context_type() local
467 LLVMTargetDataRef target = gallivm->target; create_jit_vertex_buffer_type() local
501 LLVMTargetDataRef target = gallivm->target; create_jit_vertex_header() local
553 LLVMTargetDataRef target = gallivm->target; create_tcs_jit_context_type() local
654 LLVMTargetDataRef target = gallivm->target; create_tes_jit_context_type() local
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1449 static void ConvertJsonToNum(NotificationRequest *target, const nlohmann::json &jsonObject);
1450 static void ConvertJsonToNumExt(NotificationRequest *target, const nlohmann::json &jsonObject);
1451 static void ConvertJsonToString(NotificationRequest *target, const nlohmann::json &jsonObject);
1452 static void ConvertJsonToEnum(NotificationRequest *target, const nlohmann::json &jsonObject);
1453 static void ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject);
1454 static void ConvertJsonToBoolExt(NotificationRequest *target, const nlohmann::json &jsonObject);
1455 static void ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &jsonObject);
1456 static bool ConvertJsonToNotificationContent(NotificationRequest *target, const nlohmann::json &jsonObject);
1457 static bool ConvertJsonToNotificationActionButton(NotificationRequest *target, const nlohmann::json &jsonObject);
1459 NotificationRequest *target, cons
[all...]
/base/startup/init/services/param/manager/
H A Dparam_server.c313 static int LoadFileFromImport(char *target, uint32_t mode) in LoadFileFromImport() argument
315 if (strstr(target, ".para.dac")) { in LoadFileFromImport()
316 LoadSecurityLabel(target); in LoadFileFromImport()
318 LoadDefaultParams(target, mode); in LoadFileFromImport()
331 char *target = calloc(PATH_MAX, 1); in LoadParamFromImport_() local
332 PARAM_CHECK(target != NULL, return -1, "Failed to alloc memory"); in LoadParamFromImport_()
333 if (strncpy_s(target, PATH_MAX, buffer + IMPORT_PREFIX_LEN + spaceCount, buffSize) != 0) { in LoadParamFromImport_()
335 free(target); in LoadParamFromImport_()
339 if ((tmp = strstr(target, "\n"))) { in LoadParamFromImport_()
345 free(target); in LoadParamFromImport_()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp125 void CJPageRouter::LoadPage(int32_t pageId, const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, in LoadPage() argument
128 LOGI("LoadPage[%{public}d]: %{public}s.", pageId, target.url.c_str()); in LoadPage()
134 auto page = AceType::MakeRefPtr<JsAcePage>(pageId, document, target.url, nullptr); in LoadPage()
139 page->SetFlushCallback([weak = AceType::WeakClaim(this), url = target.url](const RefPtr<JsAcePage>& acePage) { in LoadPage()
147 if (!CJRuntimeDelegate::GetInstance()->LoadAppEntry(target.url)) { in LoadPage()
148 LOGE("Run CJ Page fail: %{public}s", target.url.c_str()); in LoadPage()
198 void CJPageRouter::StartPush(const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, const std::string& params, in StartPush() argument
202 if (target.url.empty()) { in StartPush()
207 LoadPage(GenerateNextPageId(), target, params); in StartPush() local
227 void CJPageRouter::StartReplace(const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, in StartReplace() argument
243 BackCheckAlert(const RouterPageInfo& target, const std::string& params) BackCheckAlert() argument
[all...]
/third_party/gn/src/gn/
H A Djson_project_writer.cc34 // "target x full label" : { target x properties },
35 // "target y full label" : { target y properties },
39 // See desc_builder.cc for overview of target properties
43 void AddTargetDependencies(const Target* target, TargetSet* deps) { in AddTargetDependencies() argument
44 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies()
70 for (const auto* target : *targets) in FilterTargets()
71 AddTargetDependencies(target, &target_set); in FilterTargets()
248 // into the target buffe
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java241 String target = "Thisisatest."; in TestJB581()
250 int result = coll.compare(source, target); in TestJB581()
259 result = coll.compare(source, target); in TestJB581()
269 targetKeyOut = coll.getCollationKey(target); in TestJB581()
292 String target[] = {"\uD800\uDC00", in TestSurrogates()
312 doTest(enCollation, source[count], target[count], -1); in TestSurrogates()
315 doTest(enCollation, source[count], target[count], 1); in TestSurrogates()
329 doTest(newCollation, source[count], target[count], -1); in TestSurrogates()
498 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument
500 String t = new String(target); in doTest()
525 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationDummyTest.java244 String target = "Thisisatest."; in TestJB581()
253 int result = coll.compare(source, target); in TestJB581()
262 result = coll.compare(source, target); in TestJB581()
272 targetKeyOut = coll.getCollationKey(target); in TestJB581()
295 String target[] = {"\uD800\uDC00", in TestSurrogates()
315 doTest(enCollation, source[count], target[count], -1); in TestSurrogates()
318 doTest(enCollation, source[count], target[count], 1); in TestSurrogates()
332 doTest(newCollation, source[count], target[count], -1); in TestSurrogates()
501 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument
503 String t = new String(target); in doTest()
528 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.h53 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params);
54 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params);
55 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params);
56 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params);
78 GL_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
107 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvf(GLenum target, GLenum pname, GLfloat param);
108 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvfv(GLenum target, GLenum pname, const GLfloat *params);
109 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvi(GLenum target, GLenum pname, GLint param);
110 ANGLE_EXPORT void GL_APIENTRY GL_TexEnviv(GLenum target, GLenum pname, const GLint *params);
111 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvx(GLenum target, GLenu
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c100 FT_BitmapGlyph target = (FT_BitmapGlyph)bitmap_target; in FT_CALLBACK_DEF() local
103 target->left = source->left; in FT_CALLBACK_DEF()
104 target->top = source->top; in FT_CALLBACK_DEF()
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in FT_CALLBACK_DEF()
167 FT_Outline* target = &glyph->outline; in FT_CALLBACK_DEF() local
185 FT_Outline_Copy( source, target ); in FT_CALLBACK_DEF()
207 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target; in FT_CALLBACK_DEF() local
215 &target->outline ); in FT_CALLBACK_DEF()
217 FT_Outline_Copy( &source->outline, &target->outline ); in FT_CALLBACK_DEF()
317 FT_Glyph *target ) in FT_EXPORT_DEF()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c171 has_layer_face_index_in_z(enum pipe_texture_target target) in has_layer_face_index_in_z() argument
173 if (target == PIPE_TEXTURE_CUBE || in has_layer_face_index_in_z()
174 target == PIPE_TEXTURE_1D_ARRAY || in has_layer_face_index_in_z()
175 target == PIPE_TEXTURE_2D_ARRAY || in has_layer_face_index_in_z()
176 target == PIPE_TEXTURE_CUBE_ARRAY) in has_layer_face_index_in_z()
189 adjust_z_layer(enum pipe_texture_target target, in adjust_z_layer() argument
192 if (target == PIPE_TEXTURE_CUBE || in adjust_z_layer()
193 target == PIPE_TEXTURE_1D_ARRAY || in adjust_z_layer()
194 target == PIPE_TEXTURE_2D_ARRAY || in adjust_z_layer()
195 target in adjust_z_layer()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp97 /* For every target. */ in iterate()
233 void FunctionalTest::prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) in prepareSourceTexture() argument
242 gl.bindTexture(target, m_source_texture); in prepareSourceTexture()
245 if (!isTargetMultisampled(target)) in prepareSourceTexture()
255 gl.texParameteri(target, 0x884B, GL_RED); in prepareSourceTexture()
259 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in prepareSourceTexture()
260 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in prepareSourceTexture()
331 /* Prepare texture storage depending on the target. */ in prepareSourceTexture()
332 switch (target) in prepareSourceTexture()
335 gl.texImage1D(target, in prepareSourceTexture()
361 renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) renderDataIntoMultisampledTexture() argument
406 prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descriptor, glw::GLenum target) prepareDestinationTextureAndFramebuffer() argument
493 makeProgramAndSourceTextureActive(glw::GLenum target) makeProgramAndSourceTextureActive() argument
516 checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw::GLenum target) checkSourceTextureSizeAndType() argument
632 prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel) prepareProgram() argument
856 checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel, glw::GLenum target, const glw::GLchar* target_name) checkDestinationTexture() argument
1196 isTargetMultisampled(glw::GLenum target) isTargetMultisampled() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp80 auto target = isNodeIn ? outNode_ : inNode_; in GetMatchedPair() local
81 return { self.Upgrade(), target.Upgrade() }; in GetMatchedPair()
270 // outNode's frame is the target frame for active inNode to match, in ModifyLayoutConstraint()
271 // inNode's frame is the target frame for active outNode to match. in ModifyLayoutConstraint()
272 auto [self, target] = GetMatchedPair(isNodeIn); in ModifyLayoutConstraint()
273 CHECK_NULL_VOID(self && target && layoutWrapper); in ModifyLayoutConstraint()
274 // target's geometry is ensured ready to use because layout nodes are sorted to respect dependency, in ModifyLayoutConstraint()
277 auto targetGeometryNode = target->GetGeometryNode(); in ModifyLayoutConstraint()
278 auto targetRenderContext = target->GetRenderContext(); in ModifyLayoutConstraint()
283 target in ModifyLayoutConstraint()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp76 int SyncTaskContext::AddSyncTarget(ISyncTarget *target) in AddSyncTarget() argument
78 if (target == nullptr) { in AddSyncTarget()
81 int targetMode = target->GetMode(); in AddSyncTarget()
82 auto syncId = static_cast<uint32_t>(target->GetSyncId()); in AddSyncTarget()
85 if (target->GetTaskType() == ISyncTarget::REQUEST) { in AddSyncTarget()
86 requestTargetQueue_.push_back(target); in AddSyncTarget()
87 } else if (target->GetTaskType() == ISyncTarget::RESPONSE) { in AddSyncTarget()
88 responseTargetQueue_.push_back(target); in AddSyncTarget()
171 [syncId](const ISyncTarget *target) { in RemoveSyncOperation()
172 if (target in RemoveSyncOperation()
564 CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) CopyTargetData() argument
[all...]
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h473 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
487 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
488 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
511 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
512 GLAPI void APIENTRY glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params);
519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
520 GLAPI void APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params);
521 GLAPI void APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
523 GLAPI void APIENTRY glHint (GLenum target, GLenum mode);
536 GLAPI void APIENTRY glMultiTexCoord2f (GLenum target, GLfloa
[all...]
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py216 # note target
404 targetnode = nodes.target('', '', ids=['module-' + modname], ismod=True)
423 def _make_index(entrytype, entryname, target, ignored, key=None):
428 return (entrytype, entryname, target, ignored, key)
430 return (entrytype, entryname, target, ignored)
455 def process_link(self, env, refnode, has_explicit_title, title, target):
457 title = title.lstrip('.') # only has a meaning for the target
461 target = target.lstrip('~') # only has a meaning for the title
473 if target[
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c53 * \param target One of GL_TEXTURE_x target or GL_RENDERBUFFER
62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, in prepare_target_err() argument
85 * - is not RENDERBUFFER or a valid non-proxy texture target in prepare_target_err()
89 switch (target) { in prepare_target_err()
91 /* Not a texture target, but valid */ in prepare_target_err()
110 _mesa_enum_to_string(target)); in prepare_target_err()
114 if (target == GL_RENDERBUFFER) { in prepare_target_err()
150 * to the corresponding target parameter." in prepare_target_err()
220 /* Note that target wil in prepare_target_err()
278 prepare_target(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, struct gl_texture_image **texImage, struct gl_renderbuffer **renderbuffer) prepare_target() argument
308 check_region_bounds(struct gl_context *ctx, GLenum target, const struct gl_texture_image *tex_image, const struct gl_renderbuffer *renderbuffer, int x, int y, int z, int width, int height, int depth, const char *dbg_prefix, bool is_arb_version) check_region_bounds() argument
[all...]

Completed in 21 milliseconds

1...<<41424344454647484950>>...200