/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 35 provides interfaces to install and uninstall itself instead of the 49 would also do wise to install a different version of reload(). 62 "BasicModuleImporter","ModuleImporter","install","uninstall"] 382 def install(self): member in class:BasicModuleImporter 547 def install(importer = None): function 550 current_importer.install()
|
/external/chromium_org/chrome/browser/extensions/api/webstore_private/ |
webstore_private_api.cc | 102 // Uniquely holds the profile and extension id of an install between the time we 145 ProfileAndExtensionId install = installs_[i]; local 146 if (install.second == id && profile->IsSameProfile(install.first)) 168 const char kUserCancelledError[] = "User cancelled install"; 502 // The web store install histograms are a subset of the install histograms. 504 // is never called for web store install cancellations. 555 // list on first app install so users can be trained to open it themselves. 562 // The extension will install through the normal extension install flow, bu [all...] |
/frameworks/native/cmds/installd/ |
commands.c | 31 int install(const char *pkgname, uid_t uid, gid_t gid, const char *seinfo) function 76 ALOGE("couldn't delete lib directory during install for: %s", libsymlink); 81 ALOGE("couldn't unlink lib directory during install for: %s", libsymlink); 226 ALOGE("couldn't delete lib directory during install for non-primary: %s", 233 ALOGE("couldn't unlink lib directory during install for non-primary: %s", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 1 """Package Install Manager for Python. 274 and where to install packages.""" 304 ('--install-lib', installDir), 305 ('--install-headers', None), 306 ('--install-scripts', None), 307 ('--install-data', None)] 318 writable, the install directory is on sys.path, etc.""" 331 rv += "Warning: Install directory \"%s\" does not exist\n" % self.installDir 333 rv += "Warning: Install directory \"%s\" is not writable or not readable\n" % self.installDir 344 rv += "Warning: Install directory \"%s\" is not on sys.path\n" % self.installDi 998 def install(self, packages, output): member in class:PimpInstaller [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 163 self.install(self._parser) 174 def install(self, parser): member in class:ExpatBuilder 175 """Install the callbacks needed to build the DOM into the parser.""" 555 self._builder.install(parser) 732 def install(self, parser): member in class:Namespaces 734 ExpatBuilder.install(self, parser) 888 def install(self, parser): member in class:InternalSubsetExtractor [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 163 self.install(self._parser) 174 def install(self, parser): member in class:ExpatBuilder 175 """Install the callbacks needed to build the DOM into the parser.""" 555 self._builder.install(parser) 732 def install(self, parser): member in class:Namespaces 734 ExpatBuilder.install(self, parser) 888 def install(self, parser): member in class:InternalSubsetExtractor [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 115 install(project); 127 * Install the support jar into the given project. 129 * @param project The Android project to install the support jar into 132 public static boolean install(final IProject project) { method in class:AddSupportJarAction 153 * revision to install; the latest version will always be 197 AdtPlugin.printErrorToConsole("Failed to install Android Support library"); 245 * Similar to {@link #install}, but rather than copy a jar into the given 359 // Install a new library into the workspace. This is a copy rather than 361 // do not modify the pristine copy in the SDK install area.
|
/libcore/crypto/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 234 install(getCa1(), getAliasSystemCa1()); 241 install(getCa1(), getAliasSystemCa1()); 243 install(getCa2(), getAliasSystemCa2()); 367 install(x1, alias1); method 368 install(x2, alias2); method 376 install(getCa1(), getAliasSystemCa1()); 385 install(getCa1(), getAliasSystemCa1()); 394 install(getCa1(), getAliasSystemCa1()); 395 install(getCa1(), getAliasUserCa1()); 409 install(getChain()[1], alias1) 452 install(ca1, systemAlias); method 629 private static void install(X509Certificate x, String alias) { method in class:TrustedCertificateStoreTest [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelper.java | 550 IVMInstall install = installs[j]; local 551 if (install instanceof IVMInstall2) { 552 IVMInstall2 install2 = (IVMInstall2) install; [all...] |
/development/ndk/platforms/android-3/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 143 void install(facet* f, long id); 144 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp 156 install(&make<_VSTD::collate<char> >(1u)); 157 install(&make<_VSTD::collate<wchar_t> >(1u)); 158 install(&make<_VSTD::ctype<char> >((ctype_base::mask*)0, false, 1u)); 159 install(&make<_VSTD::ctype<wchar_t> >(1u)); 160 install(&make<codecvt<char, char, mbstate_t> >(1u)); 161 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u)); 162 install(&make<codecvt<char16_t, char, mbstate_t> >(1u)) 414 locale::__imp::install(facet* f, long id) function in class:locale::__imp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pkt_cls.h | 142 __u64 install; member in struct:tcf_t
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_cls.h | 142 __u64 install; member in struct:tcf_t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_cls.h | 142 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
pkt_cls.h | 127 __u64 install; member in struct:tcf_t
|