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

<<11121314151617181920>>

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
  /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/strace/xlat/
gen.sh 171 [A-Z_]*) # symbolic constants
178 '1<<'[A-Z_]*) # symbolic constants with shift
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 50 const NFSMODE_LNK = 0120000; /* symbolic link */
87 NFLNK = 5, /* symbolic link */
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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"""
  /toolchain/binutils/binutils-2.25/gas/doc/
c-ppc.texi 152 Allow symbolic names for registers.
155 Do not allow symbolic names for registers.
  /toolchain/binutils/binutils-2.25/ld/
ld.h 115 symbolic, enumerator in enum:symbolic_enum
175 enum symbolic_enum symbolic; member in struct:__anon76212
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 227 """ Assert that |path| is a symbolic link.
235 '%s is a symbolic link' % path_friendly_name)
239 """ Assert that |path| is a symbolic link to |pointee|.
248 '%s is a symbolic link to %s' %
591 """ Create a symbolic link named |path|.
593 @param path string pathname of the symbolic link.
  /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 288 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
379 // a symbolic region. The second '*__gruep__' involves performing a load
419 // This just tests the proper tracking of symbolic values for globals (both
482 // Do not crash when performing compare and swap on symbolic values.
512 // Reduced from a crash involving the cast of an Objective-C symbolic region to
559 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value
564 return compare ? 0 : 1; // Forces the evaluation of the symbolic constraint.
706 // Test constant-folding of symbolic values, automatically handling type
863 // Handle casts from symbolic regions (packaged as integers) to doubles.
870 // foo_rev95119() returns a symbolic pointer. It is then
    [all...]
pr22954.c 4 // If a.s1 region has a symbolic offset, the whole region of 'a' is invalidated.
334 // Test array with a symbolic offset.
367 // Test array with its super region having symbolic offseted regions.
403 // Test array's region and super region both having symbolic offsets.
472 // Test region with potential aliasing and symbolic offsets.
504 // Test size with symbolic size argument.
566 // Test casting regions with symbolic offseted sub regions.
738 // Test dest buffer as an element region with a symbolic index and size parameter as a symbolic value.
    [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.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]
  /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/clang/include/clang/Basic/
DiagnosticASTKinds.td 161 "unknown symbolic operand name in inline assembly string">;
164 "unterminated symbolic operand name in inline assembly string">;
166 "empty symbolic operand name in inline assembly string">;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 174 /// - the symbolic execution graph is fully explored.
209 /// \brief Handles assumptions on symbolic values.
211 /// 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/protobuf/src/google/protobuf/compiler/
importer.cc 238 // resolves symbolic links. This could cause problems if people place
239 // symbolic links in their source tree. For example, if you executed:
241 // then if foo/bar is a symbolic link, foo/bar/baz.proto will canonicalize
  /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 1270 milliseconds

<<11121314151617181920>>