HomeSort by relevance Sort by last modified time
    Searched full:tobe (Results 1 - 25 of 26) sorted by null

1 2

  /external/e2fsprogs/e2fsck/
crc32table.h 72 tobe(0x00000000L), tobe(0x04c11db7L), tobe(0x09823b6eL), tobe(0x0d4326d9L),
73 tobe(0x130476dcL), tobe(0x17c56b6bL), tobe(0x1a864db2L), tobe(0x1e475005L),
74 tobe(0x2608edb8L), tobe(0x22c9f00fL), tobe(0x2f8ad6d6L), tobe(0x2b4bcb61L),
    [all...]
gen_crc32table.c 96 output_table(crc32table_be, BE_TABLE_SIZE, "tobe");
crc32.c 47 #define tobe(x) __constant_cpu_to_be32(x) macro
50 #define tobe(x) (x) macro
  /external/chromium_org/mojo/apps/js/bindings/
sample_service_unittests.js 61 expect(foo.name).toBe("foopy");
62 expect(foo.x).toBe(1);
63 expect(foo.y).toBe(2);
67 expect(foo.bar.alpha).toBe(20);
68 expect(foo.bar.beta).toBe(40);
69 expect(foo.bar.gamma).toBe(60);
70 expect(foo.bar.type).toBe(sample.Bar.Type.TYPE_VERTICAL);
72 expect(foo.extra_bars.length).toBe(3);
77 expect(foo.extra_bars[i].alpha).toBe(base);
78 expect(foo.extra_bars[i].beta).toBe(base + 20)
    [all...]
connection_unittests.js 99 expect(foo.name).toBe("Example name");
101 expect(core.close(port)).toBe(core.RESULT_OK);
118 expect(result).toBe(42);
145 expect(mockSupport.numberOfWaitingCallbacks()).toBe(0);
148 expect(core.close(sourcePipe.handle0)).toBe(core.RESULT_INVALID_ARGUMENT);
150 expect(core.close(sourcePipe.handle1)).toBe(core.RESULT_OK);
153 expect(core.close(anotherPipe.handle0)).toBe(core.RESULT_INVALID_ARGUMENT);
155 expect(core.close(anotherPipe.handle1)).toBe(core.RESULT_OK);
158 expect(core.close(pipe.handle0)).toBe(core.RESULT_INVALID_ARGUMENT);
159 expect(core.close(pipe.handle1)).toBe(core.RESULT_INVALID_ARGUMENT)
    [all...]
  /external/chromium_org/mojo/bindings/js/
core_unittests.js 22 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
23 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
32 expect(pipe.result).toBe(core.RESULT_OK);
36 expect(core.close(pipe.producerHandle)).toBe(core.RESULT_OK);
37 expect(core.close(pipe.consumerHandle)).toBe(core.RESULT_OK);
53 expect(result).toBe(core.RESULT_OK);
58 expect(read.result).toBe(core.RESULT_OK);
59 expect(read.buffer.byteLength).toBe(42);
60 expect(read.handles.length).toBe(0);
64 expect(memory[i]).toBe((i * i) & 0xFF)
    [all...]
codec_unittests.js 51 expect(reader.payloadSize).toBe(payloadSize);
52 expect(reader.messageName).toBe(messageName);
56 expect(bar2.alpha).toBe(bar.alpha);
57 expect(bar2.beta).toBe(bar.beta);
58 expect(bar2.gamma).toBe(bar.gamma);
120 expect(reader.payloadSize).toBe(payloadSize);
121 expect(reader.messageName).toBe(messageName);
125 expect(foo2.x).toBe(foo.x);
126 expect(foo2.y).toBe(foo.y);
128 expect(foo2.a).toBe(foo.a & 1 ? true : false)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
quat-spec.js 46 it("should return out", function() { expect(result).toBe(out); });
52 it("should return out", function() { expect(result).toBe(out); });
58 it("should return out", function() { expect(result).toBe(out); });
64 it("should return out", function() { expect(result).toBe(out); });
72 it("should return out", function() { expect(result).toBe(out); });
81 it("should return quatA", function() { expect(result).toBe(quatA); });
89 it("should return quatB", function() { expect(result).toBe(quatB); });
101 it("should return out", function() { expect(result).toBe(out); });
110 it("should return quatA", function() { expect(result).toBe(quatA); });
118 it("should return quatB", function() { expect(result).toBe(quatB); })
    [all...]
mat2-spec.js 53 it("should return out", function() { expect(result).toBe(out); });
59 it("should return out", function() { expect(result).toBe(out); });
67 it("should return out", function() { expect(result).toBe(out); });
75 it("should return matA", function() { expect(result).toBe(matA); });
84 it("should return out", function() { expect(result).toBe(out); });
92 it("should return matA", function() { expect(result).toBe(matA); });
101 it("should return out", function() { expect(result).toBe(out); });
109 it("should return matA", function() { expect(result).toBe(matA); });
126 it("should return out", function() { expect(result).toBe(out); });
135 it("should return matA", function() { expect(result).toBe(matA); })
    [all...]
