OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symbolic
(Results
101 - 125
of
1677
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/toybox/toys/other/
readlink.c
1
/* readlink.c - Return string representation of a
symbolic
link.
/external/valgrind/auxprogs/
change-copyright-year
21
if [ -L $i ]; then continue; fi # skip
symbolic
links
/external/zlib/src/win32/
README-WIN32.txt
33
example.pdb
Symbolic
information for debugging example.exe
36
example_d.pdb
Symbolic
information for debugging example_d.exe
39
minigzip.pdb
Symbolic
information for debugging minigzip.exe
42
minigzip_d.pdb
Symbolic
information for debugging minigzip_d.exe
/libcore/luni/src/main/native/
canonicalize_path.cpp
41
* behavior where we just assume the path element was not a
symbolic
link. This leads to a textual
90
// See if we've got a
symbolic
link, and resolve it if so.
103
// The
symbolic
link is absolute, so we need to start from scratch.
106
// The
symbolic
link is relative, so we just lose the last path component (which
readlink.h
20
* Fills 'result' with the contents of the
symbolic
link 'path'. Sets errno and returns false on
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
auxvec.h
6
/*
Symbolic
values for the entries in the auxiliary table
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
auxvec.h
6
/*
Symbolic
values for the entries in the auxiliary table
/prebuilts/go/darwin-x86/src/os/
file_posix.go
16
// Readlink returns the destination of the named
symbolic
link.
48
// If the file is a
symbolic
link, it changes the mode of the link's target.
70
// If the file is a
symbolic
link, it changes the uid and gid of the link's target.
80
// If the file is a
symbolic
link, it changes the uid and gid of the link itself.
/prebuilts/go/linux-x86/src/os/
file_posix.go
16
// Readlink returns the destination of the named
symbolic
link.
48
// If the file is a
symbolic
link, it changes the mode of the link's target.
70
// If the file is a
symbolic
link, it changes the uid and gid of the link's target.
80
// If the file is a
symbolic
link, it changes the uid and gid of the link itself.
/system/core/adb/
adb_utils_test.cpp
55
// On modern (English?) Windows, this is a directory
symbolic
link to
56
// C:\ProgramData.
Symbolic
links are rare on Windows and the user requires
58
// create
symbolic
links.
70
ASSERT_FALSE(directory_exists("/proc/self")); //
Symbolic
link.
/toolchain/binutils/binutils-2.25/gold/testsuite/
dynamic_list_2.cc
24
// allows overrides for symbols listed in the file, and does
symbolic
dynamic_list_lib1.cc
24
// allows overrides for symbols listed in the file, and does
symbolic
dynamic_list_lib2.cc
24
// allows overrides for symbols listed in the file, and does
symbolic
/external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java
167
// *******************
Symbolic
links *******************
170
* Set the source node to be a
symbolic
link to the destination.
175
* Set the source node to be a
symbolic
link to the destination.
180
* Set this node to be a
symbolic
link to another node.
185
* Retrieve the
symbolic
link this node points to. Will return reference to self if not a symlink.
/external/clang/docs/analyzer/
RegionStore.txt
14
Regions that do not have a known offset use a special "
symbolic
" offset. These
24
Supporting both concrete and
symbolic
offsets makes things a bit tricky. Here's
33
symbolic
offset invalidates the entire concrete offset region.* We know
44
concrete offset invalidates any
symbolic
offset bindings whose concrete offset
74
variable. Thus it is not valid to assume that all bindings with non-
symbolic
115
appropriate default value for the region (usually a
symbolic
value, but
/external/clang/test/Analysis/
ptr-arith.c
61
// Allow arithmetic on different
symbolic
regions.
74
// LHS is a non-
symbolic
value, RHS is NULL
80
// LHS is NULL, RHS is non-
symbolic
81
// The same code is used for labels and non-
symbolic
values.
86
// LHS is a
symbolic
value, RHS is NULL
92
// LHS is NULL, RHS is a
symbolic
value
casts.c
71
// PR12511 and radar://11215362 - Test that we support SymCastExpr, which represents
symbolic
int to float cast.
82
if ((*((void**)&p)) == (void*)0) // Test that the cast to void preserves the
symbolic
region.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
zipio.rst
49
Returns true if *path* exists and refers to a
symbolic
link.
58
Returns the contents of a
symbolic
link, like :func:`os.readlink`.
/external/elfutils/backends/
ia64_symbol.c
1
/* IA-64 specific
symbolic
name handling.
99
/* Return
symbolic
representation of section type. */
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h
109
// Defines
symbolic
names for ARM registers. This defines a mapping from
115
// Defines
symbolic
names for the ARM instructions.
/external/llvm/lib/Target/NVPTX/
NVPTX.h
170
// Defines
symbolic
names for NVPTX registers. This defines a mapping from
175
// Defines
symbolic
names for the NVPTX instructions.
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h
90
// Defines
symbolic
names for PowerPC registers. This defines a mapping from
96
// Defines
symbolic
names for the PowerPC instructions.
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.h
93
// Defines
symbolic
names for SystemZ registers.
98
// Defines
symbolic
names for the SystemZ instructions.
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
104
// Defines
symbolic
names for X86 registers. This defines a mapping from
110
// Defines
symbolic
names for the X86 instructions.
/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.
Completed in 3329 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>