/external/webkit/Source/WebCore/platform/graphics/qt/ |
PathQt.cpp | 31 #include "Path.h" 47 Path::Path() 51 Path::~Path() 55 Path::Path(const Path& other) 60 Path& Path::operator=(const Path& other [all...] |
/external/llvm/bindings/ocaml/bitwriter/ |
bitwriter_ocaml.c | 27 CAMLprim value llvm_write_bitcode_file(value M, value Path) { 28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path));
|
/external/llvm/lib/Bitcode/Writer/ |
BitWriter.cpp | 18 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { 20 raw_fd_ostream OS(Path, ErrorInfo,
|
/external/webkit/Source/WebCore/rendering/ |
RenderDetailsMarker.h | 44 Path getCanonicalPath() const; 45 Path getPath(const IntPoint& origin) const;
|
RenderDetailsMarker.cpp | 45 static Path createPath(const FloatPoint* path) 47 Path result; 48 result.moveTo(FloatPoint(path[0].x(), path[0].y())); 50 result.addLineTo(FloatPoint(path[i].x(), path[i].y())); 54 static Path createDownArrowPath() 60 static Path createUpArrowPath() 66 static Path createLeftArrowPath( [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGPathParserFactory.h | 24 #include "Path.h" 40 // String/SVGPathByteStream -> Path 41 bool buildPathFromString(const String&, Path&); 42 bool buildPathFromByteStream(SVGPathByteStream*, Path&);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ClusterAlbum.java | 23 private ArrayList<Path> mPaths = new ArrayList<Path>(); 29 public ClusterAlbum(Path path, DataManager dataManager, 31 super(path, nextVersionNumber()); 46 void setMediaItems(ArrayList<Path> paths) { 50 ArrayList<Path> getMediaItems() { 74 ArrayList<Path> paths, int start, int count, 80 ArrayList<Path> subset = new ArrayList<Path>(paths.subList(start, end)) [all...] |
Clustering.java | 24 public abstract ArrayList<Path> getCluster(int index);
|
SizeClustering.java | 30 private ArrayList<Path>[] mClusters; 53 final ArrayList<Path>[] group = 54 (ArrayList<Path>[]) new ArrayList[SIZE_LEVELS.length]; 66 ArrayList<Path> list = group[i]; 68 list = new ArrayList<Path>(); 82 mClusters = (ArrayList<Path>[]) new ArrayList[count]; 126 public ArrayList<Path> getCluster(int index) {
|
/sdk/anttasks/src/com/android/ant/ |
RenderScriptTask.java | 22 import org.apache.tools.ant.types.Path; 32 * 'executable' ({@link Path} with a single path) for the location of the llvm executable<br> 33 * 'framework' ({@link Path} with 1 or more paths) for the include paths.<br> 34 * 'genFolder' ({@link Path} with a single path) for the location of the gen folder.<br> 35 * 'resFolder' ({@link Path} with a single path) for the location of the res folder.<br> 38 * It also expects one or more inner elements called "source" which are identical to {@link Path} 44 private Path mFramework [all...] |
/external/llvm/lib/Support/ |
GraphWriter.cpp | 15 #include "llvm/Support/Path.h" 54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, 58 sys::Path Graphviz(LLVM_PATH_GRAPHVIZ); 90 if (sys::Program::ExecuteAndWait(sys::Path(LLVM_PATH_XDOT_PY), 100 sys::Path PSFilename = Filename; 103 sys::Path prog; 107 prog = sys::Path(LLVM_PATH_CIRCO); 110 prog = sys::Path(LLVM_PATH_TWOPI); 113 prog = sys::Path(LLVM_PATH_NEATO); 116 prog = sys::Path(LLVM_PATH_FDP) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SelectionManager.java | 23 import com.android.gallery3d.data.Path; 37 private Set<Path> mClickedSet; 46 private Path mPressedPath; 50 public void onSelectionChange(Path path, boolean selected); 55 mClickedSet = new HashSet<Path>(); 107 public boolean isItemSelected(Path itemId) { 124 public void toggle(Path path) { 125 if (mClickedSet.contains(path)) { [all...] |
HighlightDrawer.java | 19 import com.android.gallery3d.data.Path; 25 private Path mHighlightItem; 32 public void setHighlightItem(Path item) { 38 int height, int rotation, Path path, 58 if (mSelectionManager.isPressedPath(path)) { 60 } else if (path == mHighlightItem) {
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 27 #include "Path.h" 42 Path::Path() 47 Path::~Path() 52 Path::Path(const Path& other) 60 Path& Path::operator=(const Path& other [all...] |
/external/clang/include/clang/Frontend/ |
ASTConsumers.h | 20 namespace sys { class Path; }
|
HeaderSearchOptions.h | 21 /// path starts at the -iquote group, then searches the Angled group, then 42 std::string Path; 47 /// IgnoreSysRoot - This is false if an absolute path should be treated 49 /// path. 52 Entry(StringRef path, frontend::IncludeDirGroup group, 54 : Path(path), Group(group), IsUserSupplied(isUserSupplied), 99 /// AddPath - Add the \arg Path path to the specified \arg Group list. 100 void AddPath(StringRef Path, frontend::IncludeDirGroup Group [all...] |
/external/clang/lib/Basic/ |
Version.cpp | 44 // Trim path prefix off, assuming path came from standard cfe path. 64 std::string Path = getClangRepositoryPath(); 66 if (!Path.empty()) 67 OS << Path; 69 if (!Path.empty())
|
/external/llvm/utils/not/ |
not.cpp | 10 #include "llvm/Support/Path.h" 16 sys::Path Program = sys::Program::FindProgramByName(argv[1]);
|
/frameworks/base/core/java/android/gesture/ |
OrientedBoundingBox.java | 20 import android.graphics.Path; 55 public Path toPath() { 56 Path path = new Path(); local 64 path.moveTo(point[0], point[1]); 69 path.lineTo(point[0], point[1]); 74 path.lineTo(point[0], point[1]); 79 path.lineTo(point[0], point[1]); 81 path.close() [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
PieItem.java | 21 import android.graphics.Path; 37 private Path mPath; 65 public void setGeometry(float st, float sw, int inside, int outside, Path p) { 105 public Path getPath() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelperTest.java | 21 import org.eclipse.core.runtime.Path; 48 // create a project with a path to an android .zip 51 Mocks.createClasspathEntry(new Path("Project/src"), //$NON-NLS-1$ 53 Mocks.createClasspathEntry(new Path(OLD_CONTAINER_ID), 56 new Path("Project/bin"));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathEffects.java | 35 private Path mPath; 100 private static Path makeFollowPath() { 101 Path p = new Path(); 109 private static Path makePathDash() { 110 Path p = new Path();
|
/external/clang/tools/libclang/ |
CIndexer.cpp | 49 // Did we already compute the path? 56 char path[MAX_PATH]; local 59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH); 63 strcpy(w32path, path); 65 cygwin_conv_path(CCP_WIN_A_TO_POSIX, w32path, path, MAX_PATH); 67 cygwin_conv_to_full_posix_path(w32path, path); 71 llvm::sys::Path LibClangPath(path); 79 llvm::sys::Path LibClangPath(info.dli_fname); 93 static llvm::sys::Path GetTemporaryPath() [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
Path.h | 104 class Path { 107 Path(); 108 ~Path(); 110 Path(const Path&); 111 Path& operator=(const Path&); 124 // Gets the current point of the current path, which is conceptually the final point reached by the path so far. 125 // Note the Path can be empty (isEmpty() == true) and still have a current point [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStrokeTest.java | 23 import android.graphics.Path; 46 // null path currently returned 55 Path emptyPath = emptyStroke.getPath(); 56 // expect an empty path 65 Path linePath = lineStroke.getPath(); 71 * for a single line, where the given toPath bounds exceeds the expected path. 76 // bound the path by the endpoint 77 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_END_POINT, 88 * truncates the expected path. 93 // bound the path by the midpoin [all...] |