| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| H A D | relational_store_impl_rdbstore.cpp | 281 resultStr[i] = MallocCString(it->first); in Sync() 632 // determine if the first character of customDir is '/' in GetRealPath()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | base_key.cpp | 158 auto prefix = PATH_KEY_VERSION.substr(1); // skip the first slash in GetCandidateVersion() 1121 if (el.find(it.first) != std::string::npos) { in StoreKey()
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | copy.cpp | 644 return item.first == wd; in GetReceivedInfo() 871 HILOGE("The first/second/third argument requires uri/uri/napi_function"); in ParseJsParam()
|
| /foundation/window/window_manager/window_scene/session_manager/src/ |
| H A D | scene_session_dirty_manager.cpp | 898 auto hostNodeId = e.first;
in DumpSecSurfaceInfoMap()
|
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | move_drag_controller_test.cpp | 1118 ASSERT_EQ(0, res.first); in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | me_cmp.asm | 226 ; first 4x8 pixels
|
| H A D | hevc_idct.asm | 570 ; for 4 first rows and store it on stack (128 bytes)
|
| H A D | vp3dsp.asm | 356 ; Since r1 is free at entry, we calculate the Js first.
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | localintermediate.h | 936 return semanticNameSet.insert(name).first->c_str();
|
| /third_party/ffmpeg/libswresample/x86/ |
| H A D | resample.asm | 46 ; there's a few more here but we only care about the first few
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | pdftopdf.cc | 495 param.nup.first=Axis::X; in getParameters() 725 // Compare source MIME type (first word) with FINAL_CONTENT_TYPE in getParameters() 815 // Enable evenDuplex or the first page may be empty. in calculate() 1231 /* Try pdftocairo first, the preferred utility for form-flattening */ in main()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_file.c | 163 old_index_ch = fname; /* first character of the old name */ in snd_pcm_file_replace_fname() 164 new_index_ch = new_fname; /* first char of the new name */ in snd_pcm_file_replace_fname() 788 a->first = slave->sample_bits * channel; in snd_pcm_file_hw_params()
|
| /third_party/gn/src/gn/ |
| H A D | xcode_object.cc | 232 out << pair.first << " = "; in PrintValue()
|
| H A D | visual_studio_writer.cc | 732 auto it = processed_filters.insert(filter_path_str).first; in WriteFiltersFileContents()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Normalizer.java | 79 * the canonical composed and decomposed forms as shown in the first example 1256 * @param char32a the first code point to be checked against the 1268 * @param char32a the first code point to be checked against 1451 // first: b = NFKC(Fold(a)) in getFC_NFKC_Closure() 1561 * and return the first normalized character at that position. 1572 * @return the first normalized character that is the result of iterating 1613 * Return the first character in the normalized text. This resets 1619 public int first() { in first() method in Normalizer 1697 * It is safest to call {@link #setText setText()}, {@link #first}, 1964 * full NFD first in internalCompare() [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | rbbimonkeytest.cpp | 166 // If the rule name contains embedded digits, pad the first numeric field to a fixed length with leading zeroes, in addRule() 557 // for breaks before the first and after the last character in the data. in clearActualBreaks() 706 for (int32_t bk=fBI->first(); bk != BreakIterator::DONE; bk=fBI->next()) { in testForwards()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucasemap.cpp | 449 // next character after the first letter in maybeTitleDutchIJ() 453 // Is the first letter an i/I with accent? in maybeTitleDutchIJ() 536 index=iter->first(); 547 * b) first letter (titlecase) [titleStart..titleLimit[ 738 // Find out first whether we are changing the text. in toUpper()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Normalizer.java | 80 * the canonical composed and decomposed forms as shown in the first example 1288 * @param char32a the first code point to be checked against the 1299 * @param char32a the first code point to be checked against 1486 // first: b = NFKC(Fold(a)) in getFC_NFKC_Closure() 1601 * and return the first normalized character at that position. 1612 * @return the first normalized character that is the result of iterating 1656 * Return the first character in the normalized text. This resets 1663 public int first() { in first() method in Normalizer 1745 * It is safest to call {@link #setText setText()}, {@link #first}, 2024 * full NFD first in internalCompare() [all...] |
| /third_party/libunwind/libunwind/doc/ |
| H A D | unw_create_addr_space.tex | 41 The first argument to every call-back routine is an address-space
|
| H A D | libunwind.tex | 288 facilities: first, it is possible to flush the cached information
|
| /third_party/mesa3d/include/GLES/ |
| H A D | gl.h | 471 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
|
| /third_party/json/tests/src/ |
| H A D | unit-regression1.cpp | 1308 std::istringstream i1_2_3( R"({"first": "one" }{"second": "two"}3)" ); 1320 CHECK( m1 == ( std::map<std::string, std::string> {{ "first", "one" }} ));
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_fs.cpp | 353 tgsi_semantic name = (tgsi_semantic)semantic.first; in scan_input()
|
| /third_party/openGLES/api/GLES/ |
| H A D | gl.h | 452 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucasemap.cpp | 449 // next character after the first letter in maybeTitleDutchIJ() 453 // Is the first letter an i/I with accent? in maybeTitleDutchIJ() 536 index=iter->first(); 547 * b) first letter (titlecase) [titleStart..titleLimit[ 743 // Find out first whether we are changing the text. in toUpper()
|