/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | color_space.hpp | 13 #pragma once
|
H A D | matrix_interpolation.hpp | 14 #pragma once
|
H A D | matrix_transform_2d.hpp | 14 #pragma once
|
H A D | scalar_multiplication.hpp | 13 #pragma once
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucln_imp.h | 52 * This may be called more than once. 181 #error This file can only be included once.
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-api.h | 1 #pragma once
|
/third_party/vulkan-loader/loader/ |
H A D | adapters.h | 22 #pragma once
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHiPlayer.cpp | 106 .expects(once()) in HWTEST_F() 118 .expects(once()) in HWTEST_F()
|
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_manager.cpp | 40 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 D | darwin.c | 36 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 D | cffdump.c | 101 "\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 D | destroy.js | 67 this.once(kDestroy, function(er) { 234 stream.once(kConstruct, cb);
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-keepalive.js | 165 socket.once('free', callback); 166 socket.once('close', callback);
|
H A D | test-repl-programmatic-history.js | 248 repl.once('close', () => { 250 repl.once('flushHistory', onClose);
|
H A D | test-repl-persistent-history.js | 248 repl.once('close', () => { 250 repl.once('flushHistory', onClose);
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
H A D | write.js | 128 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 D | index.js | 47 * `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 D | global_state.cpp | 111 static dispatch_once_t once; in GetCurrentThreadTLSIndex() local 112 dispatch_once(&once, ^{ in GetCurrentThreadTLSIndex()
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 99 static SkOnce once; 102 once([]{ empty = new SkData(nullptr, 0, nullptr, nullptr); });
|
H A D | SkFontMgr.cpp | 170 static SkOnce once; in RefDefault() local 173 once([]{ in RefDefault()
|
/third_party/rust/crates/which-rs/src/ |
H A D | finder.rs | 128 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 D | core.js | 1261 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 D | view_model.h | 18 #pragma once
|
H A D | node_text_area_modifier.h | 18 #pragma once
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | event_listener.h | 33 EventListener(long tid, napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback);
|