HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1301 - 1325 of 3019) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 11 SkPath out; local
17 simplify(path, true, out);
19 simplifyx(path, out);
22 showPath(out, "simplified:");
32 canvas->drawPath(out, paint);
EdgeWalkerPolygons_Test.cpp 14 SkPath path, out; local
24 testSimplify(path, true, out, bitmap); // expect |\/|
29 SkPath path, out; local
38 testSimplify(path, true, out, bitmap);
42 SkPath path, out; local
51 testSimplify(path, true, out, bitmap);
55 SkPath path, out; local
64 testSimplify(path, true, out, bitmap);
68 SkPath path, out; local
79 testSimplify(path, true, out, bitmap)
83 SkPath path, out; local
98 SkPath path, out; local
113 SkPath path, out; local
128 SkPath path, out; local
143 SkPath path, out; local
158 SkPath path, out; local
173 SkPath path, out; local
188 SkPath path, out; local
203 SkPath path, out; local
217 SkPath path, out; local
230 SkPath path, out; local
243 SkPath path, out; local
256 SkPath path, out; local
270 SkPath path, out; local
283 SkPath path, out; local
296 SkPath path, out; local
309 SkPath path, out; local
322 SkPath path, out; local
339 SkPath path, out; local
355 SkPath path, out; local
398 SkPath path, out; local
419 SkPath path, out; local
446 SkPath path, out; local
461 SkPath path, out; local
484 SkPath path, out; local
507 SkPath path, out; local
530 SkPath path, out; local
543 SkPath path, out; local
556 SkPath path, out; local
569 SkPath path, out; local
592 SkPath path, out; local
615 SkPath path, out; local
639 SkPath path, out; local
664 SkPath path, out; local
687 SkPath path, out; local
710 SkPath path, out; local
    [all...]
