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

<<21222324252627282930>>

  /external/skia/experimental/Intersection/
EdgeWalkerQuadratic4x4_Test.cpp 40 SkPath path, out; local
62 testSimplifyx(path, false, out, state, pathStr);
66 testSimplifyx(path, true, out, state, pathStr);
EdgeWalkerQuadratics_Test.cpp 14 SkPath path, out; local
21 testSimplify(path, true, out, bitmap);
25 SkPath path, out; local
32 testSimplify(path, true, out, bitmap);
36 SkPath path, out; local
43 testSimplify(path, true, out, bitmap);
47 SkPath path, out; local
54 testSimplify(path, true, out, bitmap);
55 drawAsciiPaths(path, out, true);
59 SkPath path, out; local
73 SkPath path, out; local
87 SkPath path, out; local
101 SkPath path, out; local
115 SkPath path, out; local
129 SkPath path, out; local
143 SkPath path, out; local
157 SkPath path, out; local
171 SkPath path, out; local
186 SkPath path, out; local
200 SkPath path, out; local
214 SkPath path, out; local
228 SkPath path, out; local
    [all...]
SimplifyRect4x4_Test.cpp 41 SkPath path, out; local
159 testSimplifyx(path, false, out, state, pathStr);
162 testSimplifyx(path, true, out, state, pathStr);
  /external/skia/src/core/
SkMaskGamma.cpp 115 float out = dstConvert.fromLuma(dstGamma, linOut); local
118 float result = (out - dst) / (src - dst);
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
37 SkPath path, out; local
59 testSimplify(path, false, out, state, pathStr);
64 testSimplify(path, true, out, state, pathStr);
PathOpsSimplifyQuadThreadedTest.cpp 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
39 SkPath path, out; local
64 testSimplify(path, false, out, state, pathStr);
69 testSimplify(path, true, out, state, pathStr);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
39 SkPath path, out; local
66 testSimplify(path, false, out, state, pathStr);
71 testSimplify(path, true, out, state, pathStr);
PathOpsSimplifyRectThreadedTest.cpp 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
42 SkPath path, out; local
174 testSimplify(path, false, out, state, pathStr);
178 testSimplify(path, true, out, state, pathStr);
PathOpsSimplifyTrianglesThreadedTest.cpp 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
40 SkPath path, out; local
63 testSimplify(path, false, out, state, pathStr);
69 testSimplify(path, true, out, state, pathStr);
  /external/skia/tools/
