HomeSort by relevance Sort by last modified time
    Searched defs:ewc (Results 1 - 3 of 3) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 41 ExceptionWithContext ewc; local
44 ewc = (ExceptionWithContext) ex;
46 ewc = new ExceptionWithContext(ex);
49 ewc.addContext(str);
50 return ewc;
  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 41 ExceptionWithContext ewc; local
44 ewc = (ExceptionWithContext) ex;
46 ewc = new ExceptionWithContext(ex);
49 ewc.addContext(str);
50 return ewc;
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 581 M4VSS3GPP_EncodeWriteContext ewc; /**< Audio and video encode/write stuff */ member in struct:__anon16016
669 M4VSS3GPP_EncodeWriteContext ewc; \/**< Audio and video encode\/write stuff *\/ member in struct:__anon16017
    [all...]

Completed in 171 milliseconds