Home
last modified time | relevance | path

Searched refs:parts (Results 251 - 275 of 336) sorted by relevance

1...<<11121314

/third_party/python/Lib/unittest/
H A Dcase.py362 of the classes are instantiated automatically by parts of the framework
1459 parts = []
1461 parts.append("[{}]".format(self._message))
1466 parts.append("({})".format(params_desc))
1467 return " ".join(parts) or '(<subtest>)'
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag_test.cc705 std::vector<absl::string_view> parts = in AbslParseFlag() local
708 if (parts.size() != 2) return false; in AbslParseFlag()
710 if (!absl::SimpleAtoi(parts[0], &f->a)) return false; in AbslParseFlag()
712 if (!absl::SimpleAtoi(parts[1], &f->b)) return false; in AbslParseFlag()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c1846 struct partition_affinity *parts; in gic_populate_ppi_partitions() local
1862 parts = kcalloc(nr_parts, sizeof(*parts), GFP_KERNEL); in gic_populate_ppi_partitions()
1863 if (WARN_ON(!parts)) { in gic_populate_ppi_partitions()
1872 part = &parts[part_idx]; in gic_populate_ppi_partitions()
1930 desc = partition_create_desc(gic_data.fwnode, parts, nr_parts, irq, &partition_domain_ops); in gic_populate_ppi_partitions()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp381 vector<string_view> parts = StringUtil::Split(path, "/"); variable
382 if (parts.size() > 0) {
384 return RecursivelyLookupNodeByPath<const ISceneNode>(*this, 0, parts);
393 vector<string_view> parts = StringUtil::Split(path, "/"); variable
394 if (parts.size() > 0) {
396 return RecursivelyLookupNodeByPath<ISceneNode>(*this, 0, parts);
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1412 CharString parts;
1413 if(!getSortKeyParts(s, length, parts, 32, errorCode)) {
1420 if(keyLength != parts.length() || uprv_memcmp(keyBytes, parts.data(), keyLength) != 0) {
1426 infoln(printSortKey(reinterpret_cast<uint8_t *>(parts.data()), parts.length()));
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp109 std::vector<std::string> parts { std::istream_iterator<std::string> { stream }, in Split()
111 return parts; in Split()
/third_party/python/Lib/importlib/metadata/
H A D__init__.py1085 f.parts[0] if len(f.parts) > 1 else f.with_suffix('').name
/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
350 for (unsigned int i = 0; i < parts; i++) in specializeShader()
399 * @param sh_parts Number of shader source code parts.
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py286 parts = path.split('/')
287 if all(part == parts[i] for i, part in enumerate(dir_path.split('/'))):
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c636 int parts; in calc_sum_top() local
640 parts = (1 << pmax); in calc_sum_top()
645 for (i = 0; i < parts; i++) { in calc_sum_top()
665 int parts = (1 << level); in calc_sum_next() local
666 for (i = 0; i < parts; i++) { in calc_sum_next()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c1064 fmass->parts[fmass->nluns] = part; in fmass_parts_registered()
1126 fmass->parts[i] = NULL; in fmass_dev_close()
1146 part = fmass->parts[i]; in fmass_dev_capacity()
1164 los_part *part = fmass->parts[fmass->lun]; in fmass_dev_read()
1183 los_part *part = fmass->parts[fmass->lun]; in fmass_dev_write()
/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
958 /* Free shader parts. */ in si_destroy_screen()
959 for (i = 0; i < ARRAY_SIZE(parts); i++) { in si_destroy_screen()
960 while (parts[i]) { in si_destroy_screen()
961 struct si_shader_part *part = parts[i]; in si_destroy_screen()
963 parts[i] = part->next; in si_destroy_screen()
H A Dsi_shader_internal.h220 void si_build_wrapper_function(struct si_shader_context *ctx, LLVMValueRef *parts,
/third_party/python/Tools/scripts/
H A Dtexi2html.py1047 parts = [s.strip() for s in args.split(',')]
1048 while len(parts) < 4: parts.append('')
1049 self.nodelinks = parts
1050 [name, next, prev, up] = parts[:4]
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h274 // parts.Back() can contain alt stream name "nams:AltName"
275 HRESULT GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
H A DOpenArchive.cpp526 HRESULT CArc::GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const
564 // 18.06: fixed : we don't want to split name to parts
575 parts.Insert(0, s.Ptr(pos + 1));
581 parts.Insert(0, s);
586 UString &s2 = parts[parts.Size() - 2];
588 s2 += parts.Back();
590 parts.DeleteBack();
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py296 for part in reversed(directory_path.parts):
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc81 std::vector<std::string> parts; in ConditionalToCheckBitmasks() local
86 parts.push_back( in ConditionalToCheckBitmasks()
89 GOOGLE_CHECK(!parts.empty()); in ConditionalToCheckBitmasks()
90 // If we have multiple parts, each expected to be 0, then bitwise-or them. in ConditionalToCheckBitmasks()
92 parts.size() == 1 in ConditionalToCheckBitmasks()
93 ? parts[0] in ConditionalToCheckBitmasks()
94 : StrCat("(", Join(parts, "\n | "), ")"); in ConditionalToCheckBitmasks()
1611 // The TableStruct struct needs access to the private parts, in order to in GenerateClassDefinition()
/third_party/curl/tests/libtest/
H A Dlib1560.c56 struct part parts[] = { in checkparts() local
70 for(i = 0; parts[i].name; i++) { in checkparts()
73 rc = curl_url_get(u, parts[i].part, &p, getflags); in checkparts()
108 CURLUcode pcode; /* for updating parts */
116 unsigned int setflags; /* for updating parts */
117 unsigned int getflags; /* for getting parts */
118 CURLUcode pcode; /* for updating parts */
1179 2. Set one or more parts
1180 3. Extract and compare all parts - not the URL
1217 fprintf(stderr, "Set parts\ni in setget_parts()
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go229 parts := strings.Split(in, ".")
230 out := make([]int, len(parts))
231 for i, part := range parts {
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl205 srlx $t0,32,@acc[1] ! extract high parts
217 addcc @acc[1],$t1,@acc[1] ! accumulate high parts
290 add @acc[0],$t0,$t0 ! accumulate low parts, can't overflow
292 srlx $t0,32,@acc[1] ! extract high parts
309 addcc @acc[1],$t1,@acc[1] ! accumulate high parts
1817 addcc $acc1,$t0,$acc1 ! accumulate high parts of multiplication
1865 addcc $acc0,$t0,$acc0 ! accumulate low parts of multiplication
1879 addcc $acc1,$t0,$acc1 ! accumulate high parts of multiplication
1925 addcc $acc2,$t1,$acc2 ! accumulate high parts of multiplication
1937 addcc $t2,$t1,$t1 ! accumulate high parts o
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl205 srlx $t0,32,@acc[1] ! extract high parts
217 addcc @acc[1],$t1,@acc[1] ! accumulate high parts
290 add @acc[0],$t0,$t0 ! accumulate low parts, can't overflow
292 srlx $t0,32,@acc[1] ! extract high parts
309 addcc @acc[1],$t1,@acc[1] ! accumulate high parts
1817 addcc $acc1,$t0,$acc1 ! accumulate high parts of multiplication
1865 addcc $acc0,$t0,$acc0 ! accumulate low parts of multiplication
1879 addcc $acc1,$t0,$acc1 ! accumulate high parts of multiplication
1925 addcc $acc2,$t1,$acc2 ! accumulate high parts of multiplication
1937 addcc $t2,$t1,$t1 ! accumulate high parts o
[all...]
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py832 parts = [
845 for (pno, pname) in parts
H A Dpy2_test_grammar.py848 parts = [
861 for (pno, pname) in parts
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java112 static String delimitWithCommas(List<String> parts) { in delimitWithCommas() argument
114 for (String part : parts) { in delimitWithCommas()

Completed in 44 milliseconds

1...<<11121314