/external/opencv3/modules/photo/src/ |
seamless_cloning_impl.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 456 Mat out = Mat(mask.size(),CV_8UC1); local 457 Canny(mask,out,low_threshold,high_threshold,kernel_size); 461 Mat zerosMask = (out != 255);
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
PnPProblem.cpp | 240 double out; local 241 if(this->intersect_MollerTrumbore(R, T, &out)) 243 cv::Point3f tmp_pt = R.getP0() + out*R.getP1(); // P = O + t*D 261 bool PnPProblem::intersect_MollerTrumbore(Ray &Ray, Triangle &Triangle, double *out) 312 *out = t;
|
/external/opencv3/samples/gpu/ |
optical_flow.cpp | 81 col *= .75; // out of range 134 Mat out; local 135 drawOpticalFlow(flowx, flowy, out, 10); 137 imshow(name, out);
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsgmt.c | 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 101 cmsToneCurve* out = NULL; local 125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints); 132 return out; 148 cmsToneCurve *in, *out, *KTone; local 163 out = ComputeKToLstar(ContextID, nPoints, 1, 169 if (out == NULL) { 176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints); 179 cmsFreeToneCurve(in); cmsFreeToneCurve(out); 202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamu [all...] |
/external/pdfium/third_party/zlib_v128/ |
gzguts.h | 190 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon21697
|
inflate.c | 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 75 * for the in() and out() functions 308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also 323 a.out > inffixed.h 615 unsigned in, out; /* save starting available input and output */ local 636 out = left; [all...] |
/external/robolectric/v1/src/main/java/android/net/ |
Uri__FromAndroid.java | 641 * Parses an authority out of the given URI string. 678 * Parses a path out of this given URI string. 1032 // Parse out user info and then port. 1803 ByteArrayOutputStream out = null; local [all...] |
/external/selinux/policycoreutils/mcstrans/src/ |
mcstransd.c | 145 char *out = NULL; local 163 result = trans_context(data1, &out); 164 ret = send_response(fd, function, out, result); 167 result = untrans_context(data1, &out); 168 ret = send_response(fd, function, out, result); 171 result = raw_color(data1, &out); 172 ret = send_response(fd, function, out, result); 187 free(out);
|
/external/skia/src/gpu/ |
GrTest.cpp | 110 void GrContext::dumpCacheStats(SkString* out) const { 112 fResourceCache->dumpStats(out); 124 SkString out; local 125 this->dumpCacheStats(&out); 126 SkDebugf("%s", out.c_str()); 129 void GrContext::dumpGpuStats(SkString* out) const { 131 return fGpu->stats()->dump(out); 143 SkString out; local 144 this->dumpGpuStats(&out); 145 SkDebugf("%s", out.c_str()) [all...] |
/external/skia/src/pdf/ |
SkPDFMetadata.cpp | 237 char* out = output.writable_str(); local 239 strncpy(out, before, beforeLen); 240 out += beforeLen; 246 strncpy(out, kAmp, strlen(kAmp)); 247 out += strlen(kAmp); 249 strncpy(out, kLt, strlen(kLt)); 250 out += strlen(kLt); 252 *out++ = input[i]; 256 strncpy(out, after, afterLen); 257 out += afterLen [all...] |
/external/skia/tests/ |
RRectInPathTest.cpp | 16 SkRRect out; local 17 REPORTER_ASSERT(reporter, path.isRRect(&out)); 19 path2.addRRect(out); 21 return out; 25 return out; 43 SkRRect out = inner_path_contains_rrect(reporter, in); local 44 if (in != out) { 47 REPORTER_ASSERT(reporter, in == out); 51 SkRRect out = inner_path_contains_rrect(reporter, in); local 52 if (in == out) { [all...] |
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
InterpreterInstaller.java | 244 String out = mInterpreterRoot; local 245 return new UrlDownloaderTask(in, out, mContext); 260 protected AsyncTask<Void, Integer, Long> extract(String in, String out, boolean replaceAll) 262 return new ZipExtractorTask(in, out, mContext, replaceAll); 268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); local 269 return extract(in, out, true); 274 String out = mInterpreterRoot + InterpreterConstants.INTERPRETER_EXTRAS_ROOT; local 275 return extract(in, out, true); 280 String out = InterpreterConstants.SCRIPTS_ROOT; local 281 return extract(in, out, false) [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
HeaderItem.java | 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 170 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { 171 int startOffset = out.getCursor(); 179 out.annotate(8, "magic: %s", StringUtils.escapeString(magicBuilder.toString())); 180 out.annotate(4, "checksum"); 181 out.annotate(20, "signature"); 182 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); 184 headerSize = dexFile.readInt(out.getCursor()); 185 out.annotate(4, "header_size: %d", headerSize) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
UnicodeEscaper.java | 275 * @param out 277 * @return an {@code Appendable} which passes text to {@code out} after 280 * if {@code out} is null 285 public Appendable escape(final Appendable out) { 286 assert out != null; 328 out.append((char) pendingHighSurrogate); 337 out.append(csq, unescapedChunkStart, index); 386 out.append((char) pendingHighSurrogate); 387 out.append(c); 403 out.append(c) [all...] |
/external/testng/src/main/java/org/testng/reporters/ |
JUnitReportReporter.java | 177 // System.out.println(xsb.toXML()); 178 // System.out.println(""); 234 // out if it's this failure that caused the skip since (maybe by 255 private void addResults(Set<ITestResult> allResults, Map<Class<?>, Set<ITestResult>> out) { 258 Set<ITestResult> l = out.get(cls); 261 out.put(cls, l);
|
/external/toybox/kconfig/ |
confdata.c | 399 FILE *out; local 436 out = fopen(tmpname, "w"); 439 out = fopen(newname, "w"); 441 if (!out) 451 fprintf(out, _("#\n" 463 // Write out all symbols (even in closed sub-menus). 469 // Don't write out symbols in closed menus. 481 fprintf(out, "\n" 501 fprintf(out, "# "CONFIG_PREFIX"%s is not set\n", sym->name); 504 fprintf(out, CONFIG_PREFIX"%s=m\n", sym->name) 693 FILE *out, *out_h; local [all...] |
/external/toybox/toys/other/ |
vmstat.c | 20 cached, kilobytes swapped in and out per second, file disk blocks input and 43 // a big array, then read the elements back out by name 54 // We use vmstuff to fill out vmstat_proc as an array of uint64_t: 138 uint64_t out = ptr[order[i]]; local 142 if (i>5) out -= oldptr[order[i]]; 143 if (order[i]<7) out = ((out*100) + (total_hz/2)) / total_hz; 144 else if (order[i]>17) out = ((out * page_kb)+(units-1))/units; 145 else if (order[i]>15) out = ((out)+(units-1))/units [all...] |
/external/toybox/toys/pending/ |
dd.c | 28 conv=fsync Physically write data out before finishing 99 static struct io in, out; variable in typeref:struct: 133 //out to STDERR 134 fprintf(stderr,"%llu+%llu records in\n%llu+%llu records out\n", st.in_full, st.in_part, 161 /* for C_BS, in/out is done as it is. so only in.sz is enough. 164 in.buff = out.buff = xmalloc(in.sz + ((toys.optflags & C_BS)? 0: out.sz)); 165 in.bp = out.bp = in.buff; 176 if (!out.name) { 177 out.name = "stdout" [all...] |
mke2fs.c | 121 // Fill out index blocks in inode. 233 // Fill out superblock and TT structures. 245 // Fill out blocks_count, r_blocks_count, first_data_block 268 // Fill out the rest of the superblock. 355 int out = len > sizeof(toybuf) ? sizeof(toybuf) : len; local 356 xwrite(TT.fsfd, toybuf, out); 357 len -= out; 362 // Fill out an inode structure from struct stat info in dirtree. 458 // Figure out how much space is used by preset files 462 // Figure out how many total inodes we need [all...] |
/external/tremolo/Tremolo/ |
codebook.c | 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 290 unsigned char *out=(unsigned char *)s->dec_table; local 296 out[top]=(work[i]>>8 & 0x7f)|0x80; 297 out[top+1]=(work[i+1]>>8 & 0x7f)|0x80; 298 out[top+2]=work[i] & 0xff; 299 out[top+3]=work[i+1] & 0xff; 302 out[top]=(work[i]>>8 & 0x7f)|0x80; 303 out[top+1]=work[work[i+1]*2]; 304 out[top+2]=work[i] & 0xff; 309 out[top]=work[work[i]*2] 321 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table; local [all...] |
/external/v8/src/wasm/ |
encoder.h | 90 byte out = static_cast<byte>(val & 0x7f); local 92 *(ptr++) = 0x80 | out; 95 *(ptr++) = out;
|
/external/vogar/src/vogar/target/junit/ |
Junit3.java | 115 List<VogarTest> out, Class<?> testClass, Collection<String> methodNames) { 129 out.add(TestMethod.create(testCaseClass, m)); 137 out.add(TestMethod.create(testCaseClass, testClass.getMethod(methodName))); 144 out.add(error); 161 out.add(new ConfigurationError(testClass.getName() + "#suite", e)); 166 getTestCaseTest(out, (TestCase) test, methodNames); 168 getTestSuiteTests(out, (TestSuite) test, methodNames); 170 out.add(new ConfigurationError(testClass.getName() + "#suite", 177 out.add(new ConfigurationError(testClass.getName() + "#suite", 181 private static void getTestSuiteTests(List<VogarTest> out, TestSuite suite [all...] |
/external/webp/src/dsp/ |
alpha_processing.c | 147 uint32_t out = argb & 0xff000000u; local 148 out |= Mult(argb >> 0, scale) << 0; 149 out |= Mult(argb >> 8, scale) << 8; 150 out |= Mult(argb >> 16, scale) << 16; 151 ptr[x] = out;
|
filters_sse2.c | 26 # define SANITY_CHECK(in, out) \ 28 assert(out != NULL); \ 120 int inverse, uint8_t* out) { 124 SANITY_CHECK(in, out); 126 out += start_offset; 127 preds = inverse ? out : in; 131 out[0] = in[0]; 132 PredictLineLeft(in + 1, out + 1, width - 1, inverse); 136 out += stride; 142 PredictLineC(in, preds - stride, out, 1, inverse) 238 __m128i out = zero; \/\/ accumulator for output local [all...] |
lossless_neon.c | 242 const uint32x4_t out = vorrq_u32(vreinterpretq_u32_u16(G), a0g0); local 243 vst1q_u32(argb_data + i, out);
|