/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
H A D | minimal-ws-server.c | 104 int current, int target) in system_notify_cb() 109 if (current != target) in system_notify_cb() 103 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
H A D | main.c | 155 int current, int target) in app_system_state_nf() 167 switch (target) { in app_system_state_nf() 154 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
|
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/ |
H A D | main.c | 143 int current, int target) in system_notify_cb() 148 target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 142 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
H A D | ss-s3-main.c | 170 int current, int target) in app_system_state_nf() 175 switch (target) { in app_system_state_nf() 169 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_streamout.c | 62 struct pipe_stream_output_target *target) in virgl_destroy_so_target() 65 struct virgl_so_target *t = virgl_so_target(target); in virgl_destroy_so_target() 61 virgl_destroy_so_target(struct pipe_context *ctx, struct pipe_stream_output_target *target) virgl_destroy_so_target() argument
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_common.h | 57 struct pipe_video_buffer *target, *shadow; \ 160 struct pipe_video_buffer *target; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.h | 116 enum pipe_texture_target target); 148 zink_surface_create_null(struct zink_context *ctx, enum pipe_texture_target target, unsigned width, unsigned height, unsigned samples);
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | format.cpp | 131 pipe_texture_target target = translate_target(type); in supported_formats() local 142 dev.pipe, f.second, target, 1, 1, bindings); in supported_formats()
|
/third_party/node/lib/ |
H A D | stream.js | 66 if (new.target) { 84 if (new.target) {
|
/third_party/node/src/ |
H A D | node_binding.h | 66 v8::Local<v8::FunctionTemplate> target) { \ 67 per_isolate_func(isolate_data, target); \
|
H A D | node_sea.cc | 106 void Initialize(Local<Object> target, in Initialize() argument 111 context, target, "getSingleExecutableCode", GetSingleExecutableCode); in Initialize()
|
H A D | node_stat_watcher.cc | 46 void StatWatcher::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 57 SetConstructorFunction(env->context(), target, "StatWatcher", t); in Initialize()
|
/third_party/ninja/src/ |
H A D | line_printer.cc | 95 SMALL_RECT target = { csbi.dwCursorPosition.X, csbi.dwCursorPosition.Y, in Print() local 104 WriteConsoleOutput(console_, &char_data[0], buf_size, zero_zero, &target); in Print()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv_err.h | 200 char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ 216 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
|
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
H A D | client.js | 26 const target_1 = require("./target"); 93 Object.entries(repoSeed.targets).forEach(([targetName, target]) => { 94 fs_1.default.writeFileSync(path_1.default.join(cachePath, TARGETS_DIR_NAME, targetName), Buffer.from(target, 'base64'));
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | namespace.js | 9 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_describe.c | 41 switch(ptr->target) in debug_describe_resource() 71 sprintf(buf, "pipe_martian_resource<%u>", ptr->target); in debug_describe_resource()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_priv.h | 75 sampler->texture_state.target == PIPE_TEXTURE_2D && in is_nearest_sampler() 93 sampler->texture_state.target == PIPE_TEXTURE_2D && in is_linear_sampler()
|
H A D | lp_texture.h | 76 /** allocated total size (for non-display target texture resources only) */ 80 * Display target, for textures with the PIPE_BIND_DISPLAY_TARGET 160 switch (resource->target) { in llvmpipe_resource_is_texture() 182 switch (resource->target) { in llvmpipe_resource_is_1d()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
H A D | minimal-secure-streams-threads.c | 185 int current, int target) in system_notify_cb() 187 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 184 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.h | 45 // Create a resume jump target representing an actual resume. 48 // Create a resume jump target at a loop header, which will have another 60 // The target offset of this resume jump. 81 void AddResumeTarget(const ResumeJumpTarget& target) { in AddResumeTarget() 82 resume_jump_targets_.push_back(target); in AddResumeTarget()
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.cc | 109 const EncodedCSignature& SimulatorData::GetSignatureForTarget(Address target) { in GetSignatureForTarget() argument 111 auto entry = target_to_signature_table_.find(target); in GetSignatureForTarget()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-function.cc | 81 Handle<Object> target = args.at(0); in RUNTIME_FUNCTION() local 88 isolate, Execution::Call(isolate, target, receiver, argc, argv.begin())); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | platform-embedded-file-writer-generic.cc | 62 const char* name, const char* target) { in DeclarePointerToSymbol() 66 SYMBOL_PREFIX, target); in DeclarePointerToSymbol() 96 // load target to be aligned at 8 bytes (2^3). in AlignToDataAlignment() 61 DeclarePointerToSymbol( const char* name, const char* target) DeclarePointerToSymbol() argument
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource.h | 93 assert(tex->b.target != PIPE_BUFFER); in i915_texture() 101 assert(tex->b.target == PIPE_BUFFER); in i915_buffer()
|