Searched defs:fp (Results 176 - 200 of 659) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Dbigrrectaaeffect.cpp90 SkAutoTUnref<GrFragmentProcessor> fp(GrRRectEffect::Create(edgeType, rrect));
91 SkASSERT(fp); variable
92 if (fp) {
93 pipelineBuilder.addCoverageFragmentProcessor(fp);
/external/skia/src/core/
H A DSkModeColorFilter.cpp102 const GrFragmentProcessor* fp = local
104 if (!fp) {
114 fp->computeInvariantOutput(&io);
118 return fp;
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp85 const GrFragmentProcessor& fp,
88 for (int i = 0; i < fp.numChildProcessors(); ++i) {
89 if (!gen_frag_proc_and_meta_keys(primProc, fp.childProcessor(i), glslCaps, b)) {
94 fp.getGLSLProcessorKey(glslCaps, b);
96 return gen_meta_key(fp, glslCaps, primProc.getTransformKey(fp.coordTransforms(),
97 fp.numTransformsExclChildren()), b);
125 const GrFragmentProcessor& fp = pipeline.getFragmentProcessor(i); local
126 if (!gen_frag_proc_and_meta_keys(primProc, fp, glslCaps, &b)) {
84 gen_frag_proc_and_meta_keys(const GrPrimitiveProcessor& primProc, const GrFragmentProcessor& fp, const GrGLSLCaps& glslCaps, GrProcessorKeyBuilder* b) argument
/external/skia/src/gpu/vk/
H A DGrVkProgramDesc.cpp72 const GrFragmentProcessor& fp,
75 for (int i = 0; i < fp.numChildProcessors(); ++i) {
76 if (!gen_frag_proc_and_meta_keys(primProc, fp.childProcessor(i), glslCaps, b)) {
81 fp.getGLSLProcessorKey(glslCaps, b);
83 return gen_meta_key(fp, glslCaps, primProc.getTransformKey(fp.coordTransforms(),
84 fp.numTransformsExclChildren()), b);
112 const GrFragmentProcessor& fp = pipeline.getFragmentProcessor(i); local
113 if (!gen_frag_proc_and_meta_keys(primProc, fp, glslCaps, &b)) {
71 gen_frag_proc_and_meta_keys(const GrPrimitiveProcessor& primProc, const GrFragmentProcessor& fp, const GrGLSLCaps& glslCaps, GrProcessorKeyBuilder* b) argument
/external/testng/src/main/java/org/testng/xml/
H A DParser.java77 private void init(String fileName, InputStream is, IFileParser fp) { argument
/external/tlsdate/src/common/
H A Dfmemopen.c165 FILE *fp; local
178 fp = __sfp();
179 if (fp == NULL)
193 fp->_close = &fmemopen_close1;
198 fp->_close = &fmemopen_close0;
211 // fp->pub._flags = flags;
212 fp->_write = (flags & __SRD) ? NULL : &fmemopen_write;
213 fp->_read = (flags & __SWR) ? NULL : &fmemopen_read;
214 fp->_seek = &fmemopen_seek;
215 fp
[all...]
/external/toybox/toys/other/
H A Dhexedit.c40 static int draw_char(FILE *fp, wchar_t broiled) argument
42 if (fp) {
H A Dpmap.c31 FILE *fp; local
49 if (!(fp = fopen(toybuf, "r"))) {
63 if (0 >= getline(&line, &len, fp)) break;
111 fclose(fp);
H A Dsysctl.c124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); local
130 if (-1 == (len = getline(&line, &len, fp))) break;
148 fclose(fp);
/external/toybox/toys/pending/
H A Dmore.c77 FILE *fp, *cin; local
97 fp = stdin;
98 if (*toys.optargs && !(fp = fopen(*toys.optargs, "r"))) {
103 fstat(fileno(fp), &st);
112 while ((ch = getc(fp)) != EOF) {
116 (int) (100 * ( (double) ftell(fp) / (double) st.st_size)),
135 fclose(fp);
/external/v8/src/base/
H A Dcpu.cc117 FILE* fp = fopen("/proc/self/auxv", "r");
118 if (fp != NULL) {
121 size_t n = fread(&entry, sizeof(entry), 1, fp);
130 fclose(fp);
188 FILE* fp = fopen(PATHNAME, "r");
189 if (fp != NULL) {
192 size_t n = fread(buffer, 1, sizeof(buffer), fp);
198 fclose(fp);
203 fp = fopen(PATHNAME, "r");
204 if (fp !
635 FILE* fp = fopen("/proc/self/auxv", "r"); local
[all...]
/external/v8/src/base/utils/
H A Drandom-number-generator.cc54 FILE* fp = fopen("/dev/urandom", "rb"); local
55 if (fp != NULL) {
57 size_t n = fread(&seed, sizeof(seed), 1, fp);
58 fclose(fp);
/external/v8/test/cctest/
H A Dtrace-extension.cc81 Address fp = *reinterpret_cast<Address*>(*args[0]); local
85 Address fp = reinterpret_cast<Address>(high_bits | low_bits); local
89 printf("Trace: %p\n", fp);
90 return fp;
104 void TraceExtension::DoTrace(Address fp) { argument
106 regs.fp = fp;
127 static void DoTraceHideCEntryFPAddress(Address fp) { argument
132 i::TraceExtension::DoTrace(fp);
/external/valgrind/coregrind/
H A Dpub_core_debuginfo.h127 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon19666
131 struct { Addr pc; Addr sp; Addr fp; Addr ra; } member in struct:__anon19667
135 struct { Addr pc; Addr sp; Addr fp; Addr lr; } member in struct:__anon19668
/external/vboot_reference/futility/
H A Dcmd_load_fmap.c56 FILE *fp; local
60 fp = fopen(file, "r");
61 if (!fp) {
67 n = fread(buf, 1, len, fp);
69 if (feof(fp))
72 if (ferror(fp))
81 if (0 != fclose(fp)) {
/external/vboot_reference/tests/
H A Dvb21_host_fw_preamble_tests.c32 struct vb2_fw_preamble *fp; local
77 TEST_SUCC(vb2_fw_preamble_create(&fp, prik4096,
82 TEST_PTR_NEQ(fp, NULL, " fp_ptr");
83 TEST_SUCC(vb2_verify_fw_preamble(fp, fp->c.total_size, pubk4096, &wb),
85 TEST_EQ(strcmp(vb2_common_desc(fp), test_desc), 0, " desc");
86 TEST_EQ(fp->fw_version, test_version, " fw_version");
87 TEST_EQ(fp->flags, test_flags, " flags");
88 TEST_EQ(fp->hash_count, 3, " hash_count");
90 hash_next = fp
[all...]
/external/aac/libSYS/include/
H A Dwav_file.h158 FDKFILE *fp; member in struct:WAV
/external/bison/lib/
H A Dlocalcharset.c172 FILE *fp; local
174 fp = fdopen (fd, "r");
175 if (fp == NULL)
195 c = getc (fp);
204 c = getc (fp);
210 ungetc (c, fp);
211 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
236 fclose (fp);
/external/blktrace/btt/
H A Dmisc.c118 void add_file(FILE *fp, char *oname) argument
122 fip->ofp = fp;
157 FILE *fp; local
160 fp = fopen(path, mode);
161 } while (fp == NULL && handle_open_failure());
163 return fp;
/external/blktrace/
H A Dstats.h88 static inline int minmax_print(FILE *fp, const char *s, struct minmax *mm) argument
90 return fprintf(fp, "%s: num %Ld, min %Ld, max %Ld, sum %Ld, squ %Ld, "
139 static inline void histlog2_print(FILE *fp, const char *s, __u32 a[], argument
144 fprintf(fp, "%s:\n", s);
146 fprintf(fp, " %10ld:%6d",
149 fprintf(fp, "\n");
151 fprintf(fp, " >%8ld:%6d\n",
/external/boringssl/src/crypto/pem/
H A Dpem_pkey.c232 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
242 BIO_set_fp(b,fp,BIO_NOCLOSE);
248 int PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, argument
255 if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
293 DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) argument
303 BIO_set_fp(b,fp,BIO_NOCLOSE);
/external/boringssl/src/ssl/test/
H A Dasync_bio.cc131 static long AsyncCallbackCtrl(BIO *bio, int cmd, bio_info_cb fp) { argument
135 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
H A Dpacketed_bio.cc189 static long PacketedCallbackCtrl(BIO *bio, int cmd, bio_info_cb fp) { argument
193 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
/external/c-ares/
H A Dares_gethostbyaddr.c184 FILE *fp; local
225 fp = fopen(PATH_HOSTS, "r");
226 if (!fp)
243 while ((status = ares__get_hostent(fp, addr->family, host)) == ARES_SUCCESS)
264 fclose(fp);
H A Dares_search.c237 FILE *fp; local
259 fp = fopen(hostaliases, "r");
260 if (fp)
262 while ((status = ares__read_line(fp, &line, &linesize))
283 fclose(fp);
288 fclose(fp);

Completed in 980 milliseconds

1234567891011>>