HomeSort by relevance Sort by last modified time
    Searched refs:pip (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/scapy/.travis/
install.sh 0 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2>&1 | grep -q 'Python 3' && which pip3)`
3 # Install dependencies using pip
15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock
20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34
25 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U cryptography
31 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U coverage
32 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U PyX
33 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U codecov
42 # $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pypcap ## sr(timeout) H
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 76 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:macroblock
  /external/python/cpython2/Lib/test/
test_ensurepip.py 45 mock.ANY, "setuptools", "pip",
60 "setuptools", "pip",
71 mock.ANY, "--user", "setuptools", "pip",
82 mock.ANY, "--upgrade", "setuptools", "pip",
93 mock.ANY, "-v", "setuptools", "pip",
104 mock.ANY, "-vv", "setuptools", "pip",
115 mock.ANY, "-vvv", "setuptools", "pip",
138 # ensurepip deliberately ignores all pip environment variables
145 # ensurepip deliberately ignores the pip config file
154 pip = Non
    [all...]
  /external/python/cpython3/Lib/test/
test_ensurepip.py 44 unittest.mock.ANY, "setuptools", "pip",
59 "setuptools", "pip",
70 unittest.mock.ANY, "--user", "setuptools", "pip",
81 unittest.mock.ANY, "--upgrade", "setuptools", "pip",
92 unittest.mock.ANY, "-v", "setuptools", "pip",
103 unittest.mock.ANY, "-vv", "setuptools", "pip",
114 unittest.mock.ANY, "-vvv", "setuptools", "pip",
137 # ensurepip deliberately ignores all pip environment variables
144 # ensurepip deliberately ignores the pip config file
152 pip = Non
    [all...]
  /external/tensorflow/tools/
tf_env_collect.sh 64 pip list 2>&1 | grep "proto\|numpy\|tensorflow"
  /external/libunwind/tests/
test-proc-info.c 49 unw_proc_info_t *pip UNUSED,
  /external/syzkaller/docs/
headerparser_usage.md 14 Headerlib uses pycparser. You can install pycparser using pip.
17 $ pip install pycparser
  /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
build_tf_windows.sh 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/pip/
35 cd ${script_dir%%tensorflow/tools/ci_build/windows/cpu/pip}.
157 # Running python tests on Windows needs pip package installed
  /external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
build_tf_windows.sh 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/gpu/pip/
35 cd ${script_dir%%tensorflow/tools/ci_build/windows/gpu/pip}.
157 # Running python tests on Windows needs pip package installed
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 86 case R.id.pip:
99 // We are playing the video now. In PiP mode, we want to show an action item to
108 // The video stopped or reached its end. In PiP mode, we want to show an action
163 // Note this call can happen even when the app is not in PiP mode. In that case, the
187 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
226 // Starts receiving events from action items in PiP mode.
251 // We are out of PiP mode. We can stop receiving events from it.
268 // Calculate the aspect ratio of the PiP screen.
MediaSessionPlaybackActivity.java 70 case R.id.pip:
83 // We are playing the video now. Update the media session state and the PiP
95 // PiP window will
124 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
212 // Calculate the aspect ratio of the PiP screen.
  /developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 86 case R.id.pip:
99 // We are playing the video now. In PiP mode, we want to show an action item to
108 // The video stopped or reached its end. In PiP mode, we want to show an action
163 // Note this call can happen even when the app is not in PiP mode. In that case, the
187 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
226 // Starts receiving events from action items in PiP mode.
251 // We are out of PiP mode. We can stop receiving events from it.
268 // Calculate the aspect ratio of the PiP screen.
MediaSessionPlaybackActivity.java 70 case R.id.pip:
83 // We are playing the video now. Update the media session state and the PiP
95 // PiP window will
124 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
212 // Calculate the aspect ratio of the PiP screen.
  /external/grpc-grpc/tools/internal_ci/helper_scripts/
prepare_build_windows.bat 35 python -m pip install google-api-python-client
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_python3.6_pip_packages.sh 52 pip3 install --upgrade pip
  /external/u-boot/include/
sh_pfc.h 114 int register_pinmux(struct pinmux_info *pip);
115 int unregister_pinmux(struct pinmux_info *pip);
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.kt 70 R.id.pip -> minimize()
80 // We are playing the video now. Update the media session state and the PiP window will
91 // The video stopped or reached its end. Update the media session state and the PiP window will
121 findViewById<View>(R.id.pip).setOnClickListener(mOnClickListener)
200 // Calculate the aspect ratio of the PiP screen.
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.kt 70 R.id.pip -> minimize()
80 // We are playing the video now. Update the media session state and the PiP window will
91 // The video stopped or reached its end. Update the media session state and the PiP window will
121 findViewById<View>(R.id.pip).setOnClickListener(mOnClickListener)
200 // Calculate the aspect ratio of the PiP screen.
  /external/grpc-grpc/tools/run_tests/artifacts/
build_artifact_python.sh 22 export PIP=${PIP:-pip}
92 "${PIP}" install -rrequirements.txt
96 "${PIP}" install futures>=2.2.0
99 "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"
100 "${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 15 \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
  /external/python/setuptools/setuptools/tests/
test_integration.py 157 cmd = [sys.executable, '-m', 'pip', 'download', '--no-deps',
  /external/llvm/include/llvm/ADT/
IntervalMap.h 493 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.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 472 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.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
IntervalMap.h 496 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
503 explicit operator bool() const { return pip.getOpaqueValue(); }
507 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
512 unsigned size() const { return pip.getInt() + 1; }
515 void setSize(unsigned n) { pip.setInt(n - 1); }
521 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
527 return *reinterpret_cast<NodeT*>(pip.getPointer());
531 if (pip == RHS.pip)
533 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /external/python/cpython3/Doc/
make.bat 16 %PYTHON% -m pip install sphinx
25 %PYTHON% -m pip install python-docs-theme
33 %PYTHON% -m pip install blurb

Completed in 559 milliseconds

1 23 4