OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symbolic
(Results
126 - 150
of
1075
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/config/
mh-hpux-acc
70
## Use linker option -Wl,-B,
symbolic
instead.
74
LD_SOOPTIONS= -Wl,-B,
symbolic
/external/iptables/extensions/
libxt_TOS.c
60
" Accepted
symbolic
names for value are:\n");
79
" Accepted
symbolic
names for value are:\n",
/external/llvm/docs/
Lexicon.rst
24
compiler's first complete
symbolic
(as opposed to textual)
27
(consider the
symbolic
representation for the type of a typical "linked
/external/protobuf/src/google/protobuf/testing/
file.cc
54
// Windows doesn't have
symbolic
links.
149
// lstat = Don't follow
symbolic
links.
/frameworks/compile/mclinker/include/mcld/Support/
Directory.h
31
* non-
symbolic
link status, and a FileStatus object for
symbolic
link
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix1_lim.h
122
/* The number of bytes in a
symbolic
link. */
125
/* The number of
symbolic
links that can be traversed in the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h
49
FTW_SL, /*
Symbolic
link. */
57
FTW_SLN /*
Symbolic
link naming non-existing file. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix1_lim.h
122
/* The number of bytes in a
symbolic
link. */
125
/* The number of
symbolic
links that can be traversed in the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h
49
FTW_SL, /*
Symbolic
link. */
57
FTW_SLN /*
Symbolic
link naming non-existing file. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix1_lim.h
122
/* The number of bytes in a
symbolic
link. */
125
/* The number of
symbolic
links that can be traversed in the
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h
49
FTW_SL, /*
Symbolic
link. */
57
FTW_SLN /*
Symbolic
link naming non-existing file. */
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java
374
// *******************
Symbolic
links *******************
377
* Set the source node to be a
symbolic
link to the destination.
384
* Set the source node to be a
symbolic
link to the destination.
391
* Set this node to be a
symbolic
link to another node.
409
* Retrieve the
symbolic
link this node points to. Will return reference to self if not a symlink.
/external/openssh/
sftp.1
253
does not follow
symbolic
links encountered in the tree traversal.
376
does not follow
symbolic
links when performing recursive transfers.
410
flag is specified the created link is a
symbolic
link, otherwise it is
498
does not follow
symbolic
links when performing recursive transfers.
516
Create a
symbolic
link from
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
43
enum {
Symbolic
= 0x2 };
48
/// Create a key for a binding to region \p r, which has a
symbolic
offset
51
: P(r, k |
Symbolic
), Data(reinterpret_cast<uintptr_t>(Base)) {
66
bool hasSymbolicOffset() const { return P.getInt() &
Symbolic
; }
461
/// return
symbolic
779
// region with a
symbolic
offset. Example:
803
// Case 3: The next key is
symbolic
and we just changed something within
810
// Case 4: The next key is
symbolic
, but we changed a known
853
// If we're invalidating a region with a
symbolic
offset, we need to make sure
[
all
...]
/external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h
194
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or
symbolic
()/numeric()");
222
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or
symbolic
()/numeric()");
402
/** Performs a
symbolic
decomposition on the sparcity of \a matrix.
415
* The given matrix must has the same sparcity than the matrix on which the
symbolic
decomposition has been performed.
496
/** Performs a
symbolic
decomposition on the sparcity of \a matrix.
509
* The given matrix must has the same sparcity than the matrix on which the
symbolic
decomposition has been performed.
591
/** Performs a
symbolic
decomposition on the sparcity of \a matrix.
604
* The given matrix must has the same sparcity than the matrix on which the
symbolic
decomposition has been performed.
620
eigen_assert(Base::m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or
symbolic
()/numeric()");
/external/ceres-solver/internal/ceres/
schur_complement_solver.cc
294
//
Symbolic
factorization is computed if we don't already have one handy.
303
cholmod_print_common("
Symbolic
Analysis", ss_.mutable_cc());
367
// Compute
symbolic
factorization if not available.
/external/chromium/net/base/
net_log.h
139
// Returns a C-String
symbolic
name for |event_type|.
145
// Returns a C-String
symbolic
name for |source_type|.
148
// Returns a C-String
symbolic
name for |event_phase|.
/external/clang/include/clang/Basic/
DiagnosticASTKinds.td
118
"unknown
symbolic
operand name in inline assembly string">;
121
"unterminated
symbolic
operand name in inline assembly string">;
123
"empty
symbolic
operand name in inline assembly string">;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h
56
/// \param[in] loc The
symbolic
memory location.
65
/// \param[in] loc The
symbolic
memory location.
146
/// - We don't know (base is a
symbolic
region and we don't have
Environment.h
115
/// Bind a
symbolic
value to the given environment entry.
/libcore/luni/src/test/java/libcore/java/io/
FileTest.java
125
// a
symbolic
link, so the canonical file/path will be different.)
147
// http://b/3047893 - getCanonicalPath wasn't actually resolving
symbolic
links.
149
// This assumes you can create
symbolic
links in the temporary directory. This isn't
/development/ndk/platforms/android-9/include/EGL/
eglplatform.h
113
* their type is boolean, bitmask, enumerant (
symbolic
constant), integer,
/external/bison/build-aux/
gnupload
48
--symlink create
symbolic
links
49
--rmsymlink remove
symbolic
links
58
--symlink-regex[=EXPR] use sed script EXPR to compute
symbolic
link names
90
3. Same as above, and also create
symbolic
links to foobar-latest.tar.*:
/external/chromium/testing/gmock/test/
gmock_test_utils.py
43
# isdir resolves
symbolic
links.
/external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp
59
// Allow arithmetic on different
symbolic
regions.
Completed in 585 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>