HomeSort by relevance Sort by last modified time
    Searched defs:_type (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java 25 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 42 private short _type; field in struct:Antlr.Runtime.SlimToken
50 _type = (short)type;
70 return _type;
74 _type = (short)value;
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 28 private final String _type; field in class:ServiceEventImpl
52 this._type = type;
72 return _type;
DNSEntry.java 28 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 : "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 52 _type = type variable
141 typ = _type(object)
251 typ = _type(object)
336 % (_type(object).__name__, _id(object)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 52 _type = type variable
141 typ = _type(object)
251 typ = _type(object)
336 % (_type(object).__name__, _id(object)))
  /external/chromium_org/third_party/skia/bench/
RectBench.cpp 190 RectBench(2), fMode(mode), _type(type) {
210 if (_type == KMaskShader) {
222 switch (_type) {
249 kMaskType _type; member in class:BlitMaskBench
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 63 webrtc::VideoType GetType() const { return _type; }
90 webrtc::VideoType _type; member in class:VideoSource
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.h 65 webrtc::VideoType GetType() const { return _type; }
78 webrtc::VideoType _type; member in class:VideoSource
  /external/skia/bench/
RectBench.cpp 244 RectBench(2), fMode(mode), _type(type) {
264 if (_type == KMaskShader) {
276 switch (_type) {
303 kMaskType _type; member in class:BlitMaskBench
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 50 int _type = T__21; local
59 state.type = _type;
70 int _type = T__22; local
79 state.type = _type;
90 int _type = T__23; local
99 state.type = _type;
110 int _type = T__24; local
119 state.type = _type;
130 int _type = T__25; local
139 state.type = _type;
150 int _type = T__26; local
170 int _type = FOR; local
191 int _type = INT_TYPE; local
212 int _type = CHAR; local
233 int _type = VOID; local
254 int _type = ID; local
315 int _type = INT; local
373 int _type = EQ; local
393 int _type = EQEQ; local
414 int _type = LT; local
434 int _type = PLUS; local
454 int _type = WS; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 50 int _type = T__21; local
59 state.type = _type;
70 int _type = T__22; local
79 state.type = _type;
90 int _type = T__23; local
99 state.type = _type;
110 int _type = T__24; local
119 state.type = _type;
130 int _type = T__25; local
139 state.type = _type;
150 int _type = T__26; local
170 int _type = FOR; local
191 int _type = INT_TYPE; local
212 int _type = CHAR; local
233 int _type = VOID; local
254 int _type = ID; local
315 int _type = INT; local
373 int _type = EQ; local
393 int _type = EQEQ; local
414 int _type = LT; local
434 int _type = PLUS; local
454 int _type = WS; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 197 int _type; local
201 _type = (int) type;
202 os_memcpy(buf, &_type, sizeof(_type));
203 pos = buf + sizeof(_type);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.h 114 enum VCMProtectionMethodEnum Type() const { return _type; }
166 enum VCMProtectionMethodEnum _type; member in class:webrtc::media_optimization::VCMProtectionMethod
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 115 return this._snapshot._edgeTypes[this._type()];
136 _type: function()
574 return this._snapshot._nodeTypes[this._type()];
648 _type: function()
    [all...]
JSHeapSnapshot.js 506 if (this._type() === snapshot._nodeConsStringType) {
613 return this._type() === this._snapshot._nodeHiddenType;
621 return this._type() === this._snapshot._nodeArrayType;
629 return this._type() === this._snapshot._nodeSyntheticType;
701 return this._type() === this._snapshot._edgeElementType;
709 return this._type() === this._snapshot._edgeHiddenType;
717 return this._type() === this._snapshot._edgeWeakType;
725 return this._type() === this._snapshot._edgeInternalType;
733 return this._type() === this._snapshot._edgeInvisibleType;
741 return this._type() === this._snapshot._edgeShortcutType
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 459 protected short _type(int identity) method in class:DTMDefaultBase
670 int type = _type(index);
1073 int type = _type(identity);
1082 type = _type(identity);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 746 def _type(self, item): member in class:TurtleScreenBase
828 attribute _type is one of "polygon", "image", "compound"
829 attribute _data is - depending on _type a poygon-tuple,
833 self._type = type_
864 if self._type != "compound":
866 % self._type)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 746 def _type(self, item): member in class:TurtleScreenBase
828 attribute _type is one of "polygon", "image", "compound"
829 attribute _data is - depending on _type a poygon-tuple,
833 self._type = type_
864 if self._type != "compound":
866 % self._type)
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 166 int _type = LONGLITERAL; local
176 state.type = _type;
187 int _type = INTLITERAL; local
196 state.type = _type;
988 int _type = FLOATLITERAL; local
998 state.type = _type;
1009 int _type = DOUBLELITERAL; local
1036 state.type = _type;
1047 int _type = CHARLITERAL; local
1136 int _type = STRINGLITERAL; local
1400 int _type = WS; local
1431 int _type = COMMENT; local
1506 int _type = LINE_COMMENT; local
1661 int _type = ABSTRACT; local
1682 int _type = ASSERT; local
1703 int _type = BOOLEAN; local
1724 int _type = BREAK; local
1745 int _type = BYTE; local
1766 int _type = CASE; local
1787 int _type = CATCH; local
1808 int _type = CHAR; local
1829 int _type = CLASS; local
1850 int _type = CONST; local
1871 int _type = CONTINUE; local
1892 int _type = DEFAULT; local
1913 int _type = DO; local
1934 int _type = DOUBLE; local
1955 int _type = ELSE; local
1976 int _type = ENUM; local
1997 int _type = EXTENDS; local
2018 int _type = FINAL; local
2039 int _type = FINALLY; local
2060 int _type = FLOAT; local
2081 int _type = FOR; local
2102 int _type = GOTO; local
2123 int _type = IF; local
2144 int _type = IMPLEMENTS; local
2165 int _type = IMPORT; local
2186 int _type = INSTANCEOF; local
2207 int _type = INT; local
2228 int _type = INTERFACE; local
2249 int _type = LONG; local
2270 int _type = NATIVE; local
2291 int _type = NEW; local
2312 int _type = PACKAGE; local
2333 int _type = PRIVATE; local
2354 int _type = PROTECTED; local
2375 int _type = PUBLIC; local
2396 int _type = RETURN; local
2417 int _type = SHORT; local
2438 int _type = STATIC; local
2459 int _type = STRICTFP; local
2480 int _type = SUPER; local
2501 int _type = SWITCH; local
2522 int _type = SYNCHRONIZED; local
2543 int _type = THIS; local
2564 int _type = THROW; local
2585 int _type = THROWS; local
2606 int _type = TRANSIENT; local
2627 int _type = TRY; local
2648 int _type = VOID; local
2669 int _type = VOLATILE; local
2690 int _type = WHILE; local
2711 int _type = TRUE; local
2732 int _type = FALSE; local
2753 int _type = NULL; local
2774 int _type = LPAREN; local
2794 int _type = RPAREN; local
2814 int _type = LBRACE; local
2834 int _type = RBRACE; local
2854 int _type = LBRACKET; local
2874 int _type = RBRACKET; local
2894 int _type = SEMI; local
2914 int _type = COMMA; local
2934 int _type = DOT; local
2954 int _type = ELLIPSIS; local
2975 int _type = EQ; local
2995 int _type = BANG; local
3015 int _type = TILDE; local
3035 int _type = QUES; local
3055 int _type = COLON; local
3075 int _type = EQEQ; local
3096 int _type = AMPAMP; local
3117 int _type = BARBAR; local
3138 int _type = PLUSPLUS; local
3159 int _type = SUBSUB; local
3180 int _type = PLUS; local
3200 int _type = SUB; local
3220 int _type = STAR; local
3240 int _type = SLASH; local
3260 int _type = AMP; local
3280 int _type = BAR; local
3300 int _type = CARET; local
3320 int _type = PERCENT; local
3340 int _type = PLUSEQ; local
3361 int _type = SUBEQ; local
3382 int _type = STAREQ; local
3403 int _type = SLASHEQ; local
3424 int _type = AMPEQ; local
3445 int _type = BAREQ; local
3466 int _type = CARETEQ; local
3487 int _type = PERCENTEQ; local
3508 int _type = MONKEYS_AT; local
3528 int _type = BANGEQ; local
3549 int _type = GT; local
3569 int _type = LT; local
3589 int _type = IDENTIFIER; local
    [all...]

Completed in 813 milliseconds

1 2 3