HomeSort by relevance Sort by last modified time
    Searched full:arg_error (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Modules/
cgen.py 107 arg_error = 'bad arg' variable
112 # Raises arg_error if something's wrong.
126 raise arg_error, ('bad type', type)
137 raise arg_error, ('bad arg mode', mode)
155 raise arg_error, ('subscript expected', rest)
170 raise arg_error, ('\'*\' expected', sub)
174 raise arg_error, ('non-r mode with [retval]', mode)
176 raise arg_error, ('bad subscript', sub)
204 raise arg_error, ('bad a_mode', a_mode)
370 raise arg_error, 'expected r arg not found
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu.py 258 arg_error = tpu_function.check_function_argument_count(
260 if arg_error is not None:
265 input_arity, str([i.name for i in inputs[0]]), arg_error))
273 arg_error))
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1069 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 );
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/
Options.kt 87 private const val ARG_ERROR = "--error"
549 ARG_ERROR, "-error" -> Errors.setErrorLevel(getValue(args, ++index), Severity.ERROR)
    [all...]
  /external/pcre/dist2/src/
pcre2test.c     [all...]

Completed in 147 milliseconds