| /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/mindspore/mindspore/ccsrc/backend/kernel_compiler/kash/ |
| D | kernel_pack.cc | 29 bool CheckHash(const std::string &json_file, const std::string &bin_file, const nlohmann::json &js)… in CheckHash() 85 nlohmann::json js; in ReadFromJsonFile() local 172 void KernelPack::ParseKernelJson(const nlohmann::json &js) { in ParseKernelJson() 210 nlohmann::json js; in LoadKernelMeta() local
|
| /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/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
| D | json_helper.h | 71 nlohmann::json js; variable 115 nlohmann::json js; variable
|
| D | json_helper.cc | 69 nlohmann::json js; in UpdateArray() local 104 nlohmann::json js; in RemoveKey() local
|
| /third_party/grpc/tools/codegen/core/ |
| D | gen_stats_data.py | 375 def FindNamed(js, name): argument 381 def RemoveCoreFields(js): argument 393 def AddCoreFields(js): argument
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/ |
| D | EventLoop.cpp | 18 namespace js { namespace
|
| /third_party/mindspore/mindspore/ccsrc/ps/core/ |
| D | file_configuration.h | 71 nlohmann::json js; variable
|
| D | scheduler_node.cc | 594 nlohmann::json js; in ProcessScaleOut() local 675 nlohmann::json js; in ProcessScaleIn() local 704 nlohmann::json js; in ProcessGetNodesInfo() local 731 nlohmann::json js; in ProcessGetClusterState() local 793 nlohmann::json js; in ProcessNewInstance() local 845 nlohmann::json js; in ProcessQueryInstance() local 901 nlohmann::json js; in ProcessEnableFLS() local 957 nlohmann::json js; in ProcessDisableFLS() local
|
| /third_party/grpc/tools/profiling/microbenchmarks/ |
| D | bm2bq.py | 48 js = json.loads(f.read()) variable
|
| D | bm_json.py | 179 def expand_json(js, js2=None): argument
|
| /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/grpc/tools/buildgen/ |
| D | build_cleaner.py | 85 js = yaml.load(f) variable
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
| D | data_schema.cc | 343 nlohmann::json js; in LoadSchemaFile() local 387 nlohmann::json js = nlohmann::json::parse(schema_json_string); in LoadSchemaString() local 445 Status DataSchema::PreLoadExceptionCheck(const nlohmann::json &js) { in PreLoadExceptionCheck()
|
| /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/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
|