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

<<313233343536

  /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/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
winspool.h 355 LPSTR Path;
360 LPWSTR Path;
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py 54 sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
65 # src: path to the working directory.
146 CROS_SDK_PATH = os.path.join('..', 'cros', 'chromite', 'bin', 'cros_sdk')
149 CROS_TEST_KEY_PATH = os.path.join('..', 'cros', 'chromite', 'ssh_keys',
151 CROS_SCRIPT_KEY_PATH = os.path.join('..', 'cros', 'src', 'scripts',
481 source_path: Source file path.
482 destination_path: Destination file path.
485 Downloaded file path if exisits, otherwise None
    [all...]
  /external/chromium_org/ui/views/
view.cc 28 #include "ui/gfx/path.h"
953 gfx::Path mask;
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 30 #include "llvm/Support/Path.h"
68 // Dig into the module path.
166 isBuiltinHeader(llvm::sys::path::filename(File->getName()))) {
179 // Note: as an egregious but useful hack we use the real path here, because
194 // Retrieve our parent path.
195 DirName = llvm::sys::path::parent_path(DirName);
199 // Resolve the parent path to a directory entry.
379 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), NameBuf);
396 llvm::sys::path::stem(File->getName()), NameBuf);
476 llvm::sys::path::stem(SkippedDirs[I-1]->getName())
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 89 inner packet to outer one. It means that path traversed by tunneled
247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.
333 and to enable reversed path filter (\verb|rp_filter| sysctl option) on
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 98 import org.eclipse.core.runtime.Path;
222 // in the SDK data directory (path found via
579 /** Opens a path (which may not be in the workspace) */
593 // It's not a path in the workspace; look externally
594 // (this is probably an @android: path)
1646 IPath path = new Path(file.getAbsolutePath()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 113 import org.eclipse.core.runtime.Path;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 150 NullableEquals(a->path.get(), b->path.get()) &&
893 if (modification->path.get())
894 modified |= cookie->SetPath(*modification->path);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
  /external/chromium_org/ui/aura/
window.cc 34 #include "ui/gfx/path.h"
868 gfx::Path mask;
    [all...]
  /external/chromium_org/ui/views/widget/
widget.cc 566 // It appears we can hit this code path if you close a modal dialog then
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp 179 DNBProcessLaunch (const char *path,
192 DNBLogThreadedIf(LOG_PROCESS, "%s ( path='%s', argv = %p, envp = %p, working_dir=%s, stdin=%s, stdout=%s, stderr=%s, no-stdio=%i, launch_flavor = %u, disable_aslr = %d, err = %p, err_len = %llu) called...",
194 path,
210 if (::stat(path, &path_stat) == -1)
214 snprintf(err_str, err_len, "%s (%s)", stat_error, path);
222 pid_t pid = processSP->LaunchForDebug (path,
442 // We only get the process name, not the full path, from the proc_info. So just take the
473 // us the full path to the executed process.
788 return procSP->Path();
    [all...]
  /external/llvm/include/llvm-c/
Core.h 163 and the path forward agreed upon.
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 789 public static ShadowPath shadowOf(Path instance) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 35 import android.graphics.Path;
1492 Path path = new Path(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 43 #include "ui/gfx/path.h"
258 gfx::Path circular_mask_;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 1002 Path path; local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 36 #include "ui/gfx/path.h"
738 // and only sometimes comes down this code path. The icon stuff in
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 851 if(pData->GetType() == CRF_Data::Path) {
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 348 * @param {!Array.<string>} functionIdentifierParts Path to the chrome.*
    [all...]

Completed in 1802 milliseconds

<<313233343536