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

1 2 34 5 6

  /external/python/cpython3/Lib/distutils/tests/
test_core.py 133 wanted = "options (after parsing config files):\n"
134 self.assertEqual(stdout.readlines()[0], wanted)
test_filelist.py 92 wanted = ['ok',
103 self.assertEqual(file_list.files, wanted)
test_util.py 284 wanted = ('I am a%(8s)spoor%(8s)slonesome%(8s)s'
286 self.assertEqual(res, wanted)
  /external/llvm/utils/
UpdateCMakeLists.pl 116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /external/swiftshader/third_party/LLVM/utils/
UpdateCMakeLists.pl 117 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
UpdateCMakeLists.pl 116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 161 << " wanted " << CURRENT_VSOC_LAYOUT_MAJOR_VERSION;
165 ssize_t wanted = sizeof(vsoc_device_region) * layout.region_count; local
166 rval = shared_memory_fd_->Pread(descriptors.data(), wanted,
168 if (rval != wanted) {
  /external/libxkbcommon/xkbcommon/src/
state.c 1167 xkb_mod_mask_t wanted = 0; local
1218 xkb_mod_mask_t wanted = 0; local
    [all...]
  /external/python/cpython2/Lib/plat-mac/
EasyDialogs.py 613 if 'wanted' in args:
614 tpwanted = args['wanted']
615 del args['wanted']
648 wanted=None,
652 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
662 filterProc=filterProc,typeList=typeList,wanted=wanted,multiple=multiple)
681 raise TypeError, "Unknown value for argument 'wanted': %s" % repr(tpwanted)
700 wanted=None
    [all...]
  /external/python/cpython3/Lib/test/
test_sysconfig.py 91 wanted = _expand_vars(default_scheme, None)
92 wanted = sorted(wanted.items())
94 self.assertEqual(scheme, wanted)
230 wanted = ('nt', 'nt_user', 'osx_framework_user',
232 self.assertEqual(get_scheme_names(), wanted)
  /external/python/cpython2/Mac/Demo/quicktime/
VerySimplePlayer.py 27 fss = EasyDialogs.AskFileForOpen(wanted=File.FSSpec) # Was: QuickTime.MovieFileType
  /external/lua/src/
ldo.c 329 ** Given 'nres' results at 'firstResult', move 'wanted' of them to 'res'.
335 int nres, int wanted) {
336 switch (wanted) { /* handle typical cases separately */
349 return 0; /* wanted == LUA_MULTRET */
353 if (wanted <= nres) { /* enough results? */
354 for (i = 0; i < wanted; i++) /* move wanted results to correct place */
360 for (; i < wanted; i++) /* complete wanted number of results */
366 L->top = res + wanted; /* top points after the last result *
378 int wanted = ci->nresults; local
    [all...]
  /external/curl/tests/libtest/
lib1560.c 43 static int checkparts(CURLU *u, const char *in, const char *wanted,
80 if(strcmp(buf, wanted)) {
81 fprintf(stderr, "in: %s\nwanted: %s\ngot: %s\n", in, wanted, buf);
389 fprintf(stderr, "Wanted: %s\nGot : %s\n",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = '^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name) >= 0
111 elif wanted(name):
  /external/python/cpython2/Lib/distutils/tests/
test_filelist.py 90 wanted = ['ok',
101 self.assertEqual(file_list.files, wanted)
  /external/python/cpython2/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = r'^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name)
111 elif wanted(name):
  /external/python/cpython3/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = r'^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name)
111 elif wanted(name):
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
TriggerContentTest.java 210 private static void assertHasUri(Uri wanted, Uri[] uris) {
212 if (wanted.equals(uris[i])) {
219 sb.append(wanted);
  /external/golang-protobuf/protoc-gen-go/generator/internal/remap/
remap_test.go 54 t.Errorf("Compute(%q, %q): got %+v, wanted error", test.in, test.out, m)
  /external/openssh/contrib/
ssh-copy-id 312 and check to make sure that only the key(s) you wanted were added.
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 581 t.Errorf("marshalling JSON produced incorrect output: got %s, wanted %s", str, rawJson)
599 t.Errorf("marshalling JSON produced incorrect output: got %s, wanted %s", str, expected)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.c 364 int wanted, i; local
375 wanted = ci->nresults;
378 for (i = wanted; i != 0 && firstResult < L->top; i--)
383 return (wanted - LUA_MULTRET); /* 0 iff wanted == LUA_MULTRET */
  /external/libpcap/msdos/
pkt_rx1.s 85 cli ; no distraction wanted !
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
compat.c 123 const char *wanted)
126 siText(si, info), wanted);
131 const char *wanted)
135 wanted);
  /external/oj-libjdwp/src/share/back/
VirtualMachineImpl.c 139 jint wanted = local
144 if ((status & wanted) == 0) {
229 jint wanted = local
233 if ((status & wanted) != 0) {

Completed in 1962 milliseconds

1 2 34 5 6