/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/valgrind/main/none/tests/s390x/ |
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);
|
cu42.c | 42 /* Mixed bytes */ 43 uint32_t mixed[] = { variable 189 run_test(buff, sizeof buff, mixed, sizeof mixed);
|
cu24.c | 40 /* Mixed bytes */ 41 uint16_t mixed[] = { variable
|
cu24_1.c | 40 /* Mixed bytes */ 41 uint16_t mixed[] = { variable
|
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);
|
/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/qemu/audio/ |
dsoundaudio.c | 83 DWORD mixed; member in struct:__anon13128 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/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/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/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/v8/test/mjsunit/ |
switch.js | 336 // mixed | oddball | non-target | 346 mixed: ['abc', 1, 'def', 2, 'ghi', 3, 'jkl', 4] 458 test('mixed');
|
cyrillic.js | 184 var mixed = full ? "[a-\uffff]" : "[a-" + cyrillic.LAST + "]"; 189 var re = new RegExp(mixed, flag);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant | 250 format=mixed
|
/external/v8/test/mjsunit/compiler/ |
literals-optimized.js | 106 // Test mixed array and object literal.
|
/external/icu4c/test/intltest/ |
ustrtest.cpp | 388 mixed(TRUE, _mixed, -1), 396 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT); 397 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) { 398 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result); 400 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); 402 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result); 404 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I); 405 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) { 406 errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n"); 410 result=mixed.caseCompare(different, U_FOLD_CASE_DEFAULT) [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_armv6.S | 99 @ The memmove() and the low pass filter loop are unrolled and mixed.
|
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 225 bool Mixed; // a mixed region contains both set and unset bits 257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed); 464 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed); 495 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), 503 bool mixed) 504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { [all...] |