Searched refs:reality (Results 1 – 25 of 90) sorted by relevance
1234
/third_party/typescript/tests/arkTSTest/ |
D | run.js | 72 function forceUpdateExpected(expect, reality, jsonFile) { argument 74 for (let i = 0; i < reality.length; i++) { 75 const realErrorItem = reality[i]; 177 function compareResult(expect, reality){ argument 180 if(reality.length == 0){ 200 for(let realityInfo of reality){ 212 if( reality.length > expect.length){ 214 for(let i=0; i<reality.length; i++){ 215 const realErrorItem = reality[i] 242 }else if(reality.length < expect.length){ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | dynamicImportEvaluateSpecifier.types | 23 >async () => { /* in reality this would do some async FS operation, or a web request */ return "/ro… 25 /* in reality this would do some async FS operation, or a web request */
|
D | dynamicImportEvaluateSpecifier.symbols | 17 /* in reality this would do some async FS operation, or a web request */
|
/third_party/ninja/doc/ |
D | README.md | 10 documentation etc. In reality it's not clear anyone wants that, but the
|
/third_party/astc-encoder/Docs/ |
D | Profiling.md | 11 you are not quite profiling the reality of full release builds.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_direct_mode_display.adoc | 25 This is especially useful for virtual reality applications that wish to hide
|
D | VK_EXT_direct_mode_display.txt | 25 This is especially useful for virtual reality applications that wish to hide
|
D | VK_KHR_multiview.adoc | 66 …rm.com/developer/tools-software/graphics/b/blog/posts/optimizing-virtual-reality-understanding-mul…
|
D | VK_KHR_multiview.txt | 74 …rm.com/developer/tools-software/graphics/b/blog/posts/optimizing-virtual-reality-understanding-mul…
|
D | VK_EXT_pageable_device_local_memory.txt | 36 In reality the memory heap might not have been full, it just appeared to be
|
D | VK_EXT_pageable_device_local_memory.adoc | 36 In reality the memory heap might not have been full, it just appeared to be
|
/third_party/rust/crates/memchr/bench/runs/ |
D | README.md | 16 to read in GitHub. But in reality, `critcmp` is the best way to read the
|
/third_party/rust/crates/cxx/ |
D | README_zh.md | 164 // In reality the implementation of client_blobstore could be a large complex C++ 184 // In reality there might be sophisticated batching of chunks and/or parallel 262 // Toy implementation uses a Vec<Vec<u8>> but in reality this might be iterating
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | README.md | 22 reflect the reality of the situation. The expected format for every line in these files is:
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 54 In reality, there sometimes isn't just a trivial linear dependence between
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 58 In reality, there sometimes isn't just a trivial linear dependence between
|
/third_party/rust/crates/cxx/book/src/ |
D | tutorial.md | 251 reality the C++ client might contain some sophisticated batching of chunks 312 // implementation uses a Vec<Vec<u8>> but in reality this might be iterating 600 // In reality the implementation of BlobstoreClient could be a large
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 77 "@azure/mixed-reality-authentication" is blocked by "@azure/eslint-plugin-azure-sdk". 78 "@azure/mixed-reality-remote-rendering" is blocked by "@azure/eslint-plugin-azure-sdk". 528 @azure/mixed-reality-authentication 529 @azure/mixed-reality-remote-rendering
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_compression_pvrtc.txt | 235 reality)
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_compression_pvrtc.txt | 235 reality)
|
/third_party/icu/docs/userguide/conversion/ |
D | index.md | 155 a conversion table in reality just creates a new one, which makes the
|
/third_party/EGL/extensions/ANDROID/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 231 spec to match reality
|
/third_party/mesa3d/docs/ |
D | libGL.txt | 9 http://reality.sgi.com/opengl/linux/linuxbase.html.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_swizzle.txt | 46 of the reality of the data.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_swizzle.txt | 46 of the reality of the data.
|
1234