/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.h | 208 u8 target; member 226 u8 target; member
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 215 my $target = shift; 217 return defined(List::Util::first { $target eq $_ } @_);
|
/third_party/gn/src/gn/ |
H A D | create_bundle_target_generator.cc | 16 #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 D | Makefile | 294 @for target in $(DEFAULT_TARGETS) $(EXTRA_TARGETS) $(SPECIAL_TARGETS); \ 296 echo $$target; \
|
/third_party/gptfdisk/ |
H A D | Makefile | 23 $(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 D | PropsVectors.java | 47 // 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 D | PropsVectors.java | 49 // 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 D | indic.pl | 47 # $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 D | internal.h | 303 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 D | unw_resume.tex | 24 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 D | amalgamate.py | 75 # 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 D | minimal-http-client.c | 356 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 D | minimal-mqtt-client-multi.c | 167 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 D | sb_if_conversion.cpp | 115 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 D | p_state.h | 453 * 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 D | nine_buffer_upload.c | 81 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 D | subpicture.c | 209 tex_temp.target = PIPE_TEXTURE_2D; in vlVaAssociateSubpicture() 220 drv->pipe->screen, tex_temp.format, tex_temp.target, in vlVaAssociateSubpicture()
|
H A D | buffer.c | 142 if (resource->target == PIPE_BUFFER) in vlVaMapBuffer() 199 if (resource->target == PIPE_BUFFER) in vlVaUnmapBuffer()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_screen.c | 328 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 D | quad-sample.c | 218 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 D | mock_timers.js | 299 const target = activate ? options.toFake : options.toReal; 300 ArrayPrototypeForEach(this.#timersInContext, (timer) => target[timer]());
|
/third_party/node/src/inspector/ |
H A D | main_thread_interface.cc | 122 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 D | writer.js | 139 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 D | transfer-with-messageport.window.js | 3 function receiveEventOnce(target, name) { 5 target.addEventListener(
|
/third_party/node/src/ |
H A D | js_stream.cc | 196 void JSStream::Initialize(Local<Object> target, in Initialize() argument 214 SetConstructorFunction(context, target, "JSStream", t); in Initialize()
|