Home
last modified time | relevance | path

Searched refs:mixed (Results 1 – 25 of 48) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_42.txt1 Content-Type: multipart/mixed; boundary="AAA"
16 Content-Type: multipart/mixed; boundary="BBB"
Dmsg_12.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
17 Content-Type: multipart/mixed; boundary="ANOTHER"
Dmsg_12a.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
17 Content-Type: multipart/mixed; boundary="ANOTHER"
Dmsg_23.txt2 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_24.txt1 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_39.txt2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
Dmsg_31.txt3 Content-Type: multipart/mixed; boundary=BOUNDARY_
Dmsg_37.txt1 Content-Type: multipart/mixed; boundary=ABCDE
Dmsg_17.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_21.txt4 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_09.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_08.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_13.txt6 Content-Type: multipart/mixed; boundary="OUTER"
14 Content-Type: multipart/mixed; boundary=BOUNDARY
Dmsg_38.txt2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
Dmsg_10.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_44.txt6 Content-Type: multipart/mixed; boundary="h90VIIIKmx"
Dmsg_04.txt6 Content-Type: multipart/mixed; boundary="h90VIIIKmx"
Dmsg_22.txt6 Content-Type: multipart/mixed; boundary="============_-1208892523==_============"
Dmsg_15.txt9 Content-type: multipart/mixed;
Dmsg_26.txt11 Content-Type: multipart/mixed; boundary="1618492860--2051301190--113853680"
Dmsg_07.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
Dmsg_02.txt9 Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"
/device/sample/apps/tv/SetupValidation/
Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/device/sample/apps/tv/SetupCustomizationSample/
Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/device/generic/car/emulator/audio/driver/
Dext_pcm.c63 float mixed = pipeline_out->buffer[i] + pipeline_in->buffer[i]; in mixer_thread_mix() local
64 if (mixed > INT16_MAX) pipeline_out->buffer[i] = INT16_MAX; in mixer_thread_mix()
65 else if (mixed < INT16_MIN) pipeline_out->buffer[i] = INT16_MIN; in mixer_thread_mix()
66 else pipeline_out->buffer[i] = (int16_t)mixed; in mixer_thread_mix()

12