Home
last modified time | relevance | path

Searched defs:js (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/node/doc/api/
Dintl.md68 ### Disable all internationalization features (`none`)
73 ### Build with a pre-installed ICU (`system-icu`)
87 ### Embed a limited set of ICU data (`small-icu`)
147 ### Embed the entire ICU (`full-icu`)
/third_party/glfw/src/
Dinput.c86 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 …]
Dlinux_joystick.c50 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()
Dwin32_joystick.c257 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()
Dnull_joystick.c43 GLFWbool _glfwPollJoystickNull(_GLFWjoystick* js, int mode) in _glfwPollJoystickNull()
/third_party/typescript/src/harness/
DcompilerImpl.ts42 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/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-447.hpp13 namespace js { namespace
21 namespace js { namespace
Dinherit-namespaced.hpp1 namespace js { namespace
Dforward-inherit-struct.hpp2 namespace js { namespace
Dforward-inherit-struct-with-fields.hpp2 namespace js { namespace
/third_party/node/deps/npm/test/lib/commands/
Dinstall.js23 '{LIB}/utils/reify-finish.js': (_, arb) => { method in anonymousObject5e652da50105.mocks.{LIB}/utils/reify-finish
67 '{LIB}/utils/reify-finish.js': (_, arb) => { method in anonymousObject5e652da50405.mocks.{LIB}/utils/reify-finish
97 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da50705.mocks.{LIB}/utils/reify-finish
126 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da50905.mocks.{LIB}/utils/reify-finish
152 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da50c05.mocks.{LIB}/utils/reify-finish
171 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da50d05.mocks.{LIB}/utils/reify-finish
233 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da51005.mocks.{LIB}/utils/reify-finish
261 '{LIB}/utils/reify-finish.js': async () => {}, method in anonymousObject5e652da51105.mocks.{LIB}/utils/reify-finish
Dprune.js15 '{LIB}/utils/reify-finish.js': (arb) => { method in anonymousObject6bfc4ab80105.mocks.{LIB}/utils/reify-finish
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
Dwith---out-watch.js72 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./file1.ts","./file2.ts"],"js":{"sections":… property
82 "js": { property
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/
DEventLoop.cpp18 namespace js { namespace
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/module-compilation/
Dwith---out-watch.js82 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./file1.ts","./file2.ts"],"js":{"sections":… property
92 "js": { property
/third_party/node/deps/npm/test/bin/
Dnpm-cli.js6 '{LIB}/cli.js': proc => { method in anonymousObject2dc0e0bf0105.{LIB}/cli
Dnpx-cli.js14 tmock(t, '{BIN}/npx-cli.js', { '{LIB}/cli.js': () => {} }) method in anonymousObject5495066a0205.{LIB}/cli
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c499 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/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
Dwhen-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js89 {"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/vk-gl-cts/external/amber/src/samples/
Dandroid_helper.cc49 jstring js = static_cast<jstring>(env->GetObjectArrayElement(args, i)); in Java_com_google_amber_Amber_androidHelper() local
/third_party/node/benchmark/napi/function_call/
Dindex.js33 function js() { function
/third_party/node/deps/minimatch/
Dindex.js37 "node_modules/balanced-match/index.js"(exports2, module2) { method in anonymousObject6af3785f0305.node_modules/balanced-match/index
97 "node_modules/brace-expansion/index.js"(exports2, module2) { method in anonymousObject6af3785f0405.node_modules/brace-expansion/index
248 "dist/cjs/assert-valid-pattern.js"(exports2) { method in anonymousObject6af3785f0605.dist/cjs/assert-valid-pattern
267 "dist/cjs/brace-expressions.js"(exports2) { method in anonymousObject6af3785f0805.dist/cjs/brace-expressions
385 "dist/cjs/unescape.js"(exports2) { method in anonymousObject6af3785f0a05.dist/cjs/unescape
398 "dist/cjs/ast.js"(exports2) { method in anonymousObject6af3785f0c05.dist/cjs/ast
908 "dist/cjs/escape.js"(exports2) { method in anonymousObject6af3785f1605.dist/cjs/escape
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
DdeclarationMap-and-sourceMap-disabled.js538 …","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
DstripInternal-when-prepend-is-completely-internal.js186 {"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
/third_party/skia/tools/skqp/
Dgn_to_bp.py138 js = gn_to_bp_utils.GenerateJSONFromGN(gn_args) variable

1234