Home
last modified time | relevance | path

Searched refs:Mirror (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/debug/
Dmirrors.js199 function Mirror(type) { class
204 Mirror.prototype.type = function() { class
213 Mirror.prototype.isValue = function() {
222 Mirror.prototype.isUndefined = function() {
231 Mirror.prototype.isNull = function() {
240 Mirror.prototype.isBoolean = function() {
249 Mirror.prototype.isNumber = function() {
258 Mirror.prototype.isString = function() {
267 Mirror.prototype.isSymbol = function() {
276 Mirror.prototype.isObject = function() {
[all …]
Ddebug.js17 var Mirror = global.Mirror;
/external/v8/src/inspector/
Ddebugger_script_externs.js228 function Mirror() {} class
231 Mirror.prototype.isFunction = function() {}
234 Mirror.prototype.isGenerator = function() {}
/external/libyuv/files/docs/
Drotation.md80 # Mirror - Horizontal Flip
82 Mirror functions for horizontally flipping an image, which can be useful for 'self view' of a webca…
95 Mirror functionality can also be achieved with the I420Scale and ARGBScale functions by passing neg…
Dfiltering.md171 3. Mirror the UV coordinate, which is similar to clamping. Good for continuous tone images.
/external/python/cpython3/.github/
DPULL_REQUEST_TEMPLATE.md1 ## CPython Mirror
/external/vulkan-validation-layers/libs/glm/gtx/
Dwrap.inl120 genType const Mirror = Clamp + Rest; local
123 if(Mirror >= genType(1))
/external/seccomp-tests/
DREADME.google4 Description: Mirror of Linux kernel seccomp test suite, run in CTS.
/external/dng_sdk/source/
Ddng_orientation.h113 static dng_orientation Mirror () in Mirror() function
/external/skia/site/dev/contrib/
Ddirectory.md13 - [Github Mirror](https://github.com/google/skia)
/external/skqp/site/dev/contrib/
Ddirectory.md13 - [Github Mirror](https://github.com/google/skia)
/external/iproute2/doc/actions/
Dmirred-usage24 - Mirror takes a copy of the packet and sends it to specified
65 1) Mirror all packets arriving on eth0 to be sent out on eth1.
/external/libjpeg-turbo/
Dusage.txt481 -flip horizontal Mirror image horizontally (left-right).
482 -flip vertical Mirror image vertically (top-bottom).
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h817 void Construct##FOURCC##Mirror() { \
/external/llvm/docs/
DGettingStarted.rst506 Git Mirror
/external/v8/
DChangeLog22096 Implement Mirror object for Symbols (issue 3290).