HomeSort by relevance Sort by last modified time
    Searched refs:describe (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 10 describe( ANTLR3::Error ) do
  /external/chromium_org/ppapi/generators/test_namespace/
foo.idl 8 describe {
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js 23 describe("mat2", function() {
40 describe("create", function() {
45 describe("clone", function() {
50 describe("copy", function() {
56 describe("identity", function() {
62 describe("transpose", function() {
63 describe("with a separate output matrix", function() {
71 describe("when matA is the output matrix", function() {
79 describe("invert", function() {
80 describe("with a separate output matrix", function()
    [all...]
quat-spec.js 23 describe("quat", function() {
28 describe("create", function() {
33 describe("clone", function() {
38 describe("fromValues", function() {
43 describe("copy", function() {
49 describe("set", function() {
55 describe("identity", function() {
61 describe("setAxisAngle", function() {
67 describe("add", function() {
68 describe("with a separate output quaternion", function()
    [all...]
mat2d-spec.js 23 describe("mat2d", function() {
52 describe("create", function() {
57 describe("clone", function() {
62 describe("copy", function() {
68 describe("identity", function() {
74 describe("invert", function() {
75 describe("with a separate output matrix", function() {
83 describe("when matA is the output matrix", function() {
91 describe("determinant", function() {
97 describe("multiply", function()
    [all...]
vec2-spec.js 23 describe("vec2", function() {
28 describe("create", function() {
33 describe("clone", function() {
38 describe("fromValues", function() {
43 describe("copy", function() {
49 describe("set", function() {
55 describe("add", function() {
56 describe("with a separate output vector", function() {
65 describe("when vecA is the output vector", function() {
73 describe("when vecB is the output vector", function()
    [all...]
mat3-spec.js 23 describe("mat3", function() {
44 describe("fromMat4", function() {
60 describe("create", function() {
65 describe("clone", function() {
70 describe("copy", function() {
76 describe("identity", function() {
82 describe("transpose", function() {
83 describe("with a separate output matrix", function() {
103 describe("when matA is the output matrix", function() {
117 describe("invert", function()
    [all...]
vec3-spec.js 23 describe("vec3", function() {
28 describe("create", function() {
33 describe("clone", function() {
38 describe("fromValues", function() {
43 describe("copy", function() {
49 describe("set", function() {
55 describe("add", function() {
56 describe("with a separate output vector", function() {
65 describe("when vecA is the output vector", function() {
73 describe("when vecB is the output vector", function()
    [all...]
vec4-spec.js 23 describe("vec4", function() {
28 describe("create", function() {
33 describe("clone", function() {
38 describe("fromValues", function() {
43 describe("copy", function() {
49 describe("set", function() {
55 describe("add", function() {
56 describe("with a separate output vector", function() {
65 describe("when vecA is the output vector", function() {
73 describe("when vecB is the output vector", function()
    [all...]
mat4-spec.js 23 describe("mat4", function() {
49 describe("create", function() {
54 describe("clone", function() {
59 describe("copy", function() {
65 describe("identity", function() {
71 describe("transpose", function() {
72 describe("with a separate output matrix", function() {
94 describe("when matA is the output matrix", function() {
109 describe("invert", function() {
110 describe("with a separate output matrix", function()
    [all...]
  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
MojoException.java 34 return "MojoResult(" + mCode + "): " + MojoResult.describe(mCode);
MojoResult.java 39 public static String describe(int mCode) { method in class:MojoResult
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 26 public String describe() {
60 public String describe() { method in class:Filter
77 public abstract String describe();
109 public String describe() {
110 return first.describe() + " and " + second.describe();
  /frameworks/base/libs/hwui/
SkiaShader.h 52 static void describe(Caches* caches, ProgramDescription& description,
60 static void describe(Caches* caches, ProgramDescription& description, function in class:android::uirenderer::InvalidSkiaShader
75 static void describe(Caches* caches, ProgramDescription& description,
86 static void describe(Caches* caches, ProgramDescription& description,
99 static void describe(Caches* caches, ProgramDescription& description,
110 static void describe(Caches* caches, ProgramDescription& description,
GammaFontRenderer.h 40 virtual void describe(ProgramDescription& description, const SkPaint* paint) const = 0;
88 void describe(ProgramDescription& description, const SkPaint* paint) const;
135 void describe(ProgramDescription& description, const SkPaint* paint) const { function in class:android::uirenderer::LookupGammaFontRenderer
174 void describe(ProgramDescription& description, const SkPaint* paint) const { function in class:android::uirenderer::Lookup3GammaFontRenderer
  /external/chromium_org/ppapi/generators/test_cgen/
stdint.idl 19 describe {
  /external/chromium_org/ppapi/generators/test_thunk/
basic_test_types.idl 17 describe {
  /external/bison/build-aux/
git-version-gen 22 # - 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/chromium_org/ppapi/generators/test_cgen_range/
dev_channel_interface.idl 14 describe {
  /external/strace/
git-version-gen 22 # - from a git repository in which the "git describe" command below
137 # then try "git describe", then default.
154 # directory, and "git describe" output looks sensible, use that to
157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
170 *-*-*) : git describe is okay three part flavor ;;
172 : git describe is older two part flavor
175 # of git describe.
187 # Remove the "g" in git describe's output string, to save a byte.
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
  /external/mockito/src/org/mockito/internal/matchers/
Equals.java 28 description.appendText(describe(wanted)); method
31 public String describe(Object object) { method in class:Equals
69 description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted));
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 95 if(Mock4JSUtil.hasFunction(item, "describe")) {
96 result += item.describe();
125 fail("Expected '"+expected+"' to be "+argumentMatcher.describe());
151 describe: function() {
181 throw new Mock4JSException(describe());
185 describe: function() {
213 describe: function() {
229 describe: function() {
242 describe: function() {
243 return "not("+this._matcherToNotMatch.describe()+")";
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
EditorAction.java 54 .withViewDescription(HumanReadables.describe(view))
65 .withViewDescription(HumanReadables.describe(view))
73 .withViewDescription(HumanReadables.describe(view))
  /external/chromium_org/ppapi/api/
pp_stdint.idl 17 describe {

Completed in 514 milliseconds

1 2 3 4 5 6