HomeSort by relevance Sort by last modified time
    Searched defs:Path (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /frameworks/base/core/java/android/text/
Layout.java 22 import android.graphics.Path;
187 * Draw this Layout on the specified canvas, with the highlight path drawn
191 * @param highlight the path of the highlight or cursor; can be null
196 public void draw(Canvas canvas, Path highlight, Paint highlightPaint,
358 public void drawBackground(Canvas canvas, Path highlight, Paint highlightPaint,
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 36 /// VirtualBase - If the path from the derived class to the base class
38 /// virtual base in this path (i.e. closest to the base class).
43 /// path from the derived class to the base class involves a virtual base
214 const CXXBasePath &Path) {
221 for (int I = Path.size(), E = 0; I != E; --I) {
222 const CXXBasePathElement &Element = Path[I - 1];
233 for (unsigned I = NonVirtualStart, E = Path.size(); I != E; ++I) {
234 const CXXBasePathElement &Element = Path[I];
468 // Fast-path matches in the canonical types.
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 55 import com.android.gallery3d.data.Path;
105 public static final String KEY_MEDIA_SET_PATH = "media-set-path";
106 public static final String KEY_MEDIA_ITEM_PATH = "media-item-path";
179 private Path mDeletePath;
226 public void setCurrentPhoto(Path path, int indexHint);
388 Path itemPath = itemPathString != null ?
389 Path.fromString(data.getString(KEY_MEDIA_ITEM_PATH)) :
405 Path screenNailSetPath = SnailSource.getSetPath(id);
406 Path screenNailItemPath = SnailSource.getItemPath(id)
1025 Path path = current.getPath(); local
1285 String path = data.getStringExtra(SlideshowPage.KEY_ITEM_PATH); local
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 50 #include "llvm/Support/Path.h"
885 /// \brief If a header file is not found at the path that we expect it to be
898 assert(path::is_absolute(OriginalDir));
901 path::const_iterator fileDirI = path::begin(path::parent_path(filePath)),
902 fileDirE = path::end(path::parent_path(filePath));
903 path::const_iterator origDirI = path::begin(OriginalDir)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 772 milliseconds

1 2 34 5