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

12

/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dmat2d-spec.js23 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("multipl
[all...]
H A Dmat4-spec.js23 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("wit
[all...]
H A Dmat3-spec.js23 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("inver
[all...]
H A Dvec3-spec.js23 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("whe
[all...]
H A Dmat2-spec.js23 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("wit
[all...]
H A Dvec4-spec.js23 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("whe
[all...]
H A Dquat-spec.js23 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("wit
[all...]
H A Dvec2-spec.js23 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("whe
[all...]
/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
/external/chromium_org/ppapi/generators/test_namespace/
H A Dfoo.idl8 describe {
/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/chromium_org/ppapi/generators/test_cgen/
H A Dstdint.idl19 describe {
/external/chromium_org/ppapi/generators/test_thunk/
H A Dbasic_test_types.idl17 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/chromium_org/ppapi/generators/test_cgen_range/
H A Dversions.idl14 describe {
/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/chromium_org/chrome/third_party/mock4js/
H A Dmock4js.js95 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...]
/external/chromium_org/ppapi/api/
H A Dpp_stdint.idl17 describe {
/external/chromium_org/ppapi/generators/test_version/
H A Dversions.idl14 describe {
/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/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dbase.js325 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/third_party/opus/src/win32/
H A Dgenversion.bat5 for /f %%v in ('git describe --tags --match "v*"') do set version=%%v

Completed in 1433 milliseconds

12