HomeSort by relevance Sort by last modified time
    Searched full:external (Results 101 - 125 of 16883) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/linux-x86/host/3.6/
build_profile_rt.sh 11 cd $ANDROID_BUILD_TOP/external/compiler-rt && mma -j$NUM_CORES || exit 1
19 cd $ANDROID_BUILD_TOP/external/llvm && mma -j$NUM_CORES || exit 1
20 cd $ANDROID_BUILD_TOP/external/clang && mma -j$NUM_CORES || exit 1
21 cd $ANDROID_BUILD_TOP/external/compiler-rt && mma -j$NUM_CORES || exit 1
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/
.eclipseproduct 5 id=tycho-bundles-external
  /prebuilts/misc/darwin-x86/swig/
PREBUILT 2 using the source in external/swig, from the top of
  /prebuilts/misc/darwin-x86_64/swig/
PREBUILT 2 using the source in external/swig, from the top of
  /prebuilts/misc/linux-x86_64/swig/
PREBUILT 2 using the source in external/bison, from the top of
  /prebuilts/misc/windows/swig/
PREBUILT 2 using the source in external/bison, from the top of
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/
maven-metadata-local.xml 3 <groupId>com.android.tools.external</groupId>
  /prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/
maven-metadata-local.xml 3 <groupId>com.android.tools.external</groupId>
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/
maven-metadata-local.xml 3 <groupId>com.android.tools.external</groupId>
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/
.eclipseproduct 5 id=tycho-bundles-external
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 14 external initialize : unit -> bool
32 external create : ?options:llcompileroptions -> Llvm.llmodule -> llexecutionengine
34 external dispose : llexecutionengine -> unit
36 external add_module : Llvm.llmodule -> llexecutionengine -> unit
38 external remove_module : Llvm.llmodule -> llexecutionengine -> unit
40 external run_static_ctors : llexecutionengine -> unit
42 external run_static_dtors : llexecutionengine -> unit
44 external data_layout : llexecutionengine -> Llvm_target.DataLayout.t
46 external add_global_mapping_ : Llvm.llvalue -> int64 -> llexecutionengine -> unit
48 external get_global_value_address_ : string -> llexecutionengine -> int6
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 1 //===--- ExternalSemaSource.h - External Sema Interface ---------*- C++ -*-===//
50 /// external AST sources that also provide information for semantic
72 /// \brief Load the set of namespaces that are known to the external source,
92 /// \brief Read the set of tentative definitions known to the external Sema
95 /// The external source should append its own tentative definitions to the
97 /// invoked multiple times; the external source should take care not to
103 /// external Sema source.
105 /// The external source should append its own unused, filed-scope to the
107 /// invoked multiple times; the external source should take care not to
113 /// external Sema source
    [all...]
  /external/clang/test/CXX/except/except.spec/
p9-dynamic.cpp 3 void external();
8 external();
  /external/clang/test/CodeGenObjC/
undefined-protocol2.m 4 // by a definition in another TU, so external is the correct linkage
6 // CHECK: @"\01l_OBJC_PROTOCOL_$_p1" = external global
  /external/llvm/test/CodeGen/X86/
fast-isel-atomic.ll 5 @sc = external global i8
6 @uc = external global i8
x86-store-gv-addr.ll 4 @v = external global i32, align 8
5 @v_addr = external global i32*, align 8
2007-10-15-CoalescerCrash.ll 85 @first_edge_aux_obj = external global i8* ; <i8**> [#uses=0]
86 @first_block_aux_obj = external global i8* ; <i8**> [#uses=0]
87 @n_edges = external global i32 ; <i32*> [#uses=0]
88 @ENTRY_BLOCK_PTR = external global %struct.basic_block_def* ; <%struct.basic_block_def**> [#uses=0]
89 @EXIT_BLOCK_PTR = external global %struct.basic_block_def* ; <%struct.basic_block_def**> [#uses=0]
90 @n_basic_blocks = external global i32 ; <i32*> [#uses=0]
91 @.str = external constant [9 x i8] ; <[9 x i8]*> [#uses=0]
92 @rbi_pool = external global %struct.alloc_pool_def* ; <%struct.alloc_pool_def**> [#uses=0]
93 @__FUNCTION__.19643 = external constant [18 x i8] ; <[18 x i8]*> [#uses=0]
94 @.str1 = external constant [20 x i8] ; <[20 x i8]*> [#uses=0
    [all...]
  /external/selinux/prebuilts/bin/
audit2allow 5 export LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/external/selinux/prebuilts/lib
7 python $ANDROID_BUILD_TOP/external/selinux/policycoreutils/audit2allow/audit2allow "$@"
audit2why 5 export LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/external/selinux/prebuilts/lib
7 exec python $ANDROID_BUILD_TOP/external/selinux/policycoreutils/audit2allow/audit2why "$@"
seinfo 5 export LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/external/selinux/prebuilts/lib
7 exec python $ANDROID_BUILD_TOP/external/selinux/prebuilts/bin/seinfo.py "$@"
sesearch 5 export LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/external/selinux/prebuilts/lib
7 python $ANDROID_BUILD_TOP/external/selinux/prebuilts/bin/sesearch.py "$@"
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.ml 11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
15 external assert_valid_module : Llvm.llmodule -> unit
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit
  /external/svox/pico/lang/
all_pico_languages.mk 17 $(call inherit-product, external/svox/pico/lang/PicoLangDeDeInSystem.mk)
18 $(call inherit-product, external/svox/pico/lang/PicoLangEnGBInSystem.mk)
19 $(call inherit-product, external/svox/pico/lang/PicoLangEnUsInSystem.mk)
20 $(call inherit-product, external/svox/pico/lang/PicoLangEsEsInSystem.mk)
21 $(call inherit-product, external/svox/pico/lang/PicoLangFrFrInSystem.mk)
22 $(call inherit-product, external/svox/pico/lang/PicoLangItItInSystem.mk)
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.mli 16 external add_argument_promotion
21 external add_constant_merge
26 external add_dead_arg_elimination
31 external add_function_attrs
36 external add_function_inlining
41 external add_always_inliner
46 external add_global_dce
51 external add_global_optimizer
56 external add_ipc_propagation
61 external add_prune_e
    [all...]
  /external/llvm/test/MC/ARM/
target-expressions.s 11 .global external
12 .type external,%function
36 movw r0, :lower16:external
37 movt r0, :upper16:external
39 movw r1, #:lower16:external
40 movt r1, #:upper16:external
61 @ CHECK: movw r0, :lower16:external
62 @ CHECK: movt r0, :upper16:external
63 @ CHECK: movw r1, :lower16:external
64 @ CHECK: movt r1, :upper16:external
    [all...]

Completed in 178 milliseconds

1 2 3 45 6 7 8 91011>>