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

  /external/llvm/test/MC/AsmParser/
macros-argument-parsing.s 62 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3
71 mixed 1, 2 3 label
78 mixed 1 2, 3 label
85 mixed 1 2, 3 4 label
  /external/valgrind/main/none/tests/s390x/
cu24.c 40 /* Mixed bytes */
41 uint16_t mixed[] = { variable
cu24_1.c 40 /* Mixed bytes */
41 uint16_t mixed[] = { variable
cu42.c 42 /* Mixed bytes */
43 uint32_t mixed[] = { variable
189 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu21.c 53 /* Mixed bytes */
54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu21_1.c 53 /* Mixed bytes */
54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu41.c 54 /* Mixed bytes */
55 uint32_t mixed[] = { variable
204 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu12.c 53 /* Mixed bytes */
54 uint8_t mixed[] = { variable
590 /* Convert buffer with mixed characters */
592 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu12_1.c 53 /* Mixed bytes */
54 uint8_t mixed[] = { variable
590 /* Convert buffer with mixed characters */
592 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu14.c 53 /* Mixed bytes */
54 uint8_t mixed[] = { variable
590 /* Convert buffer with mixed characters */
592 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu14_1.c 53 /* Mixed bytes */
54 uint8_t mixed[] = { variable
590 /* Convert buffer with mixed characters */
592 run_test(buff, sizeof buff, mixed, sizeof mixed);
  /external/qemu/audio/
audio_template.h 505 int mixed = local
511 dolog ("Silence will be mixed %d\n", mixed);
513 sw->total_hw_samples_mixed += mixed;
dsoundaudio.c 83 DWORD mixed; member in struct:__anon32950
619 ds->mixed = 0;
688 ds->mixed += decr << hwshift;
690 dolog ("played %lu mixed %lu diff %ld sec %f\n",
692 ds->mixed,
693 ds->mixed - ds->played,
694 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second);
  /external/clang/test/CodeGen/
sparcv9-abi.c 74 // Structs with mixed int and float parts require the inreg attribute.
75 struct mixed { struct
80 // CHECK-LABEL: define inreg %struct.mixed @f_mixed(i32 inreg %x.coerce0, float inreg %x.coerce1)
81 struct mixed f_mixed(struct mixed x) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrcase.c 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, local
461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
496 uprv_memcpy(buffer, mixed, sizeof(mixed));
497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0;
516 uprv_memcpy(buffer, mixed, sizeof(mixed));
627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, local
    [all...]
  /external/clang/test/SemaCXX/
extern-c.cpp 100 namespace mixed { namespace in namespace:linkage
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, local
461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
496 uprv_memcpy(buffer, mixed, sizeof(mixed));
497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0;
516 uprv_memcpy(buffer, mixed, sizeof(mixed));
627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, local
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 32 MIXED2(mixed(2)), enum constant in enum:StringCaseMappingBenchmark.Inputs
36 MIXED8(mixed(8)), enum constant in enum:StringCaseMappingBenchmark.Inputs
40 MIXED32(mixed(32)), enum constant in enum:StringCaseMappingBenchmark.Inputs
44 MIXED512(mixed(512)), enum constant in enum:StringCaseMappingBenchmark.Inputs
48 MIXED2048(mixed(2048)), enum constant in enum:StringCaseMappingBenchmark.Inputs
52 MIXED_1M(mixed(1024*1024)); enum constant in enum:StringCaseMappingBenchmark.Inputs
62 private static String mixed(int length) { method in class:StringCaseMappingBenchmark.Inputs
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter_unittest.cc 854 // Test DTLS-SRTP with each side being mixed -- should select high
857 std::vector<std::string> mixed; local
858 mixed.push_back(kAES_CM_HMAC_SHA1_80);
859 mixed.push_back(kAES_CM_HMAC_SHA1_32);
860 SetDtlsSrtpCiphers(mixed, true);
861 SetDtlsSrtpCiphers(mixed, false);
  /external/chromium_org/third_party/webrtc/base/
sslstreamadapter_unittest.cc 836 // Test DTLS-SRTP with each side being mixed -- should select high
839 std::vector<std::string> mixed; local
840 mixed.push_back(kAES_CM_HMAC_SHA1_80);
841 mixed.push_back(kAES_CM_HMAC_SHA1_32);
842 SetDtlsSrtpCiphers(mixed, true);
843 SetDtlsSrtpCiphers(mixed, false);
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1033 mixed = UTEXT_INITIALIZER, local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1980 const base::string16 mixed = local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-strings.cc 891 // A mixed ascii and non-ascii string
904 v8::Handle<v8::String> mixed = v8::String::NewFromTwoByte( local
906 CHECK_EQ(10, mixed->Utf8Length());
915 int written = mixed->WriteUtf8(buffer, i, &chars_written);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 228 SuggestionResults mixed = new SuggestionResults(); local
236 mixed.addResult(item);
241 mixed.addResult(item);
244 return mixed;
292 SuggestionResults mixed = buildSuggestionResults(); local
293 res.count = mixed.getLineCount();
294 res.values = mixed;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 509 milliseconds