HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 276 - 300 of 2639) sorted by null

<<11121314151617181920>>

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 18 package com.android.ex.photo;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 18 package com.android.ex.photo.adapters;
26 import com.android.ex.photo.Intents;
27 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
28 import com.android.ex.photo.fragments.PhotoViewFragment;
29 import com.android.ex.photo.provider.PhotoContract.PhotoViewColumns;
30 import com.android.ex.photo.provider.PhotoContract.PhotoQuery;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 17 package com.android.ex.photo.util;
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDocumentBuilderFactory.java 64 catch (Exception ex) {
65 throw new DOMTestIncompatibleException(ex, null);
95 catch (InvocationTargetException ex) {
96 throw new DOMTestLoadException(ex.getTargetException());
98 catch (Exception ex) {
99 throw new DOMTestLoadException(ex);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 65 } catch (InterruptedException ex) {
78 } catch (java.io.IOException ex) {
79 ex.printStackTrace();
92 } catch (IOException ex) {
94 "Creating datagram reflector failed", ex);
145 } catch (InterruptedException ex) {
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 84 } catch (InterruptedException ex) {
85 System.err.println(ex.getMessage());
102 } catch (InterruptedException ex) {
103 System.err.println(ex.getMessage());
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 111 } catch (Exception ex) {
112 throw new IllegalArgumentException(ex.getMessage());
135 } catch (Exception ex) {
136 throw new IllegalArgumentException(ex.getMessage());
154 } catch (Exception ex) {
155 throw new IllegalArgumentException(ex.getMessage());
179 } catch (Exception ex) {
180 throw new IllegalArgumentException(ex.getMessage());
195 } catch (Exception ex) {
196 throw new IllegalArgumentException(ex.getMessage())
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 144 _Unwind_Exception ex; local
145 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
146 ex.pr_cache.fnstart = frameInfo.start_ip;
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
148 ex.pr_cache.additional= frameInfo.flags;
152 if (pr(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-annotations/4.5/
antlr4-annotations-4.5.jar 
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
WindowsLoader.java 89 } catch (IOException ex) {
90 ex.printStackTrace();
  /system/bt/embdrv/sbc/decoder/srce/
bitalloc.c 342 OI_UINT ex; local
344 nrof_subbands, bitcount, &ex);
346 excess = ex;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 82 private String writeInvalidItemIndex(InvalidItemIndex ex, int type, IndentingWriter writer)
85 writer.write(ex.getMessage());
87 return String.format("%s@%d", ReferenceType.toString(type), ex.getInvalidIndex());
121 } catch (InvalidItemIndex ex) {
123 referenceString = writeInvalidItemIndex(ex, referenceInstruction.getReferenceType(),
125 } catch (ReferenceType.InvalidReferenceTypeException ex) {
127 writer.printSignedIntAsDec(ex.getReferenceType());
139 } catch (InvalidItemIndex ex) {
141 referenceString2 = writeInvalidItemIndex(ex,
143 } catch (ReferenceType.InvalidReferenceTypeException ex) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/
dagger-compiler-1.2.2.jar 
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeFormatter.java 182 } catch (DateTimeException ex) {
201 } catch (DateTimeException ex) {
217 } catch (DateTimeException ex) {
371 } catch (DateTimeException ex) {
520 } catch (DateTimeParseException ex) {
521 assertEquals(ex.getErrorIndex(), 7);
522 throw ex;
563 } catch (DateTimeParseException ex) {
564 assertEquals(ex.getMessage().contains("could not be parsed"), true);
565 assertEquals(ex.getMessage().contains("ONE2012 07 XX"), true)
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 287 MediaExtractor ex = new MediaExtractor(); local
289 ex.setDataSource(flFd.getFileDescriptor());
290 int n = ex.getTrackCount();
295 ex.release();
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 131 } catch (XmlPullParserException ex) {
132 Throwable detail = ex.getDetail();
144 locator.setLineNumber(ex.getLineNumber());
145 locator.setColumnNumber(ex.getColumnNumber());
147 SAXParseException newEx = new SAXParseException(ex.getMessage(), locator);
427 } catch (NumberFormatException ex) {
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /bionic/libm/i387/
fenv.c 166 fexcept_t ex = excepts; local
168 fesetexceptflag(&ex, excepts);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 338 public static boolean hasCodecForTrack(MediaExtractor ex, int track) {
339 int count = ex.getTrackCount();
343 return canDecode(ex.getTrackFormat(track));
349 public static boolean hasCodecsForMedia(MediaExtractor ex) {
350 for (int i = 0; i < ex.getTrackCount(); ++i) {
351 MediaFormat format = ex.getTrackFormat(i);
367 public static boolean hasCodecForMediaAndDomain(MediaExtractor ex, String mimePrefix) {
369 for (int i = 0; i < ex.getTrackCount(); ++i) {
370 MediaFormat format = ex.getTrackFormat(i);
386 MediaExtractor ex = null local
446 MediaExtractor ex = null; local
464 MediaExtractor ex = new MediaExtractor(); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioFocusTest.java 45 Exception ex = null; local
51 ex = e;
53 assertNotNull("No exception was thrown for an invalid build", ex);
54 assertEquals("Wrong exception thrown", ex.getClass(), IllegalStateException.class);
60 Exception ex = null; local
66 ex = e;
68 assertNotNull("No exception was thrown for an invalid build", ex);
69 assertEquals("Wrong exception thrown", ex.getClass(), IllegalStateException.class);
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 662 MediaExtractor ex = new MediaExtractor(); local
666 ex.setDataSource(fd.getFileDescriptor(), fd.getStartOffset(), fd.getLength());
674 ex.setDataSource(url);
679 int numtracks = ex.getTrackCount();
687 format = ex.getTrackFormat(t);
715 ex.selectTrack(t);
722 ex.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC);
738 int flags = ex.getSampleFlags();
739 long time = ex.getSampleTime();
740 ex.getCachedDuration()
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 193 } catch (SAXParseException ex) {
195 ex.getLineNumber() + ": " + ex.getMessage());
196 } catch (Exception ex) {
198 ex.getMessage());
199 ex.printStackTrace();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 168 int ex = luaL_optint(L, 2, 0); local
169 int res = lua_gc(L, o, ex);
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 

Completed in 102 milliseconds

<<11121314151617181920>>