HomeSort by relevance Sort by last modified time
    Searched refs:mixed (Results 376 - 400 of 440) sorted by null

<<1112131415161718

  /build/kati/
rule_parser.go 201 return nil, errors.New("*** mixed implicit and normal rules: deprecated syntax")
245 return nil, errors.New("*** mixed implicit and normal rules: deprecated syntax")
  /external/chromium-trace/catapult/third_party/WebOb/webob/
headers.py 30 def mixed(self): member in class:ResponseHeaders
  /external/v8/test/mjsunit/
cyrillic.js 184 var mixed = full ? "[a-\uffff]" : "[a-" + cyrillic.LAST + "]";
189 var re = new RegExp(mixed, flag);
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 378 mixed(TRUE, _mixed, -1),
386 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT);
387 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
388 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result);
390 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
392 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
394 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
395 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
396 errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n");
400 result=mixed.caseCompare(different, U_FOLD_CASE_DEFAULT)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 1394 String mixed = "\\u0061\\u0042\\u0131\\u03a3\\u00df\\ufb03\\ud93f\\udfff"; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 1390 String mixed = "\\u0061\\u0042\\u0131\\u03a3\\u00df\\ufb03\\ud93f\\udfff"; local
    [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/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 89 // Was mixed is the same as is mixed depending on perspective. This function
94 int32_t MixHistory::SetIsMixed(const bool mixed) {
95 _isMixed = mixed;
154 // We smoothly limit the mixed frame to -7 dbFS. -6 would correspond to the
302 // Nothing was mixed, set the audio samples to silence.
376 // participant is in the _participantList if it is being mixed.
489 // Check all AudioFrames that are to be mixed. The highest sampling frequency
540 // enough participants available (they wont be mixed anyway).
584 // mixed. Only keep the ones with the highest energy
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 96 @ The memmove() and the low pass filter loop are unrolled and mixed.
  /external/clang/test/OpenMP/
atomic_messages.cpp 721 T mixed() { function
742 int mixed() { function
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 224 bool Mixed; // a mixed region contains both set and unset bits
256 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
460 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
491 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
499 bool mixed)
500 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
    [all...]
tdtags 70 replaced. NOTE: When building a mixed tags file, using ${SELF}
  /external/testng/src/main/java/org/testng/
TestNG.java 1763 Boolean mixed = args.mixed; local
    [all...]
TestNGAntTask.java 160 testng, junit, mixed; enum constant in enum:TestNGAntTask.Mode
544 addBooleanIfTrue(argv, CommandLineArgs.MIXED, mode == Mode.mixed);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
header.go 178 // v may contain mixed cased.
  /prebuilts/go/linux-x86/src/net/http/
header.go 178 // v may contain mixed cased.
  /external/autotest/server/cros/
chaos_dynamic_ap_list.conf 572 security = mixed
624 security = mixed
637 security = mixed
    [all...]
  /external/v8/test/cctest/
test-strings.cc 888 // A mixed one-byte and two-byte string
901 v8::Local<v8::String> mixed = local
905 CHECK_EQ(10, mixed->Utf8Length());
914 int written = mixed->WriteUtf8(buffer, i, &chars_written);
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py 121 res = func(*args, **form.mixed())
  /external/elfutils/tests/
Makefile.am 107 run-readelf-mixed-corenote.sh run-dwfllines.sh \
256 run-readelf-mixed-corenote.sh testfile63.bz2 testfile64.bz2 \
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 378 // nested-mime is the body part of a multipart/mixed email
413 // Back to the outer multipart/mixed, reading the image attachment.
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 378 // nested-mime is the body part of a multipart/mixed email
413 // Back to the outer multipart/mixed, reading the image attachment.
  /external/dbus/test/
Makefile.am 246 data/invalid-messages/array-with-mixed-types.message \
  /external/libvorbis/doc/
02-bitpacking.tex 57 0-2-1-3 ('mixed endian').

Completed in 952 milliseconds

<<1112131415161718