Searched refs:Path (Results 151 - 175 of 481) sorted by relevance

1234567891011>>

/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java27 import org.apache.tools.ant.types.Path;
246 public Path getSourcepath ()
299 public void setSourcepath (final Path path)
312 public Path createSourcepath ()
315 m_srcpath = new Path (m_project);
442 private Path m_srcpath;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c57 char *Path; member in struct:_egl_module
211 mainFunc = _eglOpenLibrary(mod->Path, &lib);
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
281 if (strcmp(mod->Path, path) == 0)
288 mod->Path = _eglstrdup(path);
289 if (!mod->Path) {
296 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Path);
312 free(mod->Path);
/external/libnl/
H A Dconfigure.in28 [Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
/external/llvm/lib/Object/
H A DBinary.cpp18 #include "llvm/Support/Path.h"
77 ErrorOr<Binary *> object::createBinary(StringRef Path) { argument
79 MemoryBuffer::getFileOrSTDIN(Path);
/external/mesa3d/src/egl/main/
H A Degldriver.c57 char *Path; member in struct:_egl_module
211 mainFunc = _eglOpenLibrary(mod->Path, &lib);
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
281 if (strcmp(mod->Path, path) == 0)
288 mod->Path = _eglstrdup(path);
289 if (!mod->Path) {
296 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Path);
312 free(mod->Path);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java29 public class Path { class
31 private Path() { method in class:Path
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java3 import android.graphics.Path;
14 * Shadow of {@code Path} that contains a simplified implementation of the original class that only supports
15 * straight-line {@code Path}s.
18 @Implements(Path.class)
52 * @return all the points that have been added to the {@code Path}
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp25 #include "llvm/Support/Path.h"
213 static std::string getDarwinDWARFResourceForPath(const std::string &Path) { argument
214 StringRef Basename = sys::path::filename(Path);
215 const std::string &DSymDirectory = Path + ".dSYM";
222 static bool checkFileCRC(StringRef Path, uint32_t CRCHash) { argument
224 MemoryBuffer::getFileOrSTDIN(Path);
297 LLVMSymbolizer::getOrCreateBinary(const std::string &Path) { argument
298 BinaryMapTy::iterator I = BinaryForPath.find(Path);
303 ErrorOr<Binary *> BinaryOrErr = createBinary(Path);
313 getDarwinDWARFResourceForPath(Path);
[all...]
/external/llvm/unittests/Support/
H A DPath.cpp1 //===- llvm/unittest/Support/Path.cpp - Path tests ------------------------===//
10 #include "llvm/Support/Path.h"
51 TEST(Support, Path) {
151 SmallString<64> Path(StringRef("c/d/e/foo.txt"));
156 StringRef(Path).split(ExpectedPathComponents, "/");
158 for (path::const_iterator I = path::begin(Path), E = path::end(Path); I != E;
171 SmallString<64> Path(StringRef("/c/d/e/foo.txt"));
176 StringRef(Path)
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.h49 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.h38 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/athena/main/
H A Dathena_frame_view.h32 gfx::Path* window_mask) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_resources.cc32 gfx::Path* path) {
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.h33 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc54 gfx::Path* window_mask) {
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_stream_writer_unittest.cc44 base::FilePath Path(const std::string& name) { function in class:content::LocalFileStreamWriterTest
75 base::FilePath path = Path(name);
132 base::FilePath path = Path("file_a");
142 base::FilePath path = Path("file_a");
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc94 void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
H A Dimage_window_delegate.h45 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.h61 bool getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.h27 #include "platform/graphics/Path.h"
97 Path::PositionCalculator* m_textPathCalculator;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h29 #include "platform/graphics/Path.h"
104 Path pathData;
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h32 #include "platform/graphics/Path.h"
87 Path m_path;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPath.h19 DECLARE_DRAW_MEMBER_INFO(Path);
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc57 gfx::Path* window_mask) {
H A Dnative_frame_view.h27 gfx::Path* window_mask) OVERRIDE;

Completed in 568 milliseconds

1234567891011>>