HomeSort by relevance Sort by last modified time
    Searched refs:need (Results 76 - 100 of 2323) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/bin/
python_venv 52 You need to update a constant inside python_venv, or your checkout might be
  /external/libmojo/third_party/markupsafe/
_native.py 17 sequences. Use this if you need to display text that might contain
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_resolve_map.h 101 * There are two possible ways to record which miptree slices need
104 * those slices that need a resolve.
124 enum blorp_hiz_op need; member in union:intel_resolve_map::__anon30521
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tocopt7.s 28 # no need for got entry, optimise to nop,addi
39 # no need for toc entry, optimise to nop,addi
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
RunBinToolFromBuildDir 15 echo You may need to run:
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 109 * Make sure we have 'need' elements from current position p. Last valid
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
111 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
114 protected virtual void SyncAhead(int need) {
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 127 * Make sure we have 'need' elements from current position p. Last valid
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
129 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
132 protected virtual void SyncAhead( int need )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptServerSocket.java 162 public void setNeedClientAuth(boolean need) {
163 sslParameters.setNeedClientAuth(need);
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/libxcam/
README.md 53 * If --enable-libcl, need compile ocl driver <https://www.freedesktop.org/wiki/Software/Beignet/>
54 * If --enable-opencv, need compile opencv <http://opencv.org> (or: <https://github.com/opencv/opencv/wiki>)
55 * If --enable-gst, need install libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev
56 * If --enable-aiq, need get ia_imaging lib which we don't support.
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 16 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
25 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 8 :: path is already set up properly and there is no need to give
  /external/walt/docs/
ChromeOS.md 8 For either mode you will need to use a ChromeOS test image -
42 The script will respond with `Listening on port 50007`. It can be stopped by pressing Ctrl-C. At this point you should be able to use the WALT Android app as if it's running on a regular Android device. If you reset or reconnect the WALT device, you'll need to re-run the script (no need to re-run the iptables command).
44 If you need to deploy your own version of WALT Android app, follow instruction in [Development.md](Development.md)
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm64.go 11 // TODO: need more entropy to better seed fastrand.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug068.go 15 There is no reason why the escapes need to be different inside strings and chars.
  /prebuilts/go/linux-x86/src/runtime/
os_darwin_arm64.go 11 // TODO: need more entropy to better seed fastrand.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug068.go 15 There is no reason why the escapes need to be different inside strings and chars.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
unimplemented.s 3 ; You may need to remove some from here as new insns emerge.
5 ; not contain duplicate entries. No compelling need for complete coverage.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bignums.d 9 # ELF based ones, but we need a tool that can dump the data section
  /toolchain/binutils/binutils-2.27/
setup.com 4 $! Note: you need a DCL-compatible gnu make.
  /prebuilts/go/darwin-x86/test/
escape_array.go 35 // BAD: need fine-grained analysis to track u[0] and u[1] differently.
48 // BAD: need fine-grained analysis to track x[0] and x[1] differently.
90 // BAD: x need not leak.
108 // BAD: x need not leak.
116 // BAD: x need not leak.
  /prebuilts/go/linux-x86/test/
escape_array.go 35 // BAD: need fine-grained analysis to track u[0] and u[1] differently.
48 // BAD: need fine-grained analysis to track x[0] and x[1] differently.
90 // BAD: x need not leak.
108 // BAD: x need not leak.
116 // BAD: x need not leak.

Completed in 1564 milliseconds

1 2 34 5 6 7 8 91011>>