Home
last modified time | relevance | path

Searched refs:temp (Results 1201 - 1225 of 1961) sorted by relevance

1...<<41424344454647484950>>...79

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIDNA2003.java344 String temp = processOut.substring(ACE_PREFIX.length,processOut.length()); in convertToUnicode()
348 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags)); in convertToUnicode()
/third_party/icu/icu4c/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/lzma/CPP/Common/
H A DStringConvert.cpp299 UString temp = d + i; in MultiByteToUnicodeString2() local
303 wchar_t w = temp[t]; in MultiByteToUnicodeString2()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp227 char temp[64]; in PrintNum() local
228 char *p = temp + 32; in PrintNum()
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js68 temp: tempDir,
191 return rm(this[_dirs].temp, { recursive: true, force: true }).catch(() => null)
67 temp: tempDir, global() property
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc46 uint8_t temp = in_cell << 4 | in_cell; in RotCell() local
47 return static_cast<uint64_t>((temp >> (4 - amount)) & 0xf); in RotCell()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h130 IteratorImpl temp(*this); in operator ++()
132 return temp; in operator ++()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteExpressionsWithShaderStorageBlock.cpp176 // var temp = lssbo; in visitBinary()
177 // temp += rvalue; in visitBinary()
178 // lssbo = temp; in visitBinary()
380 // var temp = ssbo; in visitUnary()
381 // ~temp * expr; in visitUnary()
385 TIntermSymbol *temp = in visitUnary() local
388 node->replaceChildNode(node->getOperand(), temp->deepCopy()); in visitUnary()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp141 auto temp = GetProcAddress(userModule, "SetThreadDpiAwarenessContext"); in Init() local
143 mFpSetThreadDpiAwarenessContext = reinterpret_cast<_SetThreadDpiAwarenessContext *>(temp); in Init()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.cpp188 real64 temp = fTemperature1; in dng_color_spec() local
190 fTemperature2 = temp; in dng_color_spec()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S577 @ r0 = dst (temp buffer)
604 @ which would be stored as the last row in the temp buffer,
623 @ r2 = src (temp buffer)
697 @ Align the stack, allocate a temp buffer
731 @ passthrough of coefficients to pass 2 and clear the end of the temp buffer
1026 @ r0 = dst (temp buffer)
1070 @ r2 = src (temp buffer)
1164 @ Align the stack, allocate a temp buffer
1551 @ r0 = dst (temp buffer)
1667 @ and use the source as temp buffe
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c853 struct ureg_dst temp = ntt_temp(c); in ntt_setup_inputs() local
856 ntt_SGE(c, temp, decl, ureg_imm1f(c->ureg, 0)); in ntt_setup_inputs()
865 temp.Saturate = true; in ntt_setup_inputs()
866 ntt_MOV(c, temp, decl); in ntt_setup_inputs()
869 decl = ureg_src(temp); in ntt_setup_inputs()
1675 struct ureg_dst temp = ntt_temp(c); in ntt_emit_alu() local
1683 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu()
2047 struct ureg_dst temp = ureg_dst_undef(); in ntt_emit_image_load_store() local
2068 temp in ntt_emit_image_load_store()
2421 struct ureg_dst temp = ureg_writemask(ntt_temp(c), 1); ntt_emit_intrinsic() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp151 vector<T> temp = v;
152 std::sort(temp.begin(), temp.end());
153 return temp.size() % 2 == 0
154 ? 0.5f * ((float)temp[temp.size()/2-1] + (float)temp[temp.size()/2])
155 : (float)temp[temp
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp151 vector<T> temp = v;
152 std::sort(temp.begin(), temp.end());
153 return temp.size() % 2 == 0
154 ? 0.5f * ((float)temp[temp.size()/2-1] + (float)temp[temp.size()/2])
155 : (float)temp[temp
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp1002 PointF temp(point.GetX(), point.GetY()); in ConvertPointRelativeToNode()
1009 renderContext->GetPointWithRevert(temp); in ConvertPointRelativeToNode()
1011 temp = temp - rectOffset; in ConvertPointRelativeToNode()
1013 point.SetX(temp.GetX()); in ConvertPointRelativeToNode()
1014 point.SetY(temp.GetY()); in ConvertPointRelativeToNode()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp186 * @tc.expected: onAreaChanged is invoked and the temp values are assigned with correct values. in HWTEST_F()
235 * @tc.expected: OnDragStart is invoked and the temp values are assigned with correct values. in HWTEST_F()
252 * @tc.expected: OnDragEnter is invoked and the temp values are assigned with correct values. in HWTEST_F()
263 * @tc.expected: OnDragLeave is invoked and the temp values are assigned with correct values. in HWTEST_F()
272 * @tc.expected: OnDragMove is invoked and the temp values are assigned with correct values. in HWTEST_F()
281 * @tc.expected: OnDrop is invoked and the temp values are assigned with correct values. in HWTEST_F()
341 * @tc.expected: OnDragEnter is invoked and the temp values are assigned with correct values. in HWTEST_F()
354 * @tc.expected: OnDragLeave is invoked and the temp values are assigned with correct values. in HWTEST_F()
363 * @tc.expected: OnDragMove is invoked and the temp values are assigned with correct values. in HWTEST_F()
372 * @tc.expected: OnDrop is invoked and the temp value in HWTEST_F()
558 bool temp = true; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp434 static bool temp = true; in AccessBackward() local
435 if (temp) { in AccessBackward()
436 temp = false; in AccessBackward()
437 return temp; in AccessBackward()
439 temp = true; in AccessBackward()
440 return temp; in AccessBackward()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp185 int32_t temp = physicalY; in GetOriginalTouchScreenCoordinates() local
187 physicalX = temp; in GetOriginalTouchScreenCoordinates()
196 int32_t temp = physicalX; in GetOriginalTouchScreenCoordinates() local
198 physicalY = temp; in GetOriginalTouchScreenCoordinates()
341 std::string temp(".000"); in FormatNumber()
344 str += temp; in FormatNumber()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c715 FILLP_UINT8 temp; in FillpDebugCmdSetPrintLevel() local
722 temp = *((FILLP_UINT8 *)content); in FillpDebugCmdSetPrintLevel()
725 if ((temp > FILLP_DBG_LVL_ERROR) || (temp < FILLP_DBG_LVL_DEBUG)) { in FillpDebugCmdSetPrintLevel()
726 FILLP_LOGERR("Dbg Level %u is not supported", temp); in FillpDebugCmdSetPrintLevel()
730 g_fillpLmGlobal.debugLevel = temp; in FillpDebugCmdSetPrintLevel()
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c534 unsigned char temp[64]; // 32/2 = 16 V4 blocks at 4 B each -> 64 B in encode_mode() local
631 memcpy(&buf[ret], temp, temp_size); in encode_mode()
644 temp[temp_size++] = mb->v1_vector; in encode_mode()
647 temp[temp_size++] = mb->v4_vector[z]; in encode_mode()
650 memcpy(&buf[ret], temp, temp_size); in encode_mode()
659 memcpy(&buf[ret], temp, temp_size); in encode_mode()
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c236 double temp = refp[x] - srcp[x]; in do_block_ssd() local
237 dist += temp * temp; in do_block_ssd()
257 double temp = refp[x] - srcp[x]; in do_block_ssd16() local
258 dist += temp * temp; in do_block_ssd16()
/third_party/icu/icu4c/source/test/cintltst/
H A Didnatest.c581 temp[MAX_DEST_SIZE] ={0}; in TestCompare() local
590 u_charsToUChars(asciiIn[0], temp, (int32_t)strlen(asciiIn[0])); in TestCompare()
591 u_strcat(ascii0,temp); in TestCompare()
594 memset(temp, 0, U_SIZEOF_UCHAR * MAX_DEST_SIZE); in TestCompare()
596 u_charsToUChars(asciiIn[1], temp, (int32_t)strlen(asciiIn[1])); in TestCompare()
597 u_strcat(ascii1,temp); in TestCompare()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp284 FString temp; in ShowProgInfo() local
285 NDir::MyGetTempPath(temp); in ShowProgInfo()
286 if (!temp.IsEqualTo(STRING_PATH_SEPARATOR "tmp" STRING_PATH_SEPARATOR)) in ShowProgInfo()
287 *so << " temp_path:" << temp; in ShowProgInfo() local
489 char temp[64]; in PrintNum() local
490 char *p = temp + 32; in PrintNum()

Completed in 31 milliseconds

1...<<41424344454647484950>>...79