/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | reader_test.js | 45 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 D | writer_test.js | 53 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 D | buffer_decoder_test.js | 20 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 D | tag_test.js | 22 describe('skipField', () => { 123 describe('tagToWireType', () => { 159 describe('tagToFieldNumber', () => { 168 describe('createTag', () => { 193 describe('get32BitVarintLength', () => {
|
H A D | kernel_test.js | 27 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 D | kernel_compatibility_test.js | 40 describe('optional -> repeated compatibility', () => { 99 describe('Kernel repeated -> optional compatibility', () => { 187 describe('Type change', () => {
|
H A D | message_set_test.js | 20 describe('MessageSet does', () => { 198 describe('Optional MessageSet does', () => {
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/test/ |
H A D | main.js | 5 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 D | test_load.js | 28 describe('V8 dependencies', () => { 42 describe('Chakra dependencies', () => { 50 describe('JSTest dependencies', () => { 63 describe('SpiderMonkey dependencies', () => {
|
H A D | test_mutate_expressions.js | 38 describe('Mutate expressions', () => { 69 describe('Cloning', () => {
|
H A D | test_db.js | 23 describe('DB tests', () => {
|
H A D | test_mutate_variable_or_object.js | 34 describe('Variable or object mutator', () => {
|
/third_party/node/benchmark/test_runner/ |
H A D | suite-tests.js | 7 const { describe, it } = require('node:test'); 28 describe(`${i}`, { concurrency }, () => { 42 describe(`${i}`, { concurrency }, () => {
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.cpp | 108 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 D | strict_test.js | 45 describe('Strict test suite', function() { 56 describe('with imports', function() {
|
H A D | import_test.js | 46 describe('Import test suite', function() {
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | update_build_version.py | 44 def describe(directory): function 53 return "#define {}_VERSION \"{}\"".format(name, describe(directory))
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | update_build_version.py | 27 # 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 D | update_build_version.py | 27 # 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 D | build_info.py | 44 "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 D | test-repl-envvars.js | 7 const { describe, test } = require('node:test'); 87 describe('REPL environment variables', { concurrency: 1 }, () => {
|
/third_party/spirv-tools/utils/ |
H A D | update_build_version.py | 27 # 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 D | AHBFunctions.h | 22 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 D | import_test.js | 46 describe('Import test suite', function() {
|
/third_party/ltp/ |
H A D | Makefile | 154 # 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 > "$@"; \
|