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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
varargs.c 49 foo(__builtin_va_list authors, ...) {
50 __builtin_va_start (authors, authors);
51 (void)__builtin_va_arg(authors, int);
52 __builtin_va_end (authors);
  /external/libvpx/libvpx/vp8/common/ppc/
platform_altivec.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
copy_altivec.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/vpx_ports/
emms.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/common_audio/resampler/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/common_audio/vad/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/aec/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/agc/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/test/android/
Android.mk 1 # Copyright (c) 2013 The WebM project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
6 ; tree. All contributing project authors may be found in the AUTHORS
dequantize_v6.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
copymem8x4_v6.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
copymem8x8_v6.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/
android-webrtc.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/common_audio/signal_processing/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/system_wrappers/source/
Android.mk 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser_unittest.cc 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
40 // Check authors.
41 ASSERT_EQ(1U, feed->authors().size());
42 EXPECT_EQ("tester", feed->authors()[0]->name());
43 EXPECT_EQ("tester@testing.com", feed->authors()[0]->email());
79 ASSERT_EQ(1U, folder_entry->authors().size());
80 EXPECT_EQ("entry_tester", folder_entry->authors()[0]->name());
81 EXPECT_EQ("entry_tester@testing.com", folder_entry->authors()[0]->email());
175 EXPECT_EQ(1U, entry->authors().size());
176 EXPECT_EQ("tester", entry->authors()[0]->name())
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 2 @ Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 @ in the file PATENTS. All contributing project authors may
8 @ be found in the AUTHORS file in the root of the source tree.
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
6 ; tree. All contributing project authors may be found in the AUTHORS

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>