/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 53 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
|
D | debugobj.py | 45 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
|
D | pathbrowser.py | 35 sublist = [] 38 sublist.append(item) 39 return sublist 66 sublist = [] 69 sublist.append(item) 72 sublist.append(item) 73 return sublist
|
D | tree.py | 210 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/ |
D | sliver_cache_test.dart | 316 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/ |
D | well_known_types_test.rb | 43 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.c | 506 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/ |
D | generate_copts.py | 24 return [item for sublist in lists for item in sublist]
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/test/ |
D | vmo_test.dart | 24 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/ |
D | gen_format_map.py | 153 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_format_map.py | 154 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 4947 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/ |
D | glnames.py | 4947 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/ |
D | glnames.py | 4947 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/ |
D | test_browser.py | 238 sublist = cb.GetSubList() 239 queue.extend(sublist) 242 self.assertIs(cb.IsExpandable(), sublist != [])
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 298 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/ |
D | consolidate_response_test.dart | 131 final Uint8List gzippedChunkOne = gzipped.sublist(0, gzipped.length ~/ 2); 132 final Uint8List gzippedChunkTwo = gzipped.sublist(gzipped.length ~/ 2);
|
D | diagnostics_json_test.dart | 131 test('filterProperties - sublist', () { 162 test('filterChildren - sublist', () {
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | expansion_tile.dart | 27 /// expansion tile represents a sublist. 68 /// The color to display behind the sublist when expanded.
|
/third_party/ltp/include/ |
D | tst_rtnetlink.h | 14 const struct tst_rtnl_attr_list *sublist; member
|
/third_party/ltp/lib/ |
D | tst_rtnetlink.c | 338 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/ |
D | onscreen_logging.dart | 44 _logBuffer = _logBuffer.sublist(_logBuffer.length - 50);
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | packages_test.dart | 363 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/ |
D | common.dart | 66 final String toolsPath = fs.path.joinAll(parts.sublist(0, toolsIndex + 1));
|
/third_party/flutter/engine/flutter/shell/testing/observatory/ |
D | test.dart | 187 final List<String> extraArgs = args.length <= 2 ? <String>[] : args.sublist(2);
|