Home
last modified time | relevance | path

Searched full:part (Results 201 - 225 of 23825) sorted by relevance

12345678910>>...953

/third_party/skia/third_party/externals/piex/src/tiff_directory/
H A Dtiff_directory.h76 // Returns false if the tag is not part of the directory or if the
81 // Returns false if the tag is not part of the directory or if its
88 // - if the tag is not part of the directory or
96 // - if the tag is not part of the directory or
104 // - if the tag is not part of the directory or
111 // Returns false if the 'tag' is not part of the directory or if its type does
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
34 "specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
45 "or specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
62 "or specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
70 "or specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
81 "specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
/third_party/curl/tests/libtest/
H A Dlib1560.c11 * you should have received as part of this distribution. The terms
42 struct part { struct
43 CURLUPart part; member
56 struct part parts[] = { in checkparts()
73 rc = curl_url_get(u, parts[i].part, &p, getflags); in checkparts()
147 CURLUPart part; member
857 part */
1012 static CURLUPart part2id(char *part) in part2id() argument
1014 if(!strcmp("url", part)) in part2id()
1016 if(!strcmp("scheme", part)) in part2id()
1050 char part[80]; updateurl() local
1646 CURLUPart part[]= { huge() local
[all...]
/third_party/curl/docs/
H A DURL-SYNTAX.md49 are part of the regular URL format. The combination of a local host and a
111 legitimately be part of such a URL.
155 URLs for IMAP, POP3 and SMTP also support *login options* as part of the
161 The hostname part of the URL contains the address of the server that you want
216 The path part of an FTP request specifies the file to retrieve and from which
217 directory. If the file part is omitted then libcurl downloads the directory
232 curl only allows the hostname part of a FILE URL to be one out of these three
249 The path part of an IMAP request not only specifies the mailbox to list or
292 Searching via the query part of the URL `?` is a search request for the
315 The path part o
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c281 struct arp_datagram *rcvarp_p; /* ARP part of receiving frame */ in return_arp_reply()
286 struct arp_datagram *sndarp_p; /* ARP part of sending frame */ in return_arp_reply()
369 struct ip4_datagram *rcvip_p; /* IPv4 part of receiving frame */ in return_icmp4_redirect()
372 struct ip4_datagram *sndip_p; /* IPv4 part of sending frame */ in return_icmp4_redirect()
373 struct icmp4_segment *sndicmp_p; /* ICMPv4 part of sending frame */ in return_icmp4_redirect()
464 struct ip6_datagram *rcvip6_p; /* IPv6 part of receiving frame */ in return_neigh_adv()
465 struct neighbor_sol *rcvns_p; /* NS part of receiving frame */ in return_neigh_adv()
470 struct ip6_datagram *sndip6_p; /* IPv6 part of sending frame */ in return_neigh_adv()
472 struct neighbor_adv *sndna_p; /* NA part of sending frame */ in return_neigh_adv()
590 struct ip6_datagram *rcvip6_p; /* IPv6 part o in return_icmp6_redirect()
[all...]
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc250 // up if significant part is odd and down otherwise. in InternalStringToIntDouble()
588 // Parse the longest part of the string starting at {current}
589 // possible while keeping the multiplier, and thus the part
591 uint32_t part = 0, multiplier = 1;
605 // Update the value of the part as long as the multiplier fits
607 // will not overflow the multiplier, we stop parsing the part
612 part = part * radix() + d;
614 DCHECK(multiplier > part);
622 result_ = result_ * multiplier + part;
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp975 if (shader->key.ge.part.gs.es->stage == MESA_SHADER_TESS_EVAL) in si_emit_shader_gs()
1072 gl_shader_stage es_stage = shader->key.ge.part.gs.es->stage; in si_shader_gs()
1078 es_vgpr_comp_cnt = shader->key.ge.part.gs.es->info.uses_primid ? 3 : 2; in si_shader_gs()
1139 shader->ctx_reg.gs.vgt_esgs_ring_itemsize = shader->key.ge.part.gs.es->info.esgs_itemsize / 4; in si_shader_gs()
1142 si_set_tesseval_regs(sscreen, shader->key.ge.part.gs.es, shader); in si_shader_gs()
1144 polaris_set_vgt_vertex_reuse(sscreen, shader->key.ge.part.gs.es, shader); in si_shader_gs()
1778 unsigned spi_shader_col_format = shader->key.ps.part.epilog.spi_shader_col_format;
1842 assert(!shader->key.ps.part.prolog.bc_optimize_for_persp ||
1844 assert(!shader->key.ps.part.prolog.bc_optimize_for_linear ||
1846 assert(!shader->key.ps.part
[all...]
H A Dsi_shader.h43 * - prolog part (shader code dependent on states)
44 * - main part (the API shader)
45 * - epilog part (shader code dependent on states)
47 * Each part is compiled as a separate shader and the final binaries are
56 * One of the roles of the prolog part is to compute vertex buffer addresses
57 * for vertex shaders. A few of the roles of the epilog part are color buffer
70 * 1) Some rarely-used states require modification of the main shader part
85 * - 1st shader: prolog part
86 * - 1st shader: main part
87 * - 2nd shader: prolog part
672 } part; global() member
733 } part; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
40 bool Matched = false; ///< Is this relocation part of a match.
138 /// The relocations that need a matching low part are
167 /// - It's type matches that of a corresponding low part. This is provided in
439 /// - There may be multiple high parts relocations for one low part relocation.
440 /// - There may be multiple low part relocations for one high part relocation.
441 /// - The AHL addend in each part does not have to be exactly equal as long as
446 /// See getMatchingLoType() for a description of which high part relocations
447 /// match which low part relocation
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_message.py45 # The indices indicate which part should match the corresponding part-type
46 # when passed to get_body (ie: the "first" part of that type in the
356 # Same thing, but proving we only look at the root part, which is the
614 part = next(m.iter_parts())
618 self.assertEqual(part[name], value)
620 self.assertEqual(len(part), count)
621 self.assertEqual(part.get_payload(), payload)
683 part = m.get_payload()[0]
687 part
[all...]
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
H A DREADME4 - userspace part
5 - kernelspace part
7 This is the userspace part, its tasks are:
/third_party/python/Lib/email/
H A D_header_value_parser.py36 semantically meaningful value of that part of the parse subtree. The value of
145 """True if all top level tokens of this part may be RFC2047 encoded."""
146 return all(part.as_ew_allowed for part in self)
552 token_type = 'obs-local-part'
600 token_type = 'local-part'
672 # This is part of the "handle quoted extended parameters" hack.
1445 """ local-part = dot-atom / quoted-string / obs-local-part
1454 "expected local-part bu
[all...]
/third_party/ffmpeg/libavcodec/
H A Datrac.h7 * This file is part of FFmpeg.
70 * Apply gain compensation and perform the MDCT overlapping part.
87 * @param inlo lower part of spectrum
88 * @param inhi higher part of spectrum
/third_party/curl/docs/libcurl/opts/
H A DCURLOPT_MIME_OPTIONS.md73 curl_mimepart *part = curl_mime_addpart(form);
75 if(part) {
76 curl_mime_filedata(part, "strange\\file\\name");
77 curl_mime_name(part, "strange\"field\"name");
/third_party/NuttX/fs/driver/
H A Dfs_closeblockdriver.c55 los_part *part = NULL; in close_blockdriver() local
85 part = los_part_find(vnode_ptr); in close_blockdriver()
86 if (part != NULL) in close_blockdriver()
88 disk = get_disk(part->disk_id); in close_blockdriver()
/third_party/mbedtls/tests/include/test/
H A Dthreading_helpers.h42 * \note These functions are part of the testing API only and
43 * thus not considered part of the public API of
75 * \note These functions are part of the testing API only
76 * and thus not considered part of the public API of
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp64 PART("CaseDescription") { in HWTEST_F()
85 PART("CaseDescription") { in HWTEST_F()
109 PART("CaseDescription") { in HWTEST_F()
148 PART("EnvConditions") { in HWTEST_F()
161 PART("CaseDescription") { in HWTEST_F()
184 PART("EnvConditions") { in HWTEST_F()
191 PART("CaseDescription") { in HWTEST_F()
220 PART("EnvConditions") { in HWTEST_F()
227 PART("CaseDescription") { in HWTEST_F()
270 PART("CaseDescriptio in HWTEST_F()
[all...]
/third_party/node/deps/npm/node_modules/semver/
H A Drange.bnf15 parts ::= part ( '.' part ) *
16 part ::= nr | [-0-9A-Za-z]+
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dconfiguration.h86 * Means you want to change the language part
97 * Means you want to change the language part
108 * Means you want to change the language part
118 * Means you want to change the language part
128 * Means you want to change the language part
138 * Means you want to change the language part
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp32 CheckableStatus::ALL, CheckableStatus::PART, CheckableStatus::NONE
249 if (lastStatus_ == SelectStatus::ALL && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
253 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::ALL) { in UpdateCheckBoxShape()
255 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::NONE) { in UpdateCheckBoxShape()
259 } else if (lastStatus_ == SelectStatus::NONE && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
289 status_ = SelectStatus::PART; in UpdateGroupStatus()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_basics.h147 * The part of the source image outside the target image is invisible.
152 * Only the source image part within the target image will be displayed, and the target image is transparent.
157 * Only the source image part other than the target image will be displayed,and the target image is transparent
166 * The part of the target image outside the source image is invisible.
171 * Only the target image part within the source image will be displayed, and the source image is transparent.
176 * Only the part of the target image other than the source image will be displayed,
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_overdraw_controller_test.cpp69 PART("CaseDescription") { in HWTEST_F()
90 PART("CaseDescription") { in HWTEST_F()
149 PART("EnvConditions") { in HWTEST_F()
153 PART("CaseDescription") { in HWTEST_F()
189 PART("EnvConditions") { in HWTEST_F()
193 PART("CaseDescription") { in HWTEST_F()
/foundation/resourceschedule/memmgr/
H A DREADME.md1 # The Part of Memory Manager
13 The part of *Memory Manager* belongs to the subsystem named *Resource Schedule Subsystem*.
42 1. *Event Center*: monitor all external events concerned by this part. The monitors in *Event Center* are registered by calling the interfaces provided by other subsystems, and events about applications and users will be received and notified to *Reclaim Priority Manager*, *Reclaim Strategy* and *Kill Strategy*.
59 The list of process *Reclaim Priority* provides the sorted list for reclaim and kill between processes. The value and description of the *Reclaim Priority* defined by this part are shown in the following table:
98 System developers can add or remove this part by configuring the product definition JSON file under **/productdefine/common/products** to enable or disable this part:
/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h2 * This file is part of FFmpeg.
41 * @note The struct must be allocated as part of AVFilmGrainParams using
42 * av_film_grain_params_alloc(). Its size is not a part of the public ABI.
129 * @note The struct must be allocated as part of AVFilmGrainParams using
130 * av_film_grain_params_alloc(). Its size is not a part of the public ABI.
214 * its size is not a part of the public ABI.
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js187 for (const part of parts) {
188 if (part === '__proto__') {
191 if (!hasOwnProperty.call(p, part) || typeof p[part] !== 'object') {
192 p[part] = Object.create(null)
194 p = p[part]

Completed in 25 milliseconds

12345678910>>...953