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

12 3 4

  /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
  /frameworks/base/libs/hwui/
SkiaShader.h 66 virtual void describe(ProgramDescription& description, const Extensions& extensions);
143 void describe(ProgramDescription& description, const Extensions& extensions);
166 void describe(ProgramDescription& description, const Extensions& extensions);
190 virtual void describe(ProgramDescription& description, const Extensions& extensions);
215 void describe(ProgramDescription& description, const Extensions& extensions);
237 void describe(ProgramDescription& description, const Extensions& extensions);
SkiaShader.cpp 86 void SkiaShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaShader
120 void SkiaBitmapShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaBitmapShader
223 void SkiaLinearGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaLinearGradientShader
288 void SkiaCircularGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaCircularGradientShader
343 void SkiaSweepGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaSweepGradientShader
401 void SkiaComposeShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaComposeShader
402 mFirst->describe(description, extensions);
403 mSecond->describe(description, extensions);
GammaFontRenderer.cpp 105 void ShaderGammaFontRenderer::describe(ProgramDescription& description, function in class:android::uirenderer::ShaderGammaFontRenderer
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 248 return describe(a.getPropertyChangeListeners())
249 .equals(describe(b.getPropertyChangeListeners()));
253 describe(deserialized.getPropertyChangeListeners()));
258 private String describe(PropertyChangeListener[] listeners) { method in class:PropertyChangeSupportTest
261 result.add(describe(listener)); method
267 private String describe(EventListener listener) { method in class:PropertyChangeSupportTest
270 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 124 String description = describe(message);
139 String description = describe(message);
178 String description = describe(message);
202 String description = describe(message);
224 private String describe(@Nullable String message) { method in class:RenderLogger
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git describe --tags --match "v*"') do set version=%%v
  /external/libvpx/libvpx/build/make/
version.sh 30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /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
  /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_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 325 describe: function(delta) { return 'Just now'; }
329 describe: createRelativeTimeDescriptor(kMinuteInMilliseconds, 'minute')
333 describe: createRelativeTimeDescriptor(60 * kMinuteInMilliseconds, 'hour')
337 describe: createRelativeTimeDescriptor(24 * 60 * kMinuteInMilliseconds, 'day')
356 result = slot.describe(delta);
  /external/chromium_org/ppapi/generators/test_gen_pnacl/
test_interfaces.idl 18 describe {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestRequestBuilder.java 104 public String describe() { method in class:TestRequestBuilder.AnnotationInclusionFilter
144 public String describe() { method in class:TestRequestBuilder.AnnotationExclusionFilter
205 public String describe() { method
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 116 * @param profile Profile to describe
119 private String describe(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
201 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
289 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
340 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
344 describe(null));
  /external/iputils/
Makefile 117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
  /external/junit/src/org/junit/experimental/categories/
Categories.java 96 public String describe() { method in class:Categories.CategoryFilter
  /external/chromium_org/tools/telemetry/build/
update_docs.py 24 html = pydoc.html.page(pydoc.describe(module),
  /external/kernel-headers/original/linux/
key.h 217 /* describe a key */
218 void (*describe)(const struct key *key, struct seq_file *p); member in struct:key_type
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 1452 public void describe(StringBuilder msg, boolean verbose) { method in class:SQLiteConnection.Operation
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 258 private String describe(CtMethod ctMethod) throws NotFoundException { method in class:AndroidTranslator
263 String describeBefore = describe(ctMethod);
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 118 # Variables that describe the prefixes and suffixes on this system.
254 An optional third argument can be used to describe the type
282 An optional third argument can be used to describe the type
353 An optional third argument can be used to describe the type
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 195 mDetailsText.setText(EclipseLintClient.describe(marker));

Completed in 2543 milliseconds

12 3 4