/frameworks/compile/mclinker/lib/Script/ |
GroupCmd.cpp | 14 #include <mcld/Support/Path.h> 94 sys::fs::Path path; local 100 path = script.sysroot(); 101 path.append(token->name()); 104 path.assign(token->name()); 105 if (!sys::fs::exists(path)) { 106 // 3. Search through the library search path 107 sys::fs::Path* p = 110 path = *p 122 const sys::fs::Path* path = NULL; local [all...] |
/frameworks/compile/mclinker/lib/Support/ |
FileOutputBuffer.cpp | 11 #include <mcld/Support/Path.h> 58 return m_FileHandle.path().native();
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ClusterSource.java | 60 public MediaObject createMediaObject(Path path) { 61 int matchType = mMatcher.match(path); 71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType); 77 MediaSet parent = dataManager.getMediaSet(path.getParent()); 80 return new ClusterAlbum(path, dataManager, parent); 83 throw new RuntimeException("bad path: " + path);
|
ComboAlbumSet.java | 32 public ComboAlbumSet(Path path, GalleryApp application, MediaSet[] mediaSets) { 33 super(path, nextVersionNumber());
|
MediaItem.java | 56 public MediaItem(Path path, long version) { 57 super(path, version);
|
SnailItem.java | 34 public SnailItem(Path path) { 35 super(path, nextVersionNumber());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkHelper.java | 30 import org.eclipse.core.runtime.Path; 131 * Obtain a path to the utilities prebuilt folder in NDK. This is typically 133 * the name of the executable (which is equal to assuming that it is available on the path). 140 IPath ndkRoot = new Path(NdkManager.getNdkLocation()); 143 return new Path(executable); 158 return new Path(executable);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 30 import org.eclipse.core.runtime.Path; 50 private static final IPath ANDROID_MK = new Path("jni/Android.mk"); 69 // TODO this is probably a bug. a new include path should trigger 82 for (String path : pathStrings) 83 mIncludePaths[i++] = new Path(path); 183 includes.add(Path.fromPortableString(line.substring(2)));
|
NdkDiscoveryUpdater.java | 34 import org.eclipse.core.runtime.Path; 65 IPath commandPath = new Path("ndk-build"); //$NON-NLS-1$ 70 IPath changeToDirectory = new Path(projectDir.getAbsolutePath()); 95 URL url = Activator.findFile(new Path( 102 proc = new NdkCommandLauncher().execute(new Path(mCommand), args, env,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGShape.cpp | 52 , m_needsShapeUpdate(true) // Default is true, so we grab a Path object once from SVGGraphicsElement. 64 m_path = adoptPtr(new Path); 67 updatePathFromGraphicsElement(toSVGGraphicsElement(element()), path()); 76 context->fillPath(path()); 82 Path* usePath = m_path.get(); 98 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); 108 return path().contains(point, fillRule); 167 Path* RenderSVGShape::nonScalingStrokePath(const Path* path, const AffineTransform& strokeTransform) cons [all...] |
/external/clang/lib/Basic/ |
FileManager.cpp | 26 #include "llvm/Support/Path.h" 114 if (llvm::sys::path::is_separator(Filename[Filename.size() - 1])) 117 StringRef DirName = llvm::sys::path::parent_path(Filename); 118 // Use the current directory if file has no path component. 125 /// Add all ancestors of the given path (pointing to either a file or 127 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { 128 StringRef DirName = llvm::sys::path::parent_path(Path); 158 DirName != llvm::sys::path::root_path(DirName) && 159 llvm::sys::path::is_separator(DirName.back()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
LibraryClasspathContainerInitializer.java | 43 import org.eclipse.core.runtime.Path; 93 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), 97 new Path(AdtConstants.CONTAINER_DEPENDENCIES), 130 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), 139 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES), 197 return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), 246 sourceAttachmentPath = new Path(srcPath.getAbsolutePath()); 281 entries.add(JavaCore.newLibraryEntry(new Path(jarPath), 287 entries.add(JavaCore.newLibraryEntry(new Path(jarPath), 381 sourceFolder, // source attachment path 414 String path = entry.getPath().toString(); local 620 IPath path = e.getPath(); local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BookmarkUtils.java | 30 import android.graphics.Path; 167 // Construct a path from a round rect. This will allow drawing with 169 Path path = new Path(); local 170 path.setFillType(Path.FillType.INVERSE_WINDING); 173 path.addRoundRect(rect, 8f, 8f, Path.Direction.CW); 177 canvas.drawPath(path, paint) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
SlideshowPage.java | 33 import com.android.gallery3d.data.Path; 47 public static final String KEY_SET_PATH = "media-set-path"; 48 public static final String KEY_ITEM_PATH = "media-item-path"; 212 Path path = itemPath != null ? Path.fromString(itemPath) : null; local 215 index, path); 254 public int findItemIndex(Path path, int hint) { 324 public int findItemIndex(Path path, int hint) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bitscfg.h | 119 virtual HRESULT WINAPI GetObject(BSTR Path,IBITSExtensionSetup **ppExtensionSetup) = 0; 131 HRESULT (WINAPI *GetObject)(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup); 145 #define IBITSExtensionSetupFactory_GetObject(This,Path,ppExtensionSetup) (This)->lpVtbl->GetObject(This,Path,ppExtensionSetup) 148 HRESULT WINAPI IBITSExtensionSetupFactory_GetObject_Proxy(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup);
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 29 #include "llvm/Support/Path.h" 61 union { const FileEntry* FE; const char* Path; }; 68 PTHEntryKeyVariant(FileData *Data, const char *path) 69 : Path(path), Kind(IsDE), Data(new FileData(*Data)) {} 71 explicit PTHEntryKeyVariant(const char *path) 72 : Path(path), Kind(IsNoExist), Data(nullptr) {} 77 return Kind == IsFE ? FE->getName() : Path; 501 if (llvm::sys::path::is_relative(FE->getName()) [all...] |
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 21 import android.graphics.Path; 74 * will cause the code to take an optimized path for these constrained circumstances. Other 224 * Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code> 225 * using two properties. A <code>Path</code></> animation moves in two dimensions, animating 237 * @param path The <code>Path</code> to animate values along. 238 * @return An ObjectAnimator object that is set up to animate along <code>path</code>. 241 Path path) { 242 PathKeyframes keyframes = KeyframeSet.ofPath(path); [all...] |
/external/chromium_org/net/cookies/ |
canonical_cookie_unittest.cc | 56 EXPECT_EQ("/test", cookie.Path()); 74 EXPECT_EQ("", cookie2.Path()); 91 EXPECT_EQ("/test", cookie->Path()); 100 EXPECT_EQ("/", cookie->Path()); 130 EXPECT_EQ("/test", cookie->Path()); 140 EXPECT_EQ("/test", cookie->Path()); 150 "ACSTM=20130308043820420042; path=/; domain=ipdl.inpit.go.jp; Expires="; 337 // Test that cookie with a cookie path that does not match the url path are 339 cookie.reset(CanonicalCookie::Create(url, "A=2; Path=/foo/bar", creation_time [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.h | 255 void fillPath(const Path&); 256 void strokePath(const Path&); 313 void clipPath(const Path&, WindRule = RULE_EVENODD); 354 void drawFocusRing(const Path&, int width, int offset, const Color&); 369 void canvasClip(const Path&, WindRule = RULE_EVENODD); 370 void clipOut(const Path&);
|
/external/clang/include/clang/AST/ |
APValue.h | 60 /// in the path. An opaque value of type BaseOrMemberType. 62 /// ArrayIndex - The array index of the next item in the path. 142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, 145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); 158 ArrayRef<const CXXRecordDecl*> Path) : Kind(Uninitialized) { 159 MakeMemberPointer(Member, IsDerivedMember, Path); 379 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, 442 ArrayRef<const CXXRecordDecl*> Path);
|
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 24 #include "llvm/Support/Path.h" 211 /// \brief Compute the relative path that names the given file relative to 219 StringRef Path = FilePath; 220 while (!Path.empty()) { 221 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) { 223 Result = FilePath.substr(Path.size()); 224 llvm::sys::path::append(Result, 225 llvm::sys::path::filename(File->getName())); 230 Path = llvm::sys::path::parent_path(Path) [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 25 setupMemoryBuffer(std::string Path, std::unique_ptr<MemoryBuffer> &Buffer) { 27 MemoryBuffer::getFileOrSTDIN(Path); 43 InstrProfReader::create(std::string Path, 47 if (std::error_code EC = setupMemoryBuffer(Path, Buffer)) 65 std::string Path, std::unique_ptr<IndexedInstrProfReader> &Result) { 68 if (std::error_code EC = setupMemoryBuffer(Path, Buffer))
|
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 71 SafeInterpreterPath("safe-path", 72 cl::desc("Specify the path to the \"safe\" backend program"), 204 std::string Path = SafeInterpreterPath; 205 if (Path.empty()) 206 Path = getToolName(); 215 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, 226 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, 239 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 29 import android.graphics.Path; 196 Path positionPath = getPathMotion().getPath(0, 0, endLeft - startLeft, 207 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, 214 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, 273 Path topLeftPath = getPathMotion().getPath(0, 0, transXDelta, transYDelta); 342 Path topLeftPath = getPathMotion().getPath(startX - tempLocation[0],
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SensorTest.java | 163 private Path mPath = new Path(); 169 // Construct a wedge-shaped path
|