Searched refs:describe (Results 1 - 25 of 31) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-exceptions.rb10 describe( ANTLR3::Error ) do
H A Dtest-scheme.rb9 describe TokenScheme do
H A Dtest-template.rb15 describe Template::Context do
128 describe Template::Group, "dynamic template definition" do
208 describe Template::Group, "loading a template definition file" do
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java26 public String describe() {
60 public String describe() {
77 public abstract String describe(); method in class:Filter
109 public String describe() {
110 return first.describe() + " and " + second.describe();
/external/bison/build-aux/
H A Dgit-version-gen22 # - from a git repository in which the "git describe" command below
134 # then try "git describe", then default.
151 # directory, and "git describe" output looks sensible, use that to
154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
167 *-*-*) : git describe is okay three part flavor ;;
169 : git describe is older two part flavor
172 # of git describe.
184 # Remove the "g" in git describe's output string, to save a byte.
/external/valgrind/main/memcheck/tests/
H A Ddescribe-block.stderr.exp3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
/external/mockito/src/org/mockito/internal/matchers/
H A DEquals.java28 description.appendText(describe(wanted));
31 public String describe(Object object) { method in class:Equals
69 description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted));
/external/linux-tools-perf/util/
H A DPERF-VERSION-GEN12 # First check if there is a .git to get the version from git describe
15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/external/junit/src/org/junit/internal/requests/
H A DFilterRequest.java39 .describe(), fRequest.toString())));
/external/libvpx/libvpx/build/make/
H A Dversion.sh30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... .core.internal.content.ContentType) public int describe (java.io.InputStream, org.eclipse.core ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/junit/src/org/junit/experimental/categories/
H A DCategories.java96 public String describe() { method in class:Categories.CategoryFilter
/external/kernel-headers/original/linux/
H A Dkey.h217 /* describe a key */
218 void (*describe)(const struct key *key, struct seq_file *p); member in struct:key_type
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java258 private String describe(CtMethod ctMethod) throws NotFoundException { method in class:AndroidTranslator
263 String describeBefore = describe(ctMethod);
/external/ceres-solver/docs/
H A Dpowell.tex62 and \texttt{F4}. Then let us consider the construction and solution of the problem. For brevity we only describe the relevant bits of code~\footnote{The full source code for this example can be found in \texttt{examples/powell.cc}.}
H A Dmodeling.tex126 \texttt{MyScalarCostFunction}, \texttt{<1, 2, 2>} describe the functor as computing a
H A Dsolving.tex3 Effective use of Ceres requires some familiarity with the basic components of a nonlinear least squares solver, so before we describe how to configure the solver, we will begin by taking a brief look at how some of the core optimization algorithms in Ceres work and the various linear solvers and preconditioners that power it.
/external/libusb_aah/libusb/
H A Dcore.c1611 libusb_version_internal.describe[0] ? " git:" : "",
1612 libusb_version_internal.describe);
H A Dlibusb.h660 /** Output of `git describe --tags` at library build time. */
661 const char *describe; member in struct:libusb_version
/external/libvorbis/doc/
H A D05-comment.tex234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.
H A D08-residue.tex245 format 1 decode process. Thus we describe first the decode
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
/external/bison/
H A Dmaint.mk1286 gnulib-version = $$(cd $(gnulib_dir) && git describe)

Completed in 539 milliseconds

12