| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/kash/ |
| D | kernel_pack.cc | 52 …kHash(const std::string & /* json_file */, const std::string &bin_file, const nlohmann::json &js) { in CheckHash() 95 bool LoadJsonFromFile(const std::string &json_file, nlohmann::json *js) { in LoadJsonFromFile() 157 nlohmann::json js; in ReadFromJsonFile() local 255 void KernelPack::ParseKernelName(const std::string &key, const nlohmann::json &js, KernelJsonInfo *… in ParseKernelName() 265 void KernelPack::ParseBinFileName(const std::string &key, const nlohmann::json &js, KernelJsonInfo … in ParseBinFileName() 274 void KernelPack::ParseBinFileSuffix(const std::string &key, const nlohmann::json &js, in ParseBinFileSuffix() 284 void KernelPack::ParseMagic(const std::string &key, const nlohmann::json &js, KernelJsonInfo *kerne… in ParseMagic() 297 void KernelPack::ParseBlockDim(const std::string &key, const nlohmann::json &js, KernelJsonInfo *ke… in ParseBlockDim() 306 void KernelPack::ParseCoreType(const std::string &key, const nlohmann::json &js, KernelJsonInfo *ke… in ParseCoreType() 315 void KernelPack::ParseTaskRatio(const std::string &key, const nlohmann::json &js, KernelJsonInfo *k… in ParseTaskRatio() [all …]
|
| /third_party/glfw/src/ |
| D | input.c | 86 const _GLFWjoystick* js) in isValidElementForJoystick() 100 static _GLFWmapping* findValidMapping(const _GLFWjoystick* js) in findValidMapping() 418 void _glfwInputJoystick(_GLFWjoystick* js, int event) in _glfwInputJoystick() 434 void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value) in _glfwInputJoystickAxis() 445 void _glfwInputJoystickButton(_GLFWjoystick* js, int button, char value) in _glfwInputJoystickButton() 457 void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value) in _glfwInputJoystickHat() 510 _GLFWjoystick* js; in _glfwAllocJoystick() local 539 void _glfwFreeJoystick(_GLFWjoystick* js) in _glfwFreeJoystick() 1050 _GLFWjoystick* js; in glfwJoystickPresent() local 1075 _GLFWjoystick* js; in glfwGetJoystickAxes() local [all …]
|
| D | linux_joystick.c | 50 static void handleKeyEvent(_GLFWjoystick* js, int code, int value) in handleKeyEvent() 59 static void handleAbsEvent(_GLFWjoystick* js, int code, int value) in handleAbsEvent() 107 static void pollAbsState(_GLFWjoystick* js) in pollAbsState() 225 _GLFWjoystick* js = in openJoystickDevice() local 246 static void closeJoystick(_GLFWjoystick* js) in closeJoystick() 369 _GLFWjoystick* js = _glfw.joysticks + jid; in _glfwTerminateJoysticksLinux() local 386 GLFWbool _glfwPollJoystickLinux(_GLFWjoystick* js, int mode) in _glfwPollJoystickLinux()
|
| D | win32_joystick.c | 257 static void closeJoystick(_GLFWjoystick* js) in closeJoystick() 353 _GLFWjoystick* js; in deviceCallback() local 507 _GLFWjoystick* js; in _glfwDetectJoystickConnectionWin32() local 562 _GLFWjoystick* js = _glfw.joysticks + jid; in _glfwDetectJoystickDisconnectionWin32() local 604 GLFWbool _glfwPollJoystickWin32(_GLFWjoystick* js, int mode) in _glfwPollJoystickWin32()
|
| D | null_joystick.c | 43 GLFWbool _glfwPollJoystickNull(_GLFWjoystick* js, int mode) in _glfwPollJoystickNull()
|
| /third_party/typescript/src/harness/ |
| D | compilerImpl.ts | 50 readonly js: documents.TextDocument | undefined; property 61 public readonly js: ReadonlyMap<string, documents.TextDocument>; property in CompilationResult 77 …const js = this.js = new collections.SortedMap<string, documents.TextDocument>({ comparer: this.vf… constant 110 js: js.get(outFile), constant 132 js: js.get(this.getOutputPath(sourceFile.fileName, extname)), constant
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | issue-447.hpp | 13 namespace js { namespace 21 namespace js { namespace
|
| D | forward-inherit-struct.hpp | 2 namespace js { namespace
|
| D | inherit-namespaced.hpp | 1 namespace js { namespace
|
| D | forward-inherit-struct-with-fields.hpp | 2 namespace js { namespace
|
| /third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
| D | with---out-watch.js | 72 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./file1.ts","./file2.ts"],"js":{"sections":… property 82 "js": { property
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/ |
| D | json_helper.h | 78 nlohmann::json js; variable 129 nlohmann::json js; variable
|
| D | json_helper.cc | 70 nlohmann::json js; in UpdateArray() local 113 nlohmann::json js; in RemoveKey() local
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/ |
| D | EventLoop.cpp | 18 namespace js { namespace
|
| /third_party/typescript/tests/baselines/reference/tscWatch/incremental/module-compilation/ |
| D | with---out-watch.js | 82 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./file1.ts","./file2.ts"],"js":{"sections":… property 92 "js": { property
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/akg/ |
| D | akg_gpu_kernel_mod.cc | 35 auto js = nlohmann::json::parse(kernel_pack->GetJson()->contents, in GetFunction() local 86 auto js = kernel_pack->GetJson(); in AkgGpuKernelMod() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/ |
| D | file_configuration.h | 97 nlohmann::json js; variable
|
| /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/vk-gl-cts/external/amber/src/samples/ |
| D | android_helper.cc | 49 jstring js = static_cast<jstring>(env->GetObjectArrayElement(args, i)); in Java_com_google_amber_Amber_androidHelper() local
|
| /third_party/grpc/tools/buildgen/ |
| D | build_cleaner.py | 109 js = yaml.safe_load(f) variable
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
| D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 89 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./index.ts"],"js":{"sections":[{"pos":0,"en… property 98 "js": { property 165 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./index.ts"],"js":{"sections":[{"pos":0,"en… property 174 "js": { property 325 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./index.ts"],"js":{"sections":[{"pos":0,"en… property 334 "js": { property 447 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./index.ts"],"js":{"sections":[{"pos":0,"en… property 456 "js": { property 604 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./index.ts"],"js":{"sections":[{"pos":0,"en… property 613 "js": { property [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ |
| D | data_schema.cc | 346 nlohmann::json js; in LoadSchemaFile() local 396 nlohmann::json js = nlohmann::json::parse(schema_json_string); in LoadSchemaString() local 454 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/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
| D | declarationMap-and-sourceMap-disabled.js | 538 …","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos"… property 584 "js": { property 928 …ourceFiles":["../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"js":{"sections":[{"pos"… property 967 "js": { property
|
| D | stripInternal-when-prepend-is-completely-internal.js | 186 {"bundle":{"commonSourceDirectory":"..","sourceFiles":["../first_PART1.ts"],"js":{"sections":[{"pos… property 210 "js": { property 328 {"bundle":{"commonSourceDirectory":"../..","sourceFiles":["../../third_part1.ts"],"js":{"sections":… property 361 "js": { property
|