HomeSort by relevance Sort by last modified time
    Searched refs:holders (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestRecyclerView.java 33 private List<RecyclerView.ViewHolder> holders = new ArrayList<>(); field in class:TestRecyclerView
42 return holders.get(position);
59 holders = new ArrayList<>();
61 holders.add(new TestViewHolder(Views.createTestView()));
69 view.holders = new ArrayList<>();
71 view.holders.add(new TestViewHolder(Views.createTestView()));
78 Mockito.verify(holders.get(pos).itemView).requestFocus();
  /external/kmod/testsuite/
test-loaded.c 55 struct kmod_list *holders, *hitr; local
59 holders = kmod_module_get_holders(mod);
60 kmod_list_foreach(hitr, holders) {
72 kmod_module_unref_list(holders);
  /external/kmod/tools/
lsmod.c 64 struct kmod_list *holders, *hitr; local
68 holders = kmod_module_get_holders(mod);
69 kmod_list_foreach(hitr, holders) {
83 kmod_module_unref_list(holders);
remove.c 46 struct kmod_list *holders; local
60 holders = kmod_module_get_holders(mod);
61 if (holders != NULL) {
66 kmod_list_foreach(itr, holders) {
73 kmod_module_unref_list(holders);
rmmod.c 65 struct kmod_list *holders; local
79 holders = kmod_module_get_holders(mod);
80 if (holders != NULL) {
85 kmod_list_foreach(itr, holders) {
92 kmod_module_unref_list(holders);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
BurstHolder.java 82 ArrayList<RequestHolder> holders = new ArrayList<RequestHolder>(); local
85 holders.add(b.build(frameNumber + i));
88 return holders;
  /external/ant-glob/
NOTICE 209 related items) is being provided by the copyright holders under the following
229 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
238 The name and trademarks of copyright holders may NOT be used in advertising or
241 all times remain with copyright holders.
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 209 related items) is being provided by the copyright holders under the following
229 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
238 The name and trademarks of copyright holders may NOT be used in advertising or
241 all times remain with copyright holders.
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 209 related items) is being provided by the copyright holders under the following
229 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
238 The name and trademarks of copyright holders may NOT be used in advertising or
241 all times remain with copyright holders.
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 209 related items) is being provided by the copyright holders under the following
229 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
238 The name and trademarks of copyright holders may NOT be used in advertising or
241 all times remain with copyright holders.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2ReprocessCaptureTest.java 989 ImageResultHolder[] holders = new ImageResultHolder[isReprocessCaptures.length]; local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 381 List<ViewHolder> holders = new ArrayList<ViewHolder>(); local
386 holders.add(holder);
389 return holders;
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 1238 ImageResultHolder[] holders = new ImageResultHolder[isReprocessCaptures.length]; local
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 381 PropertyValuesHolder[] holders = a2.getValues(); local
382 assertEquals(2, holders.length);
386 ValueAnimator a1 = ValueAnimator.ofPropertyValuesHolder(holders);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 595 PropertyValuesHolder[] holders = ((ObjectAnimator) animator).getValues(); local
596 for (int i = 0; i < holders.length; i++) {
597 PropertyValuesHolder pvh = holders[i];
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 34 * are subject to royalty fees to patent holders. Many of these patents are
  /prebuilts/go/darwin-x86/src/net/
sock_posix.go 74 // the other connection holders.
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 34 * are subject to royalty fees to patent holders. Many of these patents are
  /prebuilts/go/linux-x86/src/net/
sock_posix.go 74 // the other connection holders.
  /frameworks/base/core/java/android/view/
ViewGroup.java 8293 ArrayList<ViewLocationHolder> holders = mHolders; local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
exec.go 21 // Some queue entries are just place holders so that the machine
  /prebuilts/go/linux-x86/src/regexp/
exec.go 21 // Some queue entries are just place holders so that the machine
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 104 // mutex - stack traces of holders of contended mutexes

Completed in 2266 milliseconds

1 2