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

<<21222324252627282930>>

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 156 CASE_DRAW_NEW(Path);
310 CASE_GET_DRAW_INFO(Path);
478 DRAW_NAME("path", SkType_Path),
  /external/chromium_org/ui/views/
view.h 47 class Path;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 35 #include "llvm/Support/Path.h"
62 Name = llvm::sys::path::stem(ClangExecutable);
63 Dir = llvm::sys::path::parent_path(ClangExecutable);
65 // Compute the path to the resource directory.
69 llvm::sys::path::append(P, ClangResourceDir);
71 llvm::sys::path::append(P, "..", "lib", "clang", CLANG_VERSION_STRING);
529 VFS = llvm::sys::path::filename(Script + ".cache");
530 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
548 StringRef NewFilename = llvm::sys::path::filename(*it);
734 const char *path = it->c_str() local
736 llvm::outs() << sysroot << path + 1; local
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 17 #include "llvm/Support/Path.h"
72 llvm::sys::path::native("//net/dir/file1", PathStorage);
74 llvm::sys::path::native("//net/dir/file2", PathStorage);
140 StringRef find(StringRef Path) {
142 return Trie.findEquivalent(Path, ES);
150 Trie.insert("//net/path/file.cc");
152 EXPECT_EQ("//net/path/file.cc", find("//net/path/file.cc"));
174 EXPECT_EQ("Path is ambiguous", Error);
185 EXPECT_TRUE(find("//net/some/path").empty())
    [all...]
  /external/llvm/utils/buildit/
build_llvm 20 # The third parameter is the path to the compiler sources. There should be a
92 SDKROOT_PATH=`xcodebuild -version -sdk $SDKROOT Path`
150 PATH=$DIR/bin:$PATH
317 find . \( -path \*.dSYM/\* -or -name \*.a \) -print \
  /external/skia/src/animator/
SkDisplayType.cpp 156 CASE_DRAW_NEW(Path);
310 CASE_GET_DRAW_INFO(Path);
478 DRAW_NAME("path", SkType_Path),
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 24 import android.graphics.Path;
205 * The path is represented as an array of PathDataNode here, which is
258 * maximum error for path animations.
280 // TODO: Further clean up this part of code into 4 types : path, color,
319 * Setup the Animator to achieve path morphing.
363 * maximum error for path animations.
382 Path path = PathParser.createPathFromPathData(pathData); local
384 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 30 import com.android.gallery3d.data.Path;
80 public Path setPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 60 import org.eclipse.core.runtime.Path;
324 return project.getFile(new Path(FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 59 import org.eclipse.core.runtime.Path;
373 String remoteFileName = new Path(remote).toFile().getName();
396 // fix path to gdb
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 49 import org.eclipse.core.runtime.Path;
90 String path = "testdata" + File.separator + relativePath; //$NON-NLS-1$ local
92 AdtProjectTest.class.getResourceAsStream(path);
244 IFile file = parent.getFile(new Path(name));
  /development/build/tools/
mk_sdk_repo_xml.sh 118 Extra.Path path 1
373 # - path extra
  /external/chromium_org/chrome/test/base/
js2gtest.js 21 ' path-to-testfile.js testfile.js path_to_deps.js output.cc test-type');
26 * Full path to the test input file.
32 * Relative path to the test input file appropriate for use in the
39 * Path to Closure library style deps.js file.
45 * Path to C++ file generation is outputting to.
150 * inclusion (path) and runtime inclusion (base).
152 * @return {{path: string, base: string}} Object describing the paths
157 path: jsFile.replace(/[^\/\\]+$/, includeFile),
164 * Maps object names to the path to the file that provides them.
171 * Maps dependency path names to object names required by the file
    [all...]
  /external/chromium_org/net/cookies/
canonical_cookie.cc 77 // The RFC says the path should be a prefix of the current URL path.
78 // However, Mozilla allows you to set any path for compatibility with
80 // to be generous and accept cookies with an invalid path attribute, and
81 // default the path to something reasonable.
83 // The path was supplied in the cookie, we'll take it.
87 // The path was not supplied in the cookie or invalid, we will default
88 // to the current URL path.
89 // """Defaults to the path of the request URL that generated the
93 const std::string& url_path = url.path();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 110 // Add libclc generic search path
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative);
  /external/chromium_org/tools/grit/grit/tool/
build.py 75 -f FIRSTIDSFILE Path to a python file that specifies the first id of
80 -w WHITELISTFILE Path to a file containing the string names of the
144 self.VerboseOut('Output directory: %s (absolute path: %s)\n' %
146 os.path.abspath(self.output_directory)))
238 outfiles[ix].output_filename = os.path.abspath(
242 output.output_filename = os.path.abspath(os.path.join(
293 if not os.path.exists(output.GetOutputFilename()):
350 depfile = os.path.abspath(depfile)
351 depdir = os.path.abspath(depdir
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py 21 path, sdk_based, default_toolset=None):
28 self.path = path
58 def Path(self):
59 """Returns the path to Visual Studio installation."""
60 return self.path
63 """Returns the path to a given compiler tool. """
64 return os.path.normpath(os.path.join(self.path, "VC/bin", tool)
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_aura.cc 16 #include "ui/gfx/path.h"
111 gfx::Path path; local
117 path.addRoundRect(rect, radii);
119 canvas->drawPath(path, paint);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 202 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
desktop_window_tree_host_win.h 147 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* path) OVERRIDE;
  /external/clang/tools/scan-build/
scan-build 22 use File::Path qw( rmtree mkpath );
286 # UpdateInFilePath - Update the path in the report file.
566 my $Path = <IN>;
567 if (defined $Path) { UpdatePrefix($Path); }
718 <td class="Q">Path Length</td>
1131 --use-cc [compiler path]
1132 --use-cc=[compiler path]
1142 this option to specify a path to that compiler.
1144 --use-c++ [compiler path]
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 148 static void error(Twine Message, Twine Path = Twine()) {
150 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
153 static bool error(std::error_code EC, Twine Path = Twine()) {
155 error(EC.message(), Path);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 110 // Add libclc generic search path
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative);
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 21 #include <llvm/Support/Path.h>
87 llvm::sys::path::append(output_path, pResName);
88 llvm::sys::path::replace_extension(output_path, ".o");
300 android::String8 path(pOutputPath);
301 path.append(".ll");
302 ir_file = new OutputFile(path.string(), FileBase::kTruncate);
382 // Construct output path.
386 llvm::sys::path::append(output_path, pResName);
387 llvm::sys::path::replace_extension(output_path, ".o");
439 // Embed the info string directly in the ELF, since this path is for a
    [all...]
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 15 #include <mcld/Support/Path.h>

Completed in 1777 milliseconds

<<21222324252627282930>>