/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
DrawerArrowDrawable.java | 23 import android.graphics.Path; 51 // Use Path instead of canvas operations so that if color has transparency, overlapping sections 53 private final Path mPath = new Path();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
IFolderWrapper.java | 29 import org.eclipse.core.runtime.Path; 119 IFile file = mContainer.getFile(new Path(name)); 156 IFolder folder = mContainer.getFolder(new Path(name));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SetFolders.java | 34 import org.eclipse.core.runtime.Path; 86 IFolder folder = project.getFolder(new Path(sourceFolder)); 93 IFolder folder = project.getFolder(new Path(outputFolder));
|
SimpleFile.java | 34 import org.eclipse.core.runtime.Path; 91 IFile destFile = project.getFile(new Path(op.destination)); 99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 27 import android.graphics.Path; 143 final Path mBatLevelPath = new Path(); 144 final Path mBatGoodPath = new Path(); 145 final Path mBatWarnPath = new Path(); 146 final Path mBatCriticalPath = new Path(); 147 final Path mTimeRemainPath = new Path() 800 Path path; local 987 Path path; local [all...] |
/external/emma/ant/ant14/com/vladium/emma/report/ |
ReportCfg.java | 27 import org.apache.tools.ant.types.Path; 246 public Path getSourcepath () 299 public void setSourcepath (final Path path) 302 m_srcpath = path; 304 m_srcpath.append (path); 312 public Path createSourcepath () 315 m_srcpath = new Path (m_project); 442 private Path m_srcpath;
|
/external/opencv3/modules/java/generator/src/java/ |
android+AsyncServiceHelper.java | 182 Log.d(TAG, "Trying to get library path"); 183 String path = mEngineService.getLibPathByVersion(mOpenCVersion); 184 if ((null == path) || (path.length() == 0)) 300 if (initOpenCVLibs(path, libs)) 360 private boolean initOpenCVLibs(String Path, String Libs) 363 if ((null != Path) && (Path.length() != 0)) 372 String AbsLibraryPath = Path + File.separator + splitter.nextToken(); 379 String AbsLibraryPath = Path + File.separator + "libopencv_java.so" [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
GalleryActivity.java | 38 import com.android.gallery3d.data.Path; 147 Path path = manager.findPathByUri(intent.getData(), intent.getType()); local 148 if (path == null || manager.getMediaObject(path) 150 path = Path.fromString( 154 data.putString(SlideshowPage.KEY_SET_PATH, path.toString()); 186 Path setPath = dm.findPathByUri(uri, null); 205 Path itemPath = dm.findPathByUri(uri, contentType) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterDraw.java | 26 import android.graphics.Path; 129 // done this way because of a bug in path.transform(matrix) 130 Path mCacheTransPath = new Path(); 167 Path mCacheTransPath = new Path(); 187 void draw(Canvas canvas, Paint paint, int color, float size, Path path) { 192 mPathMeasure.setPath(path, false);
|
/build/soong/java/ |
builder.go | 22 "path/filepath" 34 // Compiling java is not conducive to proper dependency tracking. The path-matches-class-name 107 fileList, dir common.Path 141 manifest common.OptionalPath) common.Path { 154 deps = append(deps, manifest.Path()) 170 func TransformClassesJarToDex(ctx common.AndroidModuleContext, classesJar common.Path, 190 dexJarSpec jarSpec) common.Path { 216 func TransformJarJar(ctx common.AndroidModuleContext, classesJar common.Path, rulesFile common.Path) common.Path { [all...] |
gen.go | 59 func genAidl(ctx common.AndroidModuleContext, aidlFile common.Path, aidlFlags string) common.Path { 76 func genLogtags(ctx common.AndroidModuleContext, logtagsFile common.Path) common.Path {
|
/dalvik/dx/src/com/android/multidex/ |
Path.java | 33 class Path { 54 Path(String definition) throws IOException { 96 synchronized DirectClassFile getClass(String path) throws FileNotFoundException { 100 InputStream in = element.open(path); 104 classFile = new DirectClassFile(bytes, path, false); 115 throw new FileNotFoundException("File \"" + path + "\" not found");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Compass.java | 81 private Path mPath = new Path(); 87 // Construct a wedge-shaped path
|
RoundRects.java | 34 private Path mPath; 43 mPath = new Path();
|
/external/libnl/ |
configure.in | 27 AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH], 28 [Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
|
/external/llvm/include/llvm/Support/ |
Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 26 namespace path { namespace in namespace:llvm::sys 31 /// @brief Path iterator. 34 /// \a path. The traversal order is as follows: 52 StringRef Path; ///< The entire path. 53 StringRef Component; ///< The current component. Not necessarily in Path [all...] |
/external/llvm/lib/Object/ |
Binary.cpp | 18 #include "llvm/Support/Path.h" 77 ErrorOr<OwningBinary<Binary>> object::createBinary(StringRef Path) { 79 MemoryBuffer::getFileOrSTDIN(Path);
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 31 StringRef Path, StringRef TmpPath) 32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {}
|
/external/mesa3d/src/egl/main/ |
egldriver.c | 57 char *Path; 211 mainFunc = _eglOpenLibrary(mod->Path, &lib); 224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path); 267 _eglAddModule(const char *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); 324 char path[1024]; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
Path.java | 29 public class Path { 31 private Path() { 40 private static String createPath(Box box, String path) { 42 return path; 46 path = String.format("/%s[%d]", box.getType(), index) + path; 48 return createPath(box.getParent(), path); 52 public static Box getPath(Box box, String path) { 53 List<Box> all = getPaths(box, path); 58 public static List<Box> getPaths(Box box, String path) { [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPath.java | 3 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}
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCoolingDevice.java | 93 public void setClassPath(String Path) { 94 mClassPath = Path; 117 public void setThrottlePath(String path) { 118 if (path.equalsIgnoreCase("auto") && !mDeviceName.equalsIgnoreCase("battery")) { 119 //construct the throttle path 128 mThrottlePath = path;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ImageCacheRequest.java | 32 private Path mPath; 38 Path path, long timeModified, int type, int targetSize) { 40 mPath = path;
|
/prebuilts/go/darwin-x86/doc/articles/wiki/ |
part2.go | 33 title := r.URL.Path[len("/view/"):]
|
/prebuilts/go/darwin-x86/src/go/parser/ |
example_test.go | 26 fmt.Println(s.Path.Value)
|