Home
last modified time | relevance | path

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

12345

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader_test.js45 describe('Read bool does', () => {
59 describe('readBytes does', () => {
73 describe('readDouble does', () => {
87 describe('readFixed32 does', () => {
101 describe('readFloat does', () => {
115 describe('readInt32 does', () => {
133 describe('readSfixed32 does', () => {
147 describe('readSfixed64 does', () => {
161 describe('readSint32 does', () => {
179 describe('readInt6
[all...]
H A Dwriter_test.js53 describe('Writer does', () => {
145 describe('Writer.writeBufferDecoder does', () => {
211 describe('Writer.writeBytes does', () => {
246 describe('Writer.writeDouble does', () => {
281 describe('Writer.writeFixed32 does', () => {
300 describe('Writer.writeFloat does', () => {
334 describe('Writer.writeInt32 does', () => {
355 describe('Writer.writeSfixed32 does', () => {
379 describe('Writer.writeSfixed64 does', () => {
398 describe('Write
[all...]
H A Dbuffer_decoder_test.js20 describe('setCursor does', () => {
30 describe('skip does', () => {
40 describe('Skip varint does', () => {
71 describe('readVarint64 does', () => {
100 describe('readUnsignedVarint32 does', () => {
150 describe('readUnsignedVarint32At does', () => {
160 describe('getFloat32 does', () => {
170 describe('getFloat64 does', () => {
180 describe('getInt32 does', () => {
198 describe('getUint3
[all...]
H A Dtag_test.js22 describe('skipField', () => {
123 describe('tagToWireType', () => {
159 describe('tagToFieldNumber', () => {
168 describe('createTag', () => {
193 describe('get32BitVarintLength', () => {
H A Dkernel_test.js27 describe('Kernel', () => {
53 describe('Kernel hasFieldNumber', () => {
85 describe('Kernel clear field does', () => {
171 describe('Kernel shallow copy does', () => {
226 describe('Kernel for singular boolean does', () => {
359 describe('Kernel for singular message does', () => {
680 describe('Bytes access', () => {
787 describe('Fixed32 access', () => {
894 describe('Fixed64 access', () => {
994 describe('Floa
[all...]
H A Dkernel_compatibility_test.js40 describe('optional -> repeated compatibility', () => {
99 describe('Kernel repeated -> optional compatibility', () => {
187 describe('Type change', () => {
H A Dmessage_set_test.js20 describe('MessageSet does', () => {
198 describe('Optional MessageSet does', () => {
/third_party/node/deps/npm/node_modules/qrcode-terminal/test/
H A Dmain.js5 describe('in the main module', function() {
6 describe('the generate method', function () {
7 describe('when not providing a callback', function () {
23 describe('when providing a callback', function () {
36 describe('the QR Code', function () {
52 describe('the error level', function () {
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dtest_load.js28 describe('V8 dependencies', () => {
42 describe('Chakra dependencies', () => {
50 describe('JSTest dependencies', () => {
63 describe('SpiderMonkey dependencies', () => {
H A Dtest_mutate_expressions.js38 describe('Mutate expressions', () => {
69 describe('Cloning', () => {
H A Dtest_db.js23 describe('DB tests', () => {
H A Dtest_mutate_variable_or_object.js34 describe('Variable or object mutator', () => {
/third_party/node/benchmark/test_runner/
H A Dsuite-tests.js7 const { describe, it } = require('node:test');
28 describe(`${i}`, { concurrency }, () => {
42 describe(`${i}`, { concurrency }, () => {
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp108 pfnAHardwareBuffer_describe describe; member
121 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()
138 ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe")); in loadAhbDynamicApis()
180 AHardwareBuffer_Desc describe (void);
262 AHardwareBuffer_Desc AndroidNativeClientBuffer::describe (void)
265 ahbFunctions.describe(m_hardwareBuffer, &ret);
313 AHardwareBuffer_Desc desc = buffer->describe();
/third_party/protobuf/js/commonjs/
H A Dstrict_test.js45 describe('Strict test suite', function() {
56 describe('with imports', function() {
H A Dimport_test.js46 describe('Import test suite', function() {
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_build_version.py44 def describe(directory): function
53 return "#define {}_VERSION \"{}\"".format(name, describe(directory))
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dupdate_build_version.py27 # is the output of "git describe" if that succeeds, or "git rev-parse HEAD"
97 def describe(directory): function
101 Runs 'git describe', or alternately 'git rev-parse HEAD', in directory. If
109 return command_output(['git', 'describe'], directory).rstrip().decode()
137 describe(sys.argv[1]).replace('"', '\\"'))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dupdate_build_version.py27 # is the output of "git describe" if that succeeds, or "git rev-parse HEAD"
97 def describe(directory): function
101 Runs 'git describe', or alternately 'git rev-parse HEAD', in directory. If
109 return command_output(['git', 'describe'], directory).rstrip().decode()
137 describe(sys.argv[1]).replace('"', '\\"'))
/third_party/glslang/
H A Dbuild_info.py44 "git describe" if that succeeds, or "git rev-parse HEAD"
117 def describe(directory): function
121 Runs 'git describe', or alternately 'git rev-parse HEAD', in directory. If
129 return command_output(['git', 'describe'], directory).rstrip().decode()
202 commit = describe(directory)
/third_party/node/test/parallel/
H A Dtest-repl-envvars.js7 const { describe, test } = require('node:test');
87 describe('REPL environment variables', { concurrency: 1 }, () => {
/third_party/spirv-tools/utils/
H A Dupdate_build_version.py27 # information is the output of "git describe" if that succeeds, or "git
104 def describe(repo_path): function
108 Runs 'git describe', or alternately 'git rev-parse HEAD', in directory. If
114 success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path)
153 description = describe(repo_path)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DAHBFunctions.h22 void describe(const AHardwareBuffer *buffer, AHardwareBuffer_Desc *outDesc) const in describe() function in rx::AHBFunctions
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
H A Dimport_test.js46 describe('Import test suite', function() {
/third_party/ltp/
H A DMakefile154 # If we are in git repository, use git describe to indentify current version,
159 if git describe >/dev/null 2>&1; then \
160 git describe > "$@"; \

Completed in 8 milliseconds

12345