HomeSort by relevance Sort by last modified time
    Searched full:raise (Results 76 - 100 of 1297) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 34 using _STLP_VENDOR_CSTD::raise;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 34 using _STLP_VENDOR_CSTD::raise;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 34 using _STLP_VENDOR_CSTD::raise;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_csignal.h 34 using _STLP_VENDOR_CSTD::raise;
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
README 19 raise Error('Could not find the "all apps" button')
  /external/llvm/utils/lit/lit/
TclUtil.py 63 raise ValueError,'Invalid quoted character %r' % c
74 raise ValueError,"Unterminated '{' quoted word"
93 raise ValueError,"Unterminated '\"' quoted word"
100 raise ValueError,'Missing quoted character'
119 raise ValueError,'Missing quoted character'
123 raise NotImplementedError, ('Command substitution is '
127 raise NotImplementedError, ('Variable substitution is '
148 raise NotImplementedError, "Argument substitution is unsupported"
188 raise ValueError,'Missing argument to %r redirection' % tok
200 raise ValueError,"Expected at least one argument to exec
    [all...]
  /bionic/libm/src/
s_truncf.c 38 if(j0<0) { /* raise inexact if x != 0 */
44 if(huge+x>0.0F) /* raise inexact flag */
  /external/antlr/antlr-3.4/runtime/Python/tests/
t006lexer.py 18 raise re
51 raise AssertionError, token
t008lexer.py 18 raise re
57 raise AssertionError, token
t009lexer.py 18 raise re
56 raise AssertionError, token
t022scopes.g 57 raise RuntimeError($ID.text)
85 raise RuntimeError($ID.text)
t044trace.py 29 raise
52 raise
  /external/bluetooth/bluez/test/
test-health-sink 38 raise TypeError
65 raise TypeError
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 34 raise ValueError("Invalid consumer.")
37 raise ValueError("Invalid token.")
smtp.py 35 raise ValueError("Invalid consumer.")
38 raise ValueError("Invalid token.")
  /external/clang/utils/
CaptureCmd 40 raise ValueError('CAPTURE_CMD_PROGRAM is not defined!')
42 raise ValueError('CAPTURE_CMD_DIR is not defined!')
  /external/webkit/Source/WebCore/svg/
SVGAngle.idl 40 [StrictTypeChecking, RequiresAllArguments=Raise] void newValueSpecifiedUnits(in unsigned short unitType, in float valueInSpecifiedUnits)
43 [StrictTypeChecking, RequiresAllArguments=Raise] void convertToSpecifiedUnits(in unsigned short unitType)
SVGLength.idl 48 [StrictTypeChecking, RequiresAllArguments=Raise] void newValueSpecifiedUnits(in unsigned short unitType,
52 [Custom, StrictTypeChecking, RequiresAllArguments=Raise] void convertToSpecifiedUnits(in unsigned short unitType)
SVGPaint.idl 43 [StrictTypeChecking, RequiresAllArguments=Raise] void setUri(in DOMString uri);
44 [StrictTypeChecking, RequiresAllArguments=Raise] void setPaint(in unsigned short paintType, in DOMString uri, in DOMString rgbColor, in DOMString iccColor)
  /frameworks/base/docs/html/distribute/googleplay/promote/
index.jd 2 page.metaDescription=Raise the visibility of your apps in Google Play through deep links and Google Play badges.
23 Raise the visibility of your apps with badges and link users to your products on Google Play.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 53 raise NotImplementedError("PrettyPrinter __call__")
85 Otherwise if the printer already exists raise an exception.
106 raise TypeError("printer missing attribute: name")
108 raise TypeError("printer missing attribute: enabled")
110 raise TypeError("printer missing attribute: __call__")
123 raise TypeError("printer name is not a string")
128 raise ValueError("semicolon ';' in printer name")
140 raise RuntimeError("pretty-printer already registered: %s" %
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 53 raise NotImplementedError("PrettyPrinter __call__")
85 Otherwise if the printer already exists raise an exception.
106 raise TypeError("printer missing attribute: name")
108 raise TypeError("printer missing attribute: enabled")
110 raise TypeError("printer missing attribute: __call__")
123 raise TypeError("printer name is not a string")
128 raise ValueError("semicolon ';' in printer name")
140 raise RuntimeError("pretty-printer already registered: %s" %
  /development/testrunner/
android_build.py 46 raise errors.AbortError
70 raise errors.AbortError
92 raise errors.AbortError
113 raise errors.AbortError
134 raise errors.AbortError
155 raise errors.AbortError
  /external/clang/test/Analysis/
NoReturn.m 37 - (void)raise;
40 + (void)raise:(NSString *)name format:(NSString *)format, ...;
41 + (void)raise:(NSString *)name format:(NSString *)format arguments:(va_list)argList;
54 [NSException raise:@"Blah" format:[NSString stringWithFormat:@"Blah %@", s]];
65 [NSException raise:@"Blah" format:@"Blah %@" arguments:alist];
74 [[NSException exceptionWithName:@"My Exception" reason:@"Want to test exceptions." userInfo:0] raise];
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeArrayCoercionTest.java 211 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
253 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
293 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
335 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
398 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
445 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
453 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
457 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
461 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception.
465 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception
    [all...]

Completed in 3132 milliseconds

1 2 34 5 6 7 8 91011>>