HomeSort by relevance Sort by last modified time
    Searched refs:wanted (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_filelist.py 59 wanted = ['ok', 'four.txt', join('global', 'one.txt'),
63 self.assertEqual(file_list.files, wanted)
test_bdist_dumb.py 80 wanted = ['%s.zip' % base]
81 self.assertEqual(dist_created, wanted)
test_core.py 101 wanted = "options (after parsing config files):\n"
102 self.assertEqual(stdout.readlines()[0], wanted)
test_cmd.py 64 wanted = ["command options for 'MyCmd':", ' option1 = 1',
66 self.assertEqual(msgs, wanted)
  /external/python/cpython2/Lib/distutils/tests/
test_file_util.py 46 wanted = []
47 self.assertEqual(self._logs, wanted)
53 wanted = ['moving %s -> %s' % (self.source, self.target)]
54 self.assertEqual(self._logs, wanted)
63 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
64 self.assertEqual(self._logs, wanted)
test_bdist_dumb.py 90 wanted = ['foo-0.1-py%s.%s.egg-info' % sys.version_info[:2], 'foo.py']
92 wanted.append('foo.pyc')
93 self.assertEqual(contents, sorted(wanted))
test_ccompiler.py 58 wanted = ['-Llib1', '-Llib2', '-cool', '-Rrunlib1', 'found',
60 self.assertEqual(opts, wanted)
test_core.py 103 wanted = "options (after parsing config files):\n"
104 self.assertEqual(stdout.readlines()[0], wanted)
test_cmd.py 76 wanted = ["command options for 'MyCmd':", ' option1 = 1',
78 self.assertEqual(msgs, wanted)
test_spawn.py 21 for (args, wanted) in ((['with space', 'nospace'],
26 self.assertEqual(res, wanted)
  /external/python/cpython3/Lib/distutils/tests/
test_file_util.py 43 wanted = []
44 self.assertEqual(self._logs, wanted)
50 wanted = ['moving %s -> %s' % (self.source, self.target)]
51 self.assertEqual(self._logs, wanted)
60 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
61 self.assertEqual(self._logs, wanted)
test_spawn.py 22 for (args, wanted) in ((['with space', 'nospace'],
27 self.assertEqual(res, wanted)
test_build_ext.py 387 wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext)
389 self.assertEqual(wanted, path)
394 wanted = os.path.join(curdir, 'tmpdir', 'lxml', 'etree' + ext)
396 self.assertEqual(wanted, path)
403 wanted = os.path.join(curdir, 'tmpdir', 'twisted', 'runner',
405 self.assertEqual(wanted, path)
410 wanted = os.path.join(curdir, 'twisted', 'runner', 'portmap' + ext)
411 self.assertEqual(wanted, path)
test_cmd.py 76 wanted = ["command options for 'MyCmd':", ' option1 = 1',
78 self.assertEqual(msgs, wanted)
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir_test.go 133 t.Errorf("Got line %d, though wanted 10", loc.Line)
136 t.Errorf("Got column %d, though wanted 20", loc.Col)
139 t.Errorf("Got metadata %v as scope, though wanted %v", loc.Scope.C, scope.C)
150 t.Errorf("Got size %d, though wanted 1", len(int_inner))
159 t.Errorf("Got size %d, though wanted 2", len(int_inner))
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 54 wanted string
67 wanted: `
116 wanted: `
162 wanted: `
242 wanted: `
335 wanted: `
397 wanted: `
494 wanted: `
555 want, err := format.Source([]byte(test.wanted))
557 t.Fatalf("Unable to format: %v\n%s", err, test.wanted)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sysconfig.py 95 wanted = _expand_vars(default_scheme, None)
96 wanted = wanted.items()
97 wanted.sort()
100 self.assertEqual(scheme, wanted)
237 wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
239 self.assertEqual(get_scheme_names(), wanted)
  /external/ppp/pppd/plugins/pppoatm/
ans.c 41 static int ans(const char *text,int wanted,void *result,int res_len)
50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0)
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
88 switch (wanted) {
  /external/python/cpython2/Lib/test/
test_site.py 251 wanted = os.path.join('xoxo', 'Lib', 'site-packages')
252 self.assertEqual(dirs[0], wanted)
256 wanted = os.path.join('xoxo', 'lib', 'python' + sys.version[:3],
258 self.assertEqual(dirs[0], wanted)
259 wanted = os.path.join('xoxo', 'lib', 'site-python')
260 self.assertEqual(dirs[1], wanted)
265 wanted = os.path.join('xoxo', 'lib', 'site-packages')
266 self.assertEqual(dirs[1], wanted)
test_sysconfig.py 92 wanted = _expand_vars(default_scheme, None)
93 wanted = wanted.items()
94 wanted.sort()
97 self.assertEqual(scheme, wanted)
242 wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
244 self.assertEqual(get_scheme_names(), wanted)
  /external/mockito/src/test/java/org/mockitousage/verification/
DescriptiveMessagesWhenVerificationFailsTest.java 42 "Wanted but not invoked:" +
75 String wanted = local
77 "Argument(s) are different! Wanted:" +
81 assertThat(e).hasMessageContaining(wanted);
101 String wanted = local
103 "Argument(s) are different! Wanted:" +
115 assertThat(e).hasMessageContaining(wanted);
172 "No interactions wanted here:" +
197 "No interactions wanted here:" +
231 "Wanted but not invoked:"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 255 unsigned int wanted, unsigned int *got)
272 if (count > wanted)
273 count = wanted;
286 unsigned int wanted, unsigned int *got)
299 return ext2fs_file_read_inline_data(file, buf, wanted, got);
301 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
311 if (c > wanted)
312 c = wanted;
321 wanted -= c;
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305_test.go 78 t.Errorf("Got %x, wanted %x", out, expected)
121 t.Errorf("%d. Open gave %x, wanted %x", i, out, input)
126 t.Errorf("%d. Open gave %x, wanted %x", i, out, output)
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 36 # check that at least one modulation in `wanted' is present in `supported'
38 wanted=$2;
41 *[$wanted]*)
  /external/oj-libjdwp/src/share/back/
classTrack.c 301 jint wanted = local
306 if ( (status & wanted) != 0 ) {

Completed in 1666 milliseconds

1 23 4 5 6