Home
last modified time | relevance | path

Searched refs:pip (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/util/
H A Du_debug_stack.c59 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached() argument
61 void *addr = (void *)(uintptr_t)pip->start_ip; in symbol_name_cached()
95 unw_proc_info_t pip; in debug_backtrace_capture() local
98 pip.unwind_info = 0; in debug_backtrace_capture()
110 unw_get_proc_info(&cursor, &pip); in debug_backtrace_capture()
112 backtrace[i].start_ip = pip.start_ip; in debug_backtrace_capture()
113 backtrace[i].off = ip - pip.start_ip; in debug_backtrace_capture()
114 backtrace[i].procname = symbol_name_cached(&cursor, &pip); in debug_backtrace_capture()
/third_party/python/PCbuild/
H A Dblurb.bat11 if "%1" EQU "--update" (%PYTHON% -m pip install -U blurb && shift)
12 if "%1" EQU "-U" (%PYTHON% -m pip install -U blurb && shift)
25 %PYTHON% -m pip install blurb
/third_party/python/Tools/peg_generator/
H A DMakefile48 $(VENVPYTHON) -m pip install -U pip setuptools
49 $(VENVPYTHON) -m pip install -r requirements.pip
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat31 python -m pip install -U pip
32 pip install wheel
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c499 IOGPU_INTERNAL_PIPELINES, pip); in agxdecode_cmdstream()
532 if (pip.clear_pipeline_unk) { in agxdecode_cmdstream()
533 assert(pip.clear_pipeline_unk == 0x4); in agxdecode_cmdstream()
534 agxdecode_stateful(pip.clear_pipeline, "Clear pipeline", in agxdecode_cmdstream()
538 if (pip.store_pipeline_unk) { in agxdecode_cmdstream()
539 assert(pip.store_pipeline_unk == 0x4); in agxdecode_cmdstream()
540 agxdecode_stateful(pip.store_pipeline, "Store pipeline", in agxdecode_cmdstream()
/third_party/python/Tools/msi/
H A Dtestrelease.bat84 "%~2\Python\python.exe" -m pip install "azure<0.10" > "%~2\pip.txt" 2>&1
86 "%~2\Python\python.exe" -m pip uninstall -y azure python-dateutil six >> "%~2\pip.txt" 2>&1
/third_party/python/Lib/test/
H A Dtest_ensurepip.py22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl")
38 self.assertIsNotNone(packages['pip'].wheel_name)
44 pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
59 self.assertEqual(packages['pip'].version, '20.2.2')
60 self.assertEqual(packages['pip'].wheel_path,
64 self.assertEqual(sorted(packages), ['pip', 'setuptools'])
95 unittest.mock.ANY, "setuptools", "pip",
110 "setuptools", "pip",
121 unittest.mock.ANY, "--user", "setuptools", "pip",
132 unittest.mock.ANY, "--upgrade", "setuptools", "pip",
[all...]
/third_party/protobuf/python/
H A Drelease.sh25 pip install "setuptools<45"
26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir
/third_party/python/Doc/
H A DMakefile158 $(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
159 $(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \
H A Dmake.bat16 %PYTHON% -m pip install -r requirements.txt
25 %PYTHON% -m pip install python-docs-theme
34 %PYTHON% -m pip install blurb
45 %PYTHON% -m pip install sphinx-lint
/third_party/node/
H A DMakefile252 if [ ! -d gcovr ]; then $(PYTHON) -m pip install -t gcovr gcovr==4.2; fi
1519 # python -m pip install ruff
1523 $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.0.272 || \
1524 $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.0.272
1527 ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
1530 tools/pip/site-packages/bin/ruff --version
1531 tools/pip/site-packages/bin/ruff .
1539 # python -m pip instal
[all...]
/third_party/protobuf/kokoro/release/python/macos/
H A Dconfig.sh5 # Removing the system virtualenv or pip can be very problematic for
12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}"
13 $PIP_CMD install --upgrade pip
/third_party/python/Lib/ensurepip/
H A D__init__.py12 _PACKAGE_NAMES = ('setuptools', 'pip')
17 ("pip", _PIP_VERSION, "py3"),
44 # filename is like 'pip-21.2.4-py3-none-any.whl'
54 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'
82 # after pip has executed. Particularly, this avoids the case when pip holds onto
90 runpy.run_module("pip", run_name="__main__", alter_sys=True)
108 Returns a string specifying the bundled version of pip.
110 return _get_packages()['pip'].version
114 # We deliberately ignore all pip environmen
211 import pip global() namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h496 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in llvm::IntervalMapImpl::NodeRef
503 explicit operator bool() const { return pip.getOpaqueValue(); } in operator bool()
507 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef()
512 unsigned size() const { return pip.getInt() + 1; } in size()
515 void setSize(unsigned n) { pip.setInt(n - 1); } in setSize()
521 return reinterpret_cast<NodeRef*>(pip.getPointer())[i]; in subtree()
527 return *reinterpret_cast<NodeT*>(pip.getPointer()); in get()
531 if (pip == RHS.pip) in operator ==()
533 assert(pip in operator ==()
[all...]
/third_party/backends/sanei/
H A Dusb_manager.cpp482 USBDevicePipe pip; in usb_manager_set_configuration() local
483 pip.SetBusNum(device.GetBusNum()); in usb_manager_set_configuration()
484 pip.SetDevAddr(device.GetDevAddr()); in usb_manager_set_configuration()
487 auto ret = UsbSrvClient::GetInstance().SetConfiguration(pip, config); in usb_manager_set_configuration()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
33 info should be looked up and \Var{pip} is a pointer to a structure of
H A Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
21 identified by argument \Var{cp}. The \Var{pip} argument is a pointer
H A Dunw_create_addr_space.tex55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\
82 information is needed. The \Var{pip} argument is a pointer to the
106 set to a non-zero value. The \Var{pip} argument has the same value as
/third_party/libunwind/libunwind/tests/
H A Dtest-proc-info.c49 unw_proc_info_t *pip UNUSED, in find_proc_info()
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk319 $(ENV_PYTHON) -m pip install docwriter
/third_party/ffmpeg/tests/fate/
H A Dscreen.mak56 fate-iscc: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/pip.avi -an
/third_party/selinux/libselinux/src/
H A DMakefile190 $(PYTHON) -m pip install --prefix=$(PREFIX) `test -n "$(DESTDIR)" && echo --root $(DESTDIR) --ignore-installed --no-deps` $(PYTHON_SETUP_ARGS) .
/third_party/python/PC/layout/
H A Dmain.py32 from .support.pip import *
160 yield from in_build("python_uwp.exe", new_name="pip{}".format(VER_DOT))
364 log_info("Extracting pip")
/third_party/protobuf/
H A Dtests.sh116 pip install dist/protobuf-*.tar.gz
/third_party/python/PC/
H A Dlauncher.c259 INSTALLED_PYTHON * ip, * pip; in _locate_pythons_for_key() local
408 pip = ip++; in _locate_pythons_for_key()

Completed in 16 milliseconds

12