Home
last modified time | relevance | path

Searched full:path (Results 35326 - 35350 of 37931) sorted by relevance

1...<<1411141214131414141514161417141814191420>>...1518

/third_party/typescript/tests/baselines/reference/
H A DparserRealSource12.js5 ///<reference path='typescript.ts' />
536 ///<reference path='typescript.ts' />
/third_party/typescript/src/linter/ArkTSLinter_1_0/
H A DUtils.ts19 //import * as path from 'node:path';
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc533 // from ever jumping to the fast path, ensuring that serialization happens via in TEST()
577 // from ever jumping to the fast path, ensuring that serialization happens via in TEST()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java1164 // Fast path: We have >= 10 bytes available. Ensure we properly recognize a non-ending varint. in testSkipInvalidVarint_FastPath()
1178 // Slow path: < 10 bytes available. Ensure we properly recognize a non-ending varint. in testSkipInvalidVarint_SlowPath()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc1021 StringPiece path) { in RenderOneFieldPath()
1023 "paths", DataPiece(ConvertFieldMaskPath(path, &ToSnakeCase), true)); in RenderOneFieldPath()
1020 RenderOneFieldPath(ProtoStreamObjectWriter* ow, StringPiece path) RenderOneFieldPath() argument
/third_party/python/Lib/test/
H A Dtest_signal.py106 dirname = os.path.dirname(__file__)
107 script = os.path.join(dirname, 'signalinterproctester.py')
/third_party/python/Modules/
H A D_json.c433 // Fast path for simple case. in scanstring_unicode()
1517 if (PyDict_GET_SIZE(dct) == 0) /* Fast path */ in encoder_listencode_dict()
/third_party/skia/
H A DRELEASE_NOTES.txt129 * Skia's GPU backend no longer supports NVPR. Our more recent path renderers are more
218 relative to path.
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs390 // Note: This path is unlikely since LLVM will usually have already in sqrtf()
1069 // Note: This path is unlikely since LLVM will usually have already in sqrtd()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp954 // predecessor is associated with the "true" path of the conditional in RewriteOpPhiInstructionsAtConvergenceBlock()
955 // we are flattening, the other with the "false" path, but these in RewriteOpPhiInstructionsAtConvergenceBlock()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path) in getUniformName() argument
130 buff << "uni" << ndx << glu::TypeAccessFormat(type, path); in getUniformName()
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsfwkdataaccessortest/entry/src/ohosTest/js/test/
H A DDataAbilityHelperJsSt.test.js169 * @tc.name: Insert : Indicates the path of the data to operate
202 * @tc.name: Insert : Indicates the path of the data to operate
230 * @tc.name: Insert : Indicates the path of the data to operate
262 * @tc.name: Insert : Indicates the path of the data to operate
289 * @tc.name: Insert : Indicates the path of the data to operate
321 * @tc.name: Insert : Indicates the path of the data to operate
349 * @tc.name: Insert : Indicates the path of the data to operate
385 * @tc.name: Insert : Indicates the path of the data to operate
416 * @tc.name: Insert : Indicates the path of the data to operate
448 * @tc.name: Insert : Indicates the path o
[all...]
/third_party/ltp/scripts/
H A Dcheckpatch.pl113 --root=PATH PATH to the kernel tree root
1185 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1436 foreach my $path (split(/:/, $ENV{PATH})) {
1437 if (-e "$path/$bin") {
1438 return "$path/$bin";
1448 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1449 if (-e "$path/$conf") {
1450 return "$path/
[all...]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
H A DChangeLog.21036 This patch fixes the issue by disabling the special code path when
46 directory that is not directly inside the source tree, so the path
112 branches in the hot path.
917 into a separate code path while inlining `gray_hline' and saving 5-7%
1725 File `freetype2.pc` still contains the full path to file `libbz2.so`
1752 * builds/unix/configure.raw [mmap]: Restore default path.
2008 * builds/freetype.mk: Simplify included path.
2025 Simplify included path.
3289 * builds/unix/configure.raw (CPPFLAGS): Don't include path to
3291 (FT_CONFIG_STANDARD_LIBRARY_H): Use complete path
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
H A Dkatex.js757 * It's a storehouse of path geometry for SVG images.
762 // Think of variable extraViniculum as two detours in the SVG path.
768 // after which it resumes regular path geometry for the radical.
781 // sqrtMain path geometry is from glyph U221A in the font KaTeX Main
807 // One path edge has a variable length. It runs vertically from the viniculumn
817 var path = "";
821 path = sqrtMain(extraViniculum, hLinePad);
825 path = sqrtSize1(extraViniculum, hLinePad);
829 path = sqrtSize2(extraViniculum, hLinePad);
833 path
[all...]
/third_party/openGLES/xml/
H A Dgl.xml9261 <param len="count">const <ptype>GLchar</ptype> *const*<name>path</name></param>
10004 <param kind="Path"><ptype>GLuint</ptype> <name>resultPath</name></param>
10005 <param kind="Path"><ptype>GLuint</ptype> <name>srcPath</name></param>
10251 <param kind="Path"><ptype>GLuint</ptype> <name>pathBase</name></param>
10258 <param kind="Path"><ptype>GLuint</ptype> <name>path</name></param>
10266 <param kind="Path"><ptype>GLuint</ptype> <name>pathBase</name></param>
10273 <param kind="Path"><ptype>GLuint</ptype> <name>path</name></param>
10655 <param kind="Path"><ptyp
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc200 // There's always a rethrow path. in DeferredCommands()
209 Command command; // The command type being applied on this path.
211 int token; // A token identifying this particular path.
215 // generates a new dispatch token that identifies one particular path. This
239 // Records the dispatch token to be used to identify the re-throw path when
248 // path at the end of a try-block into the corresponding finally-block.
1925 // we generate a jump table. In the fall-through path, we put the compare-jumps
3039 // Fast path for the empty object literal which doesn't need an in VisitObjectLiteral()
3067 // Avoid the slow path for spreads in the following common cases: in VisitObjectLiteral()
3413 // Empty array literal fast-path in BuildCreateArrayLiteral()
[all...]
/third_party/skia/third_party/externals/libwebp/
H A DChangeLog724 5b393f2d Merge "fix path typo for vwebp_sdl in Makefile.vc"
726 84c2a7b0 fix path typo for vwebp_sdl in Makefile.vc
1204 576362ab VP8LDoFillBitWindow: support big-endian in fast path
1278 6ec0d2a9 clarify the logic of the error path when decoding fails.
2129 6422e683 VP8LFillBitWindow: enable fast path for 32-bit builds
3120 6477f955 Merge "Makefile.vc: normalize path separator"
3124 dd7a49b2 Makefile.vc: normalize path separator
3412 6569cd7c Merge "VP8LFillBitWindow: use 64-bit path for msvc x64 builds" into 0.2.0
3423 596dff78 VP8LFillBitWindow: use 64-bit path for msvc x64 builds
3811 b3bf8fe7 the read-overflow code-path was
[all...]
/third_party/typescript/src/compiler/factory/
H A DnodeFactory.ts6908 readFileText: (path: string) => string | undefined,
6938 javascriptTextOrReadFileText: string | ((path: string) => string | undefined),
6953 const textGetter = (path: string | undefined) => {
6954 if (path === undefined) return undefined;
6955 let value = cache.get(path);
6957 value = javascriptTextOrReadFileText(path);
6958 cache.set(path, value !== undefined ? value : false);
6962 const definedTextGetter = (path: string) => {
6963 const result = textGetter(path);
6964 return result !== undefined ? result : `/* Input file ${path} wa
[all...]
/third_party/rust/crates/regex/tests/
H A Dcrates_regex.rs1393 // git-shell-enforce-directory-1.0.0: r"^(?P<command>git-(?:receive|upload)-pack) '(?P<path>.+)'$"
1396 r"^(?P<command>git-(?:receive|upload)-pack) '(?P<path>.+)'$"
1402 // git-find-0.3.2: r"^git@(?P<host>[[:alnum:]\._-]+):(?P<path>[[:alnum:]\._\-/]+).git$"
1405 r"^git@(?P<host>[[:alnum:]\._-]+):(?P<path>[[:alnum:]\._\-/]+).git$"
1648 // carnix-0.8.5: "path is (‘|')?([^’'\n]*)(’|')?"
1649 consistent!(carnix_0, "path is (‘|')?([^’'\n]*)(’|')?");
1810 // canteen-0.4.1: r"^<(?:(int|uint|str|float|path):)?([\w_][a-zA-Z0-9_]*)>$"
1813 r"^<(?:(int|uint|str|float|path):)?([\w_][a-zA-Z0-9_]*)>$"
2338 // raven-0.2.1: r"^(?P<protocol>.*?)://(?P<public_key>.*?):(?P<secret_key>.*?)@(?P<host>.*?)/(?P<path>.*/)?(?P<project_id>.*)$"
2339 consistent!(raven_0, r"^(?P<protocol>.*?)://(?P<public_key>.*?):(?P<secret_key>.*?)@(?P<host>.*?)/(?P<path>
[all...]
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DFileioJsUnit.test.js44 * get app distributed file Path
83 * @param path
87 async function getServerFileInfoFirst(tcNumber, path, codeNumber, callback) {
93 var writeResult = data.writeString(path);
124 * @param path
129 async function getServerFileInfo(tcNumber, path, codeNumber, done, callback) {
135 var writeResult = data.writeString(path);
/third_party/backends/ChangeLogs/
H A DChangeLog-1.0.281042 To reproduce the bug, set a path within the PATH variable, to something,
1808 Merge branch 'scanimage-output-path' into 'master'
1810 scanimage: Allow specification of the output path via option
1848 scanimage: Allow specification of the output path via option
3349 hp5590: Fix sanei_net.h include path.
3854 path. With the new flags dealing with their difference, SANED_RUN_DEBUG is gone.
/third_party/python/Doc/library/
H A Dunittest.rst175 Test modules can be specified by file path as well::
180 The file specified must still be importable as a module. The path is converted
181 to a module name by removing the '.py' and converting path separators into '.'.
312 As well as being a path it is possible to pass a package name, for example
329 path to a directory then discover assumes that whichever location it
1948 whether their path matches *pattern*, because it is impossible for
2390 this_dir = os.path.dirname(__file__)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c3810 * wpas_set_pkcs11_engine_and_module_path - Set PKCS #11 engine and module path
3812 * @pkcs11_engine_path: PKCS #11 engine path or NULL
3813 * @pkcs11_module_path: PKCS #11 module path or NULL
3816 * Sets the PKCS #11 engine and module path. Both have to be NULL or a valid
3817 * path. If resetting the EAPOL state machine with the new PKCS #11 engine and
3818 * module path fails the paths will be reset to the default value (NULL).
5665 wpa_printf(MSG_ERROR, "Failed to get absolute path "
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2289 RSPath path; in PrepareShadowParametersForDragData() local
2290 if (path.BuildFromSVGString(stringPath)) { in PrepareShadowParametersForDragData()
2294 path.Transform(matrix); in PrepareShadowParametersForDragData()
2295 stringPath = path.ConvertToSVGString(); in PrepareShadowParametersForDragData()

Completed in 164 milliseconds

1...<<1411141214131414141514161417141814191420>>...1518