Home
last modified time | relevance | path

Searched refs:withCount (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/devui/
H A DCrashesListFragmentTest.java384 onView(withId(R.id.crashes_list)).check(matches(withCount(1)));
390 onView(withId(R.id.crashes_list)).check(matches(withCount(2)));
421 onView(withId(R.id.crashes_list)).check(matches(withCount(1)));
425 onView(withId(R.id.crashes_list)).check(matches(withCount(2)));
470 onView(withId(R.id.crashes_list)).check(matches(withCount(1)));
476 onView(withId(R.id.crashes_list)).check(matches(withCount(2)));
509 onView(withId(R.id.crashes_list)).check(matches(withCount(1)));
515 onView(withId(R.id.crashes_list)).check(matches(withCount(2)));
547 onView(withId(R.id.crashes_list)).check(matches(withCount(1)));
553 onView(withId(R.id.crashes_list)).check(matches(withCount(2)));
[all …]
H A DDeveloperUiTestUtils.java32 public static Matcher<View> withCount(final Matcher<Integer> intMatcher) { in withCount() method in DeveloperUiTestUtils
54 public static Matcher<View> withCount(final int itemCount) {
55 return withCount(is(itemCount));
H A DFlagsFragmentTest.java28 import static org.chromium.android_webview.test.devui.DeveloperUiTestUtils.withCount;
202 onView(withId(R.id.flags_list)).check(matches(withCount(1)));
216 onView(withId(R.id.flags_list)).check(matches(withCount(1)));
230 onView(withId(R.id.flags_list)).check(matches(withCount(1)));
251 .check(matches(withCount(allOf(greaterThan(1), lessThan(totalNumFlags)))));
266 onView(withId(R.id.flags_list)).check(matches(withCount(1)));
270 onView(withId(R.id.flags_list)).check(matches(withCount(totalNumFlags)));
H A DHomeFragmentTest.java26 import static org.chromium.android_webview.test.devui.DeveloperUiTestUtils.withCount;
109 onView(withId(R.id.main_info_list)).check(matches(withCount(2))); in testSameWebViewPackage()
148 onView(withId(R.id.main_info_list)).check(matches(withCount(3))); in testDifferentWebViewPackage()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DSnapshotFSImageFormat.java330 INodeReference.WithCount withCount, DataOutput out, in writeINodeReferenceWithCount() argument
332 final INode referred = withCount.getReferredINode(); in writeINodeReferenceWithCount()
333 final long id = withCount.getId(); in writeINodeReferenceWithCount()
340 referenceMap.put(id, withCount); in writeINodeReferenceWithCount()
360 final INodeReference.WithCount withCount; in loadINodeReferenceWithCount() local
364 withCount = new INodeReference.WithCount(null, referred); in loadINodeReferenceWithCount()
365 referenceMap.put(withCount.getId(), withCount); in loadINodeReferenceWithCount() local
368 withCount = referenceMap.get(id); in loadINodeReferenceWithCount()
370 return withCount; in loadINodeReferenceWithCount()
H A DFSImageFormatPBSnapshot.java124 WithCount withCount = (WithCount) referred.getParentReference(); in loadINodeReference() local
125 if (withCount == null) { in loadINodeReference()
126 withCount = new INodeReference.WithCount(null, referred); in loadINodeReference()
130 ref = new INodeReference.DstReference(null, withCount, in loadINodeReference()
133 ref = new INodeReference.WithName(null, withCount, r.getName() in loadINodeReference()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSDirRenameOp.java564 private final INodeReference.WithCount withCount; field in FSDirRenameOp.RenameOperation
615 withCount = (INodeReference.WithCount) srcChild.asReference() in RenameOperation()
618 withCount = null; in RenameOperation()
668 if (withCount == null) { in addSourceToDestination()
672 withCount.getReferredINode().setLocalName(dstChildName); in addSourceToDestination()
674 withCount, dstIIP.getLatestSnapshotId()); in addSourceToDestination()
691 if (withCount == null) { in restoreSource()
696 srcChild = withCount.getReferredINode(); in restoreSource()
699 withCount.removeReference(oldSrcChild.asReference()); in restoreSource()
700 srcChild = new INodeReference.DstReference(srcParent, withCount, in restoreSource()
[all …]
H A DINodeDirectory.java325 final INodeReference.WithCount withCount = in replaceChild() local
327 withCount.removeReference(oldChild.asReference()); in replaceChild()
350 final INodeReference.WithCount withCount; in replaceChild4ReferenceWithName() local
353 withCount = (INodeReference.WithCount) oldChild.asReference() in replaceChild4ReferenceWithName()
356 withCount = new INodeReference.WithCount(null, oldChild); in replaceChild4ReferenceWithName()
359 withCount, oldChild.getLocalNameBytes(), latestSnapshotId); in replaceChild4ReferenceWithName()
H A DINode.java275 INodeReference withCount = getParentReference(); in shouldRecordInSrcSnapshot() local
276 if (withCount != null) { in shouldRecordInSrcSnapshot()
277 int dstSnapshotId = withCount.getParentReference().getDstSnapshotId(); in shouldRecordInSrcSnapshot()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Relations/
H A DMorphTo.php145 ->withCount(
326 * @param array $withCount
329 public function morphWithCount(array $withCount) argument
332 $this->morphableEagerLoadCounts, $withCount
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_set.go358 withCount := false
373 withCount = true
383 if !withCount {
407 if !withCount {
444 withCount := false
453 withCount = true
486 if !withCount {
/dports/net/storj/storj-1.45.3/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_set.go358 withCount := false
373 withCount = true
383 if !withCount {
407 if !withCount {
444 withCount := false
453 withCount = true
486 if !withCount {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/alicebob/miniredis/
H A Dcmd_set.go329 withCount := false
339 withCount = true
349 if !withCount {
373 if !withCount {
407 withCount := false
416 withCount = true
449 if !withCount {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_set.go358 withCount := false
373 withCount = true
383 if !withCount {
407 if !withCount {
444 withCount := false
453 withCount = true
486 if !withCount {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_set.go358 withCount := false
373 withCount = true
383 if !withCount {
407 if !withCount {
444 withCount := false
453 withCount = true
486 if !withCount {
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/
H A DServiceTemplateController.php33 …'service_templates' => ServiceTemplate::orderBy('name')->withCount('devices')->withCount('groups')…
H A DPollerController.php39 'poller_groups' => PollerGroup::query()->withCount('devices')->get(),
H A DDeviceGroupController.php34 'device_groups' => DeviceGroup::orderBy('name')->withCount('devices')->get(),
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_task.py356 call = task.LoopingCall.withCount(aCallback)
419 call = task.LoopingCall.withCount(aCallback)
453 call = task.LoopingCall.withCount(accumulator.append)
505 loop = task.LoopingCall.withCount(foo)
533 loop = task.LoopingCall.withCount(foo)
566 loop = task.LoopingCall.withCount(foo)
849 lc = task.LoopingCall.withCount(countTracker)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dtask.py78 def withCount(cls, countCallable): member in LoopingCall
127 withCount = classmethod(withCount) variable in LoopingCall
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DModel.php78 protected $withCount = []; variable in Illuminate\\Database\\Eloquent\\Model
1006 ->withCount($this->withCount);
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomView.h185 withCount: (int) count;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/
H A DModel.php82 protected $withCount = []; variable in Illuminate\\Database\\Eloquent\\Model
1226 ->withCount($this->withCount);
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/Table/
H A DDeviceController.php93 …$query = Device::hasAccess($request->user())->with('location')->withCount(['ports', 'sensors', 'wi…
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_task.py368 call = task.LoopingCall.withCount(aCallback)
421 call = task.LoopingCall.withCount(aCallback)
684 lc = task.LoopingCall.withCount(countTracker)

12