bbh_shootout.cpp 150 SkString out; local
151 out.printf("%s ", kBBoxHierarchyTypeNames[bBoxType]);
152 recordOut.writeText(out.c_str());
153 playbackOut.writeText(out.c_str());
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 95 char out; local
105 out = (char) v0;
127 out = (char) value;
154 out = (char) value;
163 chars[outAt] = out;
203 char out; local
212 out = (char) v0;
230 out = (char) value;
253 out = (char) value;
262 chars[outAt] = out;
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state, function
182 result out(state_type& __state,
279 result out(state_type& __state,
  /external/tremolo/Tremolo/
misc.c 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
90 FILE *out; local
120 out=fopen(buffer,"a");
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
123 fprintf(out,"%ld, %ld # FILE %s LINE %ld\n",
126 fclose(out);
128 out=fopen("total"_VDBG_GRAPHFILE,"a");
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
133 fclose(out);
147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a"); local
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intThumb.c 21 unsigned int out; \
29 : "=&r" (out), "=&r" (cpsr) \
34 instruction, out, \
49 unsigned int out; \
58 : "=&r" (out), "=&r" (cpsr) \
63 instruction, out, \
76 unsigned int out; \
89 : "=&r" (out), "=&r" (cpsr) \
94 instruction, out, RMval, \
108 unsigned int out; \
353 unsigned int out; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
dfp-2.c 16 long out; local
17 asm volatile(".insn rre, 0xb3e50000, %[out], %[in]\n\t"
18 :[out] "=d" (out) :[in] "f" (in));
21 printf(" -> %ld\n", out);
26 long out; local
27 asm volatile(".insn rre, 0xb3ed0000, %[out], %[in]\n\t"
28 :[out] "=d" (out) :[in] "f" (in));
31 printf(" -> %ld\n", out);
36 long out; local
46 long out; local
56 _Decimal64 out; local
71 _Decimal128 out; local
86 _Decimal64 out; local
100 _Decimal128 out; local
114 _Decimal64 out; local
140 _Decimal128 out; local
166 _Decimal64 out; local
190 _Decimal128 out; local
214 _Decimal64 out; local
230 _Decimal128 out; local
246 _Decimal64 out; local
262 _Decimal128 out; local
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 44 Decode literal, length, and distance codes and write out the resulting
61 LEN -- ran out of enough output space or enough available input
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */ member in struct:inffast_ar
90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
129 ar.out = strm->next_out;
130 ar.beg = ar.out - (start - strm->avail_out);
131 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
174 strm->next_out = ar.out;
178 strm->avail_out = (unsigned)(ar.out < ar.end ?
179 PAD_AVAIL_OUT + (ar.end - ar.out) :
    [all...]
  /external/zlib/src/
inffast.c 33 Decode literal, length, and distance codes and write out the resulting
50 LEN -- ran out of enough output space or enough available input
74 unsigned char FAR *out; /* local strm->next_out */ local
76 unsigned char FAR *end; /* while out < end, enough space available */
101 out = strm->next_out - OFF;
102 beg = out - (start - strm->avail_out);
103 end = out + (strm->avail_out - 257);
137 PUP(out) = (unsigned char)(here.val);
186 op = (unsigned)(out - beg); /* max distance in output */
199 PUP(out) = 0
    [all...]
  /external/zopfli/src/zopfli/
zopfli_bin.c 40 unsigned char** out, size_t* outsize) {
43 *out = 0;
52 *out = (unsigned char*)malloc(*outsize);
54 if (*outsize && (*out)) {
55 size_t testsize = fread(*out, 1, *outsize, file);
58 free(*out);
59 *out = 0;
64 assert(!(*outsize) || out); /* If size is not zero, out must be allocated. */
88 unsigned char* out = 0 local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 243 int32 * out = in + (band * FILTERBANK_BANDS); local
250 pvmp3_mdct_18(out, history, normal_win);
256 pvmp3_mdct_18(out, history, start_win);
262 pvmp3_mdct_18(out, history, stop_win);
273 Scratch_mem[i ] = out[(i*3)];
274 Scratch_mem[6 +i] = out[(i*3) + 1];
275 Scratch_mem[12 +i] = out[(i*3) + 2];
288 out[i] = temp;
293 out[i+6] = fxp_mul32_Q32(Scratch_mem[i] << 1, short_win[i]);
294 out[i+6] += history[i+6]
334 int32 * out = in + (band * FILTERBANK_BANDS); local
    [all...]
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 80 public void writeAsXml(SyncAdapterType item, XmlSerializer out) throws IOException {
81 out.attribute(null, "authority", item.authority);
82 out.attribute(null, "accountType", item.accountType);
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 127 @Override public void writeToParcel(Parcel out, int parcelableFlags) {
128 super.writeToParcel(out, parcelableFlags);
129 out.writeString(authority);
130 out.writeString(readPermission);
131 out.writeString(writePermission);
132 out.writeInt(grantUriPermissions ? 1 : 0);
133 out.writeTypedArray(uriPermissionPatterns, parcelableFlags);
134 out.writeTypedArray(pathPermissions, parcelableFlags);
135 out.writeInt(multiprocess ? 1 : 0);
136 out.writeInt(initOrder)
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleThread.java 160 ByteBuffer out = ByteBuffer.allocate(bufferSize); local
161 out.putInt(0);
162 out.putInt(threadId);
163 out.putInt(trace.length);
165 out.putInt(elem.getClassName().length());
166 putString(out, elem.getClassName());
167 out.putInt(elem.getMethodName().length());
168 putString(out, elem.getMethodName());
170 out.putInt(elem.getFileName().length());
171 putString(out, elem.getFileName())
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 187 FileOutputStream out = new FileOutputStream(destFile); local
192 out.write(buffer, 0, bytesRead);
195 out.flush();
197 out.getFD().sync();
200 out.close();
288 FileWriter out = new FileWriter(filename); local
290 out.write(string);
292 out.close();
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 140 CharSequence out = super.filter(source, start, end, dest, dstart, dend); local
143 return out;
146 if (out != null) {
147 source = out;
149 end = out.length();
157 * Find out if the existing text has a sign or decimal point characters.
180 * If it does, we must strip them out from the source.
223 } else if (out != null) {
224 return out;
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 87 TypedValue out = new TypedValue(); local
88 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
90 out.resourceId);

Completed in 343 milliseconds

<<21222324252627282930>>