/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner-internal.h | 66 SCAN_STACK_SWITCH_BLOCK, /**< block part of "switch" statement */ 67 SCAN_STACK_IF_STATEMENT, /**< statement part of "if" statements */ 68 SCAN_STACK_WITH_STATEMENT, /**< statement part of "with" statements */ 69 SCAN_STACK_WITH_EXPRESSION, /**< expression part of "with" statements */ 70 SCAN_STACK_DO_STATEMENT, /**< statement part of "do" statements */ 71 SCAN_STACK_DO_EXPRESSION, /**< expression part of "do" statements */ 72 SCAN_STACK_WHILE_EXPRESSION, /**< expression part of "while" iterator */ 89 SCAN_STACK_FOR_CONDITION, /**< condition part of "for" iterator */ 90 SCAN_STACK_FOR_EXPRESSION, /**< expression part of "for" iterator */ 91 SCAN_STACK_SWITCH_EXPRESSION, /**< expression part o [all...] |
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
H A D | dicer.d.ts | 18 * - on('part', (stream: PartStream)) - Emitted when a new part has been found. 37 addListener(event: "part", listener: (stream: Dicer.PartStream) => void): this; 47 on(event: "part", listener: (stream: Dicer.PartStream) => void): this; 57 once(event: "part", listener: (stream: Dicer.PartStream) => void): this; 67 prependListener(event: "part", listener: (stream: Dicer.PartStream) => void): this; 77 prependOnceListener(event: "part", listener: (stream: Dicer.PartStream) => void): this; 87 removeListener(event: "part", listener: (stream: Dicer.PartStream) => void): this; 101 * This is the boundary used to detect the beginning of a new part. 118 * - on('header', (header: object)) - An object containing the header for this particular part [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | bigint.h | 449 ALWAYS_INLINE bool AddPart(digit_t multiplier, digit_t part, bool is_last); 450 ALWAYS_INLINE bool AddPart(digit_t part); 505 digit_t part = 0; in ParsePowerTwo() local 517 part = (part << char_bits) | d; in ParsePowerTwo() 525 if (!AddPart(part)) return current; in ParsePowerTwo() 528 // communicate how many bits are unused in the last part. in ParsePowerTwo() 552 digit_t part = 0; in Parse() local 569 part = part * radi in Parse() 582 AddPart(digit_t multiplier, digit_t part, bool is_last) AddPart() argument 613 AddPart(digit_t part) AddPart() argument [all...] |
/third_party/typescript/src/services/ |
H A D | patternMatcher.ts | 39 // The candidate must match the last part of the search pattern, and the dotted container
119 // First, check that the last part of the dot separated pattern matches the name of the
127 // -1 because the last part was checked against the name, and only the rest
162 // b) If the part is entirely lowercase, then check if it is contained anywhere in the
166 // Note: We only have a substring match if the lowercase part is prefix match of some
167 // word part. That way we don't match something like 'Class' when the user types 'a'.
186 // d) If the part was not entirely lowercase, then check if it is contained in the
192 // e) If the part was not entirely lowercase, then attempt a camel cased match as well.
235 // Note: We only have a substring match if the lowercase part is prefix match of
236 // some word part [all...] |
/third_party/libwebsockets/plugins/ |
H A D | protocol_client_loopback_test.c | 50 * 2) mount the http part of the test one level down on the same vhost, eg 62 * 4) The HTTP part of this test protocol will try to do the requested 80 /* HTTP part */ in callback_client_loopback_test() 136 lwsl_notice("Http part closed\n"); in callback_client_loopback_test() 139 /* server part */ in callback_client_loopback_test() 142 lwsl_notice("server part: LWS_CALLBACK_ESTABLISHED\n"); in callback_client_loopback_test() 150 /* client part */ in callback_client_loopback_test()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | conditionalTypes1.symbols | 305 interface Part {
306 >Part : Symbol(Part, Decl(conditionalTypes1.ts, 83, 34))
309 >id : Symbol(Part.id, Decl(conditionalTypes1.ts, 85, 16))
312 >name : Symbol(Part.name, Decl(conditionalTypes1.ts, 86, 15))
314 subparts: Part[];
315 >subparts : Symbol(Part.subparts, Decl(conditionalTypes1.ts, 87, 17))
316 >Part : Symbol(Part, Decl(conditionalTypes1.ts, 83, 34))
319 >updatePart : Symbol(Part [all...] |
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
H A D | README | 4 - userspace part 5 - kernelspace part 7 This is a kernel module, which is a part of the device firmware loading test. 16 It is automatically used by userspace part of the test.
|
/third_party/curl/docs/cmdline-opts/ |
H A D | data-urlencode.md | 26 To be CGI-compliant, the <data> part should begin with a *name* followed 27 by a separator and a content specification. The <data> part can be passed to 40 This makes curl URL-encode the content part and pass that on. Note that 41 the name part is expected to be URL-encoded already. 49 URL-encode that data and pass it on in the POST. The name part gets an equal
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_builtin_primitives.h | 10 * \note This header and its content are not part of the Mbed TLS API and 12 * multi-part state objects of the Mbed TLS software-based PSA drivers. The 14 * implementation-defined types of PSA multi-part state objects. 28 * Hash multi-part operation definitions. 85 * Cipher multi-part operation definitions.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | validity.py | 179 def append(self, part): 180 """Append a part of a string. 182 If this is the first entry part and the part doesn't start 184 if not self.parts and not _STARTS_WITH_MACRO_RE.match(part): 185 self.parts.append(part[:1].upper()) 186 self.parts.append(part[1:]) 188 self.parts.append(part)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math.h | 4 * This is part of HarfBuzz, a text shaping library. 223 * @HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER: This is an extender glyph part that 236 * @glyph: The glyph index of the variant part 237 * @start_connector_length: The length of the connector on the starting side of the variant part 238 * @end_connector_length: The length of the connector on the ending side of the variant part 239 * @full_advance: The total advance of the part 240 * @flags: #hb_ot_math_glyph_part_flags_t flags for the part 242 * Data type to hold information for a "part" component of a math-variant glyph.
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 114 # Part of the [Stable ABI](link). 115 # Part of the [Stable ABI](link) since version X.Y. 117 # Part of the [Limited API](link) (as an opaque struct). 118 # Part of the [Stable ABI](link) (including all members). 119 # Part of the [Limited API](link) (Only some members are part 129 message = ' Part of the ' 155 ' (Only some members are part of the stable ABI.)')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 443 /// and \p MaxLane, times each part between \p MinPart and \p MaxPart, 467 /// loop at unroll index \p Part. If the value has already been vectorized, 474 Value *getOrCreateVectorValue(Value *V, unsigned Part); 614 unsigned Part, 1738 for (unsigned Part = 0; Part < UF; ++Part) { 1739 VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction); 1743 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part); [all...] |
/third_party/backends/ |
H A D | README.djpeg | 97 for example, the color quantization modules are not strictly part of JPEG 142 (1) If any part of the source code for this software is distributed, then this 147 documentation must state that "this software is based in part on the work of 172 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 243 1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% 244 shipping/handling. The standard is divided into two parts, Part 1 being the 245 actual specification, while Part 2 covers compliance testing methods. Part 1 247 Part [all...] |
/third_party/curl/docs/libcurl/ |
H A D | libcurl-errors.md | 604 An invalid 'part' argument was passed as argument. 632 An unknown part ID was passed to a URL API function. 636 There is no scheme part in the URL. 640 There is no user part in the URL. 644 There is no password part in the URL. 648 There is no options part in the URL. 652 There is no host part in the URL. 656 There is no port part in the URL. 660 There is no query part in the URL. 664 There is no fragment part i [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 185 for part in $(GL_PARTS) ; \ 187 echo "**$(SUBHEAD)" $$ver "(provider) backend: ---- " "$$part" "----" ; \ 188 $(call ECHO_COMPILE,$(shell $(PLUGLIB_ICU_CONFIG) --noverify $(ICU_CONFIG_CXX)) $(GLUE_CFLAGS) -c -I$(TOP)/$(BUILD)/$$ver/gluren/include -DICUGLUE_VER=$$ver -DICUGLUE_VER_STR=\"$$ver\" "-DGLUE_SYM(x)=glue ## x ## $$ver" -o $(GLOUT)/$(PLUGLIB)/$${part}_$${ver}_for_$(PLUGLIB).o $(GLUE)/$${part}$(PARTSUFF).cpp $(XOPTS) ) || exit 1 ; \ 194 @for part in $(GL_PARTS) ; \ 196 echo "ICU" $(PLUGLIB) "(plugin) building plugin for ------- $$part -----" ; \ 197 $(call ECHO_COMPILE,$(shell $(PLUGLIB_ICU_CONFIG) --noverify $(ICU_CONFIG_CXX)) $(GLUE_CFLAGS) -I$(GLOUT)/$(PLUGLIB)/include -c -o $(GLOUT)/$(PLUGLIB)/$${part}_$(PLUGLIB).o $(GLUE)/$${part}$(PARTSUFF).cpp $(XOPTS) $(PLUG_EXTRA_FLAGS) ) || exit 1 ; \ 210 @for part in $(GL_PARTS) ; \ 212 echo "$(PLUGLIB_NAME) $${part}_provider_plugi [all...] |
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_multi_app_strategy_test.cpp | 149 PART("CaseDescription") { in HWTEST_F() 201 PART("CaseDescription") { in HWTEST_F() 249 PART("CaseDescription") { in HWTEST_F() 303 PART("CaseDescription") { in HWTEST_F() 345 PART("CaseDescription") { in HWTEST_F() 384 PART("CaseDescription") { in HWTEST_F() 423 PART("CaseDescription") { in HWTEST_F() 449 PART("CaseDescription") { in HWTEST_F() 477 PART("CaseDescription") { in HWTEST_F() 503 PART("CaseDescriptio in HWTEST_F() [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_gfx7.c | 33 /* From the Ivybridge PRM (2012-05-31), Volume 4, Part 1, Section 2.12.1, in gfx7_format_needs_valign2() 68 /* From the Ivybridge PRM, Volume 4 Part 1 p73, SURFACE_STATE, Number of in isl_gfx7_choose_msaa_layout() 85 * From the Ivybridge PRM, Volume 4 Part 1 p73, SURFACE_STATE, Number of in isl_gfx7_choose_msaa_layout() 91 * And errata from the Ivybridge PRM, Volume 4 Part 1 p77, in isl_gfx7_choose_msaa_layout() 115 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 130 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 140 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 152 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 261 /* From the Sandybridge PRM, Volume 4 Part 1, SURFACE_STATE Tiled in isl_gfx6_filter_tiling() 292 /* From the Sandybridge PRM, Volume 1, Part in isl_gfx6_filter_tiling() [all...] |
/third_party/python/Doc/library/ |
H A D | email.message.rst | 25 is not part of either the field name or the field value. The payload may be a 329 part of the string returned by :meth:`get_content_type`. 335 part of the string returned by :meth:`get_content_type`. 482 Here's an example that prints the MIME type of every part of a multipart 493 >>> for part in msg.walk(): 494 ... print(part.get_content_type()) 503 ``walk`` iterates over the subparts of any part where 512 >>> for part in msg.walk(): 513 ... print(part.get_content_maintype() == 'multipart', 514 ... part [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2DataModelFormatter.java | 15 import com.ibm.icu.message2.Mf2DataModel.Part; 126 for (Part part : patternToRender.getParts()) { in format() 127 if (part instanceof Text) { in format() 128 result.append(part); in format() 129 } else if (part instanceof Expression) { // Placeholder is an Expression in format() 130 FormattedPlaceholder fp = formatPlaceholder((Expression) part, arguments, false); in format() 133 throw new IllegalArgumentException("Unknown part type: " + part); in format()
|
/third_party/openGLES/extensions/SGI/ |
H A D | SGI_complex.txt | 74 imaginary parts of each component, but only the real part may be set. 129 setting the real part to the floating-point value computed in the 130 previous step and setting the imaginary part to zero. 143 zero to the imaginary part. 155 part of the complex R, G, B, and A value so extracted is clamped to [0, 1]. 188 comprising the real part of C sub f. ... 214 of a comparison between the incoming fragments's alpha real-part value 234 is assigned to the real-part of the resulting color. The imaginary 235 part is set to zero.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
H A D | SGI_complex.txt | 74 imaginary parts of each component, but only the real part may be set. 129 setting the real part to the floating-point value computed in the 130 previous step and setting the imaginary part to zero. 143 zero to the imaginary part. 155 part of the complex R, G, B, and A value so extracted is clamped to [0, 1]. 188 comprising the real part of C sub f. ... 214 of a comparison between the incoming fragments's alpha real-part value 234 is assigned to the real-part of the resulting color. The imaginary 235 part is set to zero.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
H A D | EGL_ANGLE_platform_angle_d3d_luid.txt | 65 EGL_PLATFORM_ANGLE_D3D_LUID_LOW_ANGLE should be set to the high part and low 66 part of the adapter's LUID. If only one attribute is specified, the other is 69 If the high part and low part combined is zero, an EGL_BAD_ATTRIBUTE error
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 531 // Extract narrow (second part). 537 // Signed saturating extract narrow (second part). 543 // Unsigned saturating extract narrow (second part). 549 // Signed saturating extract unsigned narrow (second part). 988 // Signed long multiply-add by scalar element (second part). 996 // Unsigned long multiply-add by scalar element (second part). 1004 // Signed long multiply-sub by scalar element (second part). 1012 // Unsigned long multiply-sub by scalar element (second part). 1020 // Signed long multiply by scalar element (second part). 1028 // Unsigned long multiply by scalar element (second part) [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 4 * This file was part of the Independent JPEG Group's software: 229 /* Even part: reverse the even part of the forward DCT. */ in jpeg_idct_islow() 250 /* Odd part per figure 8; the matrix is unitary and hence its in jpeg_idct_islow() 334 /* Even part: reverse the even part of the forward DCT. */ in jpeg_idct_islow() 352 /* Odd part per figure 8; the matrix is unitary and hence its in jpeg_idct_islow() 448 /* Even part */ in jpeg_idct_7x7() 469 /* Odd part */ in jpeg_idct_7x7() 502 /* Even part */ in jpeg_idct_7x7() [all...] |