/frameworks/compile/mclinker/unittests/ |
FileHandleTest.cpp | 10 #include "mcld/Support/Path.h" 41 mcld::sys::fs::Path path(TOPDIR); 42 path.append("unittests/test.txt"); 43 ASSERT_TRUE(m_pTestee->open(path, FileHandle::OpenMode(FileHandle::ReadOnly), 59 mcld::sys::fs::Path path(TOPDIR); 60 path.append("unittests/test.txt"); 62 int fd = ::open(path.native().c_str(), O_RDONLY); 83 mcld::sys::fs::Path path(TOPDIR) [all...] |
/packages/apps/Camera2/src/com/android/camera/widget/ |
SettingsCling.java | 22 import android.graphics.Path; 37 private final Path mTrianglePath = new Path();
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
FilterSource.java | 51 mEmptyItem = new EmptyAlbumImage(Path.fromString(FILTER_EMPTY_ITEM), 54 Path.fromString(FILTER_CAMERA_SHORTCUT_ITEM), mApplication); 61 public MediaObject createMediaObject(Path path) { 62 int matchType = mMatcher.match(path); 69 return new FilterTypeSet(path, dataManager, sets[0], mediaType); 74 return new FilterDeleteSet(path, sets[0]); 79 return new FilterEmptyPromptSet(path, sets[0], mEmptyItem); 85 return new SingleItemAlbum(path, mCameraShortcutItem); 91 throw new RuntimeException("bad path: " + path) [all...] |
MediaObject.java | 72 protected final Path mPath; 79 public MediaObject(Path path, long version) { 80 path.setObject(this); 81 mPath = path; 85 public Path getPath() { 111 Log.e(TAG, "The object was created from path: " + getPath());
|
UriSource.java | 44 public MediaObject createMediaObject(Path path) { 45 String segment[] = path.split(); 47 throw new RuntimeException("bad path: " + path); 52 return new UriImage(mApplication, path, Uri.parse(uri), type); 74 public Path findPathByUri(Uri uri, String type) { 85 return Path.fromString("/uri/"
|
ImageCacheService.java | 49 * Gets the cached image data for the given <code>path</code>, 58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) { 59 byte[] key = makeKey(path, timeModified, type); 80 public void putImageData(Path path, long timeModified, int type, byte[] value) { 81 byte[] key = makeKey(path, timeModified, type); 95 public void clearImageData(Path path, long timeModified, int type) { 96 byte[] key = makeKey(path, timeModified, type) [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 100 if last := strings.LastIndex(url.Path, "/"); last != -1 { 101 if strings.HasSuffix(url.Path[:last], "pprof") { 102 url.Path = url.Path[:last] + "/symbol" 104 url.Path = url.Path[:last] + "/symbolz"
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 100 if last := strings.LastIndex(url.Path, "/"); last != -1 { 101 if strings.HasSuffix(url.Path[:last], "pprof") { 102 url.Path = url.Path[:last] + "/symbol" 104 url.Path = url.Path[:last] + "/symbolz"
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
CanvasStateTests.java | 20 import android.graphics.Path; 88 Path rectPath = new Path(); 89 rectPath.addRect(0, 0, 20, 20, Path.Direction.CW);
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
GraphAlgo.py | 39 raise GraphError("Dijkstra: found better path to already-final vertex") 48 Find a single shortest path from the given start node to the given end node. 50 in order along the shortest path. 56 Path = [] 58 Path.append(end) 61 Path.reverse() 62 return Path
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
reportTask.java | 12 import org.apache.tools.ant.types.Path; 58 final Path srcpath = m_reportCfg.getSourcepath (); 85 public void setSourcepath (final Path path) 87 m_reportCfg.setSourcepath (path); 95 public Path createSourcepath ()
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
Symbolize.h | 68 ObjectFile *lookUpDsymFile(const std::string &Path, 71 ObjectFile *lookUpDebuglinkObject(const std::string &Path, 76 ErrorOr<ObjectPair> getOrCreateObjectPair(const std::string &Path, 79 /// \brief Return a pointer to object file at specified path, for a specified 80 /// architecture (e.g. if path refers to a Mach-O universal binary, only one 82 ErrorOr<ObjectFile *> getOrCreateObject(const std::string &Path, 91 /// \brief Contains parsed binary for each path, or parsing error. 94 /// \brief Parsed object file for path/architecture pair, where "path" refers
|
/external/proguard/src/proguard/ant/ |
ClassPathElement.java | 31 * This FileSet represents a class path entry (or a set of class path entries) 36 public class ClassPathElement extends Path 48 * @see Path#Path(Project) 57 * Adds the contents of this class path element to the given class path. 58 * @param classPath the class path to be extended. 68 // Get the referenced path or file set. 72 if (referencedObject instanceof Path) 74 Path path = (Path)referencedObject; local [all...] |
/external/skia/src/animator/ |
SkTextOnPath.cpp | 21 SK_MEMBER(path, Path), 29 SkTextOnPath::SkTextOnPath() : offset(0), path(nullptr), text(nullptr) { 34 SkASSERT(path); 37 path->getPath(), offset, 0, *maker.fPaint);
|
/external/skia/src/svg/parser/ |
SkSVGPath.cpp | 17 DEFINE_SVG_INFO(Path) 20 parser._startElement("path");
|
/external/vboot_reference/scripts/image_signing/ |
set_channel.sh | 18 <image.bin>: Path to image.
|
/frameworks/base/core/java/android/text/style/ |
BulletSpan.java | 21 import android.graphics.Path; 22 import android.graphics.Path.Direction; 35 private static Path sBulletPath = null; 107 sBulletPath = new Path();
|
/frameworks/compile/mclinker/include/mcld/MC/ |
InputBuilder.h | 56 const sys::fs::Path& pPath, 61 const sys::fs::Path& pPath, 105 const sys::fs::Path& pPath, 120 const sys::fs::Path& pPath,
|
InputFactory.h | 27 * \see llvm::sys::Path 40 const sys::fs::Path& pPath,
|
MCLDDirectory.h | 36 /// setSysroot - if MCLDDirectory is in sysroot, modify the path. 37 void setSysroot(const sys::fs::Path& pPath);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterColorBorder.java | 23 import android.graphics.Path; 32 Path mBorderPath = new Path(); 78 r, r, Path.Direction.CCW);
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
PieItem.java | 21 import android.graphics.Path; 47 private Path mPath; 81 public void setPath(Path p) { 85 public Path getPath() {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
RoundedLine.java | 19 import android.graphics.Path; 26 private final Path mPath = new Path(); 32 * Make a rounded line path 40 * @return an instance of {@link Path} that holds the result rounded line, or an instance of 41 * {@link Path} that holds an empty path if the start and end points are equal. 43 public Path makePath(final float p1x, final float p1y, final float r1, 51 return mPath; // Return an empty path
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupStartIndicatorView.java | 23 import android.graphics.Path; 85 private final Path mIndicatorPath = new Path(); 103 final Path path = mIndicatorPath; local 104 path.rewind(); 107 path.moveTo(width, 0.0f); 108 path.lineTo(0.0f, halfHeight); 109 path.lineTo(width, height); 112 path.moveTo(0.0f, 0.0f) [all...] |
/prebuilts/go/darwin-x86/src/net/ |
interface_linux_test.go | 20 Path: xname, 24 Path: xname, 28 Path: xname, 32 Path: xname, 45 Path: xname, 49 Path: xname, 53 Path: xname, 57 Path: xname,
|