Searched
full:symbolic (Results
251 -
275 of
1693) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
ftw.h | 40 #define FTW_SL 5 /* Symbolic link. */
|
/system/update_engine/update_manager/ |
real_shill_provider.h | 64 // Helper methods for converting shill strings into symbolic values.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-ecoff.h | 54 /* This is used to write the symbolic data in the format that BFD
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
programmer-friendly.s | 15 // symbolic address in a nearby literal pool and generate a hidden
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strerror.c | 62 const char *const name; /* The equivalent symbolic value */ 323 ENTRY(ELOOP, "ELOOP", "Too many symbolic links encountered"), 450 errno value to find the equivalent symbolic value. */ 570 symbolic name or message is available. Note that in the case where we 572 there to be more symbolic names than messages, or vice versa. In 580 symbolic name or message. 674 symbolic name of that error number, as found in @code{<errno.h>}. 677 symbolic names, but no name is available for the particular error 731 Given the symbolic name of a error number (e.g., @code{EACCES}), map it
|
/toolchain/binutils/binutils-2.25/opcodes/ |
dis-buf.c | 76 though both GDB and objdump provide their own (to print symbolic
|
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 45 enum { Symbolic = 0x2 }; 50 /// Create a key for a binding to region \p r, which has a symbolic offset 53 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) { 68 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; } 491 /// return symbolic 828 // region with a symbolic offset. Example: 852 // Case 3: The next key is symbolic and we just changed something within 859 // Case 4: The next key is symbolic, but we changed a known [all...] |
/build/core/ |
dynamic_binary.mk | 81 ## Store a copy with symbols for symbolic debugging 91 @echo "target Symbolic: $(PRIVATE_MODULE) ($@)"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CastSizeChecker.cpp | 10 // CastSizeChecker checks when casting a malloc'ed symbolic region to type T, 11 // whether the size of the symbolic region is a multiple of the size of T.
|
/external/clang/test/Analysis/ |
dynamic-cast.cpp | 189 // Note, this might need special handling if we track types of symbolic casts 233 // Due to symbolic regions not being typed.
|
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky.h | 155 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or symbolic()/numeric()"); 346 /** Performs a symbolic decomposition on the sparcity of \a matrix. 359 * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. 441 /** Performs a symbolic decomposition on the sparcity of \a matrix. 454 * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. 536 /** Performs a symbolic decomposition on the sparcity of \a matrix. 549 * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. 565 eigen_assert(Base::m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or symbolic()/numeric()");
|
Completed in 1530 milliseconds
<<11121314151617181920>>