mat4-spec.js 62 it("should return out", function() { expect(result).toBe(out); });
68 it("should return out", function() { expect(result).toBe(out); });
83 it("should return out", function() { expect(result).toBe(out); });
105 it("should return matA", function() { expect(result).toBe(matA); });
121 it("should return out", function() { expect(result).toBe(out); });
143 it("should return matA", function() { expect(result).toBe(matA); });
159 it("should return out", function() { expect(result).toBe(out); });
181 it("should return matA", function() { expect(result).toBe(matA); });
205 it("should return out", function() { expect(result).toBe(out); });
235 it("should return matA", function() { expect(result).toBe(matA); })
    [all...]
vec2-spec.js 46 it("should return out", function() { expect(result).toBe(out); });
52 it("should return out", function() { expect(result).toBe(out); });
60 it("should return out", function() { expect(result).toBe(out); });
69 it("should return vecA", function() { expect(result).toBe(vecA); });
77 it("should return vecB", function() { expect(result).toBe(vecB); });
89 it("should return out", function() { expect(result).toBe(out); });
98 it("should return vecA", function() { expect(result).toBe(vecA); });
106 it("should return vecB", function() { expect(result).toBe(vecB); });
118 it("should return out", function() { expect(result).toBe(out); });
127 it("should return vecA", function() { expect(result).toBe(vecA); })
    [all...]
mat2d-spec.js 65 it("should return out", function() { expect(result).toBe(out); });
71 it("should return out", function() { expect(result).toBe(out); });
79 it("should return out", function() { expect(result).toBe(out); });
87 it("should return matA", function() { expect(result).toBe(matA); });
104 it("should return out", function() { expect(result).toBe(out); });
113 it("should return matA", function() { expect(result).toBe(matA); });
121 it("should return matB", function() { expect(result).toBe(matB); });
131 it("should return out", function() { expect(result).toBe(out); });
139 it("should return matA", function() { expect(result).toBe(matA); });
151 it("should return out", function() { expect(result).toBe(out); })
    [all...]
vec3-spec.js 46 it("should return out", function() { expect(result).toBe(out); });
52 it("should return out", function() { expect(result).toBe(out); });
60 it("should return out", function() { expect(result).toBe(out); });
69 it("should return vecA", function() { expect(result).toBe(vecA); });
77 it("should return vecB", function() { expect(result).toBe(vecB); });
89 it("should return out", function() { expect(result).toBe(out); });
98 it("should return vecA", function() { expect(result).toBe(vecA); });
106 it("should return vecB", function() { expect(result).toBe(vecB); });
118 it("should return out", function() { expect(result).toBe(out); });
127 it("should return vecA", function() { expect(result).toBe(vecA); })
    [all...]
mat3-spec.js 51 it("should return out", function() { expect(result).toBe(out); });
73 it("should return out", function() { expect(result).toBe(out); });
79 it("should return out", function() { expect(result).toBe(out); });
93 it("should return out", function() { expect(result).toBe(out); });
113 it("should return matA", function() { expect(result).toBe(matA); });
128 it("should return out", function() { expect(result).toBe(out); });
148 it("should return matA", function() { expect(result).toBe(matA); });
163 it("should return out", function() { expect(result).toBe(out); });
183 it("should return matA", function() { expect(result).toBe(matA); });
206 it("should return out", function() { expect(result).toBe(out); })
    [all...]
vec4-spec.js 46 it("should return out", function() { expect(result).toBe(out); });
52 it("should return out", function() { expect(result).toBe(out); });
60 it("should return out", function() { expect(result).toBe(out); });
69 it("should return vecA", function() { expect(result).toBe(vecA); });
77 it("should return vecB", function() { expect(result).toBe(vecB); });
89 it("should return out", function() { expect(result).toBe(out); });
98 it("should return vecA", function() { expect(result).toBe(vecA); });
106 it("should return vecB", function() { expect(result).toBe(vecB); });
118 it("should return out", function() { expect(result).toBe(out); });
127 it("should return vecA", function() { expect(result).toBe(vecA); })
    [all...]
  /external/chromium_org/gin/test/
expect.js 136 predicates.toBe = function(actual, expected) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesf.h 954 // The argument is a reference to the field tobe examined.
958 // The argument is a reference to the field tobe examined.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 954 // The argument is a reference to the field tobe examined.
958 // The argument is a reference to the field tobe examined.
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 412 object_buffer_p pObj = BUFFER(va_pic->coded_buf); //tobe modified
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1204 /* Creates a duplicate of a SSA name NAME tobe defined by statement STMT
    [all...]
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 66 # define tobe(x) (__force uint32_t) __constant_cpu_to_be32(x) macro
68 # define tobe(x) (x) macro
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 414 debug_abbreviations table tobe used for this Unit. */
    [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.dat 1851 tobe.ehime.jp
    [all...]

Completed in 581 milliseconds

1 2