Searched refs:rec (Results 176 - 200 of 354) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DImageCacheTest.cpp31 const TestingRec& rec = static_cast<const TestingRec&>(baseRec); local
34 *result = rec.fValue;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cc201 void __tsan_java_mutex_lock_rec(jptr addr, int rec) { argument
203 DPrintf("#%d: java_mutex_lock_rec(%p, %d)\n", thr->tid, addr, rec);
207 CHECK_GT(rec, 0);
210 MutexLock(thr, pc, addr, rec);
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java262 boolean answeredBy(DNSEntry rec) { argument
263 return this.isSameRecordClass(rec) && this.isSameType(rec) && this.getName().equals(rec.getName());
H A DServiceInfoImpl.java862 * @param rec
865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) { argument
866 if ((rec instanceof DNSRecord) && !rec.isExpired(now)) {
868 switch (rec.getRecordType()) {
870 if (rec.getName().equalsIgnoreCase(this.getServer())) {
871 _ipv4Addresses.add((Inet4Address) ((DNSRecord.Address) rec).getAddress());
876 if (rec.getName().equalsIgnoreCase(this.getServer())) {
877 _ipv6Addresses.add((Inet6Address) ((DNSRecord.Address) rec).getAddress());
882 if (rec
[all...]
/external/skia/include/effects/
H A DSkLayerDrawLooper.h80 bool asABlurShadow(BlurShadowRec* rec) const override;
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp67 SkShader::Context* SkSweepGradient::onCreateContext(const ContextRec& rec, void* storage) const { argument
68 return SkNEW_PLACEMENT_ARGS(storage, SweepGradientContext, (*this, rec));
72 const SkSweepGradient& shader, const ContextRec& rec)
73 : INHERITED(shader, rec) {}
71 SweepGradientContext( const SkSweepGradient& shader, const ContextRec& rec) argument
/external/skia/src/gpu/
H A DGrTestUtils.cpp222 SkStrokeRec rec(style);
225 rec.setStrokeStyle(strokeWidth, strokeAndFill);
230 rec.setStrokeParams(cap, join, miterLimit);
231 return rec;
/external/v8/test/mjsunit/
H A Darray-reduce.js81 var rec = makeRecorder(combine);
85 result = array[type](rec, init);
87 result = array[type](rec);
89 var calls = rec.record;
/external/v8/tools/testrunner/network/
H A Dnetwork_execution.py185 rec = compression.Receiver(sock)
186 while not rec.IsDone() and not self.terminate:
187 data_list = rec.Current()
218 rec.Advance()
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DV_O_R_G_.py54 dataList = [ struct.pack(">Hh", rec[0], rec[1]) for rec in vOriginTable]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DV_O_R_G_.py54 dataList = [ struct.pack(">Hh", rec[0], rec[1]) for rec in vOriginTable]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml412 let rec aux = function
421 let rec aux init u =
429 let rec aux u init =
630 let rec iter_global_range f i e =
641 let rec fold_left_global_range f init i e =
650 let rec rev_iter_global_range f i e =
661 let rec fold_right_global_range f i e init =
697 let rec iter_function_range f i e =
708 let rec fold_left_function_range f init i e =
717 let rec rev_iter_function_rang
[all...]
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c91 PEXCEPTION_RECORD rec = exp->ExceptionRecord; local
94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) {
97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) {
/external/skia/src/effects/
H A DSk1DPathEffect.cpp73 SkStrokeRec* rec, const SkRect* cullRect) const {
75 rec->setFillStyle();
76 return this->INHERITED::filterPath(dst, src, rec, cullRect);
72 filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, const SkRect* cullRect) const argument
H A DSk2DPathEffect.cpp88 SkStrokeRec* rec, const SkRect* cullRect) const {
89 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
90 rec->setStrokeStyle(fWidth);
87 filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, const SkRect* cullRect) const argument
/external/skia/src/ports/
H A DSkFontHost_win.cpp58 static bool isLCD(const SkScalerContext::Rec& rec) { argument
59 return SkMask::kLCD16_Format == rec.fMaskFormat;
67 static bool isAxisAligned(const SkScalerContext::Rec& rec) { argument
68 return 0 == rec.fPreSkewX &&
69 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
70 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
73 static bool needToRenderWithSkia(const SkScalerContext::Rec& rec) { argument
80 if (SkMask::kA8_Format == rec
584 compute_quality(const SkScalerContext::Rec& rec) argument
[all...]
/external/skia/src/core/
H A DSkPicture.cpp401 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/);
402 rec.beginRecording();
403 SkRecordDraw(src, &rec, drawablePicts, NULL, drawableCount, NULL/*bbh*/, NULL/*callback*/);
404 rec.endRecording();
405 return SkNEW_ARGS(SkPictureData, (rec, info, false/*deep copy ops?*/));
H A DSkPictureData.cpp142 void SkPictureData::WriteFactories(SkWStream* stream, const SkFactorySet& rec) { argument
143 int count = rec.count();
147 rec.copyToArray(array);
170 void SkPictureData::WriteTypefaces(SkWStream* stream, const SkRefCntSet& rec) { argument
171 int count = rec.count();
177 rec.copyToArray((SkRefCnt**)array);
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py253 rec = i.split()
254 if len(rec) == 0:
257 if len(rec) > 2:
258 ftype = trans_file_type_str[rec[1]]
262 local_files.append((rec[0], ftype))
284 rec = i.split()
286 if len(rec) > 2:
287 ftype = trans_file_type_str[rec[1]]
291 t = rec[-1].split(":")[2]
293 fcdict[t]["regex"].append(rec[
[all...]
H A Dgui.py1078 rec = i.split()
1079 if len(rec) == 0:
1081 if rec[1] == "-D":
1083 if rec[0] not in self.cust_dict:
1084 self.cust_dict[rec[0]] = {}
1085 if rec[0] == "boolean":
1086 self.cust_dict["boolean"][rec[-1]] = { "active": rec[2] == "-1" }
1087 if rec[0] == "login":
1088 self.cust_dict["login"][rec[
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c696 enum IMV_Action_Recommendation rec; local
709 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
714 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
716 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
717 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
719 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
720 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
723 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
724 tncs->recommendation = rec;
728 switch (rec) {
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c696 enum IMV_Action_Recommendation rec; local
709 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
714 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
716 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
717 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
719 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
720 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
723 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
724 tncs->recommendation = rec;
728 switch (rec) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c696 enum IMV_Action_Recommendation rec; local
709 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION;
714 rec = TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS;
716 rec != TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
717 rec = TNC_IMV_ACTION_RECOMMENDATION_ISOLATE;
719 rec == TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION)
720 rec = TNC_IMV_ACTION_RECOMMENDATION_ALLOW;
723 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec);
724 tncs->recommendation = rec;
728 switch (rec) {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java2955 char rec[] = null;
3006 rec = new char[sb.length()];
3009 sb.getChars(0, srcEnd, rec, 0);
3011 return rec;
3018 rec = new char[cmant.length + 1];
3019 rec[0] = '-';
3020 java.lang.System.arraycopy((java.lang.Object) cmant, 0, (java.lang.Object) rec, 1, cmant.length);
3021 return rec;
3034 rec = new char[len];
3036 rec[
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c386 MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterface_Any, mDNSNULL);
387 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
390 m->rec.r.resrec.RecordType = 0; // Clear RecordType to show we're not still using it
3589 LogMsg("No cache space: Delivering non-cached result for %##s", m->rec.r.resrec.name->c);
3829 MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterface_Any, q->qDNSServer);
3831 AnswerCurrentQuestionWithResourceRecord(m, &m->rec.r, QC_addnocache);
3834 m->rec.r.resrec.RecordType = 0; // Clear RecordType to show we're not still using it
5605 ptr = GetLargeResourceRecord(m, query, ptr, end, q->InterfaceID, kDNSRecordTypePacketAuth, &m->rec);
5607 if (m->rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && ResourceRecordAnswersQuestion(&m->rec
[all...]

Completed in 819 milliseconds

1234567891011>>