EdgeWalkerRectangles_Test.cpp 14 SkPath path, out; local
19 testSimplify(path, true, out, bitmap);
23 SkPath path, out; local
27 simplify(path, true, out);
29 if (!out.isRect(&rect)) {
38 SkPath path, out; local
42 simplify(path, true, out);
44 if (!out.isRect(&rect)) {
53 SkPath path, out; local
57 simplify(path, true, out);
95 SkPath path, out; local
116 SkPath path, out; local
130 SkPath path, out; local
140 SkPath path, out; local
164 SkPath path, out; local
268 SkPath path, out; local
313 SkPath path, out; local
337 SkPath path, out; local
360 SkPath path, out; local
414 SkPath path, out; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 477 FILE *out; local
481 out = fopen(zFilename, "w");
482 if( out==0 ){
490 fprintf(out, "**** %lld bytes at %p from %s ****\n",
493 fflush(out);
496 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out));
497 fprintf(out, "\n");
500 fprintf(out, "COUNTS:\n");
503 fprintf(out, " %5d: %10d %10d %10d\n",
508 fprintf(out, " %5d: %10d %10d %10d\n"
    [all...]
mem3.c 53 ** A chunk is two or more blocks that is either checked out or
56 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
58 ** is true if the previous chunk is checked out and false if the
61 ** freelist. If the previous chunk is checked out, then
77 ** out. If a chunk is checked out, the user data may extend into
109 ** True if we are evaluating an out-of-memory callback.
249 ** size parameters for check-out and return a pointer to the
371 ** successful most of the time (about 9 times out of 10).
475 ** works for chunks that are currently checked out
591 FILE *out; local
    [all...]
mem5.c 84 #define CTRL_FREE 0x20 /* True if not checked out */
125 ** Space for tracking which blocks are checked out and the size
200 ** works for chunks that are currently checked out.
525 FILE *out; local
530 out = stdout;
532 out = fopen(zFilename, "w");
533 if( out==0 ){
543 fprintf(out, "freelist items of size %d: %d\n", mem5.szAtom << i, n);
545 fprintf(out, "mem5.nAlloc = %llu\n", mem5.nAlloc);
546 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc)
    [all...]
test3.c 446 u64 in, out; local
468 n2 = getVarint(zBuf, &out);
474 if( in!=out ){
475 sprintf(zErr, "Wrote 0x%016llx and got back 0x%016llx", in, out);
482 out = out32;
489 if( in!=out ){
491 in, out);
502 getVarint(zBuf, &out);
test_hexio.c 158 FILE *out; local
172 out = fopen(zFile, "r+b");
173 if( out==0 ){
174 out = fopen(zFile, "r+");
176 if( out==0 ){
180 fseek(out, offset, SEEK_SET);
181 written = fwrite(aOut, 1, nOut, out);
183 fclose(out);
  /external/chromium_org/third_party/webrtc/base/
nat_unittest.cc 57 TestClient* out[4]; local
59 out[i] = CreateTestClient(external, external_addrs[i]);
67 in->SendTo(buf, len, out[0]->address());
69 EXPECT_TRUE(out[0]->CheckNextPacket(buf, len, &trans_addr));
72 in->SendTo(buf, len, out[i]->address());
74 EXPECT_TRUE(out[i]->CheckNextPacket(buf, len, &trans_addr2));
88 delete out[i];
108 TestClient* out[4]; local
110 out[i] = CreateTestClient(external, external_addrs[i]);
118 in->SendTo(buf, len, out[0]->address())
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
171 N_("octal value out of range"));
184 yasm__splitpath_unix(const char *path, /*@out@*/ const char **tail)
206 yasm__splitpath_win(const char *path, /*@out@*/ const char **tail)
289 char *out; local
293 out = yasm_xmalloc(strlen(to)+1);
298 out[j++] = *to;
300 out[j++] = '\0';
301 return out;
307 out = yasm_xmalloc(pathlen+strlen(to)+2); /* worst case maximum len *
374 char *out; local
    [all...]
floatnum.c 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
140 POT_Table_Init_Entry(/*@out@*/ POT_Entry *e, POT_Entry_Source *s, int dec_exp)
455 /* Subtract out what we're multiplying in from exponent */
474 /* Subtract out what we're multiplying in from exponent */
552 floatnum_get_common(const yasm_floatnum *flt, /*@out@*/ unsigned char *ptr,
730 unsigned char out[10]; local
742 yasm_floatnum_get_sized(flt, out, 4, 32, 0, 0, 0));
744 fprintf(f, "%02x ", out[i]);
749 yasm_floatnum_get_sized(flt, out, 8, 64, 0, 0, 0));
751 fprintf(f, "%02x ", out[i])
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 66 out 55, al label
67 out 66, ax label
68 out 77, eax label
69 out dx, al label
70 out dx, ax label
71 out dx, eax label
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
150 perfect_gen(FILE *out, const char *lookup_function_name,
201 fprintf(out, "static const struct %s *\n", struct_name);
202 fprintf(out, "%s(const char *key, size_t len)\n", lookup_function_name);
203 fprintf(out, "{\n");
208 fprintf(out, " static const struct %s pd[%lu] = {\n", struct_name, nkeys);
220 fprintf(out, "#line %u \"%s\"\n", kw->line, filename);
221 fprintf(out, " {\"%s\"%s}", kw->name, kw->args);
223 fprintf(out, " { NULL }");
226 fprintf(out, ",");
252 FILE *in, *out; local
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 48 * - Pull out common wnext == 0 case for speed in inflate_fast()
75 * for the in() and out() functions
96 local int updatewindow OF((z_streamp strm, unsigned out));
287 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
302 a.out > inffixed.h
358 local int updatewindow(strm, out)
360 unsigned out;
383 copy = out - strm->avail_out;
599 unsigned in, out; /* save starting available input and output */ local
620 out = left
    [all...]
  /external/chromium_org/tools/gn/
command_desc.cc 333 // Action, print out outputs, don't apply sources to it.
386 void OutputSourceOfDep(const ParseNode* origin, std::ostream& out) {
390 out << " (Added by " + location.file()->name().value() << ":"
394 // Templatized writer for writing out different config value types.
397 void operator()(const std::string& str, std::ostream& out) const {
398 out << " " << str << "\n";
402 void operator()(const SourceDir& dir, std::ostream& out) const {
403 out << " " << FormatSourceDir(dir) << "\n";
416 std::ostringstream out; local
427 out << " From " << config->label().GetUserVisibleName(false) << "\n"
    [all...]
trace.cc 64 std::ostream& out) {
65 out << "File parse times: (time in ms, name)\n";
70 out << base::StringPrintf(" %8.2f ",
72 out << loads[i]->name() << std::endl;
77 std::ostream& out) {
95 out << base::StringPrintf(" %8.2f %d ",
97 out << *sorted[i].name_ptr << std::endl;
102 std::ostream& out) {
103 out << "File execute times: (total time in ms, # executions, name)\n";
104 SummarizeCoalesced(execs, out);
215 std::ostringstream out; local
240 std::ostringstream out; local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 20 bool ReadInt(int* out) {
21 return fread(out, sizeof(*out), 1, stdin) == 1;
126 unsigned char* out = new unsigned char[out_size]; local
127 unsigned char* dst = out;
135 WriteResponse(out, out_size);
136 delete[] out;
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 68 : out(o),
75 std::vector<unsigned char>* out; member in struct:gfx::__anon515::JpegEncoderState
77 // Number of bytes in the 'out' buffer that are actually used (see above).
92 state->out->resize(initial_output_buffer_size);
95 cinfo->dest->next_output_byte = &(*state->out)[0];
103 // reaches zero). In typical applications, it should write out the *entire*
115 state->image_buffer_used = state->out->size();
118 state->out->resize(state->out->size() * 2);
121 cinfo->dest->next_output_byte = &(*state->out)[state->image_buffer_used]
    [all...]
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 70 gfx::Size out; local
72 delegate_->GetDialogSize(&out);
73 return out;
77 gfx::Size out; local
79 delegate_->GetMinimumDialogSize(&out);
80 return out;
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 346 std::vector<SurfaceConfig> out; local
350 if (isMatch(*iter)) out.push_back(*iter);
353 return out;
teglGetProcAddressTests.cpp 55 std::vector<std::string> out; local
59 out.push_back(std::string(cStrArray[ndx]));
62 return out;
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 208 std::vector<std::string> out; local
215 out.push_back("GL_EXT_color_buffer_half_float");
221 out.push_back("GL_EXT_color_buffer_half_float");
228 out.push_back("GL_EXT_color_buffer_float");
234 return out;
es3fShaderPackingFunctionTests.cpp 195 void* out = &outputs[0]; local
198 m_executor->execute((int)inputs.size(), &in, &out);
283 void* out = &outputs[0]; local
286 m_executor->execute((int)inputs.size(), &in, &out);
386 void* out = &outputs[0]; local
389 m_executor->execute((int)inputs.size(), &in, &out);
474 void* out = &outputs[0]; local
477 m_executor->execute((int)inputs.size(), &in, &out);
582 void* out = &outputs[0]; local
585 m_executor->execute((int)inputs.size(), &in, &out);
685 void* out = &outputs[0]; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 212 std::vector<std::string> out; local
219 out.push_back("GL_EXT_color_buffer_half_float");
225 out.push_back("GL_EXT_color_buffer_half_float");
232 out.push_back("GL_EXT_color_buffer_float");
239 return out;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 123 * @param out {@code non-null;} where to write to
125 public void writeTo(AnnotatedOutput out) {
126 int startCursor = out.getCursor();
129 if (out.annotates()) {
130 boolean verbose = out.isVerbose();
138 s = insn.listingString(" ", out.getAnnotationWidth(),
145 out.annotate(codeBytes, s);
147 out.annotate(codeBytes, "");
155 insn.writeTo(out);
163 int written = (out.getCursor() - startCursor) / 2
    [all...]

Completed in 53 milliseconds

<<51525354555657585960>>