/third_party/node/doc/api/ |
D | intl.md | 66 ### Disable all internationalization features (`none`) 71 ### Build with a pre-installed ICU (`system-icu`) 85 ### Embed a limited set of ICU data (`small-icu`) 145 ### Embed the entire ICU (`full-icu`)
|
/third_party/node/test/fixtures/wpt/resources/ |
D | readme.md | 10 ### Getting started 19 ### Full documentation 23 ### Tutorials
|
/third_party/flutter/glfw/src/ |
D | linux_joystick.c | 54 _GLFWjoystickLinux* js; in openJoystickDevice() local 111 static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js) in pollJoystickEvents() 309 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformJoystickPresent() local 315 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickAxes() local 325 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickButtons() local 335 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickName() local
|
D | win32_joystick.c | 241 static void closeJoystick(_GLFWjoystickWin32* js) in closeJoystick() 340 _GLFWjoystickWin32* js; in deviceCallback() local 452 _GLFWjoystickWin32* js; in openXinputDevice() local 492 static GLFWbool pollJoystickState(_GLFWjoystickWin32* js, int mode) in pollJoystickState() 731 _GLFWjoystickWin32* js = _glfw.win32_js + joy; in _glfwPlatformJoystickPresent() local 737 _GLFWjoystickWin32* js = _glfw.win32_js + joy; in _glfwPlatformGetJoystickAxes() local 747 _GLFWjoystickWin32* js = _glfw.win32_js + joy; in _glfwPlatformGetJoystickButtons() local 757 _GLFWjoystickWin32* js = _glfw.win32_js + joy; in _glfwPlatformGetJoystickName() local
|
/third_party/typescript/src/harness/ |
D | compilerImpl.ts | 42 readonly js: documents.TextDocument | undefined; property 53 public readonly js: ReadonlyMap<string, documents.TextDocument>; property in compiler.CompilationResult 69 …const js = this.js = new collections.SortedMap<string, documents.TextDocument>({ comparer: this.vf… constant 102 js: js.get(outFile), constant 124 js: js.get(this.getOutputPath(sourceFile.fileName, extname)), constant
|
/third_party/node/deps/npm/lib/config/ |
D | core.js | 217 Conf.prototype.loadPrefix = require('./load-prefix.js') 218 Conf.prototype.loadCAFile = require('./load-cafile.js') 219 Conf.prototype.setUser = require('./set-user.js') 220 Conf.prototype.getCredentialsByURI = require('./get-credentials-by-uri.js') 221 Conf.prototype.setCredentialsByURI = require('./set-credentials-by-uri.js') 222 Conf.prototype.clearCredentialsByURI = require('./clear-credentials-by-uri.js') 224 Conf.prototype.loadExtras = function (cb) {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-447.hpp | 13 namespace js { namespace 21 namespace js { namespace
|
D | inherit-namespaced.hpp | 1 namespace js { namespace
|
D | forward-inherit-struct.hpp | 2 namespace js { namespace
|
D | forward-inherit-struct-with-fields.hpp | 2 namespace js { namespace
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/ |
D | EventLoop.cpp | 18 namespace js { namespace
|
/third_party/node/ |
D | SECURITY.md | 16 ### Node.js bug bounty program
|
/third_party/node/deps/npm/lib/utils/ |
D | metrics-launch.js | 23 function runInBackground (js, args, opts) { argument
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 499 lws_struct_serialize_t *js = lws_zalloc(sizeof(*js), __func__); in lws_struct_json_serialize_create() local 528 lws_struct_pretty(lws_struct_serialize_t *js, uint8_t **pbuf, size_t *plen) in lws_struct_pretty() 543 lws_struct_json_serialize(lws_struct_serialize_t *js, uint8_t *buf, in lws_struct_json_serialize()
|
/third_party/node/benchmark/napi/function_call/ |
D | index.js | 33 function js() { function
|
/third_party/skia/tools/skqp/ |
D | gn_to_bp.py | 138 js = gn_to_bp_utils.GenerateJSONFromGN(gn_args) variable
|
/third_party/flutter/skia/tools/skqp/ |
D | gn_to_bp.py | 138 js = gn_to_bp_utils.GenerateJSONFromGN(gn_args) variable
|
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/ |
D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 91 "js": { property 147 "js": { property 285 "js": { property 385 "js": { property 521 "js": { property 606 "js": { property
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/initial-build/ |
D | stripInternal-when-prepend-is-completely-internal.js | 158 "js": { property 278 "js": { property
|
D | declarationMap-and-sourceMap-disabled.js | 545 "js": { property 912 "js": { property
|
/third_party/skia/gn/ |
D | gn_to_bp_utils.py | 34 def GrabDependentValues(js, name, value_type, list_to_extend, exclude): argument
|
/third_party/flutter/skia/gn/ |
D | gn_to_bp_utils.py | 32 def GrabDependentValues(js, name, value_type, list_to_extend, exclude): argument
|
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 51 JavaInputStreamAdaptor(JavaVM* jvm, jobject js, jbyteArray ar, jint capacity, in JavaInputStreamAdaptor() 62 static JavaInputStreamAdaptor* Create(JNIEnv* env, jobject js, jbyteArray ar, in Create()
|
/third_party/node/deps/npm/test/tap/ |
D | uninstall-in-reverse.js | 13 '../../lib/install/action/unbuild.js': function (staging, pkg, log, next) { method in /lib/install/action/unbuild
|
/third_party/protobuf/python/google/protobuf/ |
D | json_format.py | 218 def _RegularMessageToJsonObject(self, message, js): argument 388 def _DuplicateChecker(js): argument 485 def _ConvertFieldValuePair(self, js, message): argument
|