/external/chromium_org/third_party/libxml/src/ |
D | gentest.py | 402 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/ |
D | push.h | 56 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/ |
D | push.h | 123 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/ |
D | Zone.java | 115 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()
|
D | ZoneTransferIn.java | 67 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/ |
D | idl_c_proto.py | 403 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 …]
|
D | idl_thunk.py | 251 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/ |
D | Javac.java | 162 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/ |
D | CtBehavior.java | 777 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/ |
D | uhid.h | 69 __u8 rtype; member 83 __u8 rtype; member
|
/external/ppp/pppd/ |
D | eap.c | 2150 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/ |
D | bta_hh_co.c | 103 ,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/ |
D | mlnbayes.cpp | 294 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/ |
D | port_unittest.cc | 382 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/ |
D | relocate.c | 324 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/ |
D | memory_details.h | 38 RendererProcessType rtype);
|
D | memory_details.cc | 79 RendererProcessType rtype) { in GetFullTypeNameInEnglish() argument 81 return GetRendererTypeNameInEnglish(rtype); in GetFullTypeNameInEnglish()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 145 enum wpa_ctrl_req_type rtype, 267 enum wpa_ctrl_req_type rtype, const char *default_txt) in wpas_dbus_signal_network_request() argument
|
D | dbus_new.c | 484 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/ |
D | SkDraw.cpp | 756 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/ |
D | SkDraw.cpp | 755 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/ |
D | notify.c | 148 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()
|
D | notify.h | 36 enum wpa_ctrl_req_type rtype,
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 219 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/ |
D | strip.c | 1685 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()
|