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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 36 EGLContext share = EGL_NO_CONTEXT; local
38 share = p_shareContext->getEGLContext();
52 fbconf->getEGLConfig(), share,
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 73 Intent share = new Intent(Intent.ACTION_SEND); local
74 share.setType("image/png");
75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile()));
76 activity.startActivity(Intent.createChooser(share, title));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 83 * Called to notify when a share is added into the batch
89 * Called to notify when a share is deleted from the batch
119 * Add one share into the batch.
133 * Delete one share from the batch. Not used now.
135 /*It should only be called under requirement that cancel one single share, but not to
155 * 2) Go through mShares list and mark all incomplete share as CANCELED status
180 /** check if a specific share is in this batch */
206 * @return BluetoothOppShareInfo, for the first pending share, or null if
211 BluetoothOppShareInfo share = mShares.get(i); local
212 if (share.mStatus == BluetoothShare.STATUS_PENDING)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 240 double share; local
244 share = 1.0;
246 share = sum / numTargets;
248 String value = formatFloatAttribute((float) share);
    [all...]
  /external/clang/test/SemaTemplate/
friend-template.cpp 253 future<void> share; member in struct:RedeclUnrelated::S
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 464 EGLContext share = share_context; local
465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext;
491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 80 int64 MakeNode(UserShare* share,
83 WriteTransaction trans(share);
94 int64 MakeFolder(UserShare* share,
97 WriteTransaction trans(share);
108 int64 MakeNodeWithParent(UserShare* share,
112 WriteTransaction trans(share);
123 int64 MakeFolderWithParent(UserShare* share,
127 WriteTransaction trans(share);
139 int64 MakeServerNodeForType(UserShare* share,
143 syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name)
716 UserShare* share = sync_manager_.GetUserShare(); local
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 608 double share; local
613 share = inWeight/outMissing.size();
619 share = 0;
629 setEdgeWeight(*ei,share);
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 823 // Child said it could absorb extra space -- give him his share
824 int share = (int) (childExtra * delta / weightSum); local
826 delta -= share;
837 int childHeight = child.getMeasuredHeight() + share;
848 MeasureSpec.makeMeasureSpec(share > 0 ? share : 0,
1207 int share = (int) (childExtra * delta \/ weightSum); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 217 __u8 share; member in struct:xfrm_user_tmpl
365 __u8 share; member in struct:xfrm_userpolicy_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 217 __u8 share; member in struct:xfrm_user_tmpl
365 __u8 share; member in struct:xfrm_userpolicy_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 217 __u8 share; member in struct:xfrm_user_tmpl
365 __u8 share; member in struct:xfrm_userpolicy_info
  /external/iproute2/include/linux/
xfrm.h 227 __u8 share; member in struct:xfrm_user_tmpl
388 __u8 share; member in struct:xfrm_userpolicy_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 198 unsigned int share; /* share count */ member in struct:snd_gf1_mem_block
199 unsigned int share_id[4]; /* share ID */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 198 unsigned int share; /* share count */ member in struct:snd_gf1_mem_block
199 unsigned int share_id[4]; /* share ID */
  /external/v8/src/
heap.cc 2891 SharedFunctionInfo* share; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1343 milliseconds