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

1 2 3 4 5 6

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestConstants.java 19 package org.apache.harmony.jpda.tests.jdwp.share;
JDWPManualDebuggeeWrapper.java 26 package org.apache.harmony.jpda.tests.jdwp.share;
34 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
JDWPInvokeMethodSuspendedTwiceTestCase.java 19 package org.apache.harmony.jpda.tests.jdwp.share;
26 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodWithSuspensionDebuggee;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
JDWPRawTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.share;
29 import org.apache.harmony.jpda.tests.share.JPDALogWriter;
30 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
JDWPSyncTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.share;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
AllTests.java 19 package org.apache.harmony.jpda.tests.share;
JPDATestOptions.java 26 package org.apache.harmony.jpda.tests.share;
SyncDebuggee.java 26 package org.apache.harmony.jpda.tests.share;
Debuggee.java 26 package org.apache.harmony.jpda.tests.share;
JPDALogWriter.java 26 package org.apache.harmony.jpda.tests.share;
  /external/mesa3d/src/glx/
create_context.c 43 struct glx_context *const share = (struct glx_context *) share_context; local
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context(psc, cfg, share, 0);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 37 // one client who need to share the same lock, but it is not predictable
40 // this share lock's share() method has to be called, so that the obj
49 // following client(s) are to *share()* this lock created by the first client
50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } function in class:LocSharedLock
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 36 // one client who need to share the same lock, but it is not predictable
39 // this share lock's share() method has to be called, so that the obj
48 // following client(s) are to *share()* this lock created by the first client
49 inline LocSharedLock* share() { mRef++; return this; } function in class:LocSharedLock
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
MainActivity.java 28 * the codes related to the Direct Share feature are in {@link SampleChooserTargetService}.
40 findViewById(R.id.share).setOnClickListener(mOnClickListener);
47 case R.id.share:
48 share();
55 * Emits a sample share {@link Intent}.
57 private void share() { method in class:MainActivity
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
MainActivity.java 28 * the codes related to the Direct Share feature are in {@link SampleChooserTargetService}.
40 findViewById(R.id.share).setOnClickListener(mOnClickListener);
47 case R.id.share:
48 share();
55 * Emits a sample share {@link Intent}.
57 private void share() { method in class:MainActivity
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
MainActivity.java 28 * the codes related to the Direct Share feature are in {@link SampleChooserTargetService}.
40 findViewById(R.id.share).setOnClickListener(mOnClickListener);
47 case R.id.share:
48 share();
55 * Emits a sample share {@link Intent}.
57 private void share() { method in class:MainActivity
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
HelloWorld.java 26 package org.apache.harmony.jpda.tests.jdwp.share.debuggee;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
SimpleHelloWorld.java 26 package org.apache.harmony.jpda.tests.jdwp.share.debuggee;
28 import org.apache.harmony.jpda.tests.share.Debuggee;
InvokeMethodSuspendedTwiceDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.share.debuggee;
21 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodWithSuspensionTestCase;
22 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
23 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
ProxyDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.share.debuggee;
21 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
22 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
  /external/curl/lib/
share.c 27 #include "share.h"
37 struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); local
38 if(share) {
39 share->specifier |= (1<<CURL_LOCK_DATA_SHARE);
41 if(Curl_mk_dnscache(&share->hostcache)) {
42 free(share);
47 return share;
54 struct Curl_share *share = (struct Curl_share *)sh; local
62 if(share->dirty)
64 using this share */
177 struct Curl_share *share = (struct Curl_share *)sh; local
219 struct Curl_share *share = data->share; local
236 struct Curl_share *share = data->share; local
    [all...]
  /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));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
snapshot.py 107 def share(self, user_ids=None, groups=None, dry_run=False): member in class:Snapshot
  /external/curl/tests/libtest/
lib586.c 29 CURLSH *share; member in struct:Tdata
50 what = "share";
77 what = "share";
113 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share);
136 CURLSH *share; local
149 /* prepare share */
151 if ((share = curl_share_init()) == NULL) {
159 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
163 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
167 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user)
    [all...]
lib506.c 31 CURLSH *share; member in struct:Tdata
55 what = "share";
91 what = "share";
146 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share);
179 CURLSH *share; local
195 /* prepare share */
197 if ((share = curl_share_init()) == NULL) {
205 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
209 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
213 scode = curl_share_setopt( share, CURLSHOPT_USERDATA, &user)
    [all...]

Completed in 428 milliseconds

1 2 3 4 5 6