/third_party/node/lib/ |
H A D | events.js | 144 if (new.target === EventEmitterAsyncResource) { 147 name = options?.name || new.target.name; 323 const target = eventTargets[i]; 324 if (isEventTarget(target)) { 325 target[kMaxEventTargetListeners] = n; 326 target[kMaxEventTargetListenersWarned] = false; 327 } else if (typeof target.setMaxListeners === 'function') { 328 target.setMaxListeners(n); 333 target); 545 function _addListener(target, typ [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 128 * used for GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES texture target. in iterate() 183 texture_2d_properties.target = GL_TEXTURE_2D; in iterate() 216 texture_2d_array_properties.target = GL_TEXTURE_2D_ARRAY; in iterate() 257 texture_2d_multisample_properties.target = GL_TEXTURE_2D_MULTISAMPLE; in iterate() 299 texture_2d_multisample_array_properties.target = GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES; in iterate() 336 texture_3d_properties.target = GL_TEXTURE_3D; in iterate() 366 texture_cm_face_properties.target = GL_TEXTURE_CUBE_MAP; in iterate() 410 /* Configure texture storage for each target. */ in iterate() 418 if (!is_immutable_run && (texture_ptr->target == GL_TEXTURE_2D_MULTISAMPLE || in iterate() 419 texture_ptr->target in iterate() 581 glw::GLenum target = target_iterator->first; iterate() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 144 void onPrepareDraws(GrMeshDrawTarget* target) override { 147 auto atlasMgr = target->smallPathAtlasManager(); 156 flushInfo.fPrimProcProxies = target->allocPrimProcProxyPtrs(kMaxTextures); 164 target->sampledProxyArray()->push_back(views[i].proxy()); 189 target->allocator(), *target->caps().shaderCaps(), *matrix, fWideColor, 201 target->allocator(), *target->caps().shaderCaps(), this->color(), fWideColor, 214 VertexWriter vertices{target->makeVertexSpace( 218 flushInfo.fIndexBuffer = target 321 addToAtlasWithRetry(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, int width, int height, const void* image, const SkRect& bounds, int srcInset, skgpu::v1::SmallPathShapeData* shapeData) const addToAtlasWithRetry() argument 349 addDFPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, uint32_t dimension, SkScalar scale) const addDFPathToAtlas() argument 445 addBMPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, const SkMatrix& ctm) const addBMPathToAtlas() argument 539 flush(GrMeshDrawTarget* target, FlushInfo* flushInfo) const flush() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 730 char *target = result; in TestUTF8ToUTF8Overflow() local 738 // Convert with insufficient target capacity. in TestUTF8ToUTF8Overflow() 741 &target, result + 2, &source, sourceLimit, in TestUTF8ToUTF8Overflow() 745 length = (int32_t)(target - result); in TestUTF8ToUTF8Overflow() 751 &target, targetLimit, &source, sourceLimit, in TestUTF8ToUTF8Overflow() 756 length = (int32_t)(target - result); in TestUTF8ToUTF8Overflow() 768 target = result; in TestUTF8ToUTF8Overflow() 771 // Convert with insufficient target capacity. in TestUTF8ToUTF8Overflow() 774 &target, result + 3, &source, sourceLimit, in TestUTF8ToUTF8Overflow() 778 length = (int32_t)(target in TestUTF8ToUTF8Overflow() 866 char* target = result; TestUTF8ToUTF8Streaming() local 1014 UChar *target, *targetLimit, *resultLimit; stepToUnicode() local 1422 char *target, *targetLimit, *resultLimit; stepFromUTF8() local 1526 char *target, *targetLimit, *resultLimit; stepFromUnicode() local [all...] |
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 386 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 388 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer); 389 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); 395 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); 396 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 397 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target); 404 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 406 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin [all...] |
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 368 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 369 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer); 370 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); 376 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); 377 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 378 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target); 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 388 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 390 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer); 391 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); 397 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); 398 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 399 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target); 406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin [all...] |
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 368 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 369 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer); 370 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); 376 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); 377 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 378 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target); 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | callcoll.c | 236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument 253 uiter_setString(&tIter, target, tLen); in compareUsingPartials() 274 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) in doTestVariant() argument 281 uint32_t tLen = u_strlen(target); in doTestVariant() 289 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); in doTestVariant() 292 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1)); in doTestVariant() 294 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1); in doTestVariant() 297 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1)); in doTestVariant() 301 uiter_setString(&tIter, target, tLen); in doTestVariant() 304 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target, in doTestVariant() 456 doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) doTest() argument 875 UChar target [100]; TestJB581() local 1114 UChar target[][4] = TestSurrogates() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationGermanTest.java | 131 private void doTest(char[] source, char[] target, int result){ in doTest() argument 133 String t = new String(target); in doTest() 143 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 168 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 170 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 178 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 180 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 193 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 195 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
|
H A D | CollationTurkishTest.java | 104 private void doTest(char[] source, char[] target, int result) { in doTest() argument 106 String t = new String(target); in doTest() 116 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 140 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 142 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 150 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 152 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 165 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 167 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
|
H A D | CollationSpanishTest.java | 98 private void doTest(char[] source, char[] target, int result) { in doTest() argument 100 String t = new String(target); in doTest() 109 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 133 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 135 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 143 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 145 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 158 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 160 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationGermanTest.java | 134 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 D | CollationSpanishTest.java | 101 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 D | CollationTurkishTest.java | 107 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 D | test-proxy.cpp | 27 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 D | parser_impl_const_expr_test.cc | 30 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampParameterTextureBorderColor.cpp | 411 * @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...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv2022.cpp | 434 uint8_t **target, const char *targetLimit, in fromUWriteUInt8() 439 char *targetChars = (char *)*target; in fromUWriteUInt8() 442 *target = (uint8_t*)targetChars; in fromUWriteUInt8() 1290 myTargetStart = args->target; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1293 &args->target, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1325 (args->offsets != NULL && (args->target != myTargetStart || args->source != sourceStart) || in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1668 uint8_t *target = (uint8_t *) args->target; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1691 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1696 if(target < targetLimi in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 432 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) fromUWriteUInt8() argument 2361 unsigned char *target = (unsigned char *) args->target; UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2630 UChar *target = args->target; UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() local 2920 uint8_t *target = (uint8_t *) args->target; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv2022.cpp | 434 uint8_t **target, const char *targetLimit, in fromUWriteUInt8() 439 char *targetChars = (char *)*target; in fromUWriteUInt8() 442 *target = (uint8_t*)targetChars; in fromUWriteUInt8() 1290 myTargetStart = args->target; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1293 &args->target, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1325 (args->offsets != nullptr && (args->target != myTargetStart || args->source != sourceStart) || in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1668 uint8_t *target = (uint8_t *) args->target; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1691 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1696 if(target < targetLimi in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 432 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) fromUWriteUInt8() argument 2361 unsigned char *target = (unsigned char *) args->target; UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2630 char16_t *target = args->target; UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() local 2920 uint8_t *target = (uint8_t *) args->target; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv2022.cpp | 434 uint8_t **target, const char *targetLimit, in fromUWriteUInt8() 439 char *targetChars = (char *)*target; in fromUWriteUInt8() 442 *target = (uint8_t*)targetChars; in fromUWriteUInt8() 1290 myTargetStart = args->target; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1293 &args->target, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1325 (args->offsets != NULL && (args->target != myTargetStart || args->source != sourceStart) || in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1595 uint8_t *target = (uint8_t *) args->target; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1618 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1623 if(target < targetLimi in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 432 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) fromUWriteUInt8() argument 2288 unsigned char *target = (unsigned char *) args->target; UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2557 UChar *target = args->target; UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() local 2847 uint8_t *target = (uint8_t *) args->target; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTest.java | 691 Object target = service.get("de_US"); in TestLocale() 692 confirmEqual("test de_US", "german", target); in TestLocale() 697 target = service.get(de_US); in TestLocale() 698 confirmEqual("test de_US 2", "german", target); in TestLocale() 700 target = service.get(de_US, LocaleKey.KIND_ANY); in TestLocale() 701 confirmEqual("test de_US 3", "german", target); in TestLocale() 703 target = service.get(de_US, 1234); in TestLocale() 704 confirmEqual("test de_US 4", "german", target); in TestLocale() 707 target = service.get(de_US, actualReturn); in TestLocale() 708 confirmEqual("test de_US 5", "german", target); in TestLocale() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceTest.java | 688 Object target = service.get("de_US"); in TestLocale() 689 confirmEqual("test de_US", "german", target); in TestLocale() 694 target = service.get(de_US); in TestLocale() 695 confirmEqual("test de_US 2", "german", target); in TestLocale() 697 target = service.get(de_US, LocaleKey.KIND_ANY); in TestLocale() 698 confirmEqual("test de_US 3", "german", target); in TestLocale() 700 target = service.get(de_US, 1234); in TestLocale() 701 confirmEqual("test de_US 4", "german", target); in TestLocale() 704 target = service.get(de_US, actualReturn); in TestLocale() 705 confirmEqual("test de_US 5", "german", target); in TestLocale() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 57 : target (0) in DataStoreSpec() 64 : target (target_) in DataStoreSpec() 70 deUint32 target; member 180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify) in BasicBufferDataCase() argument 182 , m_target (target) in BasicBufferDataCase() 245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage)); in iterate() 247 glBindBuffer(spec->target, buf); in iterate() 248 glBufferData(spec->target, spec->size, refBuf.getPtr(), spec->usage); in iterate() 252 iterOk = verifier.verify(buf, refBuf.getPtr(), 0, spec->size, spec->target); in iterate() 273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint3 argument 327 SubDataToUndefinedCase(Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify) SubDataToUndefinedCase() argument 470 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; iterate() local 593 const deUint32 target = bufferTargets[targetNdx]; init() local 694 const deUint32 target = bufferTargets[targetNdx]; init() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 134 auto target = GetTarget().lock(); in OnStart() local 135 if (target == nullptr) { in OnStart() 136 ROSEN_LOGE("Failed to start curve animation, target is null!"); in OnStart() 140 InitRotationId(target); in OnStart() 144 target->GetStagingProperties().GetRotation(), animationPath_); in OnStart() 157 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreatePath>(target->GetId(), animation); in OnStart() 160 transactionProxy->AddCommand(command, target->IsRenderServiceNode(), in OnStart() 161 target->GetFollowType(), target->GetId()); in OnStart() 162 if (target in OnStart() 193 auto target = GetTarget().lock(); OnUpdateStagingValue() local [all...] |