Searched refs:_function (Results 1 – 24 of 24) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | function.h | 17 typedef struct _function FUNCTION;
|
D | function.cpp | 173 struct _function struct
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 208 const _function: number; constant 209 export { _function as function };
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 20 - get rid of gst_pad_set_*_function (except for the chain/get ones)
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir.h | 1231 return this->_function; in function() 1302 class ir_function *_function; variable 1347 sig->_function = this; in add_signature() 1408 return this->_function->name; in function_name()
|
D | ir.cpp | 2136 intrinsic_id(ir_intrinsic_invalid), builtin_avail(b), _function(NULL) in ir_function_signature()
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 137 _function: TokenType
|
D | acorn.js | 222 _function: kw("function", startsExpr), property 875 case types._function: 1618 if (this.type === types._function || (isAsync = this.isAsyncFunction())) { 2534 … && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types._function)) 2584 case types._function: 3490 types._function.updateContext = types._class.updateContext = function(prevType) { 3510 if (prevType === types._function) {
|
D | acorn.mjs | 216 _function: kw("function", startsExpr), property 869 case types._function: 1612 if (this.type === types._function || (isAsync = this.isAsyncFunction())) { 2528 … && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types._function)) 2578 case types._function: 3484 types._function.updateContext = types._class.updateContext = function(prevType) { 3504 if (prevType === types._function) {
|
/third_party/python/Doc/c-api/ |
D | function.rst | 3 .. _function-objects:
|
/third_party/libevdev/m4/ |
D | attributes.m4 | 167 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/third_party/glib/m4macros/ |
D | attributes.m4 | 166 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/third_party/alsa-lib/m4/ |
D | attributes.m4 | 196 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/third_party/node/src/ |
D | async_wrap.cc | 216 env->set_async_hooks_##name##_function(v.As<Function>()); \ in SetupHooks()
|
D | node_http2.cc | 3006 env->set_http2session_on_ ## name ## _function(args[arg].As<Function>()); in SetCallbackFunctions()
|
/third_party/python/Doc/reference/ |
D | compound_stmts.rst | 1096 .. _function:
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 263 …* make func argument of napi\_create\_threadsafe\_function optional (legendecas) [#27791](https://… 301 …MVER-MINOR)** **n-api**: make func argument of napi\_create\_threadsafe\_function optional (legend… 732 …/60880d79a5)] - **test**: remove flaky designation for test\_threadsafe\_function (Rich Trott) [#2… 948 …b.com/nodejs/node/commit/a7c72d7d5e)] - **test**: mark test\_threadsafe\_function/test as flaky (G… 2821 …com/nodejs/node/commit/c8d5bab022)] - **doc**: fix doc for napi\_create\_function (Gabriel Schulho…
|
D | CHANGELOG_V12.md | 2325 …m/nodejs/node/commit/c93df0cfc3)] - **n-api**: refactoring napi\_create\_function testing (Octavia… 2666 …91d5a4df04)] - **doc,n-api**: fix metadata for napi\_create\_threadsafe\_function (Richard Lau) [#… 2676 …MVER-MINOR)** **n-api**: make func argument of napi\_create\_threadsafe\_function optional (legend… 3971 …s/node/commit/06c803d9b9)] - **test**: pass null params to napi\_create\_function() (Octavian Sold…
|
D | CHANGELOG_V11.md | 566 …/e1aa5106a7)] - **test**: remove flaky designation for test\_threadsafe\_function (Rich Trott) [#2… 1962 …b.com/nodejs/node/commit/10c2773da8)] - **test**: mark test\_threadsafe\_function/test as flaky (G…
|
D | CHANGELOG_V14.md | 1221 …b.com/nodejs/node/commit/779ad54078)] - **node-api**: faster threadsafe\_function (Fedor Indutny) …
|
D | CHANGELOG_V8.md | 213 …b.com/nodejs/node/commit/60db455961)] - **test**: mark test\_threadsafe\_function/test as flaky (G…
|
/third_party/boost/libs/parameter/doc/ |
D | reference.rst | 752 .. _function call operator:
|
/third_party/json/ |
D | ChangeLog.md | 524 - 'Float' number\_float\_function\_t template parameter name conflicts with C '\#define Float float…
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 11412 gst_pad_set_pull[region]_function has been changed to 11413 get_pad_set_get[region]_function. This means all the elements out
|