HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1576 - 1600 of 3043) sorted by null

<<61626364656667686970>>

  /external/chromium_org/sync/syncable/
model_type.cc 206 FullModelTypeSet out; local
208 out.Put(i.Get());
210 return out;
828 // TODO(akalin): Figure out a better way to do these mappings.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 880 UnicodeString out; local
881 //out = mf->format(new Object[]{new Integer(i)});
886 out = mf->format(objs, 1, out, pos, status);
889 if (out != PREFIX[i])
890 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
893 if (!out.startsWith(PREFIX[i]) |
927 UnicodeString out; local
    [all...]
tchcfmt.cpp 184 // if (status != U_ZERO_ERROR) return; // TODO: analyze why we have such a bad bail out here!
571 UnicodeString out; local
572 logln((UnicodeString)" toPattern: " + fmt.toPattern(out));
577 out.truncate(0);
578 fmt.format(v[i], out);
579 if (out == str[i]) {
580 logln((UnicodeString)"Ok: " + v[i] + " => " + out);
582 errln((UnicodeString)"FAIL: " + v[i] + " => " + out +
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
63 static void printString(FILE *out, UConverter *converter, const UChar *str, int32_t len);
64 static void printCString(FILE *out, UConverter *converter, const char *str, int32_t len);
65 static void printIndent(FILE *out, UConverter *converter, int32_t indent);
66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
270 FILE *out; local
295 out = stdout;
297 if (setmode(fileno(out), O_BINARY) == -1) {
322 out = fopen(thefile, "w");
323 if (!out) {
    [all...]
wrtjava.c 84 static FileStream* out=NULL; variable
247 write_tabs(out);
284 T_FileStream_write(out,"\"",1);
286 T_FileStream_write(out,current,add);
287 T_FileStream_write(out,"\" +\n",4);
288 write_tabs(out);
290 T_FileStream_write(out,current,bufLen-len);
295 T_FileStream_write(out,"\"",1);
296 T_FileStream_write(out, buf,bufLen);
299 T_FileStream_write(out,"\",\n",3)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 63 write8(FileStream *out, uint8_t byte, uint32_t column);
66 write32(FileStream *out, uint32_t byte, uint32_t column);
70 write8str(FileStream *out, uint8_t byte, uint32_t column);
251 FileStream *in, *out; local
261 out=T_FileStream_open(bufferStr, "w");
262 if(out==NULL) {
292 T_FileStream_writeLine(out, bufferStr);
293 T_FileStream_writeLine(out, assemblyHeader[assemblyHeaderIndex].beginLine);
307 column = write32(out, buffer[i], column);
311 T_FileStream_writeLine(out, "\n")
336 FileStream *in, *out; local
752 FileStream *in, *out; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 260 uint8_t* const out = output(); local
264 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
271 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
277 uint8_t* const out = output(); local
281 UUT_->v8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
288 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
294 uint8_t* const out = output(); local
298 UUT_->hv8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
305 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
337 uint8_t* const out = output() local
382 uint8_t* const out = output(); local
458 uint8_t* const out = output(); local
546 uint8_t* const out = output(); local
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
webp.c 273 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on
416 // fill out headers, ignore width/height/has_alpha.
657 uint8_t* const out = Decode(MODE_YUV, data, data_size, local
660 if (out != NULL) {
668 return out;
786 return 0; // out of frame boundary error
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 84 uint16_t* const out = p->end_; local
92 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels.
110 uint16_t* const out = p->average_; local
118 out[x] = (delta * scale) >> FIX;
122 out[x] = (delta * scale) >> FIX;
127 out[x] = (delta * scale) >> FIX;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_generic.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
100 DSTTYPE *out = (DSTTYPE *)ptr; \
103 out[i] = TO(in[i]); \
242 ubyte *out = (ubyte *)ptr; local
243 out[0] = TO_8_UNORM(in[3]);
244 out[1] = TO_8_UNORM(in[0]);
245 out[2] = TO_8_UNORM(in[1]);
246 out[3] = TO_8_UNORM(in[2]);
253 ubyte *out = (ubyte *)ptr; local
254 out[2] = TO_8_UNORM(in[0])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
261 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; local
341 out[nr].i = i;
342 out[nr].j = j;
343 out[nr].mask = mask;
356 x + 4 * out[i].j,
357 y + 4 * out[i].i,
358 0xffff & ~out[i].mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 59 struct nv50_ir_varying out[3][PIPE_MAX_SHADER_OUTPUTS]; member in class:__anon17459::Converter
739 info.out[r].mask |= ~sm4.params_out[i].ReadWriteMask;
740 info.out[r].id = r;
741 if (info.out[r].regular) // already assigned semantic name/index
743 info.out[r].regular = 1;
744 info.out[r].patch = 0;
751 info.out[r].sn = TGSI_SEMANTIC_COLOR;
752 info.out[r].si = info.prop.fp.numColourResults++;
754 info.out[r].sn = TGSI_SEMANTIC_GENERIC;
755 info.out[r].si = n++
    [all...]
nv50_ir_ssa.cpp 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
230 BasicBlock *out = BasicBlock::get(ei.getNode()); local
231 if (out == bb)
233 if (out->cfg.visit(seq))
234 buildLiveSetsPreSSA(out, seq);
236 bb->liveSet = out->liveSet;
238 bb->liveSet |= out->liveSet;
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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::__anon18212
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/chromium_org/third_party/openssl/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
233 } else if (!strcmp (*args, "-out")) {
289 BIO_printf (bio_err, "-out outfile output filename\n");
393 out = BIO_new_fp(stdout, BIO_NOCLOSE)
    [all...]
  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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);
  /external/chromium_org/third_party/opus/src/src/
mlp_train.c 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
140 float *in, *out; local
142 out = outputs + s*outDim;
156 error[i] = out[i] - netOut[i];
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
561 ByteString.CodedBuilder out = ByteString.newCodedBuilder( local
563 CodedOutputStream output = out.getCodedOutput();
572 ByteString data = out.build();
  /external/chromium_org/third_party/re2/util/
pcre.cc 354 string out; local
375 out.push_back((*str)[start]);
389 out.append(*str, start, matchstart - start);
390 pattern.Rewrite(&out, rewrite, *str, vec, matches);
400 out.append(*str, start, str->length() - start);
401 swap(out, *str);
408 string *out) {
413 out->clear();
414 return pattern.Rewrite(out, rewrite, text, vec, matches);
514 // is filled, but we miss out on the positions of the extra subpatterns
    [all...]

Completed in 2557 milliseconds

<<61626364656667686970>>