Home
last modified time | relevance | path

Searched refs:_function (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dfunction.h17 typedef struct _function FUNCTION;
Dfunction.cpp173 struct _function struct
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js208 const _function: number; constant
209 export { _function as function };
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents220 - get rid of gst_pad_set_*_function (except for the chain/get ones)
/third_party/mesa3d/src/compiler/glsl/
Dir.h1231 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()
Dir.cpp2136 intrinsic_id(ir_intrinsic_invalid), builtin_avail(b), _function(NULL) in ir_function_signature()
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts137 _function: TokenType
Dacorn.js222 _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) {
Dacorn.mjs216 _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/
Dfunction.rst3 .. _function-objects:
/third_party/libevdev/m4/
Dattributes.m4167 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/glib/m4macros/
Dattributes.m4166 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/alsa-lib/m4/
Dattributes.m4196 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/node/src/
Dasync_wrap.cc216 env->set_async_hooks_##name##_function(v.As<Function>()); \ in SetupHooks()
Dnode_http2.cc3006 env->set_http2session_on_ ## name ## _function(args[arg].As<Function>()); in SetCallbackFunctions()
/third_party/python/Doc/reference/
Dcompound_stmts.rst1096 .. _function:
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md263 …* 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…
DCHANGELOG_V12.md2325 …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…
DCHANGELOG_V11.md566 …/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…
DCHANGELOG_V14.md1221 …b.com/nodejs/node/commit/779ad54078)] - **node-api**: faster threadsafe\_function (Fedor Indutny) …
DCHANGELOG_V8.md213 …b.com/nodejs/node/commit/60db455961)] - **test**: mark test\_threadsafe\_function/test as flaky (G…
/third_party/boost/libs/parameter/doc/
Dreference.rst752 .. _function call operator:
/third_party/json/
DChangeLog.md524 - 'Float' number\_float\_function\_t template parameter name conflicts with C '\#define Float float…
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer11412 gst_pad_set_pull[region]_function has been changed to
11413 get_pad_set_get[region]_function. This means all the elements out