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

<<11121314151617181920>>

  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 38 * Dynamic Loader
40 * The function of the dynamic loader is to load a "module" containing
47 * The dynamic loader is parameterized for a particular system by 4 classes
156 * be purged, and any host-side storage used by the dynamic loader for
175 * A class used by the dynamic loader for input of the module image
219 * A class used by the dynamic loader for symbol table support and
230 * the structure of a symbol known to the dynamic loader
260 * moduleid An opaque module id assigned by the dynamic loader
282 * moduleid An opaque module id assigned by the dynamic loader
298 * Returns a pointer to some "host" memory for use by the dynamic
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/
antlr3.runtime.net.common.inc 37 dynamic="true" />
41 dynamic="true" />
47 dynamic="true" />
52 dynamic="true" />
  /external/clang/include/clang/Basic/
Visibility.h 25 /// Visibility determines how a declaration interacts with the dynamic
33 /// Objects with "hidden" visibility are not seen by the dynamic
37 /// Objects with "protected" visibility are seen by the dynamic
42 /// Objects with "default" visibility are seen by the dynamic linker
  /external/clang/test/Analysis/
analyzer-config.c 11 // CHECK-NEXT: ipa = dynamic-bifurcate
  /external/clang/test/Analysis/inlining/
ObjCImproperDynamictallyDetectableCast.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config ipa=dynamic-bifurcate -verify %s
dyn-dispatch-bifurcate.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config ipa=dynamic-bifurcate -verify %s
test_objc_inlining_option.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config ipa=dynamic-bifurcate -analyzer-config objc-inlining=false -verify %s
  /external/clang/test/SemaObjC/
property-and-ivar-use.m 36 @dynamic hasRecursiveDependencyCycle;
property.m 19 @dynamic bad; // expected-error {{property implementation must have its declaration in interface 'I'}}
28 @dynamic bad; // expected-error {{property implementation must have its declaration in the category 'CAT'}}
32 @dynamic d; // expected-error {{property implementation must have its declaration in interface 'E'}}
36 @dynamic d; // expected-error {{property implementation in a category with no category declaration}}
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 22 /// \brief Information about the dynamic type of an object (extracted from its
33 /// Determine whether the object had a valid dynamic type.
43 /// \brief Get information about the dynamic type of an object.
46 /// \brief Check whether the dynamic type of \p Object has a \p Type subobject
  /external/eigen/bench/
benchCholesky.cpp 76 if (MatrixType::RowsAtCompileTime==Dynamic)
88 if (MatrixType::RowsAtCompileTime==Dynamic)
129 benchLLT(Matrix<Scalar,Dynamic,Dynamic>(dynsizes[i],dynsizes[i]));
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 1 typedef Matrix<float,1,Dynamic> MatrixType;
  /external/eigen/unsupported/test/
forward_adolc.cpp 25 template<typename _Scalar, int NX=Dynamic, int NY=Dynamic>
140 Matrix<adtl::adouble,Dynamic,Dynamic> A(4,4);;
  /external/icu4c/config/
mh-darwin 8 SHAREDLIBCFLAGS = -dynamic
9 SHAREDLIBCXXFLAGS = -dynamic
27 SHLIB.c= $(CC) -dynamiclib -dynamic $(CFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
28 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
  /external/iproute2/ip/
Android.mk 22 LOCAL_LDFLAGS := -Wl,-export-dynamic -Wl,--no-gc-sections
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 2 echo ---+++--- Building Ogg (Dynamic) ---+++---
build_ogg_dynamic_debug.bat 2 echo ---+++--- Building Ogg (Dynamic) ---+++---
  /external/llvm/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
48 [AC_CACHE_CHECK([for compiler -Wl,-export-dynamic option],
52 CFLAGS="$CFLAGS -Wl,-export-dynamic"
59 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -Wl,-export-dynamic.])
  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
48 [AC_CACHE_CHECK([for compiler -Wl,-export-dynamic option],
52 CFLAGS="$CFLAGS -Wl,-export-dynamic"
59 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -Wl,-export-dynamic.])
  /external/llvm/test/CodeGen/ARM/
fast-isel-deadcode.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
hidden-vis-3.ll 1 ; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=arm-apple-darwin9 | FileCheck %s
  /external/llvm/test/CodeGen/Mips/
tls-models.ll 22 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
33 ; Non-PIC code can use local exec, PIC code can use local dynamic.
47 ; Non-PIC code can use initial exec, PIC should use local dynamic.
58 ; Non-PIC code can use local exec, PIC code can use local dynamic.
  /external/llvm/test/CodeGen/PowerPC/
2012-10-11-dynalloc.ll 15 ; Check we actually have two instances of dynamic stack allocation,
  /external/llvm/test/CodeGen/X86/
call-imm.ll 3 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | grep "call.*12345678"
  /external/llvm/test/Object/Inputs/
elfver.S 6 # Also, strip off non-dynamic symbols:

Completed in 1852 milliseconds

<<11121314151617181920>>