Home
last modified time | relevance | path

Searched refs:holders (Results 1 – 25 of 78) sorted by relevance

1234

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DMediaSourceListTest.java252 List<MediaSourceList.MediaSourceHolder> holders = createFakeHolders(); in moveMediaSources() local
253 mediaSourceList.addMediaSources(/* index= */ 0, holders, shuffleOrder); in moveMediaSources()
255 assertDefaultFirstWindowInChildIndexOrder(holders); in moveMediaSources()
257 assertFirstWindowInChildIndices(holders, 3, 0, 1, 2); in moveMediaSources()
259 assertDefaultFirstWindowInChildIndexOrder(holders); in moveMediaSources()
263 assertFirstWindowInChildIndices(holders, 2, 3, 0, 1); in moveMediaSources()
266 assertDefaultFirstWindowInChildIndexOrder(holders); in moveMediaSources()
270 assertFirstWindowInChildIndices(holders, 2, 3, 0, 1); in moveMediaSources()
273 assertFirstWindowInChildIndices(holders, 0, 3, 1, 2); in moveMediaSources()
276 assertDefaultFirstWindowInChildIndexOrder(holders); in moveMediaSources()
[all …]
/external/kmod/tools/
Dremove.c46 struct kmod_list *holders; in check_module_inuse() local
60 holders = kmod_module_get_holders(mod); in check_module_inuse()
61 if (holders != NULL) { in check_module_inuse()
66 kmod_list_foreach(itr, holders) { in check_module_inuse()
73 kmod_module_unref_list(holders); in check_module_inuse()
Drmmod.c65 struct kmod_list *holders; in check_module_inuse() local
79 holders = kmod_module_get_holders(mod); in check_module_inuse()
80 if (holders != NULL) { in check_module_inuse()
85 kmod_list_foreach(itr, holders) { in check_module_inuse()
92 kmod_module_unref_list(holders); in check_module_inuse()
Dlsmod.c64 struct kmod_list *holders, *hitr; in do_lsmod() local
68 holders = kmod_module_get_holders(mod); in do_lsmod()
69 kmod_list_foreach(hitr, holders) { in do_lsmod()
83 kmod_module_unref_list(holders); in do_lsmod()
/external/kmod/testsuite/
Dtest-loaded.c55 struct kmod_list *holders, *hitr; in loaded_1() local
59 holders = kmod_module_get_holders(mod); in loaded_1()
60 kmod_list_foreach(hitr, holders) { in loaded_1()
72 kmod_module_unref_list(holders); in loaded_1()
/external/wayland-protocols/
DISC_LICENSE.txt11 the copyright holders not be used in advertising or publicity
13 written prior permission. The copyright holders make no
/external/neon_2_sse/
DLICENSE17 * The name of the copyright holders may not be used to endorse or promote products
20 This software is provided by the copyright holders and contributors "as is" and
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DMediaSourceList.java101 List<MediaSourceHolder> holders, ShuffleOrder shuffleOrder) { in setMediaSources() argument
103 return addMediaSources(/* index= */ this.mediaSourceHolders.size(), holders, shuffleOrder); in setMediaSources()
116 int index, List<MediaSourceHolder> holders, ShuffleOrder shuffleOrder) { in addMediaSources() argument
117 if (!holders.isEmpty()) { in addMediaSources()
119 for (int insertionIndex = index; insertionIndex < index + holders.size(); insertionIndex++) { in addMediaSources()
120 MediaSourceHolder holder = holders.get(insertionIndex - index); in addMediaSources()
DExoPlayerImpl.java409 List<MediaSourceList.MediaSourceHolder> holders = addMediaSourceHolders(index, mediaSources); in addMediaSources() local
412 internalPlayer.addMediaSources(index, holders, shuffleOrder); in addMediaSources()
986 List<MediaSourceList.MediaSourceHolder> holders = in setMediaSourcesInternal() local
1016 holders, startWindowIndex, C.msToUs(startPositionMs), shuffleOrder); in setMediaSourcesInternal()
1028 List<MediaSourceList.MediaSourceHolder> holders = new ArrayList<>(); in addMediaSourceHolders() local
1032 holders.add(holder); in addMediaSourceHolders()
1037 /* insertionIndex= */ index, /* insertionCount= */ holders.size()); in addMediaSourceHolders()
1038 return holders; in addMediaSourceHolders()
/external/drrickorang/LoopbackApp/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/oboe/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/walt/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/yapf/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/chromium-trace/catapult/third_party/pyserial/
DLICENSE.txt25 provided, however, that copyright holders License Agreement and
26 copyright holders notice of copyright are retained in this product
/external/bazelbuild-rules_android/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/openssh/
DLICENCE149 2-term BSD licence with the following names as copyright holders:
165 holders, also under the 2-term BSD license:
234 copyright holders:
268 copyright holders:
288 copyright holders:
312 * holders shall not be used in advertising or otherwise to promote the *
/external/gemmlowp/
DCONTRIBUTORS2 # The AUTHORS.txt file lists the copyright holders; this file
/external/swiftshader/
DCONTRIBUTORS.txt2 # The AUTHORS file lists the copyright holders; this file
/external/libpng/contrib/pngminus/
DLICENSE.txt19 authors or copyight holders be liable for any claim, damages or other
/external/lmfit/
DNOTICE19 This software is provided by the copyright holders and contributors "as is"
DCOPYING19 This software is provided by the copyright holders and contributors "as is"
/external/kotlinc/license/third_party/
Dasm_license.txt14 3. Neither the name of the copyright holders nor the names of its
/external/angle/
DCONTRIBUTORS4 # The AUTHORS file lists the copyright holders; this file
/external/llvm-project/libcxx/utils/google-benchmark/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file
/external/llvm-project/llvm/utils/benchmark/
DCONTRIBUTORS2 # The AUTHORS file lists the copyright holders; this file

1234