HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1 - 25 of 4045) 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("images/randPixels.png", &source)) {
13 SkRect rect = SkRect::Make(source.bounds());
17 canvas->drawBitmapRect(source, rect, dst, nullptr);
  /external/skqp/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("images/randPixels.png", &source)) {
13 SkRect rect = SkRect::Make(source.bounds());
17 canvas->drawBitmapRect(source, rect, dst, nullptr);
  /external/walt/ios/WALT/
MIDIClient.h 2 * Copyright (C) 2016 The Android Open Source Project
31 /** Called when a MIDIClient receives data from a connected source. */
48 /** A MIDI client that can read data from a MIDI source and write data to a MIDI destination. */
50 /** The source attached by -connectToSource:error:. */
51 @property (readonly, nonatomic) MIDISource *source; variable
65 /** Attaches an input source to the client. */
66 - (BOOL)connectToSource:(MIDISource *)source error:(NSError **)error;
  /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/r16/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.
24 source() function
32 std::auto_ptr<A> ap2(source());
  /prebuilts/ndk/r16/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());
  /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::__anon30942
    [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.
27 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
34 private OpenSSLBIOSource(OpenSSLBIOInputStream source) {
35 this.source = source;
39 return source.getBioContext();
43 if (source != null) {
44 NativeCrypto.BIO_free_all(source.getBioContext());
45 source = null
59 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
24 void __user * source; member in struct:ivtvfb_dma_frame
  /external/autotest/frontend/client/src/autotest/common/
SimpleChangeListenerCollection.java 7 private Object source; field in class:SimpleChangeListenerCollection
10 public SimpleChangeListenerCollection(Object source) {
11 this.source = source;
20 listener.onChange(source);
  /external/eigen/unsupported/test/
cxx11_tensor_empty.cpp 6 // This Source Code Form is subject to the terms of the Mozilla
17 Tensor<float, 2> source; local
18 Tensor<float, 2> tgt1 = source;
19 Tensor<float, 2> tgt2(source);
27 TensorFixedSize<float, Sizes<0> > source; local
28 TensorFixedSize<float, Sizes<0> > tgt1 = source;
29 TensorFixedSize<float, Sizes<0> > tgt2(source);
  /external/icu/icu4c/source/test/intltest/
mnkytst.h 49 const UnicodeString source; member in class:CollationMonkeyTest
  /external/icu/icu4c/source/tools/escapesrc/
tblgen.cpp 30 const char *source = cp1047; local
31 ucnv_toUnicode(cnv.getAlias(), &target, u+1, &source, cp1047+1, nullptr, true, &status);
50 1 The basic source character set consists of 96 characters: the space character, the control characters repre- 15)
60 The character designated by the universal-character-name \UNNNNNNNN is that character whose character short name in ISO/IEC 10646 is NNNNNNNN; the character designated by the universal-character-name \uNNNN is that character whose character short name in ISO/IEC 10646 is 0000NNNN. If the hexadecimal value for a universal character name is less than 0x20 or in the range 0x7F-0x9F (inclusive), or if the uni- versal character name designates a character in the basic source character set, then the program is ill- formed.
  /external/kernel-headers/original/uapi/linux/
ivtvfb.h 31 void __user *source; member in struct:ivtvfb_dma_frame
  /external/libcxx/test/std/utilities/utility/forward/
forward.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
20 A source() {return A();} function
27 std::forward<A&>(source()); // expected-note {{requested here}}
32 std::forward<A&>(source()); // expected-error {{no matching function for call to 'forward'}}
move.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
23 move_only source() {return move_only();} function
  /external/skia/tools/sk_app/android/
main_android.cpp 4 * Use of this source code is governed by a BSD-style license that can be
45 struct android_poll_source* source; local
49 (void**)&source)) >= 0) {
52 if (source != NULL) {
53 source->process(state, source);
  /external/skqp/tools/sk_app/android/
main_android.cpp 4 * Use of this source code is governed by a BSD-style license that can be
45 struct android_poll_source* source; local
49 (void**)&source)) >= 0) {
52 if (source != NULL) {
53 source->process(state, source);
  /external/turbine/java/com/google/turbine/diag/
SourceFile.java 19 /** A source file. */
23 private final String source; field in class:SourceFile
25 public SourceFile(String path, String source) {
27 this.source = source;
35 /** The source. */
36 public String source() { method in class:SourceFile
37 return source;
  /external/valgrind/none/tests/s390x/
ex_clone.c 10 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
32 ::"a" (buf2), "a" (source)
55 ::"a" (target), "a" (source)
ex_sig.c 11 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
25 ::"a" (buf2), "a" (source)
43 ::"a" (target), "a" (source)

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 91011>>