Home
last modified time | relevance | path

Searched refs:mw (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1mw-page-base{height:5em;background-color:white;background-image:url(images/page-fade.png);backgrou…
Dwikipedia.css48 #mw-page-base {
56 #mw-head-base {
65 div#mw-head {
71 div#mw-head h5 {
236 div#mw-head div.vectorMenu h5 {
243 div#mw-head div.vectorMenu h5 {
248 div#mw-head div.vectorMenu > h5 {
251 div#mw-head div.vectorMenu h4 {
456 div#mw-panel {
463 div#mw-panel div.portal {
[all …]
/external/u-boot/include/configs/
Dp1_p2_rdb_pc.h766 norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \
767 i2c mw 18 3 __SW_BOOT_MASK 1; reset
771 spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
772 i2c mw 18 3 __SW_BOOT_MASK 1; reset
776 sdboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SD 1; \
777 i2c mw 18 3 __SW_BOOT_MASK 1; reset
781 nandboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NAND 1; \
782 i2c mw 18 3 __SW_BOOT_MASK 1; reset
786 pciboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_PCIE 1; \
787 i2c mw 18 3 __SW_BOOT_MASK 1; reset
/external/u-boot/board/freescale/p1010rdb/
DREADME.P1010RDB-PA123 => mw.b ffb00009 1
181 => i2c mw 18 1 f9
182 => i2c mw 18 3 f0
183 => mw.b ffb00011 0
184 => mw.b ffb00017 1
188 => i2c mw 18 1 f1
189 => i2c mw 18 3 f0
190 => mw.b ffb00011 0
191 => mw.b ffb00014 2
192 => mw.b ffb00015 5
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DTypeSafeCollectionsTest.java73 MyWheel mw = new MyWheel(); in testWithGlobalTag() local
74 mw.setId(i); in testWithGlobalTag()
75 mw.setBrand(mw.getBrand() + String.valueOf(i)); in testWithGlobalTag()
76 wheels.put(mw, new Date(time + i)); in testWithGlobalTag()
/external/u-boot/doc/board/freescale/
Db4860qds.rst334 => mw.b ffdf0040 0x30;
335 => mw.b ffdf0010 0x00;
336 => mw.b ffdf0062 0x02;
337 => mw.b ffdf0050 0x02;
338 => mw.b ffdf0010 0x30;
353 => mw.b ffdf0040 0x30
354 => mw.b ffdf0010 0x00
355 => mw.b 0xffdf0050 0x08
356 => mw.b 0xffdf0060 0x82
357 => mw.b ffdf0061 0x00
[all …]
/external/libkmsxx/kms++util/src/
Dtestpat.cpp24 const unsigned mw = 20; in get_test_pattern_pixel() local
26 const unsigned xm1 = mw; in get_test_pattern_pixel()
27 const unsigned xm2 = w - mw - 1; in get_test_pattern_pixel()
28 const unsigned ym1 = mw; in get_test_pattern_pixel()
29 const unsigned ym2 = h - mw - 1; in get_test_pattern_pixel()
/external/perfetto/src/profiling/memory/test/data/
Dcat_smaps_noeol22 VmFlags: rd mr mw me dw sd
44 VmFlags: rd mr mw me dw sd
66 VmFlags: rd wr mr mw me ac sd
Dcat_smaps22 VmFlags: rd mr mw me dw sd
44 VmFlags: rd mr mw me dw sd
66 VmFlags: rd wr mr mw me ac sd
/external/u-boot/include/dt-bindings/usb/
Dpd.h44 #define PDO_BATT_MAX_POWER(mw) ((((mw) / 250) & PDO_PWR_MASK) << PDO_BATT_MAX_PWR_SHIFT) argument
/external/skia/src/gpu/geometry/
DGrQuad.cpp124 V4f mx, my, mw; in MakeFromSkQuad() local
125 map_quad_general(xs, ys, matrix, &mx, &my, &mw); in MakeFromSkQuad()
126 return GrQuad(mx, my, mw, type); in MakeFromSkQuad()
/external/u-boot/board/freescale/ls1088a/
DREADME38 => i2c mw 66 0x60 0x20; i2c mw 66 10 10;i2c mw 66 10 21
/external/u-boot/board/congatec/cgtqmx6eval/
DREADME72 => mw.l 0x20d8040 0x3850
73 => mw.l 0x020d8044 0x10000000
/external/ethtool/
Dsff-common.c27 double convert_mw_to_dbm(double mw) in convert_mw_to_dbm() argument
29 return (10. * log10(mw / 1000.)) + 30.; in convert_mw_to_dbm()
Dsff-common.h176 double convert_mw_to_dbm(double mw);
/external/u-boot/test/fs/
Dfs-test.sh310 mw.b $addr 00 100
328 mw.b $addr 00 100
333 mw.b $addr 00 100
/external/u-boot/tools/kermit/
Dflash_param27 out mw f0000000 0 200\13
/external/python/cpython3/Objects/
Dabstract.c875 PyNumberMethods *mv, *mw, *mz; in ternary_op() local
882 mw = w->ob_type->tp_as_number; in ternary_op()
886 mw != NULL) { in ternary_op()
887 slotw = NB_TERNOP(mw, op_slot); in ternary_op()
992 PySequenceMethods *mw = w->ob_type->tp_as_sequence; in PyNumber_Multiply() local
997 else if (mw && mw->sq_repeat) { in PyNumber_Multiply()
998 return sequence_repeat(mw->sq_repeat, w, v); in PyNumber_Multiply()
1137 PySequenceMethods *mw = w->ob_type->tp_as_sequence; in PyNumber_InPlaceMultiply() local
1146 else if (mw != NULL) { in PyNumber_InPlaceMultiply()
1150 if (mw->sq_repeat) in PyNumber_InPlaceMultiply()
[all …]
/external/python/cpython2/Objects/
Dabstract.c1041 PyNumberMethods *mv, *mw, *mz; local
1048 mw = w->ob_type->tp_as_number;
1052 mw != NULL && NEW_STYLE_NUMBER(w)) {
1053 slotw = NB_TERNOP(mw, op_slot);
1219 PySequenceMethods *mw = w->ob_type->tp_as_sequence; local
1224 else if (mw && mw->sq_repeat) {
1225 return sequence_repeat(mw->sq_repeat, w, v);
1366 PySequenceMethods *mw = w->ob_type->tp_as_sequence; local
1376 else if (mw != NULL) {
1380 if (mw->sq_repeat)
[all …]
/external/u-boot/doc/
DREADME.sha145 "mw.b 35ffe0 0 14"
/external/cldr/common/testData/transforms/
Dcy-fonipa-t-cy.txt259 mwyaf ˈmwəav
380 gymwys ˈɡəmwɨs
408 cymwys ˈkəmwɨs
462 mwynhau ˈmwən̥aɨ
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Df28b9fa0cea1c3e1bb4a2b616c4f4c27.000035ed.honggfuzz.cov12 �� ��q;,�#�vv���X��A�E�9gh$���k�r]�o���C�����1W=�Չr������ѫA�݃�mw�����h���@"�����1�Lf�P�Z��…
/external/u-boot/doc/SPI/
DREADME.ti_qspi_am43x_test21 U-Boot# mw 81000000 0xdededede 0x40000
/external/icu/icu4c/source/data/translit/
Dvec_vec_FONIPA.txt29 {t\u0361ʃ} {d\u0361ʒ} {d\u0361z} {mj} {mw} {nj} {nw}
/external/u-boot/cmd/
Daxi.c319 U_BOOT_CMD_MKENT(mw, 5, 1, do_axi_mw, "", ""),

1234567891011