/external/chromium_org/ui/views/window/ |
non_client_view.cc | 99 gfx::Path* window_mask) {
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 30 #include "llvm/Support/Path.h" 275 llvm::sys::path::remove_filename(P); // 'clang' 276 llvm::sys::path::remove_filename(P); // 'bin' 277 llvm::sys::path::append(P, "lib", "arc", "libarclite_"); 294 llvm::sys::path::append(P, "lib", IsEmbedded ? "macho_embedded" : "darwin", 439 // Warn if the path does not exist. 444 // We only use this value as the default if it is an absolute path, 445 // exists, and it is not the root path. 446 if (llvm::sys::path::is_absolute(env) && llvm::sys::fs::exists(env) && 608 // Unfortunately, -lstdc++ doesn't always exist in the standard search path; [all...] |
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 27 #include "llvm/Support/Path.h" 39 ModuleIdPath Path, 137 // Register a header path as a known file and add its location 138 // to search path. 144 // Add header's parent path to search path. 145 StringRef SearchPath = path::parent_path(HeaderPath);
|
/external/jhead/ |
jhead.h | 241 void SlashToNative(char * Path);
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachProcess.h | 49 pid_t LaunchForDebug (const char *path, 62 static pid_t ForkChildForPTraceDebugging (const char *path, char const *argv[], char const *envp[], MachProcess* process, DNBError &err); 63 static pid_t PosixSpawnChildForPTraceDebugging (const char *path, 76 static const void * PrepareForAttach (const char *path, nub_launch_flavor_t launch_flavor, bool waitfor, DNBError &err_str); 81 static pid_t SBForkChildForPTraceDebugging (const char *path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err); 103 // Path and arg accessors 105 const char * Path () const { return m_path.c_str(); } 273 std::string m_path; // A path to the executable if we have one
|
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 173 std::string LLIPath; // The path to the LLI executable 176 LLI(const std::string &Path, const std::vector<std::string> *Args) 177 : LLIPath(Path) { 243 /// Prepend the path to the program being executed 247 /// just mainpulates the path and doesn't check for executability. 254 // is a relative path to the executable itself. 256 StringRef Result = sys::path::parent_path(Main); 260 sys::path::append(Storage, ExeName); 261 sys::path::replace_extension(Storage, EXESuffix); 434 "' in PATH!\n" [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.h | 128 CSysString Path;
154 HRESULT LoadDll(const CSysString &path, bool needCheckDll);
|
/external/skia/src/animator/ |
SkMatrixParts.cpp | 126 SK_MEMBER(path, Path) 134 mode(0), offset(0), path(NULL) { 141 if (path == NULL) 151 fPathMeasure.setPath(&path->getPath(), false);
|
SkPathParts.cpp | 301 SK_MEMBER(path, Path) 308 SkAddPath::SkAddPath() : matrix(NULL), path(NULL) { 312 SkASSERT (path != NULL); 314 fPath->fPath.addPath(path->fPath, matrix->getMatrix()); 316 fPath->fPath.addPath(path->fPath);
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 27 import android.graphics.Path; 116 private final Path mCurrentPath = new Path(); 932 final Path currentPath = mCurrentPath; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 348 * The stroke ends with the path, and does not project beyond it. 353 * end of the path. 358 * of the path. 370 * join on a stroked path. The default is MITER. 895 * @param src input path 896 * @param dst output path (may be the same as src) 897 * @return true if the path should be filled, or false if it should be 900 public boolean getFillPath(Path src, Path dst) { [all...] |
/frameworks/base/libs/hwui/ |
PathCache.h | 59 * Alpha texture used to represent a path. 70 * Left coordinate of the path bounds. 74 * Top coordinate of the path bounds. 78 * Offset to draw the path at the correct origin. 120 struct Path { 122 } path; member in union:android::uirenderer::PathDescription::Shape 169 void operator()(PathDescription& path, PathTexture*& texture); 195 PathTexture* get(const SkPath* path, const SkPaint* paint); 198 * Removes the specified path. This is meant to be called from threads 201 void removeDeferred(SkPath* path); 284 const SkPath path; member in class:android::uirenderer::PathCache::PathTask [all...] |
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 27 #include <llvm/Support/Path.h> 59 OptRuntimePath("rt-path", llvm::cl::desc("Specify the runtime library path"), 60 llvm::cl::value_desc("path")); 224 llvm::errs() << "Failed to determine the absolute path of `" << input_path 231 llvm::sys::path::replace_extension(output_path, "o"); 235 llvm::sys::path::remove_filename(output_path); 236 llvm::sys::path::append(output_path, "a.out"); 248 fprintf(stderr, "You must set \"-rt-path </path/to/libclcore.bc>\" with [all...] |
/frameworks/compile/mclinker/lib/LD/ |
Archive.cpp | 248 /// @param pPath - the path of the member file 254 const sys::fs::Path& pPath, 268 error(diag::err_cannot_open_input) << member->name() << member->path();
|
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 31 import android.graphics.Path; 280 Path p = new Path(); 282 Path.Direction.CW);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 52 Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) { 53 super(path, INVALID_DATA_VERSION);
|
UriImage.java | 62 public UriImage(GalleryApp application, Path path, Uri uri, String contentType) { 63 super(path, nextVersionNumber());
|
/external/chromium_org/net/cookies/ |
cookie_monster.cc | 146 // Mozilla sorts on the path length (longest first), and then it 150 if (cc1->Path().length() == cc2->Path().length()) 152 return cc1->Path().length() > cc2->Path().length(); 174 // name, and path. 179 const std::string& path) 180 : name(name), domain(domain), path(path) { 188 // Name compare dominates, then domain, then path 202 std::string path; member in struct:net::__anon13141::CookieSignature [all...] |
/external/clang/lib/Sema/ |
SemaAccess.cpp | 604 /// The path down to the current base class. 615 /// Check classes in the current path for friendship, starting at 632 /// along the current path such that a notional public member of 633 /// the final class in the path would have access in that class. 635 // If we ever reach the naming class, check the current path for 697 /// of NamingClass) might be more accessible along some path not 810 // along this path, we just need to check whether the classes 870 /// Finds the best path from the naming class to the declaring class, 896 /// Along a single inheritance path we can restate both of these 904 /// Let B_1 .. B_n be the inheritance path in question (i.e. wher 1188 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); local [all...] |
/external/clang/include/clang/AST/ |
DeclCXX.h | 271 // update it and perform path compression. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 68 import org.eclipse.core.runtime.Path; 371 // TODO: Find out if these end up getting used in the import-path through the code! 383 // && !defaultLocation.isPrefixOf(path)) { 390 description.setLocation(new Path(p.getLocation().getPath())); 444 IPath path = new Path(mValues.projectLocation.getPath()); local 447 && !defaultLocation.isPrefixOf(path)) { 448 description.setLocation(path); 452 !validateNewProjectLocationIsEmpty(path)) { 518 IPath path = new Path(mValues.projectLocation.getPath()) local 902 IPath path = new Path(projectLocation); local [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 55 import org.apache.tools.ant.types.Path; 333 public Path createClasspath() {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/ |
math_map.js | 67 * Path to dir containing ChromeVox JSON definitions for math speak. 173 * Takes path to a JSON file and returns a JSON object. 174 * @param {string} path Contains the path to a JSON file. 178 cvox.MathMap.readJSON_ = function(path) { 179 var url = chrome.extension.getURL(path); 181 throw 'Invalid path: ' + path;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderImage.cpp | 403 Path path = areaElement.computePath(this); 404 if (path.isEmpty()) 412 // FIXME: Clip path instead of context when Skia pathops is ready. 416 paintInfo.context->drawFocusRing(path, outlineWidth, 425 Path path = areaElement->computePath(this); local 426 if (path.isEmpty()) 432 IntRect repaintRect = enclosingIntRect(path.boundingRect());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngine.cpp | 173 Path path = textPath->layoutPath(); local 174 if (path.isEmpty()) 176 m_textPathCalculator = new Path::PositionCalculator(path); 178 m_textPathLength = path.length(); 316 // Chunk layouting is only performed for line layout boxes, not for path layout, where it has already been done. 331 fprintf(stderr, "Path layout: "); 520 // If there's an absolute y position available, it marks the beginning of a new position along the path. 531 // If there's an absolute x position available, it marks the beginning of a new position along the path [all...] |