| /external/ImageMagick/www/api/ |
| list.php | 90 Image *CloneImageList(const Image *images,ExceptionInfo *exception) 104 <dt>exception</dt> 121 ExceptionInfo *exception) 139 <dt>exception</dt> 177 DeleteImages(Image **images,const char *scenes,ExceptionInfo *exception) 195 <dt>exception</dt> 232 const char *scenes,ExceptionInfo *exception) 254 <dt>exception</dt> 427 <p>group = ImageListToArray(images, exception); while (i = 0; group[i] != (Image *) NULL; i++) printf("s\n", group[i]->filename); printf("d images\n", i); group = RelinquishMagickMemory(group);</p> 432 Image **ImageListToArray(const Image *images,ExceptionInfo *exception) [all...] |
| /external/icu/tools/srcgen/currysrc/libs/ |
| org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar | |
| /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/ |
| byte-buddy-1.4.33.jar | |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| GsmCdmaCallTracker.java | 729 if (ar.exception == null) { 731 } else if (isCommandExceptionRadioNotAvailable(ar.exception)) { [all...] |
| ServiceStateTracker.java | [all...] |
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrVisitor.java | 171 // TODO: use a app coded exception 728 final Exception_info exception = exceptions.get (e); local 729 leaders.add (exception.m_handler_pc); 1211 final Exception_info exception = exceptionTable.get (e); local [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| ImsPhone.java | [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| CertPathValidatorUtilities.java | 73 import org.bouncycastle.jce.exception.ExtCertPathValidatorException; 133 * on the given certificate has thrown an exception. 155 * on the given certificate has thrown an exception. 165 Exception invalidKeyEx = null; 225 catch (Exception ex) 328 catch (Exception e) 330 throw new AnnotatedException("exception processing extension " + oid, e); 346 catch (Exception e) 543 catch (Exception e) 556 catch (Exception ex [all...] |
| /frameworks/opt/vcard/java/com/android/vcard/ |
| VCardParserImpl_V21.java | 22 import com.android.vcard.exception.VCardAgentNotSupportedException; 23 import com.android.vcard.exception.VCardException; 24 import com.android.vcard.exception.VCardInvalidCommentLineException; 25 import com.android.vcard.exception.VCardInvalidLineException; 26 import com.android.vcard.exception.VCardVersionException; [all...] |
| /art/runtime/ |
| art_method.cc | 189 // Set aside the exception while we resolve its type. 192 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); 205 // Does this catch exception type apply? 210 // Now have a NoClassDefFoundError as exception. Ignore in case the exception class was 217 LOG(WARNING) << "Unresolved exception class when finding catch block: " 229 // Put the exception back. 230 if (exception.Get() != nullptr) { 231 self->SetException(exception.Get()); 295 // exception was thrown to force the activations to be removed from th [all...] |
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| BaseRecognizer.pm | 372 exception => $e, 410 my $exception = $arg_ref->{exception};
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| AbstractRealVector.java | 24 import org.apache.commons.math.exception.MathUnsupportedOperationException; 25 import org.apache.commons.math.exception.DimensionMismatchException; 29 import org.apache.commons.math.exception.util.LocalizedFormats; 43 * @exception DimensionMismatchException if the vectors do not 54 * @exception DimensionMismatchException if the dimension is 68 * @exception MatrixIndexException if index is not valid
|
| /external/autotest/client/cros/networking/ |
| shill_xmlrpc_server.py | 49 def __exit__(self, exception, value, traceback): 50 super(ShillXmlRpcDelegate, self).__exit__(exception, value, traceback) 51 self._tpm_store.__exit__(exception, value, traceback)
|
| /external/autotest/client/site_tests/logging_UserCrash/ |
| logging_UserCrash.py | 233 exception=error.TestError( 474 exception=error.TestError( 529 exception=error.TestFail('expected full message: ' +
|
| /external/autotest/site_utils/rpm_control_system/ |
| rpm_controller.py | 187 except Exception as e: 189 'Raised exception: %s', device_hostname, 221 raise Exception('Setup local log server handler timed out.') 222 except Exception as e: 243 except Exception as e: 244 # This method runs in a subprocess. Must log the exception, 249 'Raised exception: %s', [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
| test_util.py | 58 exception, 63 """Check that exception is raised and text matches regular expression. 66 exception: Exception type that is expected. 74 self.fail('Expected exception %s was not raised' % exception.__name__) 75 except exception as err: 138 should not be part of this set of variables. An exception is for variables 142 Modules that are imported in to the tested modules are an exception and may
|
| /external/v8/src/debug/ |
| debug.h | 46 // Type of exception break. NOTE: These values are in macros.py as well. 53 // Type of exception break. 418 void OnThrow(Handle<Object> exception); 585 void OnException(Handle<Object> exception, Handle<Object> promise); 592 Handle<Object> exception,
|
| /libcore/ojluni/src/main/java/java/net/ |
| URL.java | 9 * particular file as subject to the "Classpath" exception as provided 295 * @exception MalformedURLException if an unknown protocol is specified. 323 * @exception MalformedURLException if an unknown protocol is specified. 357 * @exception MalformedURLException if an unknown protocol is specified. 358 * @exception SecurityException 430 * @exception MalformedURLException if no protocol is specified, or an 477 * @exception MalformedURLException if no protocol is specified, or an 497 * @exception MalformedURLException if no protocol is specified, or an 499 * @exception SecurityException 622 } catch(Exception e) 623 MalformedURLException exception = new MalformedURLException(e.getMessage()); local [all...] |
| /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
| StreamReuseTest.java | 43 Class<? extends Throwable> exception, 52 if (exception.isAssignableFrom(e.getClass())) { 60 throw new AssertionError("Unexpected exception " + e.getClass(), e); 70 if (exception.isAssignableFrom(e.getClass())) { 78 throw new AssertionError("Unexpected exception " + e.getClass(), e);
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _cmath.h | 32 # if defined (_STLP_HAS_NO_NAMESPACES) && !defined (exception) 33 # define exception __math_exception macro 41 # undef exception macro
|
| /packages/apps/Settings/src/com/android/settings/datausage/ |
| DataUsageSummary.java | 208 private static void verySmallSpanExcept(SpannableString s, CharSequence exception) { 211 final int exceptionStart = TextUtils.indexOf(s, exception); 218 final int exceptionEnd = exceptionStart + exception.length();
|
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| wagon-provider-api-2.6.jar | |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_exceptions.py | 115 self.raise_catch(Exception, "Exception") 117 except Exception, e: pass 120 # make sure the right exception message is raised for each of 152 # test that setting an exception at the C level works even if the 153 # exception object can't be constructed. 169 self.fail("Expected exception") 183 self.fail("Expected exception") 204 # test that exception attributes are happy 293 'exception "%s", attribute "%s"' [all...] |