/prebuilts/go/linux-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,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
NdkCommandLauncher.java | 27 import org.eclipse.core.runtime.Path; 50 AdtPlugin.printErrorToConsole("Unable to launch cygpath. Is Cygwin on the path?", 61 commandPath = new Path(NdkManager.getNdkLocation()).append(commandPath); 67 String path = sCygPath.getFileName(commandPath.toString()); local 68 commandPath = new Path(path); 71 "Unexpected error while transforming cygwin path.", e); 84 commandPath = new Path("sh"); //$NON-NLS-1$
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
FilterDeleteSet.java | 25 // void addDeletion(Path path, int index); 26 // void removeDelection(Path path); 40 Path path; field in class:FilterDeleteSet.Request 42 public Request(int type, Path path, int indexHint) { 44 this.path = path; 50 Path path; field in class:FilterDeleteSet.Deletion [all...] |
/frameworks/base/core/java/android/gesture/ |
Gesture.java | 22 import android.graphics.Path; 125 public Path toPath() { 129 public Path toPath(Path path) { 130 if (path == null) path = new Path(); 136 path.addPath(strokes.get(i).getPath()); 139 return path; 204 Path path = strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample); local 234 final Path path = toPath(); local [all...] |
GestureStroke.java | 21 import android.graphics.Path; 42 private Path mCachedPath; 112 public Path getPath() { 124 Path path = null; local 132 if (path == null) { 133 path = new Path(); 134 path.moveTo(x, y); 141 path.quadTo(mX, mY, (x + mX) / 2, (y + mY) / 2) 174 Path path = null; local [all...] |
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
GlifPatternDrawable.java | 28 import android.graphics.Path; 76 private static Path[] sPatternPaths; 184 // Draw the pattern by creating the paths, adjusting the colors and drawing them. The path 188 sPatternPaths = new Path[NUM_PATHS]; 192 Path p = sPatternPaths[0] = new Path(); 199 p = sPatternPaths[1] = new Path(); 207 p = sPatternPaths[2] = new Path(); 214 p = sPatternPaths[3] = new Path(); 222 p = sPatternPaths[4] = new Path(); [all...] |
/build/soong/common/ |
paths.go | 20 "path/filepath" 31 // Path methods. 78 type Path interface { 79 // Returns the path in string form 82 // Returns the current file extension of the path 86 // WritablePath is a type of path that can be used as an output for build rules. 88 Path 103 // GenPathWithExt derives a new file path in ctx's generated sources directory 104 // from the current path, but with the new extension. 105 func GenPathWithExt(ctx AndroidModuleContext, p Path, ext string) ModuleGenPath [all...] |
/art/test/utils/python/testgen/ |
utils.py | 24 from pathlib import Path 58 with (Path(BUILD_TOP)/"development"/"docs"/"copyright-templates"/fname).open() as template:
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 20 import android.graphics.Path; 54 * Helper method to assert expected values for a path derived from createLineGesture 59 void assertLineBoundingBox(Path linePath) {
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
PathAnimations.java | 26 import android.graphics.Path; 42 /** This application demonstrates the use of Path animation. */ 46 final static Path sTraversalPath = new Path(); 82 sTraversalPath.addCircle(3.5f, 3.5f, 0.5f, Path.Direction.CCW); 136 Path path = mCanvasView.getPath(); local 137 if (path.isEmpty()) { 144 // coordinates of the Path and set them on the view object. 148 mAnimator = ObjectAnimator.ofFloat(view, "x", "y", path); [all...] |
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 144 /// \param Path The path to the specific module cache where the module files 150 readIndex(StringRef Path); 199 /// \param Path The path to the directory containing module files, into 203 StringRef Path);
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
ArgsConverter.java | 31 import java.nio.file.Path; 45 @Parameter(names = "-path", converter = PathConverter.class) 46 public Path path; field in class:ArgsConverter
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
DIASession.h | 22 static PDB_ErrorCode createFromPdb(StringRef Path, 24 static PDB_ErrorCode createFromExe(StringRef Path,
|
/external/llvm/unittests/Support/ |
raw_pwrite_stream_test.cpp | 36 SmallString<64> Path; 38 sys::fs::createTemporaryFile("foo", "bar", FD, Path);
|
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 95 FString Path;
102 Path.Empty();
|
/external/opencv3/modules/viz/test/ |
test_precomp.hpp | 78 struct Path 87 return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply");
|
/frameworks/base/core/java/android/view/animation/ |
PathInterpolator.java | 22 import android.graphics.Path; 30 * An interpolator that can traverse a Path that extends from <code>Point</code> 31 * <code>(0, 0)</code> to <code>(1, 1)</code>. The x coordinate along the <code>Path</code> 33 * This means that the Path must conform to a function <code>y = f(x)</code>. 35 * <p>The <code>Path</code> must not have gaps in the x direction and must not 39 * Path path = new Path(); 40 * path.lineTo(0.25f, 0.25f); 41 * path.moveTo(0.25f, 0.5f) 110 Path path = PathParser.createPathFromPathData(pathData); local 144 Path path = new Path(); local 151 Path path = new Path(); local [all...] |
/frameworks/compile/mclinker/lib/MC/ |
Input.cpp | 44 const sys::fs::Path& pPath, 59 const sys::fs::Path& pPath,
|
/frameworks/compile/mclinker/lib/Support/ |
MemoryAreaFactory.cpp | 25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, 38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
|
/frameworks/compile/mclinker/unittests/ |
MCRegionFragmentTest.cpp | 14 #include "mcld/Support/Path.h" 41 Path path(TOPDIR); 42 path.append("unittests/test3.txt"); 44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); 56 Path path(TOPDIR); 57 path.append("unittests/test3.txt"); 59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
|
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
GalleryProvider.java | 37 import com.android.gallery3d.data.Path; 73 public static Uri getUriFor(Context context, Path path) { 78 .appendEncodedPath(path.toString().substring(1)) // ignore the leading '/' 92 Path path = Path.fromString(uri.getPath()); local 93 MediaItem item = (MediaItem) mDataManager.getMediaObject(path); 118 Path path = Path.fromString(uri.getPath()) local 180 Path path = Path.fromString(uri.getPath()); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
FileStorage.java | 25 import org.eclipse.core.runtime.Path; 75 return new Path(mFile.getAbsolutePath());
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
instrTask.java | 15 import org.apache.tools.ant.types.Path; 58 + ": instrumentation path must be specified", location).fillInStackTrace (); 84 public void setInstrpath (final Path path) 87 m_instrpath = path; 89 m_instrpath.append (path); 97 public Path createInstrpath () 100 m_instrpath = new Path (project); 174 private Path m_instrpath;
|
/external/llvm/lib/Support/ |
IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { 20 assert(!path.empty() && "Can't replace missing root"); 21 path.front() = Entry(Root, Size, Offsets.first); 22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); 25 NodeRef Path::getLeftSibling(unsigned Level) const { 32 while (l && path[l].offset == 0) 36 if (path[l].offset == 0) 40 NodeRef NR = path[l].subtree(path[l].offset - 1) [all...] |
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
DrawView.java | 25 import android.graphics.Path; 38 Path mPoints_backup = new Path(); 39 float[] path = new float[200]; field in class:DrawView 40 Path mPoints = new Path(); 107 ret = new Region(Arrays.copyOf(path, len), img); 114 path[0] = imgPoint[0]; 115 path[1] = imgPoint[1]; 130 if (len + size * 2 >= path.length) [all...] |