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

1 2 3 4 5 6 7

  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
common-spec.js 5 describe("glMatrix", function(){
10 describe("toRadian", function(){
mat2d-spec.js 21 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...]
vec3-spec.js 21 describe("vec3", function() {
30 describe('rotateX', function(){
31 describe('rotation around world origin [0, 0, 0]', function(){
35 describe('rotation around an arbitrary origin', function(){
41 describe('rotateY', function(){
42 describe('rotation around world origin [0, 0, 0]', function(){
46 describe('rotation around an arbitrary origin', function(){
52 describe('rotateZ', function(){
53 describe('rotation around world origin [0, 0, 0]', function(){
57 describe('rotation around an arbitrary origin', function()
    [all...]
vec4-spec.js 21 describe("vec4", function() {
29 describe("create", function() {
34 describe("clone", function() {
39 describe("fromValues", function() {
44 describe("copy", function() {
50 describe("set", function() {
56 describe("add", function() {
57 describe("with a separate output vector", function() {
66 describe("when vecA is the output vector", function() {
74 describe("when vecB is the output vector", function()
    [all...]
mat4-spec.js 21 describe("mat4", function() {
50 describe("create", function() {
55 describe("clone", function() {
60 describe("copy", function() {
66 describe("identity", function() {
72 describe("transpose", function() {
73 describe("with a separate output matrix", function() {
95 describe("when matA is the output matrix", function() {
110 describe("invert", function() {
111 describe("with a separate output matrix", function()
    [all...]
quat-spec.js 21 describe("quat", function() {
39 describe("slerp", function() {
40 describe("the normal case", function() {
51 describe("where a == b", function() {
62 describe("where theta == 180deg", function() {
73 describe("where a == -b", function() {
85 describe("rotateX", function() {
97 describe("rotateY", function() {
109 describe("rotateZ", function() {
121 describe("fromMat3", function()
    [all...]
mat2-spec.js 21 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...]
mat3-spec.js 21 describe("mat3", function() {
46 describe("normalFromMat4", function() {
57 describe("with translation and rotation", function() {
71 describe("and scale", function() {
87 describe("fromQuat", function() {
106 describe("fromMat4", function() {
122 describe("scale", function() {
132 describe("create", function() {
137 describe("clone", function() {
142 describe("copy", function()
    [all...]
vec2-spec.js 21 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...]
worker-spec.js 5 describe("Embedded within Web Workers", function() {
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 10 describe( ANTLR3::Error ) do
  /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/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerSavedStateTest.java 91 public String describe() {
104 public String describe() {
118 public String describe() {
132 public String describe() {
141 public String describe() {
159 public String describe() {
176 public String describe() {
193 public String describe() {
210 String describe() {
228 String describe() {
378 abstract String describe(); method in class:LinearLayoutManagerSavedStateTest.PostLayoutRunnable
399 abstract String describe(); method in class:LinearLayoutManagerSavedStateTest.PostRestoreRunnable
    [all...]
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/
descr_belowsp.c 44 static void describe (char* what, void* a) function
55 describe ("1500 bytes below a local var", p-1500);
92 describe ("discovered address giving SEGV in thread stack",
94 describe ("byte just above highest guardpage byte",
96 describe ("highest guardpage byte",
98 describe ("lowest guardpage byte",
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
  /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/strace/
git-version-gen 22 # - from a git repository in which the "git describe" command below
138 # then try "git describe", then default.
155 # directory, and "git describe" output looks sensible, use that to
158 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
159 || git describe --abbrev=4 HEAD 2>/dev/null` \
171 *-*-*) : git describe is okay three part flavor ;;
173 : git describe is older two part flavor
176 # of git describe.
188 # Remove the "g" in git describe's output string, to save a byte.
  /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/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/iw/
version.sh 8 descr=$(git describe --match=v*)
  /external/vboot_reference/scripts/
getversion.sh 10 if gdesc=$(git describe --dirty --match='v*' 2>/dev/null); then
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
EnvironmentGetter.java 76 propertyMap.put("host.cpu.cores", describe(cpuInfo, s));
77 propertyMap.put("host.cpu.names", describe(cpuInfo, "model name"));
78 propertyMap.put("host.cpu.cachesize", describe(cpuInfo, "cache size"));
86 private static String describe(Multimap<String, String> cpuInfo, String s) { method in class:EnvironmentGetter
  /external/junit/src/org/junit/internal/requests/
FilterRequest.java 39 .describe(), fRequest.toString())));
  /external/wpa_supplicant_8/hostapd/
Makefile 35 GITVER := $(shell git describe --dirty=+)

Completed in 1234 milliseconds

1 2 3 4 5 6 7