Searched refs:got (Results 1 - 25 of 244) sorted by relevance

12345678910

/external/autotest/server/hosts/
H A Dcros_host_unittest.py16 got = cros_host.CrosHost.get_chameleon_arguments({
20 self.assertEqual(got, {'chameleon_host': 'host'})
23 got = cros_host.CrosHost.get_plankton_arguments({
27 self.assertEqual(got, {'plankton_host': 'host'})
30 got = cros_host.CrosHost.get_servo_arguments({
34 self.assertEqual(got, {servo_host.SERVO_HOST_ATTR: 'host'})
H A Dhost_info_unittest.py123 got = self.store.get()
124 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
130 got = self.store.get()
131 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
134 got = self.store.get()
135 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
141 got = self.store.get(force_refresh=True)
142 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
145 got = self.store.get(force_refresh=True)
146 self._verify_host_info_data(got, ['label
[all...]
/external/vulkan-validation-layers/layers/
H A Dvk_layer_data.h28 typename std::unordered_map<void *, DATA_T *>::const_iterator got; local
31 got = layer_data_map.find(data_key);
33 if (got == layer_data_map.end()) {
37 debug_data = got->second;
/external/e2fsprogs/contrib/
H A Dmake-sparse.c29 int got, total = 0; local
33 got = read(fd, buf, count);
34 if (got == -1) {
39 if (got == 0) {
45 buf += got;
46 total += got;
47 count -= got;
54 int fd, got, i; local
68 got = full_read(0, buf, sizeof(buf));
69 if (got
[all...]
/external/deqp/modules/egl/
H A DteglApiCase.hpp55 void expectBoolean (eglw::EGLBoolean expected, eglw::EGLBoolean got);
57 void expectNoContext (eglw::EGLContext got);
58 void expectNoSurface (eglw::EGLSurface got);
59 void expectNoDisplay (eglw::EGLDisplay got);
60 void expectNull (const void* got);
62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } argument
63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } argument
H A DteglApiCase.cpp107 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got) argument
109 if (expected != got)
111 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage;
117 void ApiCase::expectNoContext (EGLContext got) argument
119 if (got != EGL_NO_CONTEXT)
124 eglDestroyContext(getDisplay(), got); local
128 void ApiCase::expectNoSurface (EGLSurface got) argument
130 if (got != EGL_NO_SURFACE)
135 eglDestroySurface(getDisplay(), got); local
139 void ApiCase::expectNoDisplay (EGLDisplay got) argument
149 expectNull(const void* got) argument
[all...]
/external/llvm/test/MC/AArch64/
H A Delf-reloc-pcreladdressing.s7 adrp x5, :got:some_label
H A Dadrp-relocation.s9 adrp x0, :got:sym
/external/valgrind/none/tests/x86-linux/
H A Dseg_override.stdout.exp2 got 65536 bytes
/external/autotest/frontend/afe/
H A Drpc_utils_unittest.py62 got = rpc_utils._convert_to_kwargs_only(func, (1, 2), {})
63 self.assertEquals(got, {'a': 1, 'b': 2})
69 got = rpc_utils._convert_to_kwargs_only(func, (), {'a': 1, 'b': 2})
70 self.assertEquals(got, {'a': 1, 'b': 2})
76 got = rpc_utils._convert_to_kwargs_only(func, (1, 2), {'c': 3})
77 self.assertEquals(got, {'a': 1, 'b': 2, 'c': 3})
83 got = rpc_utils._convert_to_kwargs_only(func, (1,), {'b': 2, 'c': 3})
84 self.assertEquals(got, {'a': 1, 'b': 2, 'c': 3})
90 got = rpc_utils._convert_to_kwargs_only(func, (1, 2), {})
91 self.assertEquals(got, {'
[all...]
/external/llvm/test/MC/Mips/
H A Dmacro-la-pic.s9 la $5, symbol # CHECK: lw $5, %got(symbol)($gp) # encoding: [0x8f,0x85,A,A]
10 # CHECK: # fixup A - offset: 0, value: %got(symbol), kind: fixup_Mips_GOT
11 la $5, symbol($6) # CHECK: lw $5, %got(symbol)($gp) # encoding: [0x8f,0x85,A,A]
12 # CHECK: # fixup A - offset: 0, value: %got(symbol), kind: fixup_Mips_GOT
14 la $6, symbol($6) # CHECK: lw $1, %got(symbol)($gp) # encoding: [0x8f,0x81,A,A]
15 # CHECK: # fixup A - offset: 0, value: %got(symbol), kind: fixup_Mips_GOT
17 la $5, symbol+8 # CHECK: lw $5, %got(symbol+8)($gp) # encoding: [0x8f,0x85,A,A]
18 # CHECK: # fixup A - offset: 0, value: %got(symbol+8), kind: fixup_Mips_GOT
19 la $5, symbol+8($6) # CHECK: lw $5, %got(symbol+8)($gp) # encoding: [0x8f,0x85,A,A]
20 # CHECK: # fixup A - offset: 0, value: %got(symbo
[all...]
H A Drelocation-xfail.s15 addiu $2, $3, %got(baz)
H A Delf-relsym.s47 lw $2, %got($.str)($1)
49 lw $3, %got(gc1)($1)
51 lw $2, %got($.str1)($1)
53 lw $3, %got(gc2)($1)
55 lw $2, %got($CPI0_0)($1)
57 lw $2, %got(gd1)($1)
59 lw $3, %got($CPI0_1)($1)
61 lw $1, %got(gd2)($1)
/external/autotest/server/
H A Dafe_urls_unittest.py30 got = urls._geturl({'foo': 'bar', 'spam': 'eggs'})
31 self.assertURLEqual(got, 'http://localhost/afe/#foo=bar&spam=eggs')
36 got = urls.get_host_url(42)
38 got,
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Ddecorate_proc_maps.cc16 ssize_t got = read(in_fd, buf, kBufSize); local
17 if (got > 0) {
18 write(out_fd, buf, got);
19 } else if (got == 0) {
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s12 .word bar(got
14 @CHECK: .word bar(got
19 .word bar(got+2)
22 @CHECK: .word bar(got+2)
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.h38 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
39 void verifyString(const UnicodeString& message, const UnicodeString& got, UnicodeString& expected);
/external/valgrind/none/tests/
H A Dpending.stdout.exp4 4: got signal SIGUSR1
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Delf_x86_64_fbsd_efi.lds28 *(.got.plt)
29 *(.got)
47 *(.rela.got)
H A Delf_x86_64_efi.lds31 *(.got.plt)
32 *(.got)
50 *(.rela.got)
/external/e2fsprogs/util/
H A Dcopy_sparse.c67 int got, total = 0; local
71 got = read(fd, buf, count);
72 if (got == -1) {
77 if (got == 0) {
83 buf += got;
84 total += got;
85 count -= got;
94 ssize_t got, got2; local
167 got = full_read(fd, buf, bs);
169 if (fd == 0 && got
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-fixup-explicit.s21 addi 4, 3, target@got
29 ld 1, target@got(2)
31 # CHECK-BE: addis 3, 2, target@got@ha # encoding: [0x3c,0x62,A,A]
32 # CHECK-LE: addis 3, 2, target@got@ha # encoding: [A,A,0x62,0x3c]
33 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@got@ha, kind: fixup_ppc_half16
34 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@got@ha, kind: fixup_ppc_half16
37 addis 3, 2, target@got@ha
39 # CHECK-BE: addi 4, 3, target@got@l # encoding: [0x38,0x83,A,A]
40 # CHECK-LE: addi 4, 3, target@got@l # encoding: [A,A,0x83,0x38]
41 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@got
[all...]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cc38 ssize_t got = read (fd, p, size); local
39 if (got == 0)
41 else if (got > 0)
43 p += got;
44 res += got;
45 size -= got;
/external/syslinux/efi64/lib/
H A Delf_x86_64_efi.lds31 *(.got.plt)
32 *(.got)
50 *(.rela.got)
/external/autotest/tko/
H A Ddb_unittest.py35 got = db._format_operational_error(Exception())
36 self.assertIn('An operational error occurred', got)

Completed in 616 milliseconds

12345678910