Searched defs:_type (Results 1 - 17 of 17) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceResolver.java25 private final String _type; field in class:ServiceResolver
29 this._type = type;
64 newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_type, DNSRecordType.TYPE_PTR, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
65 // newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_type, DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
/external/jmdns/src/javax/jmdns/impl/
H A DServiceEventImpl.java28 private final String _type; field in class:ServiceEventImpl
52 this._type = type;
72 return _type;
H A DDNSEntry.java28 private final String _type; field in class:DNSEntry
52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + ".";
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase();
113 return (_type != null ? _type : "");
H A DJmDNSImpl.java116 private final String _type; field in class:JmDNSImpl.ServiceTypeEntry
202 this._type = type;
212 return _type;
2017 private final String _type; field in class:JmDNSImpl.ServiceCollector
2028 _type = type;
2119 aLog.append(_type);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs42 private short _type; field in struct:Antlr.Runtime.SlimToken
50 _type = (short)type;
70 return _type;
74 _type = (short)value;
/external/skia/bench/
H A DRectBench.cpp148 RectBench(param, 2), fMode(mode), _type(type) {
168 if (_type == KMaskShader) {
180 switch (_type) {
206 kMaskType _type; member in class:BlitMaskBench
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dndis_events.c203 int _type; local
207 _type = (int) type;
208 os_memcpy(buf, &_type, sizeof(_type));
209 pos = buf + sizeof(_type);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c197 int _type; local
201 _type = (int) type;
202 os_memcpy(buf, &_type, sizeof(_type));
203 pos = buf + sizeof(_type);
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c197 int _type; local
201 _type = (int) type;
202 os_memcpy(buf, &_type, sizeof(_type));
203 pos = buf + sizeof(_type);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c197 int _type; local
201 _type = (int) type;
202 os_memcpy(buf, &_type, sizeof(_type));
203 pos = buf + sizeof(_type);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java459 protected short _type(int identity) method in class:DTMDefaultBase
670 int type = _type(index);
1073 int type = _type(identity);
1082 type = _type(identity);
1114 type = _type(identity);
1162 //_type(node) != nodeType));
1213 if (_type(nodeID) == DTM.ATTRIBUTE_NODE) {
1233 int type = _type(identity);
1464 if (_type(identity) == DTM.ELEMENT_NODE)
1484 if (_type(identit
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp126 Transition(int64_t _time, int32_t _type) { argument
128 type = _type;
/external/opencv/cxcore/src/
H A Dcxarray.cpp789 icvGetNodePtr( CvSparseMat* mat, const int* idx, int* _type, argument
879 if( _type )
880 *_type = CV_MAT_TYPE(mat->type);
1896 cvPtr1D( const CvArr* arr, int idx, int* _type )
1911 if( _type )
1912 *_type = type;
1940 ptr = cvPtr2D( arr, y, x, _type );
1948 if( _type )
1949 *_type = type;
1981 ptr = icvGetNodePtr( (CvSparseMat*)arr, &idx, _type,
2153 cvPtrND( const CvArr* arr, const int* idx, int* _type, int create_node, unsigned* precalc_hashval ) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 255 milliseconds