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

12 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 9 describe TokenScheme do
test-template.rb 15 describe Template::Context do
128 describe Template::Group, "dynamic template definition" do
208 describe Template::Group, "loading a template definition file" do
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/utils/
update_build_version.py 27 # is the output of "git describe" if that succeeds, or "git rev-parse HEAD"
74 def describe(dir): function
78 Runs 'git describe', or alternately 'git rev-parse HEAD', in dir. If
86 return command_output(['git', 'describe'], dir).rstrip().decode()
105 describe(sys.argv[1]).replace('"', '\\"'))
  /prebuilts/ndk/r13/sources/third_party/shaderc/utils/
update_build_version.py 23 # directory's "git describe" output enclosed in double quotes and appropriately
71 def describe(dir): function
75 Runs 'git describe', or alternately 'git rev-parse HEAD', in dir. If
83 return command_output(['git', 'describe'], dir).rstrip().decode()
98 detailed_version_string_lst.append(describe(dir).replace('"', '\\"'))
  /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());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 127 String description = describe(message);
142 String description = describe(message);
182 String description = describe(message);
206 String description = describe(message);
229 private String describe(@Nullable String message) { method in class:RenderLogger
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
  /external/libvpx/libvpx/build/make/
version.sh 31 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /external/nanopb-c/tools/
make_linux_package.sh 9 VERSION=`git describe --always`-linux-x86
make_mac_package.sh 11 VERSION=`git describe --always`-macosx-x86
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 34 GITVER := $(shell git describe --dirty=+)
    [all...]
  /frameworks/support/wear/tests/src/android/support/wear/widget/util/
AsyncViewActions.java 55 .withViewDescription(HumanReadables.describe(view))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 49 * @see org.eclipse.core.runtime.content.IContentDescriber#describe(java.io.
53 public int describe(InputStream contents, IContentDescription description) throws IOException { method in class:BinaryXMLDescriber
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewActions.java 380 .withViewDescription(HumanReadables.describe(view))
398 .withViewDescription(HumanReadables.describe(view))
440 .withViewDescription(HumanReadables.describe(view))
450 .withViewDescription(HumanReadables.describe(view))
478 .withViewDescription(HumanReadables.describe(view))
524 .withViewDescription(HumanReadables.describe(view))
530 .withViewDescription(HumanReadables.describe(view))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 86 String explanation = "CHANGES:\n-------\n" + describe(change);
120 public static String describe(Change change) throws Exception { method in class:RefactoringTestBase
122 describe(sb, change, 0); method
135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception { method in class:RefactoringTestBase
147 // Describe this change
231 return describe(change2).compareTo(describe(change1));
240 describe(sb, child, indent + (composite.isSynthetic() ? 0 : 1)); method
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_linux.py 97 def describe(device): function
145 return [(d, describe(d), hwinfo(d)) for d in devices]
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 9 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
  /external/mockito/src/test/java/org/mockito/internal/util/
PlatformTest.java 29 System.out.println(Platform.describe());
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /cts/tests/core/runner/src/com/android/cts/core/runner/
ExpectationBasedFilter.java 142 public String describe() { method in class:ExpectationBasedFilter
  /external/junit-params/src/test/java/junitparams/
FilterableTest.java 93 public String describe() { method in class:FilterableTest.SingleMethodFilter
  /external/mockito/src/main/java/org/mockito/internal/util/
Platform.java 37 public static String describe() { method in class:Platform
  /external/wycheproof/java/com/google/security/wycheproof/
WycheproofRunner.java 149 public String describe() { method in class:WycheproofRunner.ExcludeTestFilter
  /external/ltp/
Makefile 171 # If we are in git repository, use git describe to indentify current version,
176 if git describe >/dev/null 2>&1; then \
177 git describe > "$@"; \

Completed in 3001 milliseconds

12 3 4 5 6 7 8 91011