HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 376 - 400 of 589) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [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...]
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 18 package com.android.ex.photo;
54 import com.android.ex.photo.PhotoViewPager.InterceptType;
55 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
56 import com.android.ex.photo.adapters.PhotoPagerAdapter;
57 import com.android.ex.photo.fragments.PhotoViewFragment;
58 import com.android.ex.photo.loaders.PhotoBitmapLoader;
59 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
60 import com.android.ex.photo.loaders.PhotoPagerLoader;
61 import com.android.ex.photo.provider.PhotoContract;
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 18 package com.android.ex.photo;
53 import com.android.ex.photo.PhotoViewPager.InterceptType;
54 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
55 import com.android.ex.photo.adapters.PhotoPagerAdapter;
56 import com.android.ex.photo.fragments.PhotoViewFragment;
57 import com.android.ex.photo.loaders.PhotoBitmapLoader;
58 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
59 import com.android.ex.photo.loaders.PhotoPagerLoader;
60 import com.android.ex.photo.provider.PhotoContract;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 18 package com.android.ex.photo.views;
40 import com.android.ex.photo.R;
41 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 117 CommandException ex = new CommandException( local
119 AsyncResult.forMessage(result, null, ex);
148 CommandException ex = new CommandException( local
150 AsyncResult.forMessage(result, null, ex);
160 CommandException ex = new CommandException( local
162 AsyncResult.forMessage(result, null, ex);
191 CommandException ex = new CommandException( local
193 AsyncResult.forMessage(result, null, ex);
203 CommandException ex = new CommandException( local
205 AsyncResult.forMessage(result, null, ex);
233 CommandException ex = new CommandException( local
245 CommandException ex = new CommandException( local
275 CommandException ex = new CommandException( local
297 CommandException ex = new CommandException( local
319 CommandException ex = new CommandException( local
405 CommandException ex = new CommandException( local
429 CommandException ex = new CommandException( local
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 1297 Throwable ex = e.getTargetException(); local
1334 Throwable ex = e.getTargetException(); local
    [all...]
ObjectOutputStream.java 1056 Throwable ex = e.getTargetException(); local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1350 Throwable ex = null; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 770 } catch (MalformedURLException ex) {
772 throw new RuntimeException(ex.getMessage());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 628 int ex = (int) event.getX(); local
632 mTouchDown.x = ex;
640 mTouch.x = ex;
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 811 } catch (IOException ex) {
812 ex.printStackTrace();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/openssl/crypto/x509/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/openssl/include/openssl/
x509.h 763 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1051 X509_EXTENSION *ex, int loc); variable
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 274 /* Flatten out 'ex' so it is atomic, returning a new expression with
278 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )
282 IRType ty = typeOfIRExpr(bb->tyenv, ex);
285 switch (ex->tag) {
290 IRExpr_GetI(ex->Iex.GetI.descr,
291 flatten_Expr(bb, ex->Iex.GetI.ix),
292 ex->Iex.GetI.bias)));
298 IRStmt_WrTmp(t1, ex));
302 IRQop* qop = ex->Iex.Qop.details;
314 IRTriop* triop = ex->Iex.Triop.details
2808 IRExpr* ex; local
    [all...]

Completed in 1797 milliseconds

<<11121314151617181920>>