HomeSort by relevance Sort by last modified time
    Searched full:describe (Results 26 - 50 of 2120) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 4 * Used to describe the relationship between a qualifier T and the set of values
  /external/libdivsufsort/
VERSION.cmake 12 execute_process(COMMAND git describe --tags HEAD
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /build/blueprint/
README.md 5 Blueprint is a meta-build system that reads in Blueprints files that describe
9 rules or a domain-specific language to describe the logic for converting module
  /external/fio/
FIO-VERSION-GEN 10 # then try git-describe, then default.
15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
  /external/llvm/docs/CommandGuide/
index.rst 5 These pages describe how to use the LLVM commands and what their options are.
6 Note that these pages do not describe all of the options available for all
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerSavedStateTest.java 69 public String describe() {
82 public String describe() {
96 public String describe() {
110 public String describe() {
146 + mConfig + " post layout action " + mPostLayoutOperations.describe());
218 assertRectSetsEqual(mConfig + "\npost layout op:" + mPostLayoutOperations.describe()
249 abstract String describe(); method in class:StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
253 return describe();
  /external/valgrind/memcheck/tests/
dw4.c 64 /* Describe anonymous mmap-ed */
70 /* Describe file mmap-ed */
85 /* Describe memory in or past the heap end. */
  /packages/apps/DeskClock/res/values/
donottranslate_events.xml 17 <!-- Category names for events describe the type of object that was manipulated. -->
23 <!-- Action names for events describe what type of manipulation was performed. -->
41 <!-- Label names for events describe the entity responsible for the event. -->
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 10 describe( ANTLR3::Error ) do
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
worker-spec.js 5 describe("Embedded within Web Workers", function() {
  /external/hamcrest/src/org/hamcrest/
Description.java 4 * A description of a Matcher. A Matcher will describe itself to a description
  /external/iw/
version.sh 8 descr=$(git describe --match=v*)
  /external/junit/src/org/junit/internal/requests/
FilterRequest.java 39 .describe(), fRequest.toString())));
  /external/libhevc/decoder/
ihevcd_common_tables.h 30 /* DD MM YYYY Author(s) Changes (Describe the changes made) */
  /external/tcpdump/
print-rtsp.c 32 "DESCRIBE",
  /frameworks/base/libs/hwui/
Vertex.h 28 * Simple structure to describe a vertex with a position and a texture.
60 * Simple structure to describe a vertex with a position and texture UV.
79 * Simple structure to describe a vertex with a position, texture UV and ARGB color.
100 * Simple structure to describe a vertex with a position and an alpha value.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.pom 17 Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/
plexus-component-annotations-1.5.4.pom 17 Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.pom 17 Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
  /frameworks/base/docs/html/reference/android/support/test/espresso/util/
HumanReadables.html 318 <a href="/reference/android/support/test/espresso/util/HumanReadables.html#describe(android.database.Cursor)">describe</a>(Cursor c)
340 <a href="/reference/android/support/test/espresso/util/HumanReadables.html#describe(android.view.View)">describe</a>(View v)
696 <A NAME="describe(android.database.Cursor)"></A>
699 <h3 class="api-name">describe</h3>
707 String describe (Cursor c)</pre>
733 <A NAME="describe(android.view.View)"></A>
736 <h3 class="api-name">describe</h3>
744 String describe (View v)</pre
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 239 return describe(a.getPropertyChangeListeners())
240 .equals(describe(b.getPropertyChangeListeners()));
244 describe(deserialized.getPropertyChangeListeners()));
249 private String describe(PropertyChangeListener[] listeners) { method in class:PropertyChangeSupportTest
252 result.add(describe(listener)); method
258 private String describe(EventListener listener) { method in class:PropertyChangeSupportTest
261 return proxy.getPropertyName() + " to " + describe(proxy.getListener());

Completed in 282 milliseconds

12 3 4 5 6 7 8 91011>>