/third_party/mksh/ |
H A D | lex.c | 1542 * be part of the prompt length in pprompt() 1581 * Read the variable part of a ${...} expression (i.e. up to but not 1595 /* State machine to figure out where the variable part ends. */ in get_brace_var() 1674 /* end of variable part */ in get_brace_var()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 1514 /* Treat the first part of gstr, and only that */ in set_keygen_ctx() 1525 /* The second part treatment will do the rest */ in set_keygen_ctx() 1554 /* Treat the second part of gstr, if there is one */ in set_keygen_ctx() 1556 /* If the second part starts with a digit, we assume it's a size */ in set_keygen_ctx()
|
/third_party/pulseaudio/src/pulse/ |
H A D | def.h | 5 This file is part of PulseAudio. 677 * Please note that this structure can be extended as part of evolutionary 886 * SIDE! These values are *not* considered part of the official PA 1002 * SIDE! These values are *not* considered part of the official PA
|
/third_party/python/Doc/c-api/ |
H A D | arg.rst | 169 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using 178 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using 186 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using 194 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
|
/third_party/openssl/apps/ |
H A D | req.c | 1512 /* Treat the first part of gstr, and only that */ in set_keygen_ctx() 1523 /* The second part treatment will do the rest */ in set_keygen_ctx() 1552 /* Treat the second part of gstr, if there is one */ in set_keygen_ctx() 1554 /* If the second part starts with a digit, we assume it's a size */ in set_keygen_ctx()
|
/third_party/openGLES/extensions/NV/ |
H A D | NV_present_video.txt | 356 "If the implementation requires a copy as part of the present frame 824 that are not used as part of the windows desktop. On GLX, 871 7) Should this specification allow downsampling as part of the 875 the PresentFrame functions as part of a later spec if necessary.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 116 // Each part of a break down needs to end up in a different register. in assignmentMatch() 371 // 1. Used by PHIs (i.e., this VReg has been visited as part of the in tryAvoidingSplit() 373 // 2. Part of a target specific instruction (i.e., the target applied in tryAvoidingSplit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 117 /// As part of this optimization multiple loads will be combined. It necessary 687 /// Test if the VectorInfo can be part of an interleaved load with the 1144 // Generate a set of all instructions taking part in load in combine()
|
H A D | PrologEpilogInserter.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 340 // If call frames are not being included as part of the stack frame, and in calculateCallFrameInfo() 1061 // immediately on entry to the current function, count it as part of the in calculateFrameObjectOffsets() 1084 // Update frame info to pretend that this is part of the stack... in calculateFrameObjectOffsets()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 246 * - first iteration will determine all coordinates that are part of the outer quad; in getEdgesForQuadsTessellation() 257 * data set to identify all points that are part of edges connecting the edge corners. After the loop is done, in getEdgesForQuadsTessellation() 552 * Each point found to be a part of any of the edges considered is removed from the data set. in getEdgesForTrianglesTessellation() 870 * @return true if the point was determned to be a part of the line,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
H A D | markup.adoc | 418 the raw anchor name, always make sure to include that text as part of the 628 which are not actually part of the API. Example: 743 part of the document other than the description of the corresponding 956 Informative notes always appear as part of the document, but are considered
|
H A D | markup.txt | 403 the raw anchor name, always make sure to include that text as part of the 597 which are not actually part of the API. Example: 706 part of the document other than the description of the corresponding 919 Informative notes always appear as part of the document, but are considered
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 300 // Query shader resources, but only return the variables which are part of active_variables. 462 // Only UBOs and SSBOs or sub-structs which are part of these buffer types will have these decorations set. 578 // If our IDs are out of range here as part of opcodes, throw instead of 745 // variable is part of that entry points interface.
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 73 for part in attribute: 74 item = environment.getitem(item, part) 109 for part in attribute_part: 110 item_i = environment.getitem(item_i, part)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdmarker.c | 4 * This file was part of the Independent JPEG Group's software: 716 /* get the interesting part of the marker data */ in METHODDEF() 1101 * likely to be used to signal incompatible JPEG Part 3 extensions. in read_markers() 1183 * This idea is not implemented here, in part because it makes behavior
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-sse2.asm | 179 ; -- Even part 252 ; -- Odd part 526 ; -- Even part 592 ; -- Odd part
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_sparse_texture.txt | 232 Should a texture view reference part or all of the tail of a sparse 363 other part of the GL --- reads return undefined data and writes are 643 page size will mean that the greatest part of the texture can be sparse 688 point, making this fact retroactively part of the spec is an unusual
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
H A D | NV_present_video.txt | 356 "If the implementation requires a copy as part of the present frame 824 that are not used as part of the windows desktop. On GLX, 871 7) Should this specification allow downsampling as part of the 875 the PresentFrame functions as part of a later spec if necessary.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 37 // the scalable part of the SVE vector and cannot be manipulated as a 712 // The part of SVE registers that don't overlap Neon registers. 713 // These are only used as part of clobber lists.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 1077 // but instead has the period as part of the identifier (i.e., 'sel.' is in splitMnemonic() 1079 // then include the period as part of the mnemonic, else don't include it in splitMnemonic() 1080 // as part of the mnemonic. in splitMnemonic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 318 // to account for the sign-extension of the low part. in emitStoreWithImmOffset() 354 // to account for the sign-extension of the low part. in emitLoadWithImmOffset() 766 // This part is for ELF object output.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsInstrFPU.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 177 // $fs_in is part of a white lie to work around a widespread bug in the FPU 748 // if n is 0, lower part of src is extracted. 749 // if n is 1, higher part of src is extracted.
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.h | 814 * Each byte offset marks the start of the next part in the data file, 816 * When two consecutive byte offsets are the same, then the corresponding part is empty. 819 * Each part starts at an offset with proper alignment for its data. 820 * If necessary, the previous part may include padding bytes to achieve this alignment.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 651 /// If the instruction is part of a bundle, the other instructions in the 657 /// If the instruction is part of a bundle, the other instructions in the 696 /// If the instruction is part of a bundle, the other instructions in the
|
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/ |
H A D | finding-references-in-overlapping-projects.js | 132 Part of 'files' list in tsconfig.json 238 Part of 'files' list in tsconfig.json 336 Part of 'files' list in tsconfig.json 375 Part of 'files' list in tsconfig.json
|