/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/ |
D | MediaSourceListTest.java | 252 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/ |
D | remove.c | 46 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()
|
D | rmmod.c | 65 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()
|
D | lsmod.c | 64 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/ |
D | test-loaded.c | 55 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/ |
D | ISC_LICENSE.txt | 11 the copyright holders not be used in advertising or publicity 13 written prior permission. The copyright holders make no
|
/external/neon_2_sse/ |
D | LICENSE | 17 * 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/ |
D | MediaSourceList.java | 101 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()
|
D | ExoPlayerImpl.java | 409 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/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/oboe/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/walt/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/yapf/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/chromium-trace/catapult/third_party/pyserial/ |
D | LICENSE.txt | 25 provided, however, that copyright holders License Agreement and 26 copyright holders notice of copyright are retained in this product
|
/external/bazelbuild-rules_android/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/openssh/ |
D | LICENCE | 149 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/ |
D | CONTRIBUTORS | 2 # The AUTHORS.txt file lists the copyright holders; this file
|
/external/swiftshader/ |
D | CONTRIBUTORS.txt | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/libpng/contrib/pngminus/ |
D | LICENSE.txt | 19 authors or copyight holders be liable for any claim, damages or other
|
/external/lmfit/ |
D | NOTICE | 19 This software is provided by the copyright holders and contributors "as is"
|
D | COPYING | 19 This software is provided by the copyright holders and contributors "as is"
|
/external/kotlinc/license/third_party/ |
D | asm_license.txt | 14 3. Neither the name of the copyright holders nor the names of its
|
/external/angle/ |
D | CONTRIBUTORS | 4 # The AUTHORS file lists the copyright holders; this file
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|
/external/llvm-project/llvm/utils/benchmark/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file
|