/external/bluetooth/glib/glib/ |
D | gprintf.c | 53 va_list args; in g_printf() local 82 va_list args; in g_fprintf() local 113 va_list args; in g_sprintf() local 159 va_list args; in g_snprintf() local 184 va_list args) in g_vprintf() 208 va_list args) in g_vfprintf() 232 va_list args) in g_vsprintf() 274 va_list args) in g_vsnprintf() 302 va_list args) in g_vasprintf()
|
/external/e2fsprogs/intl/ |
D | printf.c | 80 libintl_vfprintf (FILE *stream, const char *format, va_list args) in libintl_vfprintf() 103 va_list args; in libintl_fprintf() local 114 libintl_vprintf (const char *format, va_list args) in libintl_vprintf() 123 va_list args; in libintl_printf() local 134 libintl_vsprintf (char *resultbuf, const char *format, va_list args) in libintl_vsprintf() 156 va_list args; in libintl_sprintf() local 177 libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) in libintl_vsnprintf() 206 va_list args; in libintl_snprintf() local 221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf() 235 va_list args; in libintl_asprintf() local [all …]
|
/external/webkit/JavaScriptCore/runtime/ |
D | MathObject.cpp | 118 JSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncAbs() 123 JSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncACos() 128 JSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncASin() 133 JSValue JSC_HOST_CALL mathProtoFuncATan(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncATan() 138 JSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncATan2() 143 JSValue JSC_HOST_CALL mathProtoFuncCeil(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncCeil() 148 JSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncCos() 153 JSValue JSC_HOST_CALL mathProtoFuncExp(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncExp() 158 JSValue JSC_HOST_CALL mathProtoFuncFloor(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncFloor() 163 JSValue JSC_HOST_CALL mathProtoFuncLog(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncLog() [all …]
|
D | ObjectPrototype.cpp | 69 …L objectProtoFuncHasOwnProperty(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncHasOwnProperty() 74 …LL objectProtoFuncIsPrototypeOf(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncIsPrototypeOf() 92 …ALL objectProtoFuncDefineGetter(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncDefineGetter() 101 …ALL objectProtoFuncDefineSetter(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncDefineSetter() 110 …ALL objectProtoFuncLookupGetter(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncLookupGetter() 115 …ALL objectProtoFuncLookupSetter(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncLookupSetter() 120 …ctProtoFuncPropertyIsEnumerable(ExecState* exec, JSObject*, JSValue thisValue, const ArgList& args) in objectProtoFuncPropertyIsEnumerable()
|
D | ObjectConstructor.cpp | 48 static ALWAYS_INLINE JSObject* constructObject(ExecState* exec, const ArgList& args) in constructObject() 56 static JSObject* constructWithObjectConstructor(ExecState* exec, JSObject*, const ArgList& args) in constructWithObjectConstructor() 67 …Value JSC_HOST_CALL callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args) in callObjectConstructor() 78 …HOST_CALL objectConstructorGetPrototypeOf(ExecState* exec, JSObject*, JSValue, const ArgList& args) in objectConstructorGetPrototypeOf()
|
D | JSGlobalObjectFunctions.cpp | 51 static JSValue encode(ExecState* exec, const ArgList& args, const char* doNotEscape) in encode() 73 static JSValue decode(ExecState* exec, const ArgList& args, const char* doNotUnescape, bool strict) in decode() 272 …ST_CALL globalFuncEval(ExecState* exec, JSObject* function, JSValue thisValue, const ArgList& args) in globalFuncEval() 301 JSValue JSC_HOST_CALL globalFuncParseInt(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncParseInt() 324 JSValue JSC_HOST_CALL globalFuncParseFloat(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncParseFloat() 329 JSValue JSC_HOST_CALL globalFuncIsNaN(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncIsNaN() 334 JSValue JSC_HOST_CALL globalFuncIsFinite(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncIsFinite() 340 JSValue JSC_HOST_CALL globalFuncDecodeURI(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncDecodeURI() 348 …SC_HOST_CALL globalFuncDecodeURIComponent(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncDecodeURIComponent() 353 JSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState* exec, JSObject*, JSValue, const ArgList& args) in globalFuncEncodeURI() [all …]
|
/external/bluetooth/glib/glib/gnulib/ |
D | printf.c | 39 va_list args; in _g_gnulib_printf() local 51 va_list args; in _g_gnulib_fprintf() local 63 va_list args; in _g_gnulib_sprintf() local 75 va_list args; in _g_gnulib_snprintf() local 85 int _g_gnulib_vprintf (char const *format, va_list args) in _g_gnulib_vprintf() 90 int _g_gnulib_vfprintf (FILE *file, char const *format, va_list args) in _g_gnulib_vfprintf() 105 int _g_gnulib_vsprintf (char *string, char const *format, va_list args) in _g_gnulib_vsprintf() 120 int _g_gnulib_vsnprintf (char *string, size_t n, char const *format, va_list args) in _g_gnulib_vsnprintf() 140 int _g_gnulib_vasprintf (char **result, char const *format, va_list args) in _g_gnulib_vasprintf()
|
/external/bison/src/ |
D | complain.c | 49 va_list args; in warn_at() local 66 va_list args; in warn() local 85 va_list args; in complain_at() local 101 va_list args; in complain() local 120 va_list args; in fatal_at() local 136 va_list args; in fatal() local
|
/external/webkit/V8Binding/v8/src/ |
D | runtime.cc | 201 static Object* Runtime_CloneLiteralBoilerplate(Arguments args) { in Runtime_CloneLiteralBoilerplate() 207 static Object* Runtime_CloneShallowLiteralBoilerplate(Arguments args) { in Runtime_CloneShallowLiteralBoilerplate() 361 static Object* Runtime_CreateObjectLiteralBoilerplate(Arguments args) { in Runtime_CreateObjectLiteralBoilerplate() 381 static Object* Runtime_CreateArrayLiteralBoilerplate(Arguments args) { in Runtime_CreateArrayLiteralBoilerplate() 402 static Object* Runtime_CreateCatchExtensionObject(Arguments args) { in Runtime_CreateCatchExtensionObject() 419 static Object* Runtime_ClassOf(Arguments args) { in Runtime_ClassOf() 428 static Object* Runtime_IsInPrototypeChain(Arguments args) { in Runtime_IsInPrototypeChain() 444 static Object* Runtime_SetHiddenPrototype(Arguments args) { in Runtime_SetHiddenPrototype() 479 static Object* Runtime_IsConstructCall(Arguments args) { in Runtime_IsConstructCall() 487 static Object* Runtime_RegExpCompile(Arguments args) { in Runtime_RegExpCompile() [all …]
|
D | d8.js | 455 DebugRequest.prototype.continueCommandToJSONRequest_ = function(args) { argument 462 DebugRequest.prototype.stepCommandToJSONRequest_ = function(args) { argument 522 DebugRequest.prototype.backtraceCommandToJSONRequest_ = function(args) { argument 569 DebugRequest.prototype.frameCommandToJSONRequest_ = function(args) { argument 582 DebugRequest.prototype.scopesCommandToJSONRequest_ = function(args) { argument 590 DebugRequest.prototype.scopeCommandToJSONRequest_ = function(args) { argument 603 DebugRequest.prototype.printCommandToJSONRequest_ = function(args) { argument 613 DebugRequest.prototype.dirCommandToJSONRequest_ = function(args) { argument 623 DebugRequest.prototype.referencesCommandToJSONRequest_ = function(args) { argument 634 DebugRequest.prototype.instancesCommandToJSONRequest_ = function(args) { argument [all …]
|
/external/clearsilver/python/ |
D | neo_util.c | 112 static PyObject * p_hdf_init (PyObject *self, PyObject *args) in p_hdf_init() 122 static PyObject * p_hdf_get_int_value (PyObject *self, PyObject *args) in p_hdf_get_int_value() 137 static PyObject * p_hdf_get_value (PyObject *self, PyObject *args) in p_hdf_get_value() 152 static PyObject * p_hdf_get_obj (PyObject *self, PyObject *args) in p_hdf_get_obj() 173 static PyObject * p_hdf_get_child (PyObject *self, PyObject *args) in p_hdf_get_child() 194 static PyObject * p_hdf_get_attr (PyObject *self, PyObject *args) in p_hdf_get_attr() 226 static PyObject * p_hdf_obj_attr (PyObject *self, PyObject *args) in p_hdf_obj_attr() 254 static PyObject * p_hdf_obj_child (PyObject *self, PyObject *args) in p_hdf_obj_child() 271 static PyObject * p_hdf_obj_next (PyObject *self, PyObject *args) in p_hdf_obj_next() 288 static PyObject * p_hdf_obj_top (PyObject *self, PyObject *args) in p_hdf_obj_top() [all …]
|
D | neo_cgi.c | 84 static PyObject * p_cgi_init (PyObject *self, PyObject *args) in p_cgi_init() 94 static PyObject * p_cgi_parse (PyObject *self, PyObject *args) in p_cgi_parse() 121 PyObject *args, *result; in python_upload_cb() local 151 static PyObject * p_cgi_set_upload_cb (PyObject *self, PyObject *args) in p_cgi_set_upload_cb() 172 static PyObject * p_cgi_error (PyObject *self, PyObject *args) in p_cgi_error() 187 static PyObject * p_cgi_display (PyObject *self, PyObject *args) in p_cgi_display() 204 static PyObject * p_cgi_redirect (PyObject *self, PyObject *args) in p_cgi_redirect() 219 static PyObject * p_cgi_redirect_uri (PyObject *self, PyObject *args) in p_cgi_redirect_uri() 234 static PyObject * p_cgi_cookie_authority (PyObject *self, PyObject *args) in p_cgi_cookie_authority() 256 static PyObject * p_cgi_cookie_set (PyObject *self, PyObject *args, in p_cgi_cookie_set() [all …]
|
/external/webkit/WebCore/bindings/js/ |
D | JSCanvasRenderingContext2DCustom.cpp | 88 JSValue JSCanvasRenderingContext2D::setFillColor(ExecState* exec, const ArgList& args) in setFillColor() 125 JSValue JSCanvasRenderingContext2D::setStrokeColor(ExecState* exec, const ArgList& args) in setStrokeColor() 163 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec, const ArgList& args) in strokeRect() 177 JSValue JSCanvasRenderingContext2D::drawImage(ExecState* exec, const ArgList& args) in drawImage() 265 JSValue JSCanvasRenderingContext2D::drawImageFromRect(ExecState* exec, const ArgList& args) in drawImageFromRect() 285 JSValue JSCanvasRenderingContext2D::setShadow(ExecState* exec, const ArgList& args) in setShadow() 331 JSValue JSCanvasRenderingContext2D::createPattern(ExecState* exec, const ArgList& args) in createPattern() 360 JSValue JSCanvasRenderingContext2D::putImageData(ExecState* exec, const ArgList& args) in putImageData() 378 JSValue JSCanvasRenderingContext2D::fillText(ExecState* exec, const ArgList& args) in fillText() 396 JSValue JSCanvasRenderingContext2D::strokeText(ExecState* exec, const ArgList& args) in strokeText()
|
D | JSXSLTProcessorCustom.cpp | 49 JSValue JSXSLTProcessor::importStylesheet(ExecState*, const ArgList& args) in importStylesheet() 61 JSValue JSXSLTProcessor::transformToFragment(ExecState* exec, const ArgList& args) in transformToFragment() 74 JSValue JSXSLTProcessor::transformToDocument(ExecState* exec, const ArgList& args) in transformToDocument() 88 JSValue JSXSLTProcessor::setParameter(ExecState* exec, const ArgList& args) in setParameter() 99 JSValue JSXSLTProcessor::getParameter(ExecState* exec, const ArgList& args) in getParameter() 109 JSValue JSXSLTProcessor::removeParameter(ExecState* exec, const ArgList& args) in removeParameter()
|
D | JSXMLHttpRequestCustom.cpp | 79 JSValue JSXMLHttpRequest::open(ExecState* exec, const ArgList& args) in open() 106 JSValue JSXMLHttpRequest::setRequestHeader(ExecState* exec, const ArgList& args) in setRequestHeader() 117 JSValue JSXMLHttpRequest::send(ExecState* exec, const ArgList& args) in send() 146 JSValue JSXMLHttpRequest::getResponseHeader(ExecState* exec, const ArgList& args) in getResponseHeader() 157 JSValue JSXMLHttpRequest::overrideMimeType(ExecState* exec, const ArgList& args) in overrideMimeType() 166 JSValue JSXMLHttpRequest::addEventListener(ExecState* exec, const ArgList& args) in addEventListener() 178 JSValue JSXMLHttpRequest::removeEventListener(ExecState* exec, const ArgList& args) in removeEventListener()
|
D | JSDOMApplicationCacheCustom.cpp | 69 JSValue JSDOMApplicationCache::hasItem(ExecState* exec, const ArgList& args) in hasItem() 82 JSValue JSDOMApplicationCache::add(ExecState* exec, const ArgList& args) in add() 95 JSValue JSDOMApplicationCache::remove(ExecState* exec, const ArgList& args) in remove() 110 JSValue JSDOMApplicationCache::addEventListener(ExecState* exec, const ArgList& args) in addEventListener() 122 JSValue JSDOMApplicationCache::removeEventListener(ExecState* exec, const ArgList& args) in removeEventListener()
|
D | JSClipboardCustom.cpp | 66 JSValue JSClipboard::clearData(ExecState* exec, const ArgList& args) in clearData() 84 JSValue JSClipboard::getData(ExecState* exec, const ArgList& args) in getData() 100 JSValue JSClipboard::setData(ExecState* exec, const ArgList& args) in setData() 111 JSValue JSClipboard::setDragImage(ExecState* exec, const ArgList& args) in setDragImage()
|
/external/qemu/android/ |
D | console.c | 244 va_list args; in control_write() local 302 char* args = strchr(input, ' '); in find_command() local 368 char* args = NULL; in control_client_do_command() local 415 do_help( ControlClient client, char* args ) in do_help() 644 do_quit( ControlClient client, char* args ) in do_quit() 659 do_network_status( ControlClient client, char* args ) in do_network_status() 688 do_network_speed( ControlClient client, char* args ) in do_network_speed() 719 do_network_delay( ControlClient client, char* args ) in do_network_delay() 743 do_network_capture_start( ControlClient client, char* args ) in do_network_capture_start() 757 do_network_capture_stop( ControlClient client, char* args ) in do_network_capture_stop() [all …]
|
/external/clearsilver/python/examples/base/ |
D | log.py | 86 def _log(*args): 100 def warn(*args): 103 def warnred(*args): 107 def log(*args): 110 def logred(*args): 115 def debug(*args):
|
/external/icu4c/common/ |
D | ucnv_cb.c | 35 ucnv_cbFromUWriteBytes (UConverterFromUnicodeArgs *args, in ucnv_cbFromUWriteBytes() 54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, in ucnv_cbFromUWriteUChars() 175 ucnv_cbFromUWriteSub (UConverterFromUnicodeArgs *args, in ucnv_cbFromUWriteSub() 226 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args, in ucnv_cbToUWriteUChars() 245 ucnv_cbToUWriteSub (UConverterToUnicodeArgs *args, in ucnv_cbToUWriteSub()
|
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-thread-termination.cc | 36 v8::Handle<v8::Value> Signal(const v8::Arguments& args) { in Signal() 42 v8::Handle<v8::Value> TerminateCurrentThread(const v8::Arguments& args) { in TerminateCurrentThread() 48 v8::Handle<v8::Value> Fail(const v8::Arguments& args) { in Fail() 54 v8::Handle<v8::Value> Loop(const v8::Arguments& args) { in Loop() 62 v8::Handle<v8::Value> DoLoop(const v8::Arguments& args) { in DoLoop() 201 v8::Handle<v8::Value> TerminateOrReturnObject(const v8::Arguments& args) { in TerminateOrReturnObject() 212 v8::Handle<v8::Value> LoopGetProperty(const v8::Arguments& args) { in LoopGetProperty()
|
/external/webkit/JavaScriptCore/wtf/ |
D | Assertions.cpp | 56 static void vprintf_stderr_common(const char* format, va_list args) in vprintf_stderr_common() 114 va_list args; in printf_stderr_common() local 141 va_list args; in WTFReportAssertionFailureWithMessage() local 158 va_list args; in WTFReportFatalError() local 169 va_list args; in WTFReportError() local 182 va_list args; in WTFLog() local 195 va_list args; in WTFLogVerbose() local
|
/external/qemu/android/utils/ |
D | debug.c | 20 va_list args; in dprint() local 31 va_list args; in dprintn() local 38 dprintnv( const char* format, va_list args ) in dprintnv() 47 va_list args; in dwarning() local 59 va_list args; in derror() local
|
/external/webkit/WebKitTools/Scripts/ |
D | bugzilla-tool | 143 def parse_args(self, args): argument 146 def execute(self, options, args, tool): argument 154 def execute(self, options, args, tool): argument 164 def execute(self, options, args, tool): argument 175 def execute(self, options, args, tool): argument 200 def execute(self, options, args, tool): argument 259 def execute(self, options, args, tool): argument 293 def run_and_throw_if_fail(args, quiet=False): argument 358 def execute(self, options, args, tool): argument 388 def execute(self, options, args, tool): argument [all …]
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | PluginObject.cpp | 39 va_list args; in pluginLog() local 309 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVaria… in testIdentifierToString() 323 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt() 335 static bool testCallback(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testCallback() 357 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) in getURL() 379 static bool removeDefaultMethod(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in removeDefaultMethod() 386 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in getURLNotify() 408 static bool testInvokeDefault(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testInvokeDefault() 428 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in destroyStream() 435 static bool destroyNullStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in destroyNullStream() [all …]
|