/third_party/ffmpeg/libavcodec/mips/ |
D | h264pred_msa.c | 540 uint32_t addition = 0; in ff_h264_intra_pred_dc_16x16_msa() local 553 addition = __msa_copy_u_w((v4i32) sum, 0); in ff_h264_intra_pred_dc_16x16_msa() 554 addition += src_left[ 0 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 555 addition += src_left[ 1 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 556 addition += src_left[ 2 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 557 addition += src_left[ 3 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 558 addition += src_left[ 4 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 559 addition += src_left[ 5 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 560 addition += src_left[ 6 * stride]; in ff_h264_intra_pred_dc_16x16_msa() 561 addition += src_left[ 7 * stride]; in ff_h264_intra_pred_dc_16x16_msa() [all …]
|
/third_party/libxml2/result/schemas/ |
D | src-element2-2_0_0.err | 4 …ute 'type': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'. 5 …'nillable': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'. 6 … 'default': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'. 7 …te 'fixed': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'. 8 …ute 'form': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'. 9 …te 'block': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
|
/third_party/typescript/tests/baselines/reference/ |
D | superPropertyAccess_ES5.types | 79 super.property = value + " addition"; 80 >super.property = value + " addition" : string 84 >value + " addition" : string 86 >" addition" : " addition"
|
D | superPropertyAccess_ES6.types | 79 super.property = value + " addition"; 80 >super.property = value + " addition" : string 84 >value + " addition" : string 86 >" addition" : " addition"
|
D | parserRealSource3.errors.txt | 13 …// Note: Any addition to the NodeType should also be supported with addition to AstWalkerDetailCal…
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 82 int addition = 0; in getExpectedPointSize() local 88 addition += 2; in getExpectedPointSize() 92 return 4 + addition; in getExpectedPointSize() 94 addition += 2; in getExpectedPointSize() 98 return 2 + addition; in getExpectedPointSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 82 int addition = 0; in getExpectedPointSize() local 88 addition += 2; in getExpectedPointSize() 92 return 4 + addition; in getExpectedPointSize() 94 addition += 2; in getExpectedPointSize() 98 return 2 + addition; in getExpectedPointSize()
|
/third_party/node/deps/npm/node_modules/xdg-basedir/ |
D | readme.md | 51 Preference-ordered array of base directories to search for data files in addition to `.data`. 55 Preference-ordered array of base directories to search for configuration files in addition to `.con…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 210 // Generic addition. 381 // Generic unsigned addition producing a carry flag. 389 // Generic unsigned addition consuming and producing a carry flag. 396 // Generic signed addition producing a carry flag. 404 // Generic signed addition consuming and producing a carry flag. 596 // Generic FP addition. 771 // Generic load. Expects a MachineMemOperand in addition to explicit 783 // Generic sign-extended load. Expects a MachineMemOperand in addition to explicit operands. 791 // Generic zero-extended load. Expects a MachineMemOperand in addition to explicit operands. 825 // Generic store. Expects a MachineMemOperand in addition to explicit operands. [all …]
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testasync.py | 395 async def addition(self, var): pass function 397 mock = AsyncMock(addition, return_value=10) 403 async def addition(var): pass function 404 mock = AsyncMock(addition, side_effect=Exception('err')) 409 async def addition(var): function 411 mock = AsyncMock(side_effect=addition) 416 def addition(var): function 418 mock = AsyncMock(side_effect=addition)
|
/third_party/cups-filters/filter/braille/filters/ |
D | TODO.txt | 3 In addition to drawing contour, use textures to render colors of areas
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-WPS | 30 addition of new devices); this may be either in the AP ("internal 48 internal WPS Registrar to manage addition of new WPS enabled clients 49 to the network. In addition, WPS Enrollee functionality in hostapd can 51 point, e.g., for initial network setup. In addition, hostapd can proxy a 141 addition, hostapd control interface event is sent as a notification of 284 registration). In addition, this can be used to update AP UI about the 301 authenticate the connection instead of the PIN. In addition, an NFC tag
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README-WPS | 30 addition of new devices); this may be either in the AP ("internal 48 internal WPS Registrar to manage addition of new WPS enabled clients 49 to the network. In addition, WPS Enrollee functionality in hostapd can 51 point, e.g., for initial network setup. In addition, hostapd can proxy a 141 addition, hostapd control interface event is sent as a notification of 284 registration). In addition, this can be used to update AP UI about the 301 authenticate the connection instead of the PIN. In addition, an NFC tag
|
/third_party/libwebsockets/contrib/ |
D | cross-openwrt-makefile | 26 # for wolfssl, define these in addition to LWS_OPENSSL_SUPPORT and 32 # for cyassl, define these in addition to LWS_OPENSSL_SUPPORT and
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-Windows.txt | 18 addition, the current version has been reported to work with Windows 92 make, openssl development package, etc. In addition, developer's pack 97 CONFIG_DRIVER_NDIS. In addition, include directories may need to be 129 should be applicable for most parts. In addition, there is another 252 of a text file and command line parameters. In addition, it can be 290 network block in the configuration file. In addition, blobs subkey has
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-Windows.txt | 18 addition, the current version has been reported to work with Windows 92 make, openssl development package, etc. In addition, developer's pack 97 CONFIG_DRIVER_NDIS. In addition, include directories may need to be 129 should be applicable for most parts. In addition, there is another 252 of a text file and command line parameters. In addition, it can be 290 network block in the configuration file. In addition, blobs subkey has
|
/third_party/pulseaudio/src/daemon/ |
D | esdcompat.in | 49 -tcp use tcp/ip sockets in addition to unix domain
|
/third_party/node/doc/guides/ |
D | adding-new-napi-api.md | 27 * A new API addition **must** be signed off by at least two members of 29 * A new API addition **should** be simultaneously implemented in at least
|
/third_party/libxml2/os400/iconv/ |
D | README.iconv | 6 In addition, character set names have to be given in EBCDIC. 27 - In addition, some aliases are also taken from the association file. Examples
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | README.md | 4 The `webidl2.js.headers` file is a local addition to ensure the script is interpreted as UTF-8.
|
/third_party/python/Doc/library/ |
D | text.rst | 12 highly relevant to text processing. In addition, see the documentation for
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/ |
D | GOVERNANCE.md | 27 individuals are identified by the WG and their addition as 74 If an addition or removal is proposed during a meeting, and the full 75 WG is not in attendance to participate, then the addition or removal
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/ |
D | GOVERNANCE.md | 27 individuals are identified by the WG and their addition as 74 If an addition or removal is proposed during a meeting, and the full 75 WG is not in attendance to participate, then the addition or removal
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/ |
D | GOVERNANCE.md | 27 individuals are identified by the WG and their addition as 74 If an addition or removal is proposed during a meeting, and the full 75 WG is not in attendance to participate, then the addition or removal
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/ |
D | GOVERNANCE.md | 27 individuals are identified by the WG and their addition as 74 If an addition or removal is proposed during a meeting, and the full 75 WG is not in attendance to participate, then the addition or removal
|