/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 383 _mesa_problem(NULL, "%s: out of temporaries\n", __FILE__); 519 * matrix out in one go: 723 struct ureg out = register_output(p, output); local 724 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); 908 * lift it out of the main loop. That way the programs created here 1423 struct ureg out = register_output(p, VERT_RESULT_TEX0 + i); local 1532 struct ureg out = register_output(p, VERT_RESULT_PSIZ); local 1568 struct ureg out = register_output(p, VERT_RESULT_PSIZ); local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | 27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
[all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 709 String out = "SEIMessage{" + local 715 out += ", cpb_removal_delay=" + cpb_removal_delay + 719 out += ", pic_struct=" + pic_struct; 721 out += ", ct_type=" + ct_type + 736 out += '}'; 737 return out;
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 161 MyCvHidHaarClassifierCascade* out = 0; local 250 CV_CALL( out = (MyCvHidHaarClassifierCascade*)cvAlloc( datasize )); 251 memset( out, 0, sizeof(*out) ); 254 out->count = cascade->count; 255 out->stage_classifier = (MyCvHidHaarStageClassifier*)(out + 1); 256 haar_classifier_ptr = (MyCvHidHaarClassifier*)(out->stage_classifier + cascade->count); 259 out->is_stump_based = 1 [all...] |
/external/opencv3/3rdparty/libjasper/ |
jpc_enc.c | 43 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 157 jpc_enc_t *jpc_enc_create(jpc_enc_cp_t *cp, jas_stream_t *out, jas_image_t *image); 280 int jpc_encode(jas_image_t *image, jas_stream_t *out, char *optstr) 295 if (!(enc = jpc_enc_create(cp, out, image))) { 314 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) { 321 if (jas_stream_flush(enc->out)) { 807 jpc_enc_t *jpc_enc_create(jpc_enc_cp_t *cp, jas_stream_t *out, jas_image_t *image) 818 enc->out = out; 844 (i.e., enc->out) are created outside of the encoder 1633 jas_stream_t *out; local [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jquant2.c | 53 * used here have proved out well in experimental comparisons, but better ones 588 * Gems II (James Arvo, ed. Academic Press, 1991). Thomas points out that 1114 int in, out; local [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
enc_sse2.c | 65 int16_t out[16]; local 68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); 70 // Convert coefficients to bin (within out[]). 73 const __m128i out0 = _mm_loadu_si128((__m128i*)&out[0]); 74 const __m128i out1 = _mm_loadu_si128((__m128i*)&out[8]); 75 // sign(out) = out >> 15 (0x0000 if positive, 0xffff if negative) 78 // abs(out) = (out ^ sign) - sign 83 // v = abs(out) >> [all...] |
lossless.c | 336 int16_t out[8]; local 337 _mm_storeu_si128((__m128i*)out, diff); 338 pa_minus_pb = out[0] + out[1] + out[2] + out[3]; 729 const __m128i out = _mm_sub_epi8(in, in_0g0g); local 730 _mm_storeu_si128((__m128i*)&argb_data[i], out); 757 const __m128i out = _mm_add_epi8(in, in_0g0g); local 758 _mm_storeu_si128((__m128i*)data, out); [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssSchema.java | 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 344 "inherit", "none", "normal", "spell-out"); [all...] |
/external/pdfium/third_party/lpng_v163/ |
png.c | 273 /* Temporarily fake out the longjmp information until we have
332 /* Use the internal API that does not (or at least should not) error out, so
689 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime)
695 if (out == NULL)
709 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string))
712 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
786 * used with your application, print out PNG_LIBPNG_VER_STRING, which
3784 png_uint_16 out = (png_uint_16)(i * 257U); \/* 16-bit output value *\/ local [all...] |
pngrutil.c | 26 png_error(png_ptr, "PNG unsigned integer out of range");
49 png_warning(png_ptr, "PNG fixed point integer out of range");
687 /* Out of memory allocating the buffer */
804 png_chunk_error(png_ptr, "out of place");
896 png_chunk_benign_error(png_ptr, "out of place");
3986 uInt out = ZLIB_IO_MAX; local [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 179 System.out.println(); 180 System.out.println("EvaluationShrinker ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 198 if (DEBUG) System.out.println("Invocation simplification:"); 212 if (DEBUG) System.out.println("Usage initialization: "); 221 if (DEBUG) System.out.print("(super.<init>)"); 238 if (DEBUG) System.out.print("(infinite loop)"); 253 if (DEBUG) System.out.println(); 261 if (DEBUG) System.out.println("Usage marking:"); 296 System.out.println(" -> "+maxMarkedOffset); 300 if (DEBUG) System.out.println() [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceConstants.java | [all...] |
/external/selinux/libsemanage/src/ |
semanage_store.c | 622 goto out; 634 goto out; 639 goto out; 649 goto out; 653 out: 673 int in, out, retval = 0, amount_read, n, errsv = errno; local 690 if ((out = open(tmp, O_WRONLY | O_CREAT | O_TRUNC, mode)) == -1) { 695 goto out; 699 if (write(out, buf, amount_read) < 0) { 709 if (close(out) < 0) [all...] |
/external/selinux/libsepol/src/ |
expand.c | 47 policydb_t *out; member in struct:expand_state 101 ERR(state->handle, "Out of memory!"); 107 ERR(state->handle, "Out of memory!"); 115 new_type->s.value = ++state->out->p_types.nprim; 125 ret = hashtab_insert(state->out->p_types.table, 136 if (ebitmap_set_bit(&state->out->permissive_map, new_type->s.value, 1)) { 137 ERR(state->handle, "Out of memory!\n"); 167 new_type = hashtab_search(state->out->p_types.table, id); 173 ERR(state->handle, "out of memory"); 179 ERR(state->handle, "Out of memory!") [all...] |
/external/skia/src/core/ |
SkAAClip.cpp | 231 char out = '.'; local 233 out = '*'; 235 out = '+'; 238 SkDebugf( "%c", out ); [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 475 ObjectOutput out = new ObjectOutputStream(bos); local 476 out.writeObject(caCert); [all...] |
/external/toybox/toys/pending/ |
ip.c | 490 char *out = NULL, *tmp = NULL; local 495 tmp = out ? xmprintf("%s,%s", out, p->name) : xmprintf("%s", p->name); 496 if (out) free(out); 497 out = tmp; 500 return out; 1465 char *inetval = NULL, out[1024] = {0}; local [all...] |
/external/toybox/toys/posix/ |
ps.c | 115 SZ Memory Size (4k pages needed to completely swap out process) 402 char *buf = toybuf+sizeof(toybuf)-260, *out = buf, *s; local 417 sprintf(out, fmt, ll); 423 out = tb->str; 425 if (--sl) out += tb->offset[--sl]; 427 for (s = out; *s && *s != ' '; s++) if (*s == '/') out = s+1; 428 if (which>=PS_COMMAND && !*out) sprintf(out = buf, "[%s]", tb->str); 432 sprintf(out, "%lld", ll) 528 char *out = string_field(tb, field); local [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 57 llvm::raw_svector_ostream out(output); 58 ctx->mangleName(decl, out); 59 *result = out.str().str(); 335 Environment out = effect.hasGC() ? Environment() : Environment(*this); local 336 if (effect.env() != NULL) out.live_ |= effect.env()->live_; 337 return out; 441 ExprEffect out = ExprEffect::NoneWithEnv(env_); local 442 if (gc_.any()) out.setGC(); 443 if (raw_use_.any()) out.setRawUse() 471 Environment* out = NULL; local 483 Environment* out = (b_env == NULL) ? a_env : b_env; local 774 ExprEffect out = ExprEffect::None(); local 839 ExprEffect out = local 944 const Environment& out() { function in class:__anon25371::FunctionAnalyzer::Block 996 Environment out = env; local 1105 Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env; local 1118 Environment out = env; local [all...] |
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 166 const char *const out; member in struct:optable 690 strcat (result, optable[i].out); 708 strcat (result, optable[i].out); 733 strcat (result, optable[i].out); 750 strcat (result, optable[i].out); 790 if ((int) strlen (optable[i].out) == len 792 && memcmp (optable[i].out, opname, len) == 0) [all...] |
/external/vixl/test/ |
test-simulator-a64.cc | 24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 211 Register out = x0; local 222 __ Mov(out, results); 234 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); 315 Register out = x0; local 329 __ Mov(out, results); 345 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); 435 Register out = x0; local 451 __ Mov(out, results); 471 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)) 570 Register out = x0; local 699 Register out = x0; local 817 Register out = x0; local 866 Register out = x0; local 1197 Register out = x0; local 1389 Register out = x0; local 1592 Register out = x0; local 1818 Register out = x0; local 2060 Register out = x0; local 2261 Register out = x0; local [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 1068 const __m128i out = _mm_packus_epi16(_mm_add_epi16(base, top_base), zero); local 1077 const __m128i out = _mm_packus_epi16(_mm_add_epi16(base, top_base), zero); local 1089 const __m128i out = _mm_packus_epi16(out_0, out_1); local [all...] |
enc_neon.c | 85 int16x8x2_t* const out) { 90 *out = vzipq_s16(tmp0.val[0], tmp0.val[1]); 256 uint32x4_t out = vdupq_n_u32(0); local 257 out = vld1q_lane_u32((const uint32_t*)(src + 0 * BPS), out, 0); 258 out = vld1q_lane_u32((const uint32_t*)(src + 1 * BPS), out, 1); 259 out = vld1q_lane_u32((const uint32_t*)(src + 2 * BPS), out, 2); 260 out = vld1q_lane_u32((const uint32_t*)(src + 3 * BPS), out, 3) 732 int16_t out[16]; local [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 183 // Write an I420 frame out to disk. 191 rtc::scoped_ptr<uint8_t[]> out(new uint8_t[out_size]); 192 frame.CopyToBuffer(out.get(), out_size); 193 return DumpSample(filename, out.get(), out_size); 772 uint8_t* out = ALIGNP(outbuf.get(), kAlignment); local 776 out, 778 EXPECT_TRUE(LoadFrame(out, out_size, cricket::FOURCC_RGBP, 788 uint8_t* out = ALIGNP(outbuf.get(), kAlignment); local 792 out, 804 uint8_t* out = ALIGNP(outbuf.get(), kAlignment); local 1008 uint8_t* out = ALIGNP(outbuf.get(), kAlignment); local 1045 uint8_t* out = ALIGNP(outbuf.get(), kAlignment); local 1484 uint8_t* out = outtop; local [all...] |