HomeSort by relevance Sort by last modified time
    Searched refs:For (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Driver/
Android.mk 3 # For the host only
  /external/clang/lib/Lex/
Android.mk 3 # For the host only
  /external/clang/lib/Parse/
Android.mk 3 # For the host only
  /external/llvm/
README.android 15 * For Honeycomb: Synced to upstream r112344.
16 * For Honeycomb MR1: Synced to upstream r119309
17 * For Honeycomb MR2: Synced to upstream r119309
18 * For Ice Cream Sandwich: Synced to upstream r135569
20 * Recent downstreaming on 2011/7/21: From r135360 to 135569 (Contact sliao & logan for merge questions.)
21 * Recent downstreaming on 2011/7/19: From r134306 to 135360 (Contact sliao for merge questions.)
22 * Recent downstreaming on 2011/7/2: From r133718 to 134306 (Contact sliao for merge questions.)
23 * Recent downstreaming on 2011/6/30: From r133240 to 133718 (Contact sliao for merge questions.)
28 ==> * 96a74c5 - remove support for a bunch of obsolete instruction encodings and other backward compatibility hacks. (13 days ago) <Chris Lattner>
33 ==> * 020a5a4 - remove bitcode reader support for LLVM 2.7 metadata encoding. (13 days ago) <Chris Lattner
    [all...]
  /external/clang/lib/Frontend/
Android.mk 3 # For the host only
  /external/clang/lib/StaticAnalyzer/Core/
Android.mk 45 # For the host only
  /external/clang/tools/driver/
Android.mk 3 # For the host only
  /external/llvm/lib/CodeGen/
Android.mk 100 # For the host
113 # For the device
  /external/llvm/lib/Support/
Android.mk 72 # For the host
90 # For the device
  /external/openssl/crypto/des/
FILES0 6 Imakefile - For use with kerberos.
13 GNUmakefile - The makefile for use with glibc.
16 vms.com - For use when compiling under VMS
23 destest.c - Source for libdes.a test program.
24 speed.c - Source for libdes.a timing program.
25 rpw.c - Source for libdes.a testing password reading routines.
53 read_pwd.c - Source for des_read_password() plus related functions.
54 set_key.c - Source for des_set_key().
61 des_ver.h - header file for the external definition of the
63 des.doc - SSLeay documentation for the library
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
38 /* RISC OS needs to know the main thread for
84 /* Mask asynchronous signals for this thread */
86 for ( i=0; sig_list[i]; ++i ) {
99 /* WARNING: This may not work for systems with 64-bit pid_t */
116 #warning For some reason, this doesnt actually kill a thread - FreeBSD 3.2
  /external/srec/srec/ca/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
92 # For the host
109 # For the device
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 53 For a detailed leak analysis, rerun with: --leak-check=full
55 For counts of detected and suppressed errors, rerun with: -v
  /external/valgrind/main/memcheck/tests/
partial_load_dflt.stderr.exp 31 For a detailed leak analysis, rerun with: --leak-check=full
33 For counts of detected and suppressed errors, rerun with: -v
  /frameworks/base/libs/ui/
Android.mk 12 # See the License for the specific language governing permissions and
17 # libui is partially built for the host (used by build time keymap validation tool)
26 # For the host
38 # For the device
  /ndk/build/core/
setup-abi.mk 12 # See the License for the specific language governing permissions and
19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
30 # Special handling for x86: The minimal platform is android-9 here
31 # For now, handle this with a simple substitution. We may want to implement
41 # everything when you switch between these two modes. For projects
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
Android.mk 49 #For gl debbuging
  /external/clang/lib/AST/
Android.mk 3 # For the host only
  /external/clang/lib/CodeGen/
Android.mk 3 # For the host only
  /external/clang/lib/Sema/
Android.mk 3 # For the host only
  /external/clang/lib/StaticAnalyzer/Checkers/
Android.mk 63 # For the host only
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a binary operator. *)
16 (* variant for function calls. *)
19 (* variant for if/then/else. *)
22 (* variant for for/in. *)
23 | For of string * expr * expr * expr option * expr
25 (* proto - This type represents the "prototype" for a function, which capture
    [all...]
lexer.ml 50 | "for" -> [< 'Token.For; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a unary operator. *)
16 (* variant for a binary operator. *)
19 (* variant for function calls. *)
22 (* variant for if/then/else. *)
25 (* variant for for/in. *)
26 | For of string * expr * expr * expr option * exp
    [all...]
lexer.ml 50 | "for" -> [< 'Token.For; stream >]

Completed in 446 milliseconds

1 2 3 45 6 7 8 91011>>