Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 6315) sorted by relevance

12345678910>>...253

/external/libxml2/result/
Dent9.rde20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.sax28 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
Dent9.sax228 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/external/libxml2/result/noent/
Dent9.sax227 SAX.characters( WE need lot of garbage now to, 50)
32 SAX.characters( WE need lot of garbage now to, 50)
37 SAX.characters( WE need lot of garbage now to, 50)
42 SAX.characters( WE need lot of garbage now to, 50)
47 SAX.characters( WE need lot of garbage now to, 50)
52 SAX.characters( WE need lot of garbage now to, 50)
57 SAX.characters( WE need lot of garbage now to, 50)
62 SAX.characters( WE need lot of garbage now to, 50)
67 SAX.characters( WE need lot of garbage now to, 50)
72 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/external/deqp-deps/glslang/Test/
D450.vert31 atomicCounterAdd(aui, ui); // ERROR, need 4.6
32 atomicCounterSubtract(aui, ui); // ERROR, need 4.6
33 atomicCounterMin(aui, ui); // ERROR, need 4.6
34 atomicCounterMax(aui, ui); // ERROR, need 4.6
35 atomicCounterAnd(aui, ui); // ERROR, need 4.6
36 atomicCounterOr(aui, ui); // ERROR, need 4.6
37 atomicCounterXor(aui, ui); // ERROR, need 4.6
38 atomicCounterExchange(aui, ui); // ERROR, need 4.6
39 atomicCounterCompSwap(aui, ui, ui); // ERROR, need 4.6
41 int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID; // ERROR, need 4.6
[all …]
DruntimeArray.vert100 uniformTexelBufferDyn[i]; // ERROR, need extension
101 storageTexelBufferDyn[i]; // ERROR, need extension
102 uniformBuffer[i]; // ERROR, need extension
103 storageBuffer[i]; // ERROR, need extension
104 sampledImage[i]; // ERROR, need extension
105 storageImage[i]; // ERROR, need extension
106 uniformTexelBuffer[i]; // ERROR, need extension
107 storageTexelBuffer[i]; // ERROR, need extension
D310.frag257 lowp int a1 = gl_SampleID; // ERROR, need extension
258 mediump vec2 a2 = gl_SamplePosition; // ERROR, need extension
259 highp int a3 = gl_SampleMaskIn[0]; // ERROR, need extension
260 gl_SampleMask[0] = a3; // ERROR, need extension
261 mediump int n = gl_NumSamples; // ERROR, need extension
289 imageAtomicAdd( im2Di, P, dati); // ERROR, need extension
290 imageAtomicAdd( im2Du, P, datu); // ERROR, need extension
291 imageAtomicMin( im2Di, P, dati); // ERROR, need extension
292 imageAtomicMin( im2Du, P, datu); // ERROR, need extension
293 imageAtomicMax( im2Di, P, dati); // ERROR, need extension
[all …]
Dvulkan.comp10 int i = { }; // ERROR, need an extension
15 shared float f = { }; // ERROR, need an extension
16 float g = { }; // ERROR, need an extension
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D450.vert31 atomicCounterAdd(aui, ui); // ERROR, need 4.6
32 atomicCounterSubtract(aui, ui); // ERROR, need 4.6
33 atomicCounterMin(aui, ui); // ERROR, need 4.6
34 atomicCounterMax(aui, ui); // ERROR, need 4.6
35 atomicCounterAnd(aui, ui); // ERROR, need 4.6
36 atomicCounterOr(aui, ui); // ERROR, need 4.6
37 atomicCounterXor(aui, ui); // ERROR, need 4.6
38 atomicCounterExchange(aui, ui); // ERROR, need 4.6
39 atomicCounterCompSwap(aui, ui, ui); // ERROR, need 4.6
41 int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID; // ERROR, need 4.6
[all …]
DruntimeArray.vert100 uniformTexelBufferDyn[i]; // ERROR, need extension
101 storageTexelBufferDyn[i]; // ERROR, need extension
102 uniformBuffer[i]; // ERROR, need extension
103 storageBuffer[i]; // ERROR, need extension
104 sampledImage[i]; // ERROR, need extension
105 storageImage[i]; // ERROR, need extension
106 uniformTexelBuffer[i]; // ERROR, need extension
107 storageTexelBuffer[i]; // ERROR, need extension
D310.frag257 lowp int a1 = gl_SampleID; // ERROR, need extension
258 mediump vec2 a2 = gl_SamplePosition; // ERROR, need extension
259 highp int a3 = gl_SampleMaskIn[0]; // ERROR, need extension
260 gl_SampleMask[0] = a3; // ERROR, need extension
261 mediump int n = gl_NumSamples; // ERROR, need extension
289 imageAtomicAdd( im2Di, P, dati); // ERROR, need extension
290 imageAtomicAdd( im2Du, P, datu); // ERROR, need extension
291 imageAtomicMin( im2Di, P, dati); // ERROR, need extension
292 imageAtomicMin( im2Du, P, datu); // ERROR, need extension
293 imageAtomicMax( im2Di, P, dati); // ERROR, need extension
[all …]
Dvulkan.comp10 int i = { }; // ERROR, need an extension
15 shared float f = { }; // ERROR, need an extension
16 float g = { }; // ERROR, need an extension
/external/musl/src/network/
Dgethostbyname2_r.c18 size_t align, need; in gethostbyname2_r() local
44 need = 4*sizeof(char *); in gethostbyname2_r()
45 need += (cnt + 1) * (sizeof(char *) + h->h_length); in gethostbyname2_r()
46 need += strlen(name)+1; in gethostbyname2_r()
47 need += strlen(canon)+1; in gethostbyname2_r()
48 need += align; in gethostbyname2_r()
50 if (need > buflen) return ERANGE; in gethostbyname2_r()
/external/python/httplib2/script/
Drelease212 local need=$1
216 if [[ "$version_setup" != "$need" ]] ; then
217 echo "error: setup.py VERSION=$version_setup expected=$need" >&1
220 if [[ "$version_py2" != "$need" ]] ; then
221 echo "error: python2/httplib2/__init__.py:__version__=$version_py2 expected=$need" >&1
224 if [[ "$version_py3" != "$need" ]] ; then
225 echo "error: python3/httplib2/__init__.py:__version__=$version_py3 expected=$need" >&1
/external/bazel-skylib/tests/native_binary/
DBUILD29 # On Windows we need the ".exe" extension.
41 # On Windows we need the ".exe" extension.
64 # On Windows we need the ".exe" extension.
69 # We only need the data-dependency for $(location) expansion.
76 # On Windows we need the ".exe" extension.
81 # We only need the data-dependency for $(location) expansion.
88 # On Windows we need the ".exe" extension.
98 # On Windows we need the ".exe" extension.
/external/flac/examples/c/encode/file/
Dmain.c134 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main() local
135 if(fread(buffer, channels*(bps/8), need, fin) != need) { in main()
142 for(i = 0; i < need*channels; i++) { in main()
147 ok = FLAC__stream_encoder_process_interleaved(encoder, pcm, need); in main()
149 left -= need; in main()
/external/flac/examples/cpp/encode/file/
Dmain.cpp142 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main() local
143 if(fread(buffer, channels*(bps/8), need, fin) != need) { in main()
150 for(i = 0; i < need*channels; i++) { in main()
155 ok = encoder.process_interleaved(pcm, need); in main()
157 left -= need; in main()
/external/flatbuffers/docs/source/
DREADME_TO_GENERATE_DOCS.md4 will first need to install two programs.
6 1. You will need to install `doxygen`. See
9 2. You will need to install `doxypypy` to format python comments appropriately.
12 *Note: You will need both `doxygen` and `doxypypy` to be in your
15 After you have both of those files installed and in your path, you need to
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javassist_symbols/
DREADME.md1need some jar files. Some other tests within JavaSymbolSolver use established external jars for th…
6 When you need to rebuild the jar, it is important to make sure you actually update the jar in git. …
/external/mtools/m4/
Dax_lib_socket_nsl.m414 # The common cases are not to need any extra libraries, or to need
15 # -lsocket and -lnsl. We need to avoid linking with libnsl unless we need
/external/mdnsresponder/mDNSShared/
Ddnsextd.conf5 // In most cases, you should not need to change these default options in
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
/external/cronet/third_party/protobuf/benchmarks/
DREADME.md12 First, you need to follow the instruction in the root directory's README to
16 You need to install [cmake](https://cmake.org/) before building the benchmark.
27 the Java protobuf. There're no other tools need to install. We're using
34 protobuf cpp implementation. You need to install the correct version of Python
36 protobuf's benchmark. e.g. under Ubuntu, you need to
42 And you also need to make sure `pkg-config` is installed.
46 http://github.com/golang/protobuf). If not done already, you need to install the
64 Node.js benchmark need [node](https://nodejs.org/en/)(higher than V6) and [npm](https://www.npmjs.c…
75 initially, you need to run the following command to download the testing data:
119 reflection and cpp generated code. To run these version benchmark, you need to:
[all …]
/external/antlr/runtime/Perl5/examples/
DREADME3 First you need to compile ANTLR, running "ant" in the top level directory.
5 Then you need to build the Perl module.
10 After that you need to compile the grammar using ANTLR, for example by using
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DREADME.md13 "x-amz-content-sha256:" and ""x-amz-date:" headers need to be in metadata.
18 key. One need to call lws_ss_sigv4_set_aws_key() to plug in aws credentials into
19 Secure Streams and the index need to be match of the "blob_index" in entry of "auth"
20 the policy. In addition, you need to change the S3 bucket name to your own, as

12345678910>>...253