HomeSort by relevance Sort by last modified time
    Searched full:symbolic (Results 126 - 150 of 1693) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/android/system/
StructStat.java 49 * For symbolic links, the length in bytes of the pathname contained in the symbolic link.
  /packages/apps/Messaging/build/
android_lint.mk 19 # Create a symbolic link to redirect the tool
27 # it's not. Create a symbolic link to the android SDK to fix it
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixpath.py 136 # Is a path a symbolic link?
140 """Test whether a path is a symbolic link"""
147 # Being true for dangling symbolic links is also useful.
150 """Test whether a path exists. Returns True for broken symbolic links"""
319 # if it contains symbolic links!
366 symbolic links encountered in the path."""
370 # Join two paths, normalizing ang eliminating any symbolic links
395 # Resolve the symbolic link
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixpath.py 136 # Is a path a symbolic link?
140 """Test whether a path is a symbolic link"""
147 # Being true for dangling symbolic links is also useful.
150 """Test whether a path exists. Returns True for broken symbolic links"""
319 # if it contains symbolic links!
366 symbolic links encountered in the path."""
370 # Join two paths, normalizing ang eliminating any symbolic links
395 # Resolve the symbolic link
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 102 // If the file is a symbolic link, the returned FileInfo
103 // describes the symbolic link. Lstat makes no attempt to follow the link.
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 102 // If the file is a symbolic link, the returned FileInfo
103 // describes the symbolic link. Lstat makes no attempt to follow the link.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 136 # Is a path a symbolic link?
140 """Test whether a path is a symbolic link"""
147 # Being true for dangling symbolic links is also useful.
150 """Test whether a path exists. Returns True for broken symbolic links"""
319 # if it contains symbolic links!
366 symbolic links encountered in the path."""
370 # Join two paths, normalizing ang eliminating any symbolic links
395 # Resolve the symbolic link
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 136 # Is a path a symbolic link?
140 """Test whether a path is a symbolic link"""
147 # Being true for dangling symbolic links is also useful.
150 """Test whether a path exists. Returns True for broken symbolic links"""
319 # if it contains symbolic links!
366 symbolic links encountered in the path."""
370 # Join two paths, normalizing ang eliminating any symbolic links
395 # Resolve the symbolic link
  /toolchain/binutils/binutils-2.25/gas/doc/
c-rl78.texi 17 * RL78-Modifiers:: Symbolic Operand Modifiers
46 @section Symbolic Operand Modifiers
  /toolchain/binutils/binutils-2.25/libiberty/
strsignal.c 66 const char *const name; /* The equivalent symbolic value */
226 signal value to find the equivalent symbolic value. */
350 Returns the maximum signal value for which a corresponding symbolic
353 be more symbolic names than messages, or vice versa. In fact, the
361 symbolic name or message.
451 symbolic name of that signal number, as found in @code{<signal.h>}.
454 symbolic names, but no name is available for the particular signal
504 Given the symbolic name of a signal, map it to a signal number. If no
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
efficient_android_directory_copy.sh 17 # Don't delete symbolic links, since doing so deletes the vital lib link.
  /external/elfutils/backends/
i386_symbol.c 1 /* i386 specific symbolic name handling.
  /external/icu/icu4c/packaging/
PACKAGES 90 - All the shared libraries, and their major number symbolic link, but
91 not the .so symbolic link that is only used at link time (this one is
128 - The .so symbolic links used by the linker to link against the
138 version, since it provides .so symbolic links to the latest libraries.
  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 23 // This function tries to add a symbolic operand in place of the immediate
28 // symbolic information at the Address for this instruction. If that returns
29 // non-zero then the symbolic information it returns is used to create an MCExpr
195 assert(Ctx && "No MCContext given for symbolic disassembly");
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Value.java 33 * An immutable symbolic value for semantic interpretation of bytecode.
  /external/opencv3/doc/tutorials/introduction/ios_install/
ios_install.markdown 24 -# Make symbolic link for Xcode to let OpenCV build scripts find the compiler, header files etc.
  /external/selinux/policycoreutils/sestatus/
sestatus.8 50 Displays the contexts of files and processes listed in the \fI/etc/sestatus.conf\fR file. It also checks whether the file is a symbolic link, if so then the context of the target file is also shown.
sestatus.conf.5 52 One or more fully qualified file names, each on a new line will that will have its context displayed. If the file does not exist, then it is ignored. If the file is a symbolic link, then \fBsestatus \-v\fR will also display the target file context.
  /ndk/sources/host-tools/make-3.81/tests/
mkshadow 3 # Simple script to make a "shadow" test directory, using symbolic links.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 0 # Symbolic constants for Tk
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 0 # Symbolic constants for Tk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 0 # Symbolic constants for Tk
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 0 # Symbolic constants for Tk
  /bionic/libc/include/
fts.h 98 #define FTS_SL 12 /* symbolic link */
99 #define FTS_SLNONE 13 /* symbolic link without target */
107 #define FTS_FOLLOW 2 /* follow symbolic link */
  /development/ndk/platforms/android-21/include/
fts.h 98 #define FTS_SL 12 /* symbolic link */
99 #define FTS_SLNONE 13 /* symbolic link without target */
107 #define FTS_FOLLOW 2 /* follow symbolic link */

Completed in 705 milliseconds

1 2 3 4 56 7 8 91011>>