HomeSort by relevance Sort by last modified time
    Searched refs:dependency (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /frameworks/base/core/tests/coretests/
Android.mk 43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /ndk/tests/build/topological-sort/jni/
Android.mk 29 # With a NDK that implements correct topological dependency ordering,
  /external/ceres-solver/docs/
build.tex 25 dependency.
27 \item{\texttt{CXSparse}~\footnote{\url{http://www.cise.ufl.edu/research/sparse/CXSparse/}}} is used for sparse matrix analysis, ordering and factorization. While it is similar to \texttt{SuiteSparse} in scope, its performance is a bit worse but is a much simpler library to build and does not have any other dependencies. This is an optional dependency.
37 \item{\texttt{protobuf}~\footnote{\url{http://code.google.com/p/protobuf/}}} is an optional dependency that is used for serializing and deserializing linear least squares problems to disk. This is useful for debugging and testing. Without it, some of the tests will be disabled.
159 Installing \texttt{\glog} takes also brings in \texttt{gflags} as a dependency.
269 Protocol Buffers is a big dependency and if you do not care for the tests that depend on it and the logging support it enables, you can turn it off by using
281 This will also disable dependency checking for \lapack\ and \blas. This saves on binary size, but the resulting version of Ceres is not suited
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 64 UpdateParamsRecursively(params, file->dependency(i));
  /build/core/tasks/
apicheck.mk 37 # we need to add api-stubs as additional dependency of the api check.
  /build/core/
pdk_config.mk 127 # needs explicit dependency as package-export.apk is not explicitly pulled
165 # Source not included to PDK due to dependency issue, so provide symbols instead.
172 $(eval $(call add-dependency,$(PRODUCT_OUT)/$(f),$(PRODUCT_OUT)/symbols/$(f))))
java.mk 20 # You have to set up the dependency in some other way.
238 # include the dependency files (.d) generated by llvm-rs-cc.
320 # - This extra copy, with the dependency on LOCAL_BUILT_MODULE allows the
  /external/protobuf/src/google/protobuf/
descriptor.cc 2790 const FileDescriptor* dependency = tables_->FindFile(proto.dependency(i)); local
    [all...]
descriptor.h 1360 inline const FileDescriptor* FileDescriptor::dependency(int index) const { function in class:google::protobuf::FileDescriptor
    [all...]
  /ndk/sources/cxx-stl/stlport/
Android.mk 62 # as a dependency, instead of two, especially when using the standalone
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 393 * can sort them in dependency order. This is a generally useful utility object
475 void (*addEdge) (struct ANTLR3_TOPO_struct * topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
  /external/bison/etc/
bench.pl.in 144 /* Exercise pre-prologue dependency to %union. */
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 64 UpdateParamsRecursively(params, file->dependency(i));
  /ndk/build/core/
definitions-graph.mk 192 # $2: dependency function, $(call $2,<module>) should return all the
314 # $2: dependency function, i.e. $(call $2,<name>) returns the children
398 # $2: dependency function, i.e. $(call $2,<name>) returns the children
429 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes
486 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes
definitions.mk 76 # Returns : Generate a rule, but not dependency, to create a directory with
100 # Returns : Generate a dependency and a rule to ensure that the parent
105 # Introducing a dependency on the latter avoids calling mkdir -p
600 # NOTE: this function must not modify the existing dependency order when new depends are added.
693 # dependency graph:
721 # Special dependency function used by nodule-get-link-libs.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1594 addPackage(dependency.getPackage(), dependency); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
    [all...]
  /development/build/
Android.mk 42 # building the docs. So for the dependency, we just use the
  /external/oprofile/events/mips/sb1/
events 17 event:0x1e counters:1,2,3 um:zero minimum:500 name:DATA_DEPENDENCY_REPLAY :Data dependency replay
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 52 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
1733 final Node dependency = keyNodes.get(rule); local
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 464 - remove dependency on db1-devel, which has just been swallowed up whole
487 - change build dependency on a file from pam-devel to the pam-devel package
600 - remove build dependency on rsh to match openssh.com's packages more closely
603 - remove dependency on openssl -- would need to be too precise
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 189 | -- ignoring dependency
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 158 // Check that foo's dependency is the same object as bar.
160 EXPECT_EQ(bar, foo->dependency(0));
  /external/bison/djgpp/
config.bat 28 Rem if dependency-tracking is wanted or not,
32 Rem no dependency tracking
147 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> args
148 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> args
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 

Completed in 2028 milliseconds

12 3 4 5