Searched refs:arg_error (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dd8-os.js36 function arg_error(str) { function
151 arg_error("os.umask();");
152 arg_error("os.system();");
153 arg_error("os.mkdirp();");
154 arg_error("os.chdir();");
155 arg_error("os.setenv();");
156 arg_error("os.rmdir();");
159 arg_error("os.setenv('FOO=bar');");
160 arg_error("os.umask(0, 0);");
161 arg_error("o
[all...]
/external/v8/test/mjsunit/
H A Dd8-os.js36 function arg_error(str) { function
151 arg_error("os.umask();");
152 arg_error("os.system();");
153 arg_error("os.mkdirp();");
154 arg_error("os.chdir();");
155 arg_error("os.setenv();");
156 arg_error("os.rmdir();");
159 arg_error("os.setenv('FOO=bar');");
160 arg_error("os.umask(0, 0);");
161 arg_error("o
[all...]
/external/chromium_org/chrome_frame/test/
H A Die_event_sink.h215 UINT* arg_error);
H A Dcom_message_event_unittest.cc100 EXCEPINFO* excep_info, UINT* arg_error) {
98 Invoke(DISPID id, REFIID iid, LCID lcid, WORD flags, DISPPARAMS* disp_params, VARIANT* var_result, EXCEPINFO* excep_info, UINT* arg_error) argument
H A Die_event_sink.cc716 UINT* arg_error) {
719 except_info, arg_error);
713 Invoke(DISPID dispid, REFIID riid, LCID lcid, WORD flags, DISPPARAMS* params, VARIANT* result, EXCEPINFO* except_info, UINT* arg_error) argument
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1069 require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr );
1102 case 'f': free( cfgfile ); cfgfile = strdup( optarg ); require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr ); break;
1106 default: goto arg_error;
1111 require_noerr( err, arg_error );
1115 require_action( d->zones, arg_error, err = mStatus_UnknownErr );
1129 arg_error:

Completed in 1960 milliseconds