HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 201 - 225 of 528) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 26 import com.android.gallery3d.data.Path;
68 public static Uri getUriFor(Context context, Path path) {
73 .appendEncodedPath(path.toString().substring(1)) // ignore the leading '/'
87 Path path = Path.fromString(uri.getPath()); local
88 MediaItem item = (MediaItem) mDataManager.getMediaObject(path);
121 Path path = Path.fromString(uri.getPath()) local
204 Path path = Path.fromString(uri.getPath()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 25 import org.eclipse.core.runtime.Path;
38 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath));
  /external/llvm/include/llvm/CompilerDriver/
CompilationGraph.h 24 #include "llvm/Support/Path.h"
39 const std::string* GetLanguage(const llvm::sys::Path&) const;
141 int Build(llvm::sys::Path const& TempDir, const LanguageMap& LangMap);
156 /// being a 'dot' and 'gv' program in your path.
175 int PassThroughGraph (const llvm::sys::Path& In, const Node* StartNode,
177 const llvm::sys::Path& TempDir,
182 const Node* FindToolChain(const llvm::sys::Path& In,
190 const llvm::sys::Path& TempDir,
  /external/llvm/include/llvm/Support/
FileSystem.h 12 // path class.
108 /// @brief Make \a path an absolute path.
110 /// Makes \a path absolute using the current directory if it is not already. An
111 /// empty \a path will result in the current directory.
113 /// /absolute/path => /absolute/path
114 /// relative/../path => <current-directory>/relative/../path
116 /// @param path A path that is modified to be an absolute path
598 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /external/llvm/lib/Support/
CMakeLists.txt 67 Path.cpp
82 Unix/Path.inc
95 Windows/Path.inc
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 33 import com.android.gallery3d.data.Path;
133 Path path = manager.findPathByUri(intent.getData()); local
134 if (path == null || manager.getMediaObject(path)
136 path = Path.fromString(
140 data.putString(SlideshowPage.KEY_SET_PATH, path.toString());
170 Path setPath = dm.findPathByUri(uri);
187 Path itemPath = dm.findPathByUri(uri)
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 26 import android.graphics.Path;
124 final Path mBatLevelPath = new Path();
125 final Path mBatGoodPath = new Path();
126 final Path mBatWarnPath = new Path();
127 final Path mBatCriticalPath = new Path();
128 final Path mChargingPath = new Path()
534 Path path; local
    [all...]
  /external/llvm/lib/CompilerDriver/
CompilationGraph.cpp 34 const std::string* LanguageMap::GetLanguage(const sys::Path& File) const {
36 StringRef suf = sys::path::extension(File.str()).substr(1);
172 int CompilationGraph::PassThroughGraph (const sys::Path& InFile,
175 const sys::Path& TempDir,
177 sys::Path In = InFile;
218 FindToolChain(const sys::Path& In, const std::string* ForceLanguage,
254 const sys::Path& TempDir,
275 sys::Path In = sys::Path(*B);
363 int CompilationGraph::Build (const sys::Path& TempDir
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java 26 import com.android.gallery3d.data.Path;
171 private Path getSingleSelectedPath() {
172 ArrayList<Path> ids = mSelectionManager.getSelected(true);
190 Path path = getSingleSelectedPath(); local
191 String mimeType = getMimeType(manager.getMediaType(path));
193 .setDataAndType(manager.getContentUri(path), mimeType);
198 Path path = getSingleSelectedPath(); local
199 int type = manager.getMediaType(path);
    [all...]
ManageCacheDrawer.java 21 import com.android.gallery3d.data.Path;
59 int height, int rotation, Path path,
79 drawCachingPin(canvas, path, dataSourceType, isCaching, wantCache,
82 if (mSelectionManager.isPressedPath(path)) {
87 private void drawCachingPin(GLCanvas canvas, Path path, int dataSourceType,
89 boolean selected = mSelectionManager.isItemSelected(path);
  /sdk/anttasks/src/com/android/ant/
NewSetupTask.java 35 import org.apache.tools.ant.types.Path;
36 import org.apache.tools.ant.types.Path.PathElement;
65 * <li>Resolve library dependencies and setup various Path references for them</li>
192 // Make sure the OS sdk path ends with a directory separator
297 Path includePath = new Path(antProject);
311 // create the Path object
312 Path bootclasspath = new Path(antProject);
333 // sets the path in the project with a referenc
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 29 import android.graphics.Path;
57 private Path mPathStroke;
58 private Path mPathFill;
59 private Path mPathEstimate;
100 mPathStroke = new Path();
101 mPathFill = new Path();
102 mPathEstimate = new Path();
163 * Erase any existing {@link Path} and generate series outline based on
305 // haven't generated path yet; fall back to raw data
  /external/clang/lib/Frontend/
CompilerInstance.cpp 37 #include "llvm/Support/Path.h"
266 void CompilerInstance::createPCHExternalASTSource(llvm::StringRef Path,
272 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
283 CompilerInstance::createPCHExternalASTSource(llvm::StringRef Path,
298 switch (Reader->ReadAST(Path,
421 llvm::sys::Path(it->Filename).eraseFromDisk();
475 llvm::sys::Path Path(InFile);
476 Path.eraseSuffix();
477 Path.appendSuffix(Extension)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 36 #include "llvm/Support/Path.h"
53 createHTMLDiagnosticClient(llvm::sys::path::parent_path(prefix), PP);
295 // Path-sensitive checking.
387 llvm::sys::Path Dir, Filename;
394 UbigraphViz(llvm::raw_ostream* out, llvm::sys::Path& dir,
395 llvm::sys::Path& filename);
407 llvm::sys::Path Dir = llvm::sys::Path::GetTemporaryDirectory(&ErrMsg);
411 llvm::sys::Path Filename = Dir;
463 UbigraphViz::UbigraphViz(llvm::raw_ostream* out, llvm::sys::Path& dir
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 94 m_path = Path();
113 Path SVGAnimateMotionElement::animationPath() const
119 Path path; local
121 pathElement->toPathData(path);
122 return path;
127 return Path();
199 Path path = animationPath(); local
200 float positionOnPath = path.length() * percentage
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 99 * Set the region to the area described by the path and clip.
101 * that is identical to the pixels that would be drawn by the path
104 public boolean setPath(Path path, Region clip) {
105 return nativeSetPath(mNativeRegion, path.ni(), clip.mNativeRegion);
145 * Return the boundary of the region as a new Path. If the region is empty,
146 * the path will also be empty.
148 public Path getBoundaryPath() {
149 Path path = new Path() local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 43 static final Path ITEM_PATH = Path.fromString("/local/video/item");
80 public LocalVideo(Path path, GalleryApp application, Cursor cursor) {
81 super(path, nextVersionNumber());
86 public LocalVideo(Path path, GalleryApp context, int id) {
87 super(path, nextVersionNumber());
93 throw new RuntimeException("cannot get cursor for: " + path);
99 throw new RuntimeException("cannot find data for: " + path);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
RotateView.java 23 import android.graphics.Path;
52 private final Path grids = new Path();
53 private final Path referenceLine = new Path();
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 10 import android.graphics.Path;
34 final Path mColorPath = new Path();
35 final Path mEdgePath = new Path();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 37 private Path mPath;
45 private static final String TEXTONPATH = "Along a path";
47 private static void makePath(Path p) {
78 mPath = new Path();
135 // now draw the text on path
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 158 const std::string &Path = Clang->getFrontendOpts().Plugins[i];
160 if (llvm::sys::DynamicLibrary::LoadLibraryPermanently(Path.c_str(), &Error))
162 << Path << Error;
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 479 llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange
510 Cur[I].Path.push_back(DC_left);
517 Next[0].Path.push_back(DC_right);
524 Next[Index].Path.push_back(DC_match);
529 Next[Index].Path.push_back(DC_left);
533 Next[Index].Path.push_back(DC_right);
544 SmallVectorImpl<char> &Path = Cur[NL].Path;
550 while (Path.back() == DC_match)
551 Path.pop_back()
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 36 #include "Path.h"
125 Path root;
142 Path mask;
155 Path line;
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 33 #include <WebCore/Path.h>
137 static Path pathWithRoundedRect(const FloatRect& pathRect, float radius)
139 Path path; local
140 path.addRoundedRect(pathRect, FloatSize(radius, radius));
142 return path;
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetService.java 24 import com.android.gallery3d.data.Path;
39 public static final String EXTRA_ALBUM_PATH = "album-path";
99 Path path = Path.fromString(mAlbumPath); local
101 MediaSet mediaSet = (MediaSet) manager.getMediaObject(path);

Completed in 373 milliseconds

1 2 3 4 5 6 7 891011>>