HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 976 - 1000 of 1601) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
50 * OUT[0] = vertex pos
51 * OUT[1] = src tex coord | solid fill color
52 * OUT[2] = mask tex coord
53 * OUT[3] = dst tex coord
65 * OUT[0] = color
144 struct ureg_dst out,
183 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler);
195 struct ureg_dst out,
251 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler)
325 struct ureg_dst out = ureg_DECL_output(ureg, local
436 struct ureg_dst out; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 26 * OUT[0] = vertex pos
27 * OUT[1] = src tex coord | solid fill color
28 * OUT[2] = mask tex coord
29 * OUT[3] = dst tex coord
41 * OUT[0] = color
121 struct ureg_dst out,
167 ureg_TEX(ureg, out,
181 struct ureg_dst out,
252 ureg_TEX(ureg, out, TGSI_TEXTURE_1D,
329 struct ureg_dst out = ureg_DECL_output(ureg local
462 struct ureg_dst out; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
83 GLuint out; member in struct:copy_context::__anon7555
288 copy->vert_cache[slot].out = copy->dstbuf_nr++;
298 /* printf(" --> emit %d\n", copy->vert_cache[slot].out); */
299 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out;
499 /* Figure out the maximum allowed vertex buffer size:
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ESDescriptor.java 158 int out = 5; local
160 out += 2;
163 out += 1 + URLLength;
166 out += 2;
169 out += decoderConfigDescriptor.serializedSize();
170 out += slConfigDescriptor.serializedSize();
174 return out;
178 ByteBuffer out = ByteBuffer.allocate(serializedSize()); // Usually is around 30 bytes, so 200 should be enough... local
179 IsoTypeWriter.writeUInt8(out, 3);
180 IsoTypeWriter.writeUInt8(out, serializedSize() - 2); // Not OK for longer sizes!
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 459 System.out.println("Trying to match = "
468 System.out.println(((GenericObject) hisobj).encode());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
HpackDraft05.java 399 private final OkBuffer out; field in class:HpackDraft05.Writer
401 Writer(OkBuffer out) {
402 this.out = out;
415 out.writeByte(0x40); // Literal Header without Indexing - New Name.
426 out.writeByte(bits | value);
431 out.writeByte(bits | prefixMask);
437 out.writeByte(b | 0x80);
440 out.writeByte(value);
445 out.write(data)
    [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
71 // out - output info.
75 // ((CvPoint2D32f*)out)[0] - corner
76 // ((CvPoint2D32f*)out)[1] - vector1
77 // ((CvPoint2D32f*)out)[0] - corner2
93 icvRotatingCalipers( CvPoint2D32f* points, int n, int mode, float* out )
325 out[0] = px;
326 out[1] = py;
328 out[2] = A1 * buf[2];
329 out[3] = B1 * buf[2]
365 CvPoint2D32f out[3]; local
    [all...]
  /external/openssl/apps/
pkcs12.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
83 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass);
84 int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass,
86 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass);
87 int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst,const char *name);
88 void hex_prin(BIO *out, unsigned char *buf, int len);
100 BIO *in=NULL, *out = NULL; local
240 } else if (!strcmp (*args, "-out")) {
296 BIO_printf (bio_err, "-out outfile output filename\n");
400 out = BIO_new_fp(stdout, BIO_NOCLOSE)
    [all...]
  /external/openssl/crypto/bn/
bntest.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
130 static void message(BIO *out, char *m)
133 BIO_puts(out, "print \"test ");
134 BIO_puts(out, m);
135 BIO_puts(out, "\\n\"\n");
141 BIO *out; local
154 else if (strcmp(*argv,"-out") == 0)
167 out=BIO_new(BIO_s_file());
168 if (out == NULL) EXIT(1)
    [all...]
  /external/openssl/crypto/conf/
conf.h 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
138 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
171 int NCONF_dump_fp(const CONF *conf, FILE *out);
172 int NCONF_dump_bio(const CONF *conf, BIO *out);
  /external/openssl/crypto/des/
destest.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
338 des_cblock in,out,outin,iv3,iv2; local
413 memset(out,0,8);
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT);
416 des_ecb_encrypt(&out,&outin,ks,DES_DECRYPT);
418 if (memcmp(out,cipher_data[i],8) != 0)
422 pt(out));
428 i+1,pt(key_data[i]),pt(out),pt(in),pt(outin));
441 memset(out,0,8)
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
266 BIO *out=NULL,*btmp=NULL; local
319 if (!PKCS7_bio_add_digest(&out, sk_X509_ALGOR_value(md_sk, i)))
322 if (xa && !PKCS7_bio_add_digest(&out, xa))
370 if (out == NULL)
371 out=btmp;
373 BIO_push(out,btmp);
391 if (out)
392 BIO_push(out,bio)
423 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
    [all...]
  /external/openssl/include/openssl/
conf.h 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
138 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
171 int NCONF_dump_fp(const CONF *conf, FILE *out);
172 int NCONF_dump_bio(const CONF *conf, BIO *out);
  /build/tools/signapk/
SignApk.java 175 System.out.print("Enter password for " + keyFile + " (password will not be hidden): ");
176 System.out.flush();
355 public CountOutputStream(OutputStream out) {
356 super(out);
378 private static void writeSignatureFile(Manifest manifest, OutputStream out,
414 CountOutputStream cout = new CountOutputStream(out);
427 /** Sign data and write the digital signature to 'out'. */
430 OutputStream out)
454 DEROutputStream dos = new DEROutputStream(out);
464 private static void copyFiles(Manifest manifest, JarFile in, JarOutputStream out,
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 89 final InstrResult out)
91 out.m_instrumented = false;
92 out.m_descriptor = null;
117 out.m_descriptor = new ClassDescriptor (m_classPackageName, m_className, m_classSignature, m_classSrcFileName, m_classMethodDescriptors);
120 out.m_instrumented = m_instrument;
1438 final ByteArrayOStream out = ctx.m_out; local
1501 final ByteArrayOStream out = ctx.m_out; local
1525 final ByteArrayOStream out = ctx.m_out; local
1589 final ByteArrayOStream out = ctx.m_out; local
1621 final ByteArrayOStream out = ctx.m_out; local
1645 final ByteArrayOStream out = ctx.m_out; local
1667 final ByteArrayOStream out = ctx.m_out; local
1692 final ByteArrayOStream out = ctx.m_out; local
1742 final ByteArrayOStream out = ctx.m_out; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 137 HTMLWriter out = null; local
151 out = openOutFile (fullOutFile, m_settings.getOutEncoding (), true);
308 page.emit (out);
309 out.flush ();
313 if (out != null) out.close ();
314 out = null;
322 HTMLWriter out = null; local
329 out = openOutFile (Files.newFile (m_settings.getOutDir (), outFile), m_settings.getOutEncoding (), true);
425 page.emit (out);
441 HTMLWriter out = null; local
616 HTMLWriter out = null; local
744 final int [] out = m_out; local
1438 BufferedWriter out = null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 492 OutputStream out = conn.getOutputStream(); local
495 out.write('x');
501 out.write(buf, 0, Math.min(buf.length, n - i));
504 out.close();
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 54 __u16 out; member in struct:ib_ucm_cmd_hdr
  /bootable/recovery/updater/
blockimg.c 62 RangeSet* out = malloc(sizeof(RangeSet) + num * sizeof(int)); local
63 if (out == NULL) {
68 out->count = num / 2;
69 out->size = 0;
72 out->pos[i] = strtol(strtok_r(NULL, ",", &save), NULL, 0);
74 out->size += out->pos[i];
76 out->size -= out->pos[i];
80 return out;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 495 File out = new File(path); local
496 File dir = out.getParentFile();
499 copier.copyToExternalStorage(resid, out);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 67 Allocation out = Allocation.createTyped(mRS, t); local
68 fe_all.forEach_test_i8(in, out);
81 out = Allocation.createTyped(mRS, t);
82 fe_all.forEach_test_i8_2(in, out);
95 out = Allocation.createTyped(mRS, t);
96 fe_all.forEach_test_i8_3(in, out);
109 out = Allocation.createTyped(mRS, t);
110 fe_all.forEach_test_i8_4(in, out);
123 out = Allocation.createTyped(mRS, t);
124 fe_all.forEach_test_i16(in, out);
    [all...]
KernelTest.java 67 Allocation out = Allocation.createTyped(mRS, t); local
68 kernel_all.forEach_test_i8(in, out);
81 out = Allocation.createTyped(mRS, t);
82 kernel_all.forEach_test_i8_2(in, out);
95 out = Allocation.createTyped(mRS, t);
96 kernel_all.forEach_test_i8_3(in, out);
109 out = Allocation.createTyped(mRS, t);
110 kernel_all.forEach_test_i8_4(in, out);
123 out = Allocation.createTyped(mRS, t);
124 kernel_all.forEach_test_i16(in, out);
    [all...]
TestAbs.java 39 public byte out; field in class:TestAbs.ArgumentsCharUchar
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
46 script.forEach_testAbsCharUchar(inValue, out);
47 verifyResultsAbsCharUchar(inValue, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testAbsCharUchar(inValue, out);
54 verifyResultsAbsCharUchar(inValue, out, true);
60 private void verifyResultsAbsCharUchar(Allocation inValue, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
101 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
157 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
164 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
213 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
220 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
268 public short out; field in class:TestAbs.ArgumentsShortUshort
274 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
330 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
386 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
442 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
449 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
497 public int out; field in class:TestAbs.ArgumentsIntUint
503 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
510 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
559 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
566 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
615 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
622 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
671 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
678 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 382 OutputStream out,
399 out,
416 OutputStream out,
439 out.write(createChangeCipherSpecRecord(record.versionMajor, record.versionMinor));
440 out.flush();
446 out.write(recordBytes);
447 out.flush();

Completed in 721 milliseconds

<<31323334353637383940>>