| /third_party/protobuf/cmake/ |
| H A D | tests.cmake | 11 "Using absolute test_plugin path in tests" ON) 86 get_filename_component(dirname ${filename} PATH)
|
| /third_party/protobuf/conformance/ |
| H A D | ConformanceJava.java | 208 // Fast path comparing all the messages with the first message, assuming equality being in parseBinary() 218 // Slow path: compare and find out all unequal pairs. in parseBinary()
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Any.cs | 167 /// one "/" character. The last segment of the URL's path must represent 169 /// `path/google.protobuf.Duration`). The name should be in a canonical form
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | README.txt | 197 in a directory in sys.path. One solution: copy the package to the 200 'dev' is prepended to sys.path.
|
| /third_party/python/Lib/ |
| H A D | sndhdr.py | 253 if os.path.isdir(filename): 258 names = glob.glob(os.path.join(glob.escape(filename), '*'))
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_register.py | 111 self.assertFalse(os.path.exists(self.rc)) 130 self.assertTrue(os.path.exists(self.rc))
|
| /third_party/python/Doc/using/ |
| H A D | mac.rst | 36 path. To uninstall MacPython, you can simply remove these three things. A 73 :file:`/usr/local/bin` is in your shell search path.
|
| H A D | unix.rst | 132 which searches for the Python interpreter in the whole :envvar:`PATH`. However, 134 ``/usr/bin/python3`` as the interpreter path.
|
| /third_party/openssl/apps/include/ |
| H A D | opt.h | 290 { "provider-path", OPT_PROV_PROVIDER_PATH, 's', "Provider load path (must be before 'provider' argument if required)" }, \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 24 #include "llvm/Support/Path.h" 217 if (!sys::path::has_extension(Name)) in parseOne()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTestPackages.cpp | 71 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument 73 if (m_waiverMechanism->isOnWaiverList(path)) in init()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | vkconventions.py | 233 """Return the path to the spec source folder to reflow""" 268 """Return file path to an extension appendix relative to a directory
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
| H A D | span.go | 22 "path" 187 uri = path.Base(uri)
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | glmark2Benchmark.cpp | 132 // Set the current working directory to the executable's, as the data path of glmark2 is in run() 133 // set relative to that path. in run()
|
| /third_party/skia/src/core/ |
| H A D | SkDrawShadowInfo.cpp | 141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() argument 143 SkRect ambientBounds = path.getBounds(); in GetLocalBounds()
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 36 // Reads the file in the given |path|. Returns true and the contents of the 38 std::pair<bool, std::string> ReadFile(const std::string& path);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 36 // Reads the file in the given |path|. Returns true and the contents of the 38 std::pair<bool, std::string> ReadFile(const std::string& path);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| H A D | span.go | 22 "path" 187 uri = path.Base(uri)
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | README | 94 in your path or run them from the current directory. All three will 131 and wpng.exe. Copy them somewhere in your PATH or run them from the
|
| /third_party/skia/third_party/externals/icu/source/tools/genbrk/ |
| H A D | genbrk.cpp | 74 "\t followed by path, defaults to %s\n" in usageAndDie() 75 "\t-d or --destdir destination directory, followed by the path\n", in usageAndDie()
|
| /third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
| H A D | gencfu.cpp | 77 "\t followed by path, defaults to %s\n" in usageAndDie() 78 "\t-d or --destdir destination directory, followed by the path\n", in usageAndDie()
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | tls_test_common.c | 258 * compile test file url pointing to the current running directory path 270 /* setup test file path, url */ in gen_test_file_url()
|
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_FontConfigInterface.cpp | 279 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override { 280 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path);
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpEdgeBuilder.cpp | 43 void SkOpEdgeBuilder::addOperand(const SkPath& path) { in addOperand() argument 46 fPath = &path; in addOperand()
|
| /third_party/skia/tests/ |
| H A D | CanvasStateTest.cpp | 83 static void write_image(const SkImage* img, const char path[]) { in write_image() argument 85 SkFILEWStream(path).write(data->data(), data->size()); in write_image()
|