HomeSort by relevance Sort by last modified time
    Searched full:mixed (Results 51 - 75 of 1628) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Baseline4.java 26 * Baseline alignment in LinearLayout with mixed gravities.
  /external/chromium_org/chrome/browser/metrics/
signin_status_metrics_provider_unittest.cc 53 // Initial status is mixed and then a signed-in browser is opened.
59 // Initial status is mixed and then a signed-out browser is opened.
77 // Initial status is mixed and then one of the profiles is signed in.
94 // Initial status is mixed and then one of the profiles is signed out.
  /external/chromium_org/native_client_sdk/src/libraries/zlib/
library.dsc 50 'mixed-source.patch',
  /external/clang/test/CodeGenObjC/
objc2-legacy-dispatch.m 1 // RUN: %clang_cc1 -fobjc-dispatch-method=mixed -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK_NEW_DISPATCH %s
dot-syntax-1.m 72 // Mixed setter & getter (variant 1)
103 // Mixed setter & getter (variant 2)
134 // Mixed setter & getter (variant 3)
165 // Mixed setter & getter (variant 4)
196 // Mixed level calls (variant 1)
219 // Mixed level calls (variant 1)
next-objc-dispatch.m 14 // RUN: -fobjc-dispatch-method=mixed | \
24 // (2) non-fragile ABI, mixed dispatch
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_rt_confict_test-2.cc 1 // Test that mixed static/dynamic sanitization of program objects
  /external/llvm/test/CodeGen/AArch64/
arm64-shrink-v1i64.ll 6 ; when it tries to generate an add mixed using vector type and scaler type.
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pikekw.swg 33 PIKEKW(mixed);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
iosfwd 140 /// Base class for @c char mixed input and output streams.
152 /// Class for @c char mixed input and output memory streams.
164 /// Class for @c char mixed input and output file streams.
180 /// Base class for @c wchar_t mixed input and output streams.
192 /// Class for @c wchar_t mixed input and output memory streams.
204 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
iosfwd 138 /// Base class for @c char mixed input and output streams.
150 /// Class for @c char mixed input and output memory streams.
162 /// Class for @c char mixed input and output file streams.
178 /// Base class for @c wchar_t mixed input and output streams.
190 /// Class for @c wchar_t mixed input and output memory streams.
202 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
iosfwd 138 /// Base class for @c char mixed input and output streams.
150 /// Class for @c char mixed input and output memory streams.
162 /// Class for @c char mixed input and output file streams.
178 /// Base class for @c wchar_t mixed input and output streams.
190 /// Class for @c wchar_t mixed input and output memory streams.
202 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
iosfwd 140 /// Base class for @c char mixed input and output streams.
152 /// Class for @c char mixed input and output memory streams.
164 /// Class for @c char mixed input and output file streams.
180 /// Base class for @c wchar_t mixed input and output streams.
192 /// Class for @c wchar_t mixed input and output memory streams.
204 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
iosfwd 140 /// Base class for @c char mixed input and output streams.
152 /// Class for @c char mixed input and output memory streams.
164 /// Class for @c char mixed input and output file streams.
180 /// Base class for @c wchar_t mixed input and output streams.
192 /// Class for @c wchar_t mixed input and output memory streams.
204 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
iosfwd 140 /// Base class for @c char mixed input and output streams.
152 /// Class for @c char mixed input and output memory streams.
164 /// Class for @c char mixed input and output file streams.
180 /// Base class for @c wchar_t mixed input and output streams.
192 /// Class for @c wchar_t mixed input and output memory streams.
204 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
iosfwd 140 /// Base class for @c char mixed input and output streams.
152 /// Class for @c char mixed input and output memory streams.
164 /// Class for @c char mixed input and output file streams.
180 /// Base class for @c wchar_t mixed input and output streams.
192 /// Class for @c wchar_t mixed input and output memory streams.
204 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
iosfwd 138 /// Base class for @c char mixed input and output streams.
150 /// Class for @c char mixed input and output memory streams.
162 /// Class for @c char mixed input and output file streams.
178 /// Base class for @c wchar_t mixed input and output streams.
190 /// Class for @c wchar_t mixed input and output memory streams.
202 /// Class for @c wchar_t mixed input and output file streams.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
iosfwd 138 /// Base class for @c char mixed input and output streams.
150 /// Class for @c char mixed input and output memory streams.
162 /// Class for @c char mixed input and output file streams.
178 /// Base class for @c wchar_t mixed input and output streams.
190 /// Class for @c wchar_t mixed input and output memory streams.
202 /// Class for @c wchar_t mixed input and output file streams.
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 79 int32_t MixerParticipant::IsMixed(bool& mixed) const {
80 return _mixHistory->IsMixed(mixed);
90 int32_t MixHistory::IsMixed(bool& mixed) const {
91 mixed = _isMixed;
96 // Was mixed is the same as is mixed depending on perspective. This function
101 int32_t MixHistory::SetIsMixed(const bool mixed) {
102 _isMixed = mixed;
170 // We smoothly limit the mixed frame to -7 dbFS. -6 would correspond to the
325 // Nothing was mixed, set the audio samples to silence
    [all...]
  /external/llvm/test/CodeGen/Mips/cconv/
memory-layout.ll 128 %mixed = type { i8, double, i16 }
129 @mixed = global %mixed { i8 1, double 1.0, i16 515 }, align 1
132 ; ALL-LABEL: mixed:
138 ; ALL: .size mixed, 24
  /art/test/011-array-copy/src/
Main.java 137 /* copy forward, mixed alignment */
140 /* copy backward, mixed alignment */
143 /* copy forward, mixed alignment, trivial length */
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_browsertest.cc 50 // Load a page with mixed content and do quick verification by looking at
57 // Emulate link clicking on the mixed script bubble.
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.h 87 * is returned in mixed-case.
92 * @return the converter name in mixed-case, return NULL if the alias is not found.
  /external/chromium_org/third_party/webrtc/voice_engine/
output_mixer.h 132 // Converts mixed audio to the audio device output rate.
134 // Converts mixed audio to the audio processing rate.
  /external/icu/icu4c/source/common/
ucnv_io.h 87 * is returned in mixed-case.
92 * @return the converter name in mixed-case, return NULL if the alias is not found.

Completed in 519 milliseconds

1 23 4 5 6 7 8 91011>>