HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 226 - 250 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/
Stubs.java     [all...]
  /external/freetype/src/smooth/
ftgrays.c 313 TPos x; /* same with TWorker.ex */
323 TCoord ex, ey; member in struct:TWorker_
461 TPos x = ras.ex;
515 gray_set_cell( RAS_ARG_ TCoord ex,
532 if ( ex > ras.max_ex )
533 ex = ras.max_ex;
535 ex -= ras.min_ex;
536 if ( ex < 0 )
537 ex = -1;
540 if ( ex != ras.ex || ey != ras.ey
742 TCoord ex = TRUNC( ras.x ); local
    [all...]
  /external/icu4c/common/
utext.cpp 2146 ReplExtra *ex = (ReplExtra *)ut->pExtra; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 743 XExposeEvent *ex = (XExposeEvent *)&e; local
744 rpng2_x_redisplay_image (ex->x, ex->y, ex->width, ex->height);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 262 /* Flatten out 'ex' so it is atomic, returning a new expression with
266 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )
270 IRType ty = typeOfIRExpr(bb->tyenv, ex);
273 switch (ex->tag) {
278 IRExpr_GetI(ex->Iex.GetI.descr,
279 flatten_Expr(bb, ex->Iex.GetI.ix),
280 ex->Iex.GetI.bias)));
286 IRStmt_WrTmp(t1, ex));
292 IRExpr_Qop(ex->Iex.Qop.op,
293 flatten_Expr(bb, ex->Iex.Qop.arg1)
2250 IRExpr* ex; local
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 246 ExceptionCode ex; local
247 removeAttribute(name, ex);
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 1408 ExceptionCode ex; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 114 CommandException ex = new CommandException( local
116 AsyncResult.forMessage(result, null, ex);
145 CommandException ex = new CommandException( local
147 AsyncResult.forMessage(result, null, ex);
156 CommandException ex = new CommandException( local
158 AsyncResult.forMessage(result, null, ex);
187 CommandException ex = new CommandException( local
189 AsyncResult.forMessage(result, null, ex);
198 CommandException ex = new CommandException( local
200 AsyncResult.forMessage(result, null, ex);
228 CommandException ex = new CommandException( local
239 CommandException ex = new CommandException( local
269 CommandException ex = new CommandException( local
290 CommandException ex = new CommandException( local
311 CommandException ex = new CommandException( local
395 CommandException ex = new CommandException( local
419 CommandException ex = new CommandException( local
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 17 package com.android.ex.carousel;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 17 package com.android.ex.chips;
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 1319 Throwable ex = e.getTargetException(); local
1356 Throwable ex = e.getTargetException(); local
    [all...]
ObjectOutputStream.java 1056 Throwable ex = e.getTargetException(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 770 } catch (MalformedURLException ex) {
772 throw new RuntimeException(ex.getMessage());
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 1096 RuntimeException ex = new ContentRestrictionException(err); local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 812 } catch (IOException ex) {
813 ex.printStackTrace();
Workspace.java     [all...]
  /external/openssl/crypto/x509/
x509.h 759 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1043 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/openssl/include/openssl/
x509.h 759 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1043 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 351 } catch (InterruptedException ex) {
361 } catch (Exception ex) {
362 sipStack.getStackLogger().logError("Error sending re-INVITE", ex);
432 } catch (IOException ex) {
530 } catch (Exception ex) {
    [all...]
  /external/qemu/android/config/linux-x86/linux/
kvm.h 137 } ex; member in union:kvm_run::__anon9365
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 137 } ex; member in union:kvm_run::__anon9387
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 172 CommandException ex; local
174 ex = CommandException.fromRilErrno(error);
178 + " error: " + ex);
181 AsyncResult.forMessage(mResult, ret, ex);
342 } catch (IOException ex) {
343 Log.e(LOG_TAG, "IOException", ex);
508 } catch (IOException ex){
568 } catch (java.io.IOException ex) {
570 ex);
583 } catch (IOException ex) {
    [all...]

Completed in 156 milliseconds

1 2 3 4 5 6 7 8 91011>>