Home
last modified time | relevance | path

Searched full:path (Results 36826 - 36850 of 37931) sorted by relevance

1...<<1471147214731474147514761477147814791480>>...1518

/third_party/python/Python/
H A Dmarshal.c685 /* Fast path for loads() */ in r_string()
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc338 // Exercise UFS swap path. in TEST()
H A Dmap.h1239 // be replaced with the fast-path swap above. in swap()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py1071 file_descriptor_proto.name = os.path.join(package.replace('.', '/'),
H A Ddescriptor_pool.py395 file_name (str): The path to the file to get a descriptor for.
/third_party/python/Doc/reference/
H A Dsimple_stmts.rst851 .. audit-event:: import module,filename,sys.path,sys.meta_path,sys.path_hooks import
/third_party/python/Doc/library/
H A Dcontextlib.rst360 .. function:: chdir(path)
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs510 // The slower path, which we use if the replacement needs access to
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c1908 fprintf(out, "devicetreecon %s ", devicetreecon->path); in cil_devicetreecons_to_policy()
/third_party/rust/crates/syn/src/
H A Dtoken.rs820 "::" pub struct PathSep/2 /// path separator
/third_party/spirv-tools/source/opt/
H A Dir_context.h665 // Returns true if and only if there is a path to |bb| from the entry block of
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp847 tcu::ScopedLogSection valueCheck(log, ("counter" + de::toString(counterNdx) + " path check").c_str(), ("Check that there is order in which counter" + de::toString(counterNdx) + " increments and decrements could have happened.").c_str()); in checkAndLogCallValues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp91 // Shader test files are saved in <path>/external/vulkancts/data/vulkan/amber/pipeline/<basename>.amber in addMonolithicAmberTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp325 // pipeline is not created for transfer and general layouts (general layouts in tests follow same path as transfer layouts) in m_alloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp155 void init (tcu::TestCase* testCase, const std::string& path) override;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c1285 /* Turn off Path MTU discovery on IPv4/UDP sockets. */ in radius_client_disable_pmtu_discovery()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c1323 /* Turn off Path MTU discovery on IPv4/UDP sockets. */ in radius_client_disable_pmtu_discovery()
/third_party/zlib/
H A Dmake_vms.com18 $! subdir path, update module search in makefile.in
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp422 shapeStr = "path"; in ShapeToString()
1901 node->uiNodeHandle, "path", &pathAttributes, item->string, unit); in SetClipShape()
1947 } else if (type == static_cast<ArkUI_Int32>(BasicShapeType::PATH)) { in GetClipShape()
2714 pathAttributes[NUM_0] = item->value[NUM_4].f32; // path width in SetMask()
2718 pathAttributes[NUM_1] = item->value[NUM_5].f32; // path height in SetMask()
2720 node->uiNodeHandle, "path", fill, stroke, strokeWidth, &pathAttributes, item->string, unit); in SetMask()
2804 case BasicShapeType::PATH: in GetMask()
11406 node->uiNodeHandle, "path", &pathAttributes, item->string); in SetSliderBlockStyle()
/third_party/elfutils/tests/
H A DChangeLog843 * run-debuginfod-find.sh: Test /path/-based debuginfod-find.
2091 path.
3333 (self_test_files): Adjust path.
4340 Use explicit path in ${bindir}.
4608 * Makefile.am (INCLUDES): Add libdwfl source directory to path.
/third_party/elfutils/src/
H A DChangeLog2718 (parse_opt): Handle '-p', '--core', '-e' and '--debuginfo-path'.
2720 (main): Add 'p', 'core', 'e' and 'debuginfo-path' to options.
3852 * ld.c (ld_new_searchdir): Fix adding to search path list.
4952 * Makefile.am (INCLUDES): Add libdwfl directory to path.
5334 * Makefile.am: Link readelf with libdw. Remove libdwarf include path.
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h756 bool no_path_in_filenames; // if the path to files should be removed from the output
2749 DOCTEST_CLANG_SUPPRESS_WARNING("-Wnonportable-system-include-path")
3479 // depending on the current options this will remove the path of filenames
5714 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "npf, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "no-path-filenames=<bool> "
6203 DOCTEST_PARSE_AS_BOOL_OR_FLAG("no-path-filenames", "npf", no_path_in_filenames, false);
/third_party/node/doc/api/
H A Dcrypto.md5333 `engine` could be either an id or a path to the engine's shared library.
5770 .include /<absolute path>/fipsmodule.cnf
5797 export OPENSSL_CONF=/<path to configuration file>/nodejs.cnf
5798 export OPENSSL_MODULES=/<path to openssl lib>/ossl-modules
5812 .include /<absolute path>/fipsmodule.cnf
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1697 int hbtl_scan(const char *path, int level, unsigned int *larr) in hbtl_scan() argument
1707 if (NULL == (sdir = opendir(path))) { in hbtl_scan()
1708 fprintf(stderr, "hbtl_scan: opendir of %s: failed\n", path); in hbtl_scan()
1719 path, strerror(res)); in hbtl_scan()
1731 strncpy(new_path, path, NAME_LEN_MAX * 2); in hbtl_scan()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc3204 // Connect the throwing path to end.
3208 // Continue on the regular path.
3270 // Connect the throwing path to end.
3274 // Continue on the regular path.
5893 // Check if we should take the fast-path.

Completed in 151 milliseconds

1...<<1471147214731474147514761477147814791480>>...1518