/third_party/curl/lib/ |
D | telnet.c | 201 struct TELNET *tn; in init_telnet() local 203 tn = calloc(1, sizeof(struct TELNET)); in init_telnet() 204 if(!tn) in init_telnet() 207 data->req.p.telnet = tn; /* make us known */ in init_telnet() 209 tn->telrcv_state = CURL_TS_DATA; in init_telnet() 212 CURL_SB_CLEAR(tn); in init_telnet() 215 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES; in init_telnet() 216 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES; in init_telnet() 223 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES; in init_telnet() 224 tn->him_preferred[CURL_TELOPT_BINARY] = CURL_YES; in init_telnet() [all …]
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 100 tn = type_node() 101 tn.name = type_name 102 tn.size = type_size 103 tn.integer = integer 104 te.expr.append(tn) 208 def set_base_type_node(self, tn): argument 209 self.expr = [tn] 214 tn = self.expr[0] 216 tn.elements = count 240 tn = self.expr[0] [all …]
|
D | remap_helper.py | 39 tn = p.type_expr.get_base_type_node() 42 elif tn.integer: 44 elif tn.size == 4:
|
D | gl_XML.py | 339 tn = typeexpr.type_node() 340 tn.size = int( element.get( "size" ), 0 ) 341 tn.integer = not is_attr_true( element, "float" ) 342 tn.unsigned = is_attr_true( element, "unsigned" ) 343 tn.pointer = is_attr_true( element, "pointer" ) 344 tn.name = "GL" + self.name 345 te.set_base_type_node( tn )
|
/third_party/parse5/packages/parse5/lib/common/ |
D | foreign-content.ts | 130 ].map((tn) => [tn.toLowerCase(), tn]) 183 const tn = startTagToken.tagID; constant 185 tn === $.FONT && 188 return isFontWithAttrs || EXITS_FOREIGN_CONTENT.has(tn); 233 function isMathMLTextIntegrationPoint(tn: $, ns: NS): boolean { 234 …return ns === NS.MATHML && (tn === $.MI || tn === $.MO || tn === $.MN || tn === $.MS || tn === $.M… 237 function isHtmlIntegrationPoint(tn: $, ns: NS, attrs: Attribute[]): boolean { 238 if (ns === NS.MATHML && tn === $.ANNOTATION_XML) { 248 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE); 251 export function isIntegrationPoint(tn: $, ns: NS, attrs: Attribute[], foreignNS?: NS): boolean { [all …]
|
D | html.ts | 627 export function isNumberedHeader(tn: TAG_ID): boolean { 628 return tn === $.H1 || tn === $.H2 || tn === $.H3 || tn === $.H4 || tn === $.H5 || tn === $.H6; 641 export function hasUnescapedText(tn: string, scriptingEnabled: boolean): boolean { 642 return UNESCAPED_TEXT.has(tn) || (scriptingEnabled && tn === TAG_NAMES.NOSCRIPT);
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | open-element-stack.ts | 249 const tn = this.tagIDs[i]; constant 252 if (tn === tagName && ns === NS.HTML) { 256 if (SCOPING_ELEMENT_NS.get(tn) === ns) { 266 const tn = this.tagIDs[i]; constant 269 if (isNumberedHeader(tn) && ns === NS.HTML) { 273 if (SCOPING_ELEMENT_NS.get(tn) === ns) { 283 const tn = this.tagIDs[i]; constant 286 if (tn === tagName && ns === NS.HTML) { 290 … if (((tn === $.UL || tn === $.OL) && ns === NS.HTML) || SCOPING_ELEMENT_NS.get(tn) === ns) { 300 const tn = this.tagIDs[i]; constant [all …]
|
D | index.ts | 489 const tn = this.treeAdapter.getTagName(element); constant 494 closingToken.type === TokenType.END_TAG && tn === closingToken.tagName 680 const tn = this.openElements.tagIDs[i]; constant 682 if (tn === $.TEMPLATE) { 684 } else if (tn === $.TABLE) { 695 _isElementCausesFosterParenting(tn: $): boolean { 696 return TABLE_STRUCTURE_TAGS.has(tn); 1313 const tn = p.treeAdapter.getTagName(commonAncestor); constant 1314 const tid = getTagID(tn); 1455 const tn = token.tagID; constant [all …]
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | parser-feedback-simulator.ts | 98 private _ensureTokenizerMode(tn: html.TAG_ID): void { 99 switch (tn) { 129 let tn = token.tagID; 131 switch (tn) { 150 tn = token.tagID; 152 … if (!token.selfClosing && foreignContent.isIntegrationPoint(tn, currentNs, token.attrs)) { 157 switch (tn) { 173 this._ensureTokenizerMode(tn); 181 let tn = token.tagID; 190 tn = html.getTagID(adjustedTagName); [all …]
|
/third_party/mesa3d/src/util/tests/ |
D | rb_tree_test.cpp | 59 struct rb_test_node *tn = rb_node_data(struct rb_test_node, n, node); in rb_test_node_cmp_void() local 60 return *(int *)v - tn->key; in rb_test_node_cmp_void() 165 struct rb_test_node *tn; in validate_search() local 170 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 171 assert(tn->key == test_numbers[i]); in validate_search() 175 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 176 assert(tn->key == test_numbers[i]); in validate_search() 188 tn = rb_node_data(struct rb_test_node, n, node); in validate_search() 189 assert(tn->key != missing_key); in validate_search() 190 if (tn->key < missing_key) { in validate_search()
|
/third_party/libcoap/examples/ |
D | etsi_coaptest.sh | 54 tn=$1 60 echo -e "running test: $tn" 61 if [ $(type -t $tn) ] ; then 62 $tn $tn
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
D | telnet-buffer.py | 34 tn = telnetlib.Telnet(host, port, 1000000) variable 37 bytes = tn.read_some() 41 tn.close()
|
/third_party/python/Tools/scripts/ |
D | get-remote-certificate.py | 31 tn = tempfile.mktemp() 32 with open(tn, "wb") as fp: 37 (tn, tn2)) 46 os.unlink(tn)
|
/third_party/musl/libc-test/src/math/gen/ |
D | mp.c | 143 int tn; in mpf1() local 150 tn = fmp(my, mx, r); in mpf1() 152 genf(p, my, tn, r); in mpf1() 158 int tn; in mpf2() local 167 tn = fmp(my, mx, mx2, r); in mpf2() 168 genf(p, my, tn, r); in mpf2() 197 int tn; in mpd1() local 204 tn = fmp(my, mx, r); in mpd1() 206 gend(p, my, tn, r); in mpd1() 212 int tn; in mpd2() local [all …]
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 51 >>> with Telnet('localhost', 23) as tn: 52 ... tn.interact() 244 tn = telnetlib.Telnet(HOST) 246 tn.read_until(b"login: ") 247 tn.write(user.encode('ascii') + b"\n") 249 tn.read_until(b"Password: ") 250 tn.write(password.encode('ascii') + b"\n") 252 tn.write(b"ls\n") 253 tn.write(b"exit\n") 255 print(tn.read_all().decode('ascii'))
|
/third_party/parse5/test/utils/ |
D | serialize-to-dat-file-format.ts | 47 const tn = treeAdapter.getTagName(node); constant 49 str += `<${getElementSerializedNamespaceURI(node, treeAdapter) + tn}>\n`; 66 … if (tn === html.TAG_NAMES.TEMPLATE && treeAdapter.getNamespaceURI(node) === html.NS.HTML) {
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveConditionalTypes.js | 50 function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) { 51 tn = tm; 52 tm = tn; 183 function f22(tn, tm) { argument 184 tn = tm; 185 tm = tn; 235 declare function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>)…
|
D | recursiveConditionalTypes.types | 113 function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) { 114 >f22 : <N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) => void 115 >tn : TupleOf<number, N> 118 tn = tm; 119 >tn = tm : TupleOf<number, M> 120 >tn : TupleOf<number, N> 123 tm = tn; 124 >tm = tn : TupleOf<number, N> 126 >tn : TupleOf<number, N>
|
/third_party/parse5/packages/parse5/lib/serializer/ |
D | index.ts | 159 const tn = options.treeAdapter.getTagName(node); constant 161 return `<${tn}${serializeAttributes(node, options)}>${ 162 isVoidElement(node, options) ? '' : `${serializeChildNodes(node, options)}</${tn}>`
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveConditionalTypes.ts | 53 function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) { 54 tn = tm; 55 tm = tn;
|
/third_party/libabigail/src/ |
D | abg-suppression-priv.h | 220 priv(size_t i, const string& tn) in priv() argument 221 : index_(i), type_name_(tn) in priv() 224 priv(size_t i, const string& tn, const string& tn_regex) in priv() argument 225 : index_(i), type_name_(tn), type_name_regex_str_(tn_regex) in priv()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_global_decl_test.cc | 111 auto* tn = alias->type->As<ast::TypeName>(); in TEST_F() local 112 EXPECT_NE(tn, nullptr); in TEST_F() 113 EXPECT_EQ(tn->name, str->name); in TEST_F()
|
/third_party/icu/tools/multi/proj/provider/glue/ |
D | date_fe.cpp | 44 private: UDateFormat *_this; GLUE_SYM_V( DateFormat, x ) ( UDateFormat* tn ); \ 71 GLUE_SYM (DateFormat ) :: GLUE_SYM(DateFormat) ( UDateFormat* tn) : in GLUE_SYM() 72 _this(tn) in GLUE_SYM()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 189 cleanUpTestTree(TestNode *tn) in cleanUpTestTree() argument 191 if(tn->child != NULL) { in cleanUpTestTree() 192 cleanUpTestTree(tn->child); in cleanUpTestTree() 194 if(tn->sibling != NULL) { in cleanUpTestTree() 195 cleanUpTestTree(tn->sibling); in cleanUpTestTree() 198 free(tn); in cleanUpTestTree()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 191 cleanUpTestTree(TestNode *tn) in cleanUpTestTree() argument 193 if(tn->child != NULL) { in cleanUpTestTree() 194 cleanUpTestTree(tn->child); in cleanUpTestTree() 196 if(tn->sibling != NULL) { in cleanUpTestTree() 197 cleanUpTestTree(tn->sibling); in cleanUpTestTree() 200 free(tn); in cleanUpTestTree()
|