HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 676 - 700 of 897) sorted by null

<<21222324252627282930>>

  /frameworks/compile/slang/
slang.cpp 65 #include "llvm/Support/Path.h"
122 llvm::sys::path::parent_path(OutputFile), Error)) {
286 clang::ModuleIdPath Path,
  /frameworks/rs/
rsRuntime.h 65 void rsrDrawPath(Context *, Path *);
rsScriptC_LibGL.cpp 151 void rsrDrawPath(Context *rsc, Path *sm) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 37 import com.android.gallery3d.data.Path;
108 // 1. If focus hint path != null, we try to focus on it if we can find
120 public void setFocusHintPath(Path path);
129 public void onDeleteImage(Path path, int offset);
350 // message.obj is the Path of the MediaItem which should be
352 mListener.onDeleteImage((Path) message.obj, message.arg1);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h 65 void rsrDrawPath(Context *, Path *);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h 65 void rsrDrawPath(Context *, Path *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsRuntime.h 65 void rsrDrawPath(Context *, Path *);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 28 import android.graphics.Path;
651 private final Path mPath;
679 mPath = new Path();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 103 Path quadToPath(const FloatQuad& quad)
105 Path quadPath;
118 Path quadPath = quadToPath(quad);
160 // RenderSVGRoot should be highlighted through the isBox() code path, all other SVG elements should just dump their absoluteQuads().
232 // RenderSVGRoot should be highlighted through the isBox() code path, all other SVG elements should just dump their absoluteQuads().
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 38 # looks like an environment variable to the shell (e.g. %PATH%) would fail.
53 # Take care to normpath only the path in the case of 'call ../x.bat' because
54 # otherwise the whole thing is incorrectly interpreted as a path and not
59 program = call + ' ' + os.path.normpath(program)
61 program = os.path.normpath(args[0])
65 def _GenericRetrieve(root, default, path):
66 """Given a list of dictionary keys |path| and a tree of dicts |root|, find
67 value at path, or return |default| if any of the path doesn't exist."""
70 if not path
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 37 /// VirtualBase - If the path from the derived class to the base class
39 /// virtual base in this path (i.e. closest to the base class).
44 /// path from the derived class to the base class involves a virtual base
221 const CXXBasePath &Path) {
228 for (int I = Path.size(), E = 0; I != E; --I) {
229 const CXXBasePathElement &Element = Path[I - 1];
240 for (unsigned I = NonVirtualStart, E = Path.size(); I != E; ++I) {
241 const CXXBasePathElement &Element = Path[I];
476 // Fast-path matches in the canonical types.
    [all...]
ExprConstant.cpp 87 /// Get an LValue path entry, which is known to not be an array index, as a
96 /// Get an LValue path entry, which is known to not be an array index, as a
101 /// Get an LValue path entry, which is known to not be an array index, as a
106 /// Determine whether this LValue path entry for a base class names a virtual
112 /// Find the path length and type of the most-derived subobject in the given
113 /// path, and find the size of the containing array, if any.
116 ArrayRef<APValue::LValuePathEntry> Path,
120 for (unsigned I = 0, N = Path.size(); I != N; ++I) {
132 } else if (const FieldDecl *FD = getAsField(Path[I])) {
137 // Path[I] describes a base class
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 27 import android.graphics.Path;
863 Path mShadow = new Path();
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 120 const sys::fs::Path& pPath, Input::Type pType)
136 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath)
153 const sys::fs::Path* path = NULL; local
154 // find out the real path of the namespec.
161 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
171 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
174 if (NULL == path) {
179 m_InputBuilder.createNode<InputTree::Positional>(pNameSpec, *path);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 43 import com.android.gallery3d.data.Path;
73 public static final String KEY_MEDIA_PATH = "media-path";
674 public void onSelectionChange(Path path, boolean selected) {
676 mActionModeHandler.updateSupportedOperation(path, selected);
748 Path id = mSelectionManager.getSelected(false).get(0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 34 import org.eclipse.core.runtime.Path;
669 if (Path.EMPTY.isValidSegment(projText)) {
701 if (!status.isOK() || !Path.ROOT.isValidSegment(projectName)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 80 import org.eclipse.core.runtime.Path;
314 IPath projectPath = new Path(FD_RESOURCES + WS_SEP + folderType.getName() + WS_SEP
461 IFile file = project.getFile(new Path(projectPath));
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc 154 const std::string& path,
162 url, name, value, domain, path, expiration_time, secure, http_only,
255 // * Two domain path cookies (.c.b.a/dir1, .c.b.a/dir1/dir2)
256 // * Two host path cookies (w.c.b.a/dir1, w.c.b.a/dir1/dir2)
356 // Domain path cookies
378 // Host path cookies
688 const std::string path; member in struct:net::__anon13143::CookiesInputInfo
720 cc.url, cc.name, cc.value, cc.domain, cc.path, cc.expiration_time,
2352 std::string path = "\/foo"; local
    [all...]
  /external/clang/lib/Format/
Format.cpp 28 #include "llvm/Support/Path.h"
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 1 //===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===//
79 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
94 // FIXME: This probably shouldn't mutate the original path piece.
123 path(pathImpl) {}
137 // Check if CP represents a path through a function outside of the main file.
141 const PathPieces &Path = CP->path;
142 if (Path.empty())
145 // Check if the last piece in the callee path is a call to a function outside
148 dyn_cast<PathDiagnosticCallPiece>(Path.back()))
221 const PathPieces &path = *WorkList.pop_back_val(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 271 # UpdateInFilePath - Update the path in the report file.
543 my $Path = <IN>;
544 if (defined $Path) { UpdatePrefix($Path); }
694 <td class="Q">Path Length</td>
1098 --use-cc [compiler path]
1099 --use-cc=[compiler path]
1109 this option to specify a path to that compiler.
1111 --use-c++ [compiler path]
1112 --use-c++=[compiler path]
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 271 # UpdateInFilePath - Update the path in the report file.
543 my $Path = <IN>;
544 if (defined $Path) { UpdatePrefix($Path); }
694 <td class="Q">Path Length</td>
1098 --use-cc [compiler path]
1099 --use-cc=[compiler path]
1109 this option to specify a path to that compiler.
1111 --use-c++ [compiler path]
1112 --use-c++=[compiler path]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 59 import org.eclipse.core.runtime.Path;
446 * Returns an absolute path to the given resource
448 * @param resource the resource to look up a path for
449 * @return an absolute file system path to the resource
465 * Converts a workspace-relative path to an absolute file path
467 * @param path the workspace-relative path to convert
471 public static File workspacePathToFile(@NonNull IPath path) {
473 IResource res = root.findMember(path);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 82 import org.eclipse.core.runtime.Path;
1318 String path = array.get(0); local
1376 StringBuilder path = new StringBuilder(); local
    [all...]

Completed in 1638 milliseconds

<<21222324252627282930>>