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

<<11121314151617181920>>

  /external/icu/icu4c/source/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/include/llvm/Analysis/
VectorUtils.h 77 /// \brief Get the stride of a pointer access in a loop. Looks for symbolic
78 /// strides "a[i*stride]". Returns the symbolic stride, or null otherwise.
  /external/llvm/test/tools/llvm-objdump/X86/
macho-symbolized-disassembly.test 10 // RUN: llvm-objdump -d -m -no-show-raw-insn -full-leading-addr -print-imm-hex -no-symbolic-operands %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s -check-prefix=NO-SYM-OPS-OBJ
11 // RUN: llvm-objdump -d -m -no-show-raw-insn -full-leading-addr -print-imm-hex -no-symbolic-operands %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s -check-prefix=NO-SYM-OPS-EXE
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 39 # directory pointed to by the "asio" symbolic link, extract the version you
40 # want to integrate and finally, make the "asio" symbolic link point to the
  /external/protobuf/src/google/protobuf/testing/
file.cc 54 // Windows doesn't have symbolic links.
167 // lstat = Don't follow symbolic links.
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 28 * non-symbolic link status, and a FileStatus object for symbolic link
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix1_lim.h 124 /* The number of bytes in a symbolic link. */
127 /* The number of symbolic links that can be traversed in the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix1_lim.h 124 /* The number of bytes in a symbolic link. */
127 /* The number of symbolic links that can be traversed in the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix1_lim.h 124 /* The number of bytes in a symbolic link. */
127 /* The number of symbolic links that can be traversed in the
  /prebuilts/go/darwin-x86/src/os/
stat_windows.go 70 // If the file is a symbolic link, the returned FileInfo
71 // describes the symbolic link. Lstat makes no attempt to follow the link.
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 12 pS // a symbolic character.
138 // IsSymbol reports whether the rune is a symbolic character.
  /prebuilts/go/linux-x86/src/os/
stat_windows.go 70 // If the file is a symbolic link, the returned FileInfo
71 // describes the symbolic link. Lstat makes no attempt to follow the link.
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 12 pS // a symbolic character.
138 // IsSymbol reports whether the rune is a symbolic character.
  /toolchain/binutils/binutils-2.25/binutils/
filemode.c 34 'l' for symbolic link, 's' for socket, 'p' for fifo,
129 'l' for symbolic links
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m32c.texi 60 * M32C-Modifiers:: Symbolic Operand Modifiers
65 @subsection Symbolic Operand Modifiers
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
pe-run.exp 102 # Create symbolic link.
113 # Create symbolic link.
pe-run2.exp 104 # Create symbolic link.
115 # Create symbolic link.
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 86 // FIXME: Remove this hack when we support symbolic truncation/extension.
89 // extension/truncation of symbolic integers. This prevents us from losing
90 // precision when we assign 'x = y' and 'y' is symbolic and x and y are
141 // unless this is a weak function or a symbolic region.
161 // Labels and non-symbolic memory regions are always true.
280 // We're looking for a type big enough to compare the symbolic value
429 // LHS is a symbolic expression.
516 // Does the symbolic expression simplify to a constant?
529 // Give up -- this is not a symbolic expression we can handle.
670 // build constraints. The address of any non-symbolic region is guarantee
    [all...]
SVals.cpp 65 /// Implicit casts (ex: void* -> char*) can turn Symbolic region into Element
67 /// When IncludeBaseRegions is set to true and the SubRegion is non-symbolic,
68 /// the first symbolic parent region is returned.
110 /// should continue to the base regions if the region is not symbolic.
119 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
locked_file.py 48 """Credentials files must not be symbolic links."""
59 'File: %s is a symbolic link.' % filename)
120 CredentialsFileSymbolicLinkError if the file is a symbolic link.
190 CredentialsFileSymbolicLinkError if the file is a symbolic link.
265 CredentialsFileSymbolicLinkError if the file is a symbolic link.
  /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.
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c     [all...]

Completed in 1295 milliseconds

<<11121314151617181920>>