HomeSort by relevance Sort by last modified time
    Searched refs:share (Results 226 - 250 of 1092) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_ManagedBookmarks/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_PluginsAllowedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_PluginsBlockedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_ProxySettings/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_URLBlacklist/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/autotest/client/site_tests/policy_URLWhitelist/src/
Makefile 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles
  /external/curl/lib/
hostip.c 57 #include "share.h"
121 * a future version. Use the share interface instead!
269 if(data->share)
279 if(data->share)
354 if(data->share)
362 if(data->share)
459 if(data->share)
470 if(data->share)
510 if(data->share)
516 if(data->share)
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/bind/
test24 43 "${FS_BIND_ROOT}/bin/makedir" share dir1
49 "${FS_BIND_ROOT}/bin/makedir" -n share dir1
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test01 46 "${FS_BIND_ROOT}/bin/makedir" share dir1
47 "${FS_BIND_ROOT}/bin/makedir" share dir2
  /external/ltp/testcases/kernel/fs/fs_bind/move/
test08 45 "${FS_BIND_ROOT}/bin/makedir" share share1
74 rm -rf dir parent* share*
test14 45 "${FS_BIND_ROOT}/bin/makedir" share share2
71 rm -rf dir parent* share*
test22 29 tst_resm TINFO "move: shared tree within a tree it is bound to - and then move to another share subtree"
43 "${FS_BIND_ROOT}/bin/makedir" share parent1
53 "${FS_BIND_ROOT}/bin/makedir" share tmp1
81 tst_resm TFAIL "move/test22: FAILED: move: shared tree within a tree it is bound to - and then move to another share subtree"
  /external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
categorical.py 38 def __init__(self, min_frequency=0, share=False, vocabularies=None):
43 share: Share vocabulary between variables.
51 self.share = share
77 # If not share, one per column, else one shared across.
78 if not self.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));
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 14 # share the same one across all mini-emulators
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
ArrayReferenceDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
74 * from <A HREF="../../share/Debuggee.html">Debuggee</A> super class.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodAfterMultipleThreadSuspensionTest.java 26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPInvokeMethodSuspendedTwiceTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>