Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/
Dgentest.py402 def is_known_param_type(name, rtype): argument
412 if rtype[0:6] == 'const ':
413 crtype = rtype[6:]
415 crtype = rtype
428 """ % (name, crtype, name, name, rtype))
686 rtype = arg.xpathEval("string(@type)")
687 if rtype == 'void':
691 type = type_convert(rtype, nam, info, module, name, n)
692 if is_known_param_type(type, rtype) == 0:
696 rtype[0:6] == 'const ':
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpush.h56 template <class Arc, ReweightType rtype>
61 Push(ofst, rtype); in Push()
63 const StringType stype = rtype == REWEIGHT_TO_INITIAL in Push()
70 ShortestDistance(gfst, &gdistance, rtype == REWEIGHT_TO_INITIAL); in Push()
76 ShortestDistance(guwfst, &gdistance, rtype == REWEIGHT_TO_INITIAL); in Push()
78 Reweight(&gfst, gdistance, rtype); in Push()
/external/openfst/src/include/fst/
Dpush.h123 template <class Arc, ReweightType rtype>
131 Push(ofst, rtype, delta, ptype & kPushRemoveTotalWeight);
133 const StringType stype = rtype == REWEIGHT_TO_INITIAL
140 ShortestDistance(gfst, &gdistance, rtype == REWEIGHT_TO_INITIAL, delta);
146 ShortestDistance(guwfst, &gdistance, rtype == REWEIGHT_TO_INITIAL, delta);
152 gfst, gdistance, rtype == REWEIGHT_TO_INITIAL);
159 Reweight(&gfst, gdistance, rtype);
161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);
/external/smack/src/org/xbill/DNS/
DZone.java115 int rtype = record.getType(); in maybeAddRecord() local
118 if (rtype == Type.SOA && !name.equals(origin)) { in maybeAddRecord()
281 int rtype = rrset.getType(); in addRRset() local
286 if (set.getType() == rtype) { in addRRset()
294 if (set.getType() == rtype) in addRRset()
471 int rtype = r.getRRsetType(); in addRecord() local
473 RRset rrset = findRRset(name, rtype); in addRecord()
491 int rtype = r.getRRsetType(); in removeRecord() local
493 RRset rrset = findRRset(name, rtype); in removeRecord()
497 removeRRset(name, rtype); in removeRecord()
DZoneTransferIn.java67 private int rtype; field in ZoneTransferIn
433 rtype = Type.IXFR; in parseRR()
438 rtype = Type.AXFR; in parseRR()
633 return (rtype == Type.AXFR); in isAXFR()
654 return (rtype == Type.IXFR); in isIXFR()
/external/chromium_org/ppapi/generators/
Didl_c_proto.py403 rtype = self.GetTypeByMode(node, release, mode)
408 rtype += '*'
418 if '%' in rtype:
419 rtype = rtype % rname
434 (rtype, name, arrayspec, callspec))
435 return (rtype, name, arrayspec, callspec)
438 def Compose(self, rtype, name, arrayspec, callspec, prefix, func_as_ptr, argument
440 self.LogEnter('Compose: %s %s' % (rtype, name))
453 out = '%s %s' % (rtype, name)
464 out = '%s %s(%s)' % (rtype, name, ', '.join(params))
[all …]
Didl_thunk.py251 def _MakeNormalMemberBody(filenode, release, node, member, rtype, args, argument
315 elif rtype == 'void':
325 failure_value = _GetDefaultFailureValue(rtype)
329 'in the IDL file.' % rtype)
362 rtype, name, arrays, args = cgen.GetComponents(member, release, 'return')
377 body += _MakeNormalMemberBody(filenode, release, node, member, rtype, args,
539 rtype, name, arrays, args = cgen.GetComponents(
/external/javassist/src/main/javassist/compiler/
DJavac.java162 CtClass rtype = gen.resolver.lookupClass(r); in compileMethod() local
163 recordReturnType(rtype, false); in compileMethod()
164 CtMethod method = new CtMethod(rtype, r.getVariable().get(), in compileMethod()
197 CtClass rtype; in compileBody() local
200 rtype = ((CtMethod)method).getReturnType(); in compileBody()
203 rtype = CtClass.voidType; in compileBody()
205 recordReturnType(rtype, false); in compileBody()
206 boolean isVoid = rtype == CtClass.voidType; in compileBody()
209 makeDefaultBody(bytecode, rtype); in compileBody()
/external/javassist/src/main/javassist/
DCtBehavior.java777 CtClass rtype = getReturnType0(); in insertAfter() local
778 int varNo = jv.recordReturnType(rtype, true); in insertAfter()
782 int handlerLen = insertAfterHandler(asFinally, b, rtype, varNo, in insertAfter()
785 insertAfterAdvice(b, jv, src, pool, rtype, varNo); in insertAfter()
827 ConstPool cp, CtClass rtype, int varNo) in insertAfterAdvice() argument
830 if (rtype == CtClass.voidType) { in insertAfterAdvice()
839 code.addStore(varNo, rtype); in insertAfterAdvice()
841 code.addLoad(varNo, rtype); in insertAfterAdvice()
842 if (rtype.isPrimitive()) in insertAfterAdvice()
843 code.addOpcode(((CtPrimitiveType)rtype).getReturnOp()); in insertAfterAdvice()
[all …]
/external/kernel-headers/original/uapi/linux/
Duhid.h69 __u8 rtype; member
83 __u8 rtype; member
/external/ppp/pppd/
Deap.c2150 int code, id, len, rtype, vallen; local
2175 GETCHAR(rtype, inp);
2177 if (rtype >= 1 &&
2178 rtype <= sizeof (eap_typenames) / sizeof (char *))
2179 printer(arg, " %s", eap_typenames[rtype-1]);
2181 printer(arg, " type=0x%x", rtype);
2182 switch (rtype) {
2310 GETCHAR(rtype, inp);
2312 if (rtype >= 1 &&
2313 rtype <= sizeof (eap_typenames) / sizeof (char *))
[all …]
/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c103 ,ev.u.output.rtype, ev.u.output.size); in uhid_event()
105 if(ev.u.output.rtype == UHID_FEATURE_REPORT) in uhid_event()
107 else if(ev.u.output.rtype == UHID_OUTPUT_REPORT) in uhid_event()
/external/opencv/ml/src/
Dmlnbayes.cpp294 int rtype = 0, rstep = 0, size; in predict() local
317 rtype = CV_MAT_TYPE(results->type); in predict()
318 rstep = CV_IS_MAT_CONT(results->type) ? 1 : results->step/CV_ELEM_SIZE(rtype); in predict()
370 if( rtype == CV_32SC1 ) in predict()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dport_unittest.cc382 void TestLocalToRelay(RelayType rtype, ProtocolType proto) { in TestLocalToRelay() argument
384 Port* port2 = CreateRelayPort(kLocalAddr2, rtype, proto, PROTO_UDP); in TestLocalToRelay()
385 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, in TestLocalToRelay()
386 rtype == RELAY_GTURN, true, true, true); in TestLocalToRelay()
405 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) { in TestStunToRelay() argument
408 Port* port2 = CreateRelayPort(kLocalAddr2, rtype, proto, PROTO_UDP); in TestStunToRelay()
409 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, in TestStunToRelay()
410 rtype == RELAY_GTURN, ntype != NAT_SYMMETRIC, true, true); in TestStunToRelay()
417 void TestTcpToRelay(RelayType rtype, ProtocolType proto) { in TestTcpToRelay() argument
419 Port* port2 = CreateRelayPort(kLocalAddr2, rtype, proto, PROTO_TCP); in TestTcpToRelay()
[all …]
/external/elfutils/0.153/libdwfl/
Drelocate.c324 int rtype, int symndx) in relocate_section()
329 if (unlikely (rtype == 0)) in relocate_section()
337 Elf_Type type = ebl_reloc_simple_type (mod->ebl, rtype); in relocate_section()
/external/chromium_org/chrome/browser/
Dmemory_details.h38 RendererProcessType rtype);
Dmemory_details.cc79 RendererProcessType rtype) { in GetFullTypeNameInEnglish() argument
81 return GetRendererTypeNameInEnglish(rtype); in GetFullTypeNameInEnglish()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.h145 enum wpa_ctrl_req_type rtype,
267 enum wpa_ctrl_req_type rtype, const char *default_txt) in wpas_dbus_signal_network_request() argument
Ddbus_new.c484 enum wpa_ctrl_req_type rtype, in wpas_dbus_signal_network_request() argument
499 field = wpa_supplicant_ctrl_req_to_string(rtype, default_txt, &txt); in wpas_dbus_signal_network_request()
/external/chromium_org/third_party/skia/src/core/
DSkDraw.cpp756 RectType rtype; in ComputeRectType() local
768 rtype = kPath_RectType; in ComputeRectType()
770 rtype = kFill_RectType; in ComputeRectType()
772 rtype = kHair_RectType; in ComputeRectType()
774 rtype = kStroke_RectType; in ComputeRectType()
776 rtype = kPath_RectType; in ComputeRectType()
778 return rtype; in ComputeRectType()
798 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect() local
800 if (kPath_RectType == rtype) { in drawRect()
846 switch (rtype) { in drawRect()
/external/skia/src/core/
DSkDraw.cpp755 RectType rtype; in ComputeRectType() local
767 rtype = kPath_RectType; in ComputeRectType()
769 rtype = kFill_RectType; in ComputeRectType()
771 rtype = kHair_RectType; in ComputeRectType()
773 rtype = kStroke_RectType; in ComputeRectType()
775 rtype = kPath_RectType; in ComputeRectType()
777 return rtype; in ComputeRectType()
797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect() local
799 if (kPath_RectType == rtype) { in drawRect()
840 switch (rtype) { in drawRect()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c148 enum wpa_ctrl_req_type rtype, in wpas_notify_network_request() argument
151 wpas_dbus_signal_network_request(wpa_s, ssid, rtype, default_txt); in wpas_notify_network_request()
Dnotify.h36 enum wpa_ctrl_req_type rtype,
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp219 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke() local
221 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, &args[0]) == FFI_OK) { in ffiInvoke()
/external/elfutils/0.153/src/
Dstrip.c1685 bool is_rela, int rtype, int symndx) in handle_elf()
1688 if (rtype == 0) in handle_elf()
1692 Elf_Type type = ebl_reloc_simple_type (ebl, rtype); in handle_elf()

12