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

  /external/clang/test/SemaCXX/
member-pointer.cpp 191 void mixed();
192 static void mixed(int);
202 bind(&mixed); // expected-error {{no matching function for call}}
203 bind(&A::mixed); // expected-error {{no matching function for call}}
215 bindmem(&mixed); // expected-error {{no matching function for call}}
216 bindmem(&A::mixed);
228 bindfn(&mixed); // expected-error {{no matching function for call}}
229 bindfn(&A::mixed); // expected-error {{no matching function for call}}
241 void mixed();
242 static void mixed(int)
    [all...]
  /external/icu4c/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/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 175 var mixed = [0, '0', 0]; variable
476 actual = mixed.every(isString);
482 reportCompare(expect, actual, 'mixed: every element is a string');
514 actual = mixed.every(obj.isString, obj);
520 reportCompare(expect, actual, 'mixed: every element is a string, via object callback');
577 actual = mixed.some(isString);
583 reportCompare(expect, actual, 'mixed: some element is a string');
614 actual = mixed.some(obj.isString, obj);
620 reportCompare(expect, actual, 'mixed: some element is a string, via object callback');
652 actual = mixed.indexOf('not found')
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 247 SuggestionResults mixed = new SuggestionResults(); local
255 mixed.addResult(item);
260 mixed.addResult(item);
263 return mixed;
312 SuggestionResults mixed = buildSuggestionResults(); local
313 res.count = mixed.getLineCount();
314 res.values = mixed;
  /external/icu4c/test/intltest/
utxttest.cpp 1033 mixed = UTEXT_INITIALIZER, local
    [all...]
ustrtest.cpp 386 mixed(TRUE, _mixed, -1),
394 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT);
395 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
396 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result);
398 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
400 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
402 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
403 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
404 errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n");
408 result=mixed.caseCompare(different, U_FOLD_CASE_DEFAULT)
    [all...]
  /external/qemu/audio/
dsoundaudio.c 83 DWORD mixed; member in struct:__anon9511
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);
audio_template.h 505 int mixed = local
511 dolog ("Silence will be mixed %d\n", mixed);
513 sw->total_hw_samples_mixed += mixed;
  /external/v8/test/cctest/
test-strings.cc 314 // A mixed ascii and non-ascii string
327 v8::Handle<v8::String> mixed = v8::String::New(mixed_string, 5); local
328 CHECK_EQ(10, mixed->Utf8Length());
337 int written = mixed->WriteUtf8(buffer, i, &chars_written);
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 100 rem vcdiff with mixed stdin/stdout.
105 || ( echo Encode with mixed arguments failed ^
110 || ( echo Decode with mixed arguments failed ^
124 || ( echo Encode with mixed arguments failed ^
129 || ( echo Decode with mixed arguments failed ^
  /external/v8/test/mjsunit/
cyrillic.js 184 var mixed = full ? "[a-\uffff]" : "[a-" + cyrillic.LAST + "]";
189 var re = new RegExp(mixed, flag);
unicode-test.js     [all...]
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 271 bool Mixed; // a mixed region contains both set and unset bits
308 bool mixed);
511 unsigned numBit, bool mixed);
541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
550 Mixed(mixed) {
    [all...]
FixedLenDecoderEmitter.cpp 131 bool Mixed; // a mixed region contains both set and unset bits
167 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
349 bool mixed);
379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
388 Mixed(mixed) {
915 unsigned numBit, bool mixed) {
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /ndk/sources/host-tools/make-3.81/
read.c     [all...]

Completed in 882 milliseconds