HomeSort by relevance Sort by last modified time
    Searched refs:arglist (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/libdaemon/libdaemon/
dlog.c 51 void daemon_logv(int prio, const char* template, va_list arglist) {
58 vsyslog(prio | LOG_DAEMON, template, arglist);
65 vfprintf(stderr, template, arglist);
70 vfprintf(stdout, template, arglist);
79 va_list arglist; local
81 va_start(arglist, template);
82 daemon_logv(prio, template, arglist);
83 va_end(arglist);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Range.py 8 def handleargs(arglist):
12 if len(arglist) == 1:
13 return 0, int(arglist[0]), 1
14 elif len(arglist) == 2:
15 return int(arglist[0]), int(arglist[1]), 1
16 elif len(arglist) == 3:
17 if arglist[2] == 0:
19 return tuple(int(x) for x in arglist)
21 raise TypeError("range() accepts 1-3 arguments, given", len(arglist))
    [all...]
  /external/python/cpython2/Demo/classes/
Range.py 8 def handleargs(arglist):
12 if len(arglist) == 1:
13 return 0, int(arglist[0]), 1
14 elif len(arglist) == 2:
15 return int(arglist[0]), int(arglist[1]), 1
16 elif len(arglist) == 3:
17 if arglist[2] == 0:
19 return tuple(int(x) for x in arglist)
21 raise TypeError("range() accepts 1-3 arguments, given", len(arglist))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips-elf-flags.exp 39 # Assemble jr.s using each of the argument lists in ARGLIST. Return the
41 proc assemble_for_flags {arglist} {
47 foreach args $arglist {
58 # Assemble a file using each set of arguments in ARGLIST. Check that
61 proc good_combination {arglist flags} {
65 set testname "MIPS compatible objects: $arglist"
66 set objs [assemble_for_flags $arglist]
100 proc bad_combination {arglist message} {
104 set testname "MIPS incompatible objects: $arglist"
105 set objs [assemble_for_flags $arglist]
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 116 arglist = args.split(' ', 1)
117 if len(arglist) != 2:
122 arglist[0], arglist[1],
147 arglist = args.split(' ')
148 if len(arglist) < 1:
151 if arglist[0] == 'pco':
152 if len(arglist) == 1:
153 arglist.append('')
154 elif len(arglist) != 2
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
cfscan.py 54 def destination(self, type, name, arglist):
57 if arglist and name[:13] != 'CFPreferences':
58 t, n, m = arglist[0]
63 if t == 'CFAllocatorRef' and m == 'InMode' and len(arglist) > 1:
64 t, n, m = arglist[1]
  /external/python/cpython2/Mac/Modules/cg/
cgscan.py 32 def destination(self, type, name, arglist):
35 if arglist:
36 t, n, m = arglist[0]
41 if t == 'CFAllocatorRef' and m == 'InMode' and len(arglist) > 1:
42 t, n, m = arglist[1]
  /external/python/cpython2/Mac/Modules/file/
filescan.py 27 def destination(self, type, name, arglist):
30 if arglist:
32 if len(arglist) > 2:
33 t, n, m = arglist[1]
39 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/ae/
aescan.py 29 def destination(self, type, name, arglist):
32 if arglist:
33 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/ah/
ahscan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/app/
appscan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/dlg/
dlgscan.py 28 def destination(self, type, name, arglist):
31 if arglist:
32 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/evt/
evtscan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/help/
helpscan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/ibcarbon/
IBCarbonscan.py 26 def destination(self, type, name, arglist):
29 if arglist:
30 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/list/
listscan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[-1]
  /external/python/cpython2/Mac/Modules/menu/
menuscan.py 23 def destination(self, type, name, arglist):
26 if arglist:
27 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffsscan.py 23 def destination(self, type, name, arglist):
26 if arglist:
27 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/res/
resscan.py 28 def destination(self, type, name, arglist):
31 if arglist:
32 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/scrap/
scrapscan.py 29 def destination(self, type, name, arglist):
32 if arglist:
33 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/snd/
sndscan.py 26 def destination(self, type, name, arglist):
29 if arglist:
30 t, n, m = arglist[0]
  /external/python/cpython2/Mac/Modules/te/
tescan.py 27 def destination(self, type, name, arglist):
30 if arglist:
31 t, n, m = arglist[-1]
  /system/core/libutils/
Printer.cpp 40 va_list arglist; local
41 va_start(arglist, format);
46 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error
48 va_end(arglist);
52 va_end(arglist);
56 va_end(arglist);
  /external/autotest/client/tests/rmaptest/
rmaptest.py 11 arglist = 1 variable
29 cmd = '%s/%s %s %s' % (self.srcdir, test[name], args, test[arglist])
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 39 ffi_type* arglist[6]; local
74 arglist[0] = &ffi_type_sint;
75 arglist[1] = &ffi_type_pointer;
76 arglist[2] = &point_type;
77 arglist[3] = &rect_type;
78 arglist[4] = &ffi_type_sint;
79 arglist[5] = NULL;
82 5, &ffi_type_sint, arglist);

Completed in 609 milliseconds

1 2 3 4 5 6 7