Home
last modified time | relevance | path

Searched refs:once (Results 901 - 925 of 2732) sorted by relevance

1...<<31323334353637383940>>...110

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dcolor_space.hpp13 #pragma once
H A Dmatrix_interpolation.hpp14 #pragma once
H A Dmatrix_transform_2d.hpp14 #pragma once
H A Dscalar_multiplication.hpp13 #pragma once
/third_party/skia/third_party/externals/icu/source/common/
H A Ducln_imp.h52 * This may be called more than once.
181 #error This file can only be included once.
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-api.h1 #pragma once
/third_party/vulkan-loader/loader/
H A Dadapters.h22 #pragma once
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp106 .expects(once()) in HWTEST_F()
118 .expects(once()) in HWTEST_F()
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_manager.cpp40 void EventManager::AddListener(napi_env env, const std::string &type, napi_value callback, bool once, in AddListener() argument
49 listeners_.emplace_back(EventListener(env, type, callback, once, asyncCallback)); in AddListener()
/third_party/libuv/src/unix/
H A Ddarwin.c36 static uv_once_t once = UV_ONCE_INIT; variable
67 uv_once(&once, uv__hrtime_init_once); in uv__hrtime()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c101 "\t implies --once, can be combined with --query-all,\n" in print_usage()
103 "\t--once - decode cmdstream only once (per draw mode); if same\n" in print_usage()
108 "\t--not-once - decode cmdstream for each IB (default)\n" in print_usage()
130 { "once", no_argument, &options.once, 1 },
131 { "not-once", no_argument, &options.once, 0 },
/third_party/node/lib/internal/streams/
H A Ddestroy.js67 this.once(kDestroy, function(er) {
234 stream.once(kConstruct, cb);
/third_party/node/test/parallel/
H A Dtest-http-agent-keepalive.js165 socket.once('free', callback);
166 socket.once('close', callback);
H A Dtest-repl-programmatic-history.js248 repl.once('close', () => {
250 repl.once('flushHistory', onClose);
H A Dtest-repl-persistent-history.js248 repl.once('close', () => {
250 repl.once('flushHistory', onClose);
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js128 events.once(opts.integrityEmitter, 'integrity').then(res => res[0]),
129 events.once(opts.integrityEmitter, 'size').then(res => res[0]),
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js47 * `https:` requests have their socket connection upgraded to TLS once
120 req.once('socket', resume);
135 // header "data" events onto the socket once the HTTP machinery is
148 req.once('socket', (s) => {
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp111 static dispatch_once_t once; in GetCurrentThreadTLSIndex() local
112 dispatch_once(&once, ^{ in GetCurrentThreadTLSIndex()
/third_party/skia/src/core/
H A DSkData.cpp99 static SkOnce once;
102 once([]{ empty = new SkData(nullptr, 0, nullptr, nullptr); });
H A DSkFontMgr.cpp170 static SkOnce once; in RefDefault() local
173 once([]{ in RefDefault()
/third_party/rust/crates/which-rs/src/
H A Dfinder.rs128 Self::append_extension(iter::once(path)) in cwd_search_candidates()
187 Box::new(iter::once(p)) in append_extension()
/third_party/node/lib/internal/http2/
H A Dcore.js1261 socket.once(connectEvent, () => {
1495 this.once('connect', settingsFn);
1519 this.once('connect', goawayFn);
1564 this.once('close', callback);
1815 stream.once('close', disposable[SymbolDispose]);
1826 this.once('connect', () => {
1936 stream.once('finish', finishFn);
1947 this.once('ready', rstStreamFn);
2123 this.once(
2201 this.once('read
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.h18 #pragma once
H A Dnode_text_area_modifier.h18 #pragma once
/foundation/communication/netstack/utils/napi_utils/include/
H A Devent_listener.h33 EventListener(long tid, napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback);

Completed in 12 milliseconds

1...<<31323334353637383940>>...110