Searched defs:pip (Results 1 - 12 of 12) sorted by relevance

/external/walt/server/
H A Dmain.py30 print('Could not import bottle! Please install bottle, e.g. pip install bottle') namespace
/external/python/cpython2/Lib/ensurepip/
H A D__init__.py21 ("pip", _PIP_VERSION),
31 import pip namespace
32 pip.main(args)
37 Returns a string specifying the bundled version of pip.
43 # We deliberately ignore all pip environment variables
44 # when invoking pip
49 # We also ignore the settings in the default pip configuration file
58 Bootstrap pip into the current Python installation (or the given root
68 # By default, installing pip and setuptools installs all of the
71 # pip, pip
120 import pip namespace
[all...]
/external/python/cpython3/Lib/ensurepip/
H A D__init__.py17 ("pip", _PIP_VERSION),
27 import pip namespace
28 pip.main(args)
33 Returns a string specifying the bundled version of pip.
38 # We deliberately ignore all pip environment variables
39 # when invoking pip
44 # We also ignore the settings in the default pip configuration file
53 Bootstrap pip into the current Python installation (or the given root
63 # By default, installing pip and setuptools installs all of the
66 # pip, pip
111 import pip namespace
[all...]
/external/blktrace/btt/
H A Dproc.c27 struct p_info *pip; member in struct:pn_info
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
57 free(pnp->pip->name);
58 region_exit(&pnp->pip->regions);
59 free(pnp->pip);
77 return this->pip;
97 return this->pip;
123 this->pip = that;
151 this->pip = that;
157 static void insert(struct p_info *pip) argument
170 struct p_info *pip; local
209 struct p_info *pip = find_process(pid, name); local
240 struct p_info *pip; local
[all...]
H A Dglobals.h155 struct p_info *pip; member in struct:io
H A Doutput.c40 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; } argument
41 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; } argument
42 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; } argument
44 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; } argument
45 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip argument
46 pip_q2a_avg(struct p_info *pip) argument
47 pip_q2g_avg(struct p_info *pip) argument
48 pip_s2g_avg(struct p_info *pip) argument
49 pip_g2i_avg(struct p_info *pip) argument
50 pip_q2m_avg(struct p_info *pip) argument
51 pip_i2d_avg(struct p_info *pip) argument
52 pip_d2c_avg(struct p_info *pip) argument
491 __output_pip_avg(struct p_info *pip, void *arg) argument
861 __output_procs(struct p_info *pip, void *arg) argument
[all...]
/external/tremolo/Tremolo/
H A Dasm_arm.h148 static inline void lsp_loop_asm(ogg_uint32_t *qip,ogg_uint32_t *pip, argument
153 ogg_uint32_t qi=*qip,pi=*pip;
235 *pip=pi;
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h493 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
500 explicit operator bool() const { return pip.getOpaqueValue(); }
504 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
509 unsigned size() const { return pip.getInt() + 1; }
512 void setSize(unsigned n) { pip.setInt(n - 1); }
518 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
524 return *reinterpret_cast<NodeT*>(pip.getPointer());
528 if (pip == RHS.pip)
530 assert(pip
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h472 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
479 operator bool() const { return pip.getOpaqueValue(); }
483 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
488 unsigned size() const { return pip.getInt() + 1; }
491 void setSize(unsigned n) { pip.setInt(n - 1); }
497 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
503 return *reinterpret_cast<NodeT*>(pip.getPointer());
507 if (pip == RHS.pip)
509 assert(pip
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h76 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:macroblock
/external/python/cpython3/PC/
H A Dlauncher.c206 INSTALLED_PYTHON * ip, * pip; local
309 pip = ip++;
314 *ip = *pip;
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 356 milliseconds