Home
last modified time | relevance | path

Searched refs:target (Results 4126 - 4150 of 7043) sorted by relevance

1...<<161162163164165166167168169170>>...282

/kernel/linux/linux-6.6/drivers/scsi/
H A Dhptiop.h208 u8 target; member
226 u8 target; member
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl215 my $target = shift;
217 return defined(List::Util::first { $target eq $_ } @_);
/third_party/gn/src/gn/
H A Dcreate_bundle_target_generator.cc16 #include "gn/target.h"
50 Target* target, in CreateBundleTargetGenerator()
54 : TargetGenerator(target, scope, function_call, err) {} in CreateBundleTargetGenerator()
49 CreateBundleTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) CreateBundleTargetGenerator() argument
/third_party/fsverity-utils/
H A DMakefile294 @for target in $(DEFAULT_TARGETS) $(EXTRA_TARGETS) $(SPECIAL_TARGETS); \
296 echo $$target; \
/third_party/gptfdisk/
H A DMakefile23 $(info TARGET is not set; trying to determine target based on host OS....)
64 $(info Build target is $(TARGET))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java47 // internal function to compare elements in v and target. Return true iff
49 // are exactly the same as elements in target
51 private boolean areElementsSame(int index1, int[] target, int index2, in areElementsSame() argument
54 if (v[index1 + i] != target[index2 + i]) { in areElementsSame()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPropsVectors.java49 // internal function to compare elements in v and target. Return true iff
51 // are exactly the same as elements in target
53 private boolean areElementsSame(int index1, int[] target, int index2, in areElementsSame() argument
56 if (v[index1 + i] != target[index2 + i]) { in areElementsSame()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.pl47 # $SCRIPTTO - name of target script
271 # the target script.
610 # Given the name of the source script, name of the target script,
614 # Param: target script name
622 # $SCRIPTTO - name of target script
624 my ($source, $target, $rules, $outdir) = @_;
627 my $OUT = "$outdir/TransliterationRule_${source}_$target.java";
641 $sub = $target;
/third_party/libuv/src/win/
H A Dinternal.h303 BOOL uv__get_acceptex_function(SOCKET socket, LPFN_ACCEPTEX* target);
304 BOOL uv__get_connectex_function(SOCKET socket, LPFN_CONNECTEX* target);
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex24 and then directly resumes execution in the target stack frame. Thus
58 dependent on the target-platform and are regulated by the
/third_party/json/tools/amalgamate/
H A Damalgamate.py75 # Generate the amalgamation and write it to the target file.
85 print(" target = {0}".format(self.target))
97 with open(self.target, 'w') as f:
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c356 int current, int target) in system_notify_cb()
361 target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb()
355 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/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c167 int current, int target) in system_notify_cb()
173 target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb()
166 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp115 if (!nd1->is_depart() || nd1->target != r) in check_and_convert()
121 if (!nd2->is_depart() || nd2->target != r) in check_and_convert()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h453 * A view into a texture that can be bound to a color render target /
488 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_x */ member
566 enum pipe_texture_target target:8; /**< PIPE_TEXTURE_x */ member
662 * A stream output target. The structure specifies the range vertices can
685 struct pipe_context *context; /**< context this SO target belongs to */
794 * Stream output target. If not NULL, it's used to provide the 'count'
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c81 resource.target = PIPE_BUFFER; in nine_upload_create_buffer_group()
214 resource.target = PIPE_BUFFER; in nine_upload_create_buffer()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c209 tex_temp.target = PIPE_TEXTURE_2D; in vlVaAssociateSubpicture()
220 drv->pipe->screen, tex_temp.format, tex_temp.target, in vlVaAssociateSubpicture()
H A Dbuffer.c142 if (resource->target == PIPE_BUFFER) in vlVaMapBuffer()
199 if (resource->target == PIPE_BUFFER) in vlVaUnmapBuffer()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c328 enum pipe_texture_target target, in vc4_screen_is_format_supported()
341 if (target >= PIPE_MAX_TEXTURE_TYPES) { in vc4_screen_is_format_supported()
326 vc4_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) vc4_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dquad-sample.c218 templat.target = PIPE_TEXTURE_2D; in init_tex()
326 templat.target = PIPE_TEXTURE_2D; in init()
/third_party/node/lib/internal/test_runner/mock/
H A Dmock_timers.js299 const target = activate ? options.toFake : options.toReal;
300 ArrayPrototypeForEach(this.#timersInContext, (timer) => target[timer]());
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc122 static void Apply(T* target, void (T::*fn)(Argument), in Apply() argument
124 (target->*fn)(std::move(argument)); in Apply()
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
H A Dwriter.js139 return `${ret}${it.target} implements ${it.implements};`;
143 return `${ret}${it.target} includes ${it.includes};`;
/third_party/node/test/fixtures/wpt/streams/transferable/
H A Dtransfer-with-messageport.window.js3 function receiveEventOnce(target, name) {
5 target.addEventListener(
/third_party/node/src/
H A Djs_stream.cc196 void JSStream::Initialize(Local<Object> target, in Initialize() argument
214 SetConstructorFunction(context, target, "JSStream", t); in Initialize()

Completed in 18 milliseconds

1...<<161162163164165166167168169170>>...282