/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
|
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/chromium_org/chrome/browser/resources/file_manager/common/js/ |
progress_center_common.js | 51 // This is used for the mixed operation of summarized item.
|
/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/chromium_org/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/chromium_org/third_party/libjingle/source/talk/base/ |
sslstreamadapter_unittest.cc | 848 // Test DTLS-SRTP with each side being mixed -- should select high 851 std::vector<std::string> mixed; local 852 mixed.push_back(kAES_CM_HMAC_SHA1_80); 853 mixed.push_back(kAES_CM_HMAC_SHA1_32); 854 SetDtlsSrtpCiphers(mixed, true); 855 SetDtlsSrtpCiphers(mixed, false);
|
/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;
|
/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_org/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/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/chromium_org/v8/test/mjsunit/compiler/ |
literals-optimized.js | 106 // Test mixed array and object literal.
|
/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/chromium_org/third_party/icu/source/test/intltest/ |
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/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...] |