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

  /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:__anon10543
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/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...]
  /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/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/icu4c/test/intltest/
utxttest.cpp 1033 mixed = UTEXT_INITIALIZER, local
    [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 282 milliseconds