Home
last modified time | relevance | path

Searched refs:sublist (Results 1 – 25 of 53) sorted by relevance

123

/third_party/python/Lib/idlelib/
Dstackviewer.py53 sublist = []
56 sublist.append(item)
57 return sublist
86 sublist = []
89 sublist.append(item)
91 sublist.append(item)
92 return sublist
114 sublist = []
123 sublist.append(item)
124 return sublist
Ddebugobj.py45 sublist = []
56 sublist.append(item)
57 return sublist
63 sublist = ObjectTreeItem.GetSubList(self)
69 sublist.insert(0, item)
70 return sublist
82 sublist = []
91 sublist.append(item)
92 return sublist
Dpathbrowser.py35 sublist = []
38 sublist.append(item)
39 return sublist
66 sublist = []
69 sublist.append(item)
72 sublist.append(item)
73 return sublist
Dtree.py210 sublist = self.item._GetSubList()
211 if not sublist:
214 for item in sublist:
367 sublist = self.GetSubList()
368 if not sublist:
370 return sublist
430 sublist = []
433 sublist.append(item)
434 return sublist
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dsliver_cache_test.dart316 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true);
317 expect(children.sublist(9, 30).any((RenderBox r) => r.attached), false);
336 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true);
337 expect(children.sublist(9, 30).any((RenderBox r) => r.attached), false);
358 expect(children.sublist(0, 12).any((RenderBox r) => r.attached), false);
359 expect(children.sublist(12, 24).every((RenderBox r) => r.attached), true);
360 expect(children.sublist(24, 30).any((RenderBox r) => r.attached), false);
379 expect(children.sublist(0, 21).any((RenderBox r) => r.attached), false);
380 expect(children.sublist(21, 30).every((RenderBox r) => r.attached), true);
416 expect(children.sublist(0, 9).every((RenderBox r) => r.attached), true);
[all …]
/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb43 sublist = ["abc", 123, {"deepkey" => "deepval"}]
51 struct["sublist"] = sublist
60 assert_equal(Google::Protobuf::ListValue.from_a(sublist),
93 struct["sublist"] = Google::Protobuf::ListValue.from_a(sublist)
/third_party/python/Modules/
D_lsprof.c506 PyObject *sublist; member
527 err = PyList_Append(collect->sublist, sinfo); in statsForSubEntry()
542 collect->sublist = PyList_New(0); in statsForEntry()
543 if (collect->sublist == NULL) in statsForEntry()
547 Py_DECREF(collect->sublist); in statsForEntry()
553 collect->sublist = Py_None; in statsForEntry()
563 collect->sublist); in statsForEntry()
564 Py_DECREF(collect->sublist); in statsForEntry()
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
Dgenerate_copts.py24 return [item for sublist in lists for item in sublist]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/test/
Dvmo_test.dart24 String fileString = utf8.decode(fileData.sublist(0, fileVmo.size));
39 String vmoString = utf8.decode(vmoData.sublist(0, vmo.size));
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dgen_format_map.py153 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_format_map.py154 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument
4949 write( "#define " + macro_name + " " + repr( len( sublist ) ) + "\n\n" )
4970 for name in sublist:
/third_party/freetype/src/tools/
Dglnames.py4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument
4949 write( "#define " + macro_name + " " + repr( len( sublist ) ) + "\n\n" )
4970 for name in sublist:
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dglnames.py4947 def dump_sublist( self, file, table_name, macro_name, sublist ): argument
4949 write( "#define " + macro_name + " " + repr( len( sublist ) ) + "\n\n" )
4970 for name in sublist:
/third_party/python/Lib/idlelib/idle_test/
Dtest_browser.py238 sublist = cb.GetSubList()
239 queue.extend(sublist)
242 self.assertIs(cb.IsExpandable(), sublist != [])
/third_party/ltp/doc/
Dnetwork-c-api.txt298 const struct tst_rtnl_attr_list *sublist;
316 list and sublist defined using this structure is terminated by item with
324 set +len+ to 0. The last item in a list or sublist must have negative length.
326 - +sublist+ contains a nested attribute list which will be appended after
328 calculated automatically with proper alignment, do _not_ add the sublist size
330 +sublist+ to +NULL+.
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dconsolidate_response_test.dart131 final Uint8List gzippedChunkOne = gzipped.sublist(0, gzipped.length ~/ 2);
132 final Uint8List gzippedChunkTwo = gzipped.sublist(gzipped.length ~/ 2);
Ddiagnostics_json_test.dart131 test('filterProperties - sublist', () {
162 test('filterChildren - sublist', () {
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dexpansion_tile.dart27 /// expansion tile represents a sublist.
68 /// The color to display behind the sublist when expanded.
/third_party/ltp/include/
Dtst_rtnetlink.h14 const struct tst_rtnl_attr_list *sublist; member
/third_party/ltp/lib/
Dtst_rtnetlink.c338 if (list[i].sublist) { in tst_rtnl_add_attr_list()
342 list[i].sublist); in tst_rtnl_add_attr_list()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Donscreen_logging.dart44 _logBuffer = _logBuffer.sublist(_logBuffer.length - 50);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dpackages_test.dart363 expect(stdout.sublist(0, 2), contains('Proceed (y/n)? '));
364 expect(stdout.sublist(0, 2), contains('y\n'));
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dcommon.dart66 final String toolsPath = fs.path.joinAll(parts.sublist(0, toolsIndex + 1));
/third_party/flutter/engine/flutter/shell/testing/observatory/
Dtest.dart187 final List<String> extraArgs = args.length <= 2 ? <String>[] : args.sublist(2);

123