HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1 - 25 of 4117) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/objc/public/
RTCVideoTrack.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
37 @property(nonatomic, readonly) RTCVideoSource* source; variable
40 source:(RTCVideoSource*)source
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
24 source() function
32 std::auto_ptr<A> ap2(source());
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
ref_1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
24 const A source() {return A();} function
28 std::reference_wrapper<const A> r = std::ref(source());
  /external/skia/gm/
draw_bitmap_rect_skbug4374.cpp 4 * Use of this source code is governed by a BSD-style license that can be
11 SkBitmap source; local
12 if (GetResourceAsBitmap("randPixels.png", &source)) {
13 SkRect rect = SkRect::Make(source.bounds());
17 canvas->drawBitmapRect(source, rect, dst, nullptr);
  /external/webrtc/talk/app/webrtc/
localaudiosource_unittest.cc 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
57 rtc::scoped_refptr<LocalAudioSource> source = local
61 EXPECT_EQ(rtc::Optional<bool>(false), source->options().echo_cancellation);
62 EXPECT_EQ(rtc::Optional<bool>(true), source->options().extended_filter_aec);
63 EXPECT_EQ(rtc::Optional<bool>(true), source->options().delay_agnostic_aec);
64 EXPECT_EQ(rtc::Optional<bool>(true), source->options().auto_gain_control);
65 EXPECT_EQ(rtc::Optional<bool>(true), source->options().experimental_agc);
66 EXPECT_EQ(rtc::Optional<bool>(false), source->options().noise_suppression);
67 EXPECT_EQ(rtc::Optional<bool>(true), source->options().highpass_filter)
73 rtc::scoped_refptr<LocalAudioSource> source = local
86 rtc::scoped_refptr<LocalAudioSource> source = local
98 rtc::scoped_refptr<LocalAudioSource> source = local
111 rtc::scoped_refptr<LocalAudioSource> source = local
    [all...]
  /external/webrtc/webrtc/base/
urlencode_unittest.cc 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
20 char source[] = "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" local
23 ASSERT_EQ(0, UrlEncode(source, dest, arraysize(dest)));
27 ASSERT_EQ(0, UrlEncode(source, dest, 0));
32 char source[] = "^"; local
34 ASSERT_EQ(3, UrlEncode(source, dest, arraysize(dest)));
42 char source[] = "aa"; local
44 ASSERT_EQ(2, UrlEncode(source, dest, arraysize(dest)))
51 char source[] = "&"; local
58 char source[] = "A^ "; local
65 char source[] = "A^ "; local
73 char source[] = "A%5E+"; local
80 char source[] = "A%5E+"; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
22 source() function
30 std::auto_ptr<A> ap2(source());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/
ref_1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
22 const A source() {return A();} function
26 std::reference_wrapper<const A> r = std::ref(source());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
forward1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
23 std::forward<A&>(source()); // error
forward3.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward2.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward4.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward5.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
22 source() function
30 std::auto_ptr<A> ap2(source());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.helpers/
ref_1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
24 const A source() {return A();} function
28 std::reference_wrapper<const A> r = std::ref(source());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/
forward1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
23 std::forward<A&>(source()); // error
forward3.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward2.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward4.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward5.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
  /external/parameter-framework/upstream/utility/
BinaryCopy.hpp 5 * Redistribution and use in source and binary forms, with or without modification,
8 * 1. Redistributions of source code must retain the above copyright notice, this
45 * The source and the destination must have the same storage size (e.g. copying
48 * @tparam Source The source type
51 * @param source Source variable
52 * @returns the source, reinterpreted as the destination type
54 template <class Destination, class Source>
55 typename std::remove_reference<Destination>::type binaryCopy(const Source source
64 Source source; member in union:utility::__anon28177
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOSource.java 2 * Copyright (C) 2014 The Android Open Source Project
24 * Wrapped by a BoringSSL BIO to act as a source of bytes.
30 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
37 public OpenSSLBIOSource(OpenSSLBIOInputStream source) {
38 this.source = source;
42 return source.getBioContext();
46 if (source != null) {
47 NativeCrypto.BIO_free_all(source.getBioContext());
48 source = null
62 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
    [all...]
  /bionic/libc/kernel/uapi/linux/
ivtvfb.h 11 *** source file (e.g. under external/kernel-headers/original/) then
25 void __user * source; member in struct:ivtvfb_dma_frame
  /development/ndk/platforms/android-21/include/linux/
ivtvfb.h 11 *** source file (e.g. under external/kernel-headers/original/) then
25 void __user *source; member in struct:ivtvfb_dma_frame
  /development/ndk/platforms/android-9/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>