Home
last modified time | relevance | path

Searched defs:parts (Results 51 - 75 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h932 Part *parts; global() member in MessagePattern
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc291 std::vector<std::string> parts = Split( in CanonicalizePath() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java112 static String delimitWithCommas(List<String> parts) { in delimitWithCommas() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php316 $parts = explode('.', $name); variable
371 $parts = array_map('ucwords', explode('.', $package)); variable
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc142 std::vector<std::string> parts = Split(path, "."); in GetFieldDescriptors() local
326 std::vector<std::string> parts = Split(path, "."); in AddPath() local
360 std::vector<std::string> parts = Split(path, "."); in RemovePath() local
412 std::vector<std::string> parts = Split(path, "."); IntersectPath() local
[all...]
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs295 let mut parts = spec.split('/'); in parse_spec() variables
311 let mut parts = s.split('='); in parse_spec() variables
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp176 unsigned int parts = static_cast<int>(value / 4.0f); in progress_emitter() local
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp245 static void GetArguments(int numArgs, char *args[], UStringVector &parts) in GetArguments() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c909 struct si_shader_part *parts[] = {sscreen->vs_prologs, sscreen->tcs_epilogs, in si_destroy_screen() local
H A Dsi_shader_llvm.c424 void si_build_wrapper_function(struct si_shader_context *ctx, LLVMValueRef *parts, in si_build_wrapper_function() argument
1166 LLVMValueRef parts[4]; si_llvm_compile_shader() local
1198 LLVMValueRef parts[3], prolog, main_fn = ctx.main_fn; si_llvm_compile_shader() local
1219 LLVMValueRef parts[4]; si_llvm_compile_shader() local
1269 LLVMValueRef parts[2]; si_llvm_compile_shader() local
1327 LLVMValueRef parts[4]; si_llvm_compile_shader() local
[all...]
H A Dsi_shader_llvm_ps.c935 LLVMValueRef parts[3]; in si_llvm_build_monolithic_ps() local
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp700 SkTArray<SkString> parts; in ParseConfigs() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc284 std::vector<absl::string_view> parts = {sv.substr(0, halfway), in FragmentedCord() local
/third_party/curl/lib/
H A Durlapi.c677 unsigned long parts[4] = {0, 0, 0, 0}; in ipv4_normalize() local
[all...]
/third_party/gn/src/base/strings/
H A Dstring_util.cc896 std::string JoinString(const std::vector<std::string>& parts, in JoinString() argument
866 JoinStringT( const list_type& parts, std::basic_string_view<char_type> sep) JoinStringT() argument
901 JoinString(const std::vector<std::u16string>& parts, std::u16string_view separator) JoinString() argument
911 JoinString(const std::vector<std::string_view>& parts, std::string_view separator) JoinString() argument
916 JoinString(const std::vector<std::u16string_view>& parts, std::u16string_view separator) JoinString() argument
921 JoinString(std::initializer_list<std::string_view> parts, std::string_view separator) JoinString() argument
926 JoinString(std::initializer_list<std::u16string_view> parts, std::u16string_view separator) JoinString() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java1607 private ArrayList<Part> parts=new ArrayList<Part>(); global() field in MessagePattern
[all...]
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h106 } parts; member
124 } parts; member
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.h231 los_part *parts[MAX_FILE_STORAGE_LUNS]; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java1536 private ArrayList<Part> parts=new ArrayList<Part>(); global() field in MessagePattern
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp546 UStringVector parts = addParts; in EnumerateAltStreams() local
/third_party/python/Lib/
H A Dpathlib.py746 def parts(self): global() member in PurePath
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp347 std::string TestCaseBase::specializeShader(const unsigned int parts, const char* const* code) const in specializeShader() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h575 integerPart *parts; member
/third_party/skia/dm/
H A DDM.cpp1049 const SkTArray<SkString>& parts = config.getViaParts(); in gather_sinks() local
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c636 int parts; in calc_sum_top() local
665 int parts = (1 << level); in calc_sum_next() local

Completed in 35 milliseconds

1234