/third_party/vixl/tools/test_generator/ |
H A D | generator.py | 29 import os.path namespace
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer_unittest.cc | 59 bool FileExists(const std::string& path) { in FileExists() argument
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32_unittest.cc | 151 bool CreateEmptyFile(const wstring& path) { in CreateEmptyFile() argument 214 bool IoWin32Test::CreateAllUnder(wstring path) { in CreateAllUnder() argument 238 DeleteAllUnder(wstring path) DeleteAllUnder() argument 288 string path = test_tmpdir; TEST_F() local 328 string path = test_tmpdir; TEST_F() local 353 string path = test_tmpdir; TEST_F() local [all...] |
H A D | printer.h | 85 AddAnnotation(size_t begin_offset, size_t end_offset, const std::string& file_path, const std::vector<int>& path) AddAnnotation() argument 216 std::vector<int> path; Annotate() local [all...] |
H A D | printer.cc | 92 Annotate(const char* begin_varname, const char* end_varname, const std::string& file_path, const std::vector<int>& path) Annotate() argument
|
/third_party/python/Lib/ |
H A D | tracemalloc.py | 5 import os.path namespace
|
/third_party/python/Python/clinic/ |
H A D | import.c.h | 89 PyObject *path; in _imp__fix_co_filename() local
|
/third_party/python/Python/ |
H A D | pathconfig.c | 181 wchar_t *path = (wchar_t*)PyMem_RawMalloc(sizeof(wchar_t) * cch); in _PyPathConfig_UpdateGlobal() local 215 Py_SetPath(const wchar_t *path) in Py_SetPath() argument [all...] |
/third_party/python/Modules/ |
H A D | getpath.c | 62 wchar_t *path; variable 85 PyObject *path; variable 101 PyObject *path; global() variable 119 const wchar_t *path; global() variable 139 const wchar_t *path; global() variable 174 const wchar_t *path; global() variable 200 const wchar_t *path; global() variable 226 const wchar_t *path; global() variable 341 const wchar_t *path; global() variable 433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); global() variable [all...] |
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | FieldMaskUtil.java | 227 isValid(Class<? extends Message> type, String path) isValid() argument 236 isValid(Descriptor descriptor, String path) isValid() argument [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | test_util.py | 41 import os.path namespace [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_browser.py | 11 import os.path namespace
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | database-simple.c | 229 pa_database* pa_database_open_internal(const char *path, bool for_write) { in pa_database_open_internal() argument
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.h | 180 const std::vector<std::string>& path() const { return path_; } in path() function in google::protobuf::util::converter::DefaultValueObjectWriter::Node
|
/third_party/python/Lib/test/ |
H A D | test_linecache.py | 5 import os.path namespace
|
H A D | test_ensurepip.py | 3 import os.path namespace
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 8 import os.path namespace [all...] |
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 1112 let mut path = String::new(); in parse_include() variables [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 284 GraphId path[2*kMaxNodes]; in TEST() local 389 GraphId path[ in Path() local [all...] |
/third_party/skia/modules/androidkit/src/ |
H A D | Canvas.cpp | 161 auto* path = reinterpret_cast<SkPath* >(native_path); in Canvas_DrawPath() local
|
/third_party/skia/gm/ |
H A D | compressed_textures.cpp | 75 SkPath path = make_gear(dimensions, 9); in render_level() local
|
H A D | convex_all_line_paths.cpp | 254 SkPath path = builder.detach(); in GetPath() local 276 SkPath path = GetPath(index, SkPathDirection::kCW); in drawPath() local 303 SkPath path = GetPath(index, dirs[i%2]); drawPath() local [all...] |
H A D | convexpolyclip.cpp | 268 void setPath(const SkPath& path) { in setPath() argument
|
H A D | animated_gif.cpp | 193 SkString path; in AnimCodecPlayerGM() local 294 AnimCodecPlayerExifGM(const char* path) in AnimCodecPlayerExifGM() argument
|
H A D | cubicpaths.cpp | 33 SkPath path; variable 86 void drawOne(SkCanvas* canvas, const SkPath& path, const SkRect& clip) { in drawOne() argument 126 void drawPath(SkPath& path,SkCanvas* canvas,SkColor color, in drawPath() argument 177 PathAndName path; global() variable 245 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument 296 PathAndName path; global() variable 368 SkPath path; DEF_SIMPLE_GM() local 381 SkPath path; DEF_SIMPLE_GM() local [all...] |