Home
last modified time | relevance | path

Searched refs:target (Results 926 - 950 of 7757) sorted by relevance

1...<<31323334353637383940>>...311

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationGermanTest.java134 private void doTest(char[] source, char[] target, int result){ in doTest() argument
136 String t = new String(target); in doTest()
146 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
171 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
173 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
181 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
183 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
196 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
198 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
H A DCollationSpanishTest.java101 private void doTest(char[] source, char[] target, int result) { in doTest() argument
103 String t = new String(target); in doTest()
112 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
136 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
138 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
146 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
148 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
161 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
163 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
H A DCollationTurkishTest.java107 private void doTest(char[] source, char[] target, int result) { in doTest() argument
109 String t = new String(target); in doTest()
119 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
143 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
145 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
153 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
155 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
168 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
170 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/jerryscript/tests/unit-core/
H A Dtest-proxy.cpp27 var target = {};
29 get: function (target, name, recv) {
30 assert (typeof (target) === 'object');
36 set: function (target, name, value, recv) {
37 assert (typeof (target) === 'object');
45 var pdemo = new Proxy(target, handler);
72 TEST_ASSERT (jerry_value_is_object (args_p[0])); /* target */ in handler_get()
100 TEST_ASSERT (jerry_value_is_object (args_p[0])); /* target */ in handler_set()
119 set_property (jerry_value_t target, /**< target objec argument
132 get_property(jerry_value_t target, const char *name_p) get_property() argument
144 set_function(jerry_value_t target, const char *name_p, jerry_external_handler_t handler_p) set_function() argument
196 jerry_value_t target = jerry_create_object (); HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_const_expr_test.cc30 ASSERT_TRUE(t->target.type->Is<ast::Vector>()); in TEST_F()
31 EXPECT_EQ(t->target.type->As<ast::Vector>()->width, 2u); in TEST_F()
50 ASSERT_TRUE(t->target.type->Is<ast::Vector>()); in TEST_F()
51 EXPECT_EQ(t->target.type->As<ast::Vector>()->width, 2u); in TEST_F()
64 ASSERT_TRUE(t->target.type->Is<ast::Vector>()); in TEST_F()
65 EXPECT_EQ(t->target.type->As<ast::Vector>()->width, 2u); in TEST_F()
133 ASSERT_NE(e->As<ast::CallExpression>()->target.type, nullptr); in TEST_F()
134 ASSERT_TRUE(e->As<ast::CallExpression>()->target.type->Is<ast::TypeName>()); in TEST_F()
136 e->As<ast::CallExpression>()->target.type->As<ast::TypeName>()->name, in TEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2059 NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNumExt()
2064 target->updateDeadLine_ = jsonObject.at("updateDeadLine").get<int64_t>(); in ConvertJsonToNumExt()
2068 target->finishDeadLine_ = jsonObject.at("finishDeadLine").get<int64_t>(); in ConvertJsonToNumExt()
2072 target->ownerUserId_ = jsonObject.at("ownerUserId").get<int32_t>(); in ConvertJsonToNumExt()
2076 target->ownerUid_ = jsonObject.at("ownerUid").get<int32_t>(); in ConvertJsonToNumExt()
2081 target->notificationControlFlags_ = jsonObject.at("notificationControlFlags").get<uint32_t>(); in ConvertJsonToNumExt()
2085 void NotificationRequest::ConvertJsonToNum(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNum() argument
2087 if (target == nullptr) { in ConvertJsonToNum()
2095 target->notificationId_ = jsonObject.at("id").get<int32_t>(); in ConvertJsonToNum()
2099 target in ConvertJsonToNum()
2058 ConvertJsonToNumExt( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNumExt() argument
2137 ConvertJsonToString(NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToString() argument
2171 ConvertJsonToEnum(NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToEnum() argument
2197 ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToBool() argument
2245 ConvertJsonToBoolExt(NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToBoolExt() argument
2254 ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToPixelMap() argument
2284 ConvertJsonToNotificationContent( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNotificationContent() argument
2310 ConvertJsonToNotificationActionButton( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNotificationActionButton() argument
2336 ConvertJsonToNotificationDistributedOptions( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNotificationDistributedOptions() argument
2363 ConvertJsonToNotificationFlags( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNotificationFlags() argument
2389 ConvertJsonToNotificationBundleOption( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToNotificationBundleOption() argument
2415 ConvertJsonToAgentBundle( NotificationRequest *target, const nlohmann::json &jsonObject) ConvertJsonToAgentBundle() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c230 zfree(&ops->target.raw); in ins__delete()
231 zfree(&ops->target.name); in ins__delete()
261 struct addr_map_symbol target = { in call__parse() local
265 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse()
282 ops->target.name = strdup(name); in call__parse()
285 if (ops->target.name == NULL) in call__parse()
288 target.addr = map__objdump_2mem(map, ops->target.addr); in call__parse()
290 if (maps__find_ams(ms->maps, &target) == 0 && in call__parse()
291 map__rip_2objdump(target in call__parse()
356 struct addr_map_symbol target = { jump__parse() local
562 char *s = strchr(ops->raw, ','), *target, *comment, prev; mov__parse() local
636 char *target, *comment, *s, prev; dec__parse() local
1639 struct addr_map_symbol target = { symbol__parse_objdump_line() local
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_config_test.cpp70 ResConfigImpl *target = new ResConfigImpl; in HWTEST_F() local
71 target->SetLocaleInfo("zh", nullptr, "CN"); in HWTEST_F()
73 EXPECT_TRUE(!(rc->Match(target))); in HWTEST_F()
74 delete target; in HWTEST_F()
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_ability_impl.cpp30 auto target = SizeMap_.find(PARAM_KEY_SIZE); in GetSupportedSizes() local
31 return target->second; in GetSupportedSizes()
38 auto target = SizeMap_.find(PARAM_KEY_SIZE); in GetSupportParameterRange() local
39 return target->second; in GetSupportParameterRange()
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dres_config_test.cpp70 ResConfigImpl *target = new ResConfigImpl; in HWTEST_F() local
71 target->SetLocaleInfo("zh", nullptr, "CN"); in HWTEST_F()
73 EXPECT_TRUE(rc->Match(target) == false); in HWTEST_F()
74 delete target; in HWTEST_F()
/third_party/jerryscript/tests/jerry/es2015/
H A Djson-stringify.js19 var target = [1,2,3]; variable
21 get(target, prop) {
30 JSON.stringify(new Proxy(target,handler));
36 var revocable = Proxy.revocable (target, { get (t, p , r) {
H A Dproxy_create.js17 var target = {}
19 var proxy = new Proxy(target, handler);
21 var revocable = Proxy.revocable(target, handler);
26 Proxy(target, handler);
/third_party/node/test/wasi/c/
H A Dcreate_symlink.c7 const char* target = "./input.txt"; in main() local
12 assert(0 == symlink(target, linkpath)); in main()
14 strlen(target) + 1); in main()
15 assert(0 == strcmp(readlink_result, target)); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_mips64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
34 ctx->a0 = (uintptr_t)target; in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/typescript/tests/baselines/reference/
H A DassignmentNestedInLiterals.js2 var target, x, y; variable
3 target = [x = 1, y = x];
14 var target, x, y; variable
15 target = [x = 1, y = x];
H A DdecoratorMetadataWithImportDeclarationNameCollision.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision2.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision3.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision5.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision6.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision7.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision8.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
/third_party/python/PC/layout/support/
H A Dcatalog.py24 Name={target.stem}.cat
25 ResultDir={target.parent}
41 def write_catalog(target, files):
42 with target.open("w", encoding="utf-8") as cat:
43 cat.write(CATALOG_TEMPLATE.format(target=target))
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.hpp43 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampParameterTextureBorderColor.cpp411 * @param target texture target to do the call for;
416 glw::GLuint sampler_id, glw::GLenum target, const glw::GLfloat* expected_data) in verifyGLGetSamplerParameterfvResult()
441 << " texture target:" << getTexTargetString(target) << "\n" in verifyGLGetSamplerParameterfvResult()
456 * @param target texture target to do the call for;
461 glw::GLenum target, in verifyGLGetSamplerParameterivResult()
486 << " texture target:" << getTexTargetString(target) << "\ in verifyGLGetSamplerParameterivResult()
415 verifyGLGetSamplerParameterfvResult( glw::GLuint sampler_id, glw::GLenum target, const glw::GLfloat* expected_data) verifyGLGetSamplerParameterfvResult() argument
460 verifyGLGetSamplerParameterivResult(glw::GLuint sampler_id, glw::GLenum target, const glw::GLint* expected_data) verifyGLGetSamplerParameterivResult() argument
504 verifyGLGetSamplerParameterIivResult( glw::GLuint sampler_id, glw::GLenum target, const glw::GLint* expected_data) verifyGLGetSamplerParameterIivResult() argument
546 verifyGLGetSamplerParameterIuivResult( glw::GLuint sampler_id, glw::GLenum target, const glw::GLuint* expected_data) verifyGLGetSamplerParameterIuivResult() argument
587 verifyGLGetTexParameterfvResult(glw::GLenum target, const glw::GLfloat* expected_data) verifyGLGetTexParameterfvResult() argument
628 verifyGLGetTexParameterivResult(glw::GLenum target, const glw::GLint* expected_data) verifyGLGetTexParameterivResult() argument
670 verifyGLGetTexParameterIivResult(glw::GLenum target, const glw::GLint* expected_data) verifyGLGetTexParameterIivResult() argument
712 verifyGLGetTexParameterIuivResult(glw::GLenum target, const glw::GLuint* expected_data) verifyGLGetTexParameterIuivResult() argument
[all...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...311