HomeSort by relevance Sort by last modified time
    Searched full:symbolic (Results 301 - 325 of 1246) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 50 const NFSMODE_LNK = 0120000; /* symbolic link */
87 NFLNK = 5, /* symbolic link */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 50 const NFSMODE_LNK = 0120000; /* symbolic link */
87 NFLNK = 5, /* symbolic link */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 99 """Return true if the pathname refers to a symbolic link."""
111 """Test whether a path exists. Returns True for broken symbolic links"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 99 """Return true if the pathname refers to a symbolic link."""
111 """Test whether a path exists. Returns True for broken symbolic links"""
  /system/core/toolbox/upstream-netbsd/sbin/chown/
chown.c 124 * change the owner/group of the symbolic link.
125 * 4.4BSD's symbolic links didn't have owners/groups,
  /external/e2fsprogs/ext2ed/
dir_com.c 198 This is required to easily support symbolic links - If we find later that the inode pointed by the entry is
199 actually a symbolic link, we'll need to return to this point, and the above inode doesn't have (and can't have,
209 8. If the inode's type is a symbolic link (only fast symbolic link were meanwhile implemented. I guess this is
268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */
271 wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n");
  /external/clang/test/Analysis/
misc-ps.m 301 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
392 // a symbolic region. The second '*__gruep__' involves performing a load
432 // This just tests the proper tracking of symbolic values for globals (both
495 // Do not crash when performing compare and swap on symbolic values.
525 // Reduced from a crash involving the cast of an Objective-C symbolic region to
572 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value
577 return compare ? 0 : 1; // Forces the evaluation of the symbolic constraint.
719 // Test constant-folding of symbolic values, automatically handling type
876 // Handle casts from symbolic regions (packaged as integers) to doubles.
883 // foo_rev95119() returns a symbolic pointer. It is then
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 673 <Literal remap="tt">12</Literal> - The file is a <Literal remap="tt">symbolic link</Literal>.
777 described above, to another alias method called <Literal remap="tt">symbolic linking</Literal>,
871 <Title>Symbolic links</Title>
910 <Literal remap="tt">Symbolic link</Literal>, on the other hand, is analyzed at <Literal remap="tt">run time</Literal>. A
911 symbolic link is just a <Literal remap="tt">pathname</Literal> which is accessible from an inode.
913 kernel reaches a symbolic link, it will <Literal remap="tt">follow it in run time</Literal> using
918 As such, symbolic link can be made <Literal remap="tt">across different filesystems</Literal> and a
920 its symbolic links.
925 directory entry. Symbolic link, on the other hand, consumes at least an
930 When the inode is identified as a symbolic link, the kernel needs to fin
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 55 static const int64_t Symbolic = INT64_MAX;
62 bool hasSymbolicOffset() const { return Offset == Symbolic; }
146 /// \brief If this is a symbolic region, returns the region. Otherwise,
147 /// goes up the base chain looking for the first symbolic base region.
709 /// map the concept of symbolic values into the domain of regions. Symbolic
999 // FIXME: Eventually support symbolic offsets.
    [all...]
SVals.h 41 /// SVal - This represents a symbolic expression, which can be either
152 /// should continue to the base regions if the region is not symbolic.
163 /// should continue to the base regions if the region is not symbolic.
166 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
312 /// \brief Represents symbolic expression.
ProgramState.h 65 /// 3. Constraints on symbolic values (GenericDataMap)
151 // Each ProgramState records constraints on symbolic values. These constraints
153 // As constraints gradually accrue on symbolic values, added constraints
159 // symbolic values. A call to 'assume' indicates an assumption being placed
160 // on one or symbolic values. 'assume' methods take the following inputs:
201 // Binding and retrieving values to/from the environment and symbolic store.
  /external/chromium_org/courgette/testdata/
elf-32-1 
elf-32-2 
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 254 // If 'V' is a symbolic value that is *perfectly* constrained to
256 // on later analysis stages (so we have less symbolic values to reason
264 // and truncation of symbolic values, we need to convert
274 // The symbolic value stored to 'x' is actually the conjured
593 // If this is a symbolic region, visit the symbol for the region.
  /external/chromium_org/third_party/angle/extensions/
EXT_robustness.txt 143 The symbolic constant returned indicates if the GL context has been
160 and may be queried by calling GetIntegerv with the symbolic constant
192 with the symbolic constant CONTEXT_ROBUST_ACCESS_EXT.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 223 // resolves symbolic links. This could cause problems if people place
224 // symbolic links in their source tree. For example, if you executed:
226 // then if foo/bar is a symbolic link, foo/bar/baz.proto will canonicalize
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 154 "unknown symbolic operand name in inline assembly string">;
157 "unterminated symbolic operand name in inline assembly string">;
159 "empty symbolic operand name in inline assembly string">;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 164 /// - the symbolic execution graph is fully explored.
199 /// \brief Handles assumptions on symbolic values.
201 /// This method is called when a symbolic expression is assumed to be true or
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 91 * @return the symbolic state of the execution stack frame at each bytecode
367 * Returns the symbolic stack frame for each instruction of the last
370 * @return the symbolic state of the execution stack frame at each bytecode
  /external/oprofile/opjitconv/
opjitconv.c 270 /* Check if the dump file is a symbolic link.
271 * We should not trust symbolic links because we only produce normal dump
280 printf("opjitconv: dumpfile path is corrupt (symbolic links not allowed).\n");
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 223 // resolves symbolic links. This could cause problems if people place
224 // symbolic links in their source tree. For example, if you executed:
226 // then if foo/bar is a symbolic link, foo/bar/baz.proto will canonicalize
  /ndk/build/tools/
download-toolchain-sources.sh 228 # 1. Create symbolic link for clang which is always built
229 # 2. Create symbolic link for compiler-rt too
231 # will only create symbolic link when --with-polly is specified.
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 117 to GID (if GID is not -1). Follow symbolic links.
471 to GID (if GID is not -1). Do not follow symbolic links.
523 /* Read the contents of the symbolic link FILE and place the first BUFSIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 262 If FILE is a symbolic link, do not follow it. */
283 If FILE is a symbolic link, this affects its target instead. */
289 If FILE is a symbolic link, this affects the link itself
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 262 If FILE is a symbolic link, do not follow it. */
283 If FILE is a symbolic link, this affects its target instead. */
289 If FILE is a symbolic link, this affects the link itself

Completed in 1171 milliseconds

<<11121314151617181920>>