/external/ppp/pppd/ |
D | ipv6cp.c | 336 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local 360 eui64_copy(addr.s6_addr32[2], wo->ourid); 361 wo->opt_local = 1; 376 eui64_copy(addr.s6_addr32[2], wo->hisid); 377 wo->opt_remote = 1; 395 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local 397 if (wo->opt_local) 398 printer(arg, "%s", llv6_ntoa(wo->ourid)); 400 if (wo->opt_remote) 401 printer(arg, "%s", llv6_ntoa(wo->hisid)); [all …]
|
D | ipcp.c | 424 ipcp_options *wo = &ipcp_wantoptions[0]; local 452 wo->ouraddr = local; 475 wo->hisaddr = remote; 488 ipcp_options *wo = &ipcp_wantoptions[0]; local 490 if (wo->ouraddr != 0) 491 printer(arg, "%I", wo->ouraddr); 493 if (wo->hisaddr != 0) 494 printer(arg, "%I", wo->hisaddr); 570 ipcp_options *wo = &ipcp_wantoptions[unit]; local 586 memset(wo, 0, sizeof(*wo)); [all …]
|
D | ipxcp.c | 73 #define wo (&ipxcp_wantoptions[0]) macro 390 memset (wo->name, 0, sizeof (wo->name)); 391 memset (wo->our_node, 0, sizeof (wo->our_node)); 392 memset (wo->his_node, 0, sizeof (wo->his_node)); 394 wo->neg_nn = 1; 395 wo->neg_complete = 1; 396 wo->network = 0; 408 wo->tried_rip = 0; 409 wo->tried_nlsp = 0; 544 wo->req_node = wo->neg_node && ao->neg_node; [all …]
|
D | auth.c | 730 lcp_options *wo = &lcp_wantoptions[unit]; local 759 } else if (!wo->neg_upap || uselogin || !null_login(unit)) { 1223 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options() local 1245 if (wo->chap_mdtype) in auth_check_options() 1246 wo->neg_chap = 1; in auth_check_options() 1251 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options() 1252 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE; in auth_check_options() 1253 wo->chap_mdtype = chap_mdtype_all; in auth_check_options() 1254 wo->neg_upap = 1; in auth_check_options() 1255 wo->neg_eap = 1; in auth_check_options() [all …]
|
D | lcp.c | 340 lcp_options *wo = &lcp_wantoptions[unit]; local 349 BZERO(wo, sizeof(*wo)); 350 wo->neg_mru = 1; 351 wo->mru = DEFMRU; 352 wo->neg_asyncmap = 1; 353 wo->neg_magicnumber = 1; 354 wo->neg_pcompression = 1; 355 wo->neg_accompression = 1; 380 lcp_options *wo = &lcp_wantoptions[unit]; local 383 if (wo->passive) [all …]
|
/external/icu/icu4c/source/data/lang/ |
D | ee.txt | 66 gsw{"swizerlanɖtɔwo ƒe germaniagbe"} 107 mul{"gbegbɔgblɔ sɔgbɔwo"} 175 wo{"wolofgbe"} 233 chinese{"chinatɔwo ƒe kalenda"} 235 ethiopic{"ethiopiatɔwo ƒe kalenda"} 236 ethiopic-amete-alem{"ethiopia amate alemtɔwo ƒe kalenda"} 238 hebrew{"hebritɔwo ƒe kalenda"} 242 japanese{"japantɔwo ƒe kalenda"} 243 persian{"persiatɔwo ƒe kalenda"} 244 roc{"china repɔbliktɔwo ƒe kalenda tso 1912"} [all …]
|
/external/angle/third_party/glslang/src/Test/ |
D | 310.comp | 189 } wo; 194 g = wo.values[2]; // ERROR, writeonly 195 float f = wo.values[2]; // ERROR, writeonly 196 ++wo.values[2]; // ERROR, writeonly 197 wo.values[2]--; // ERROR, writeonly 198 f + wo.values[2]; // ERROR, writeonly 199 wo.values[2] - f; // ERROR, writeonly 201 b ? f : wo.values[2]; // ERROR, writeonly 202 b ? wo.values[2] : f; // ERROR, writeonly 203 if (f == wo.values[2]) // ERROR, writeonly [all …]
|
/external/deqp-deps/glslang/Test/ |
D | 310.comp | 189 } wo; 194 g = wo.values[2]; // ERROR, writeonly 195 float f = wo.values[2]; // ERROR, writeonly 196 ++wo.values[2]; // ERROR, writeonly 197 wo.values[2]--; // ERROR, writeonly 198 f + wo.values[2]; // ERROR, writeonly 199 wo.values[2] - f; // ERROR, writeonly 201 b ? f : wo.values[2]; // ERROR, writeonly 202 b ? wo.values[2] : f; // ERROR, writeonly 203 if (f == wo.values[2]) // ERROR, writeonly [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | mgh.txt | 167 "Mweri wo kwanza", 168 "Mweri wo unayeli", 169 "Mweri wo uneraru", 170 "Mweri wo unecheshe", 171 "Mweri wo unethanu", 172 "Mweri wo thanu na mocha", 173 "Mweri wo saba", 174 "Mweri wo nane", 175 "Mweri wo tisa", 176 "Mweri wo kumi", [all …]
|
D | ee.txt | 836 other{"le ŋkeke {0} wo me"} 840 other{"ŋkeke {0} si wo va yi"} 862 other{"le gaƒoƒo {0} wo me"} 866 other{"gaƒoƒo {0} si wo va yi"} 875 other{"le aɖabaƒoƒo {0} wo me"} 879 other{"aɖabaƒoƒo {0} si wo va yi"} 900 other{"le ɣleti {0} wo me"} 904 other{"ɣleti {0} si wo va yi"} 968 other{"le sekend {0} wo me"} 972 other{"sekend {0} si wo va yi"} [all …]
|
/external/python/cpython2/Modules/ |
D | _curses_panel.c | 54 PyCursesWindowObject *wo; /* for reference counts */ member 174 PyCursesPanel_New(PANEL *pan, PyCursesWindowObject *wo) in Panel_NoArgNoReturnFunction() 182 po->wo = NULL; in Panel_NoArgNoReturnFunction() 186 po->wo = wo; in Panel_NoArgNoReturnFunction() 187 Py_INCREF(wo); in Panel_NoArgNoReturnFunction() 200 if (po->wo != NULL) { in PyCursesPanel_Dealloc() 201 Py_DECREF(po->wo); in PyCursesPanel_Dealloc() 260 Py_INCREF(self->wo); in PyCursesPanel_window() 261 return (PyObject *)self->wo; in PyCursesPanel_window() 292 Py_SETREF(po->wo, temp); in PyCursesPanel_replace_panel()
|
/external/python/cpython3/Modules/ |
D | _curses_panel.c | 82 PyCursesWindowObject *wo; /* for reference counts */ member 232 PyCursesPanel_New(PANEL *pan, PyCursesWindowObject *wo) in PyCursesPanel_New() argument 241 po->wo = NULL; in PyCursesPanel_New() 245 po->wo = wo; in PyCursesPanel_New() 246 Py_INCREF(wo); in PyCursesPanel_New() 262 if (po->wo != NULL) { in PyCursesPanel_Dealloc() 263 Py_DECREF(po->wo); in PyCursesPanel_Dealloc() 375 Py_INCREF(self->wo); in _curses_panel_panel_window_impl() 376 return (PyObject *)self->wo; in _curses_panel_panel_window_impl() 409 Py_SETREF(po->wo, win); in _curses_panel_panel_replace_impl()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 310.comp.out | 68 ERROR: 0:194: 'assign' : can't read from writeonly object: wo 69 ERROR: 0:195: 'initializer' : can't read from writeonly object: wo 70 ERROR: 0:196: '++' : can't read from writeonly object: wo 71 ERROR: 0:197: '--' : can't read from writeonly object: wo 72 ERROR: 0:198: '+' : can't read from writeonly object: wo 73 ERROR: 0:199: '-' : can't read from writeonly object: wo 74 ERROR: 0:201: ':' : can't read from writeonly object: wo 75 ERROR: 0:202: ':' : can't read from writeonly object: wo 76 ERROR: 0:203: '==' : can't read from writeonly object: wo 77 ERROR: 0:205: '>=' : can't read from writeonly object: wo [all …]
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | 310.comp.out | 68 ERROR: 0:194: 'assign' : can't read from writeonly object: wo 69 ERROR: 0:195: 'initializer' : can't read from writeonly object: wo 70 ERROR: 0:196: '++' : can't read from writeonly object: wo 71 ERROR: 0:197: '--' : can't read from writeonly object: wo 72 ERROR: 0:198: '+' : can't read from writeonly object: wo 73 ERROR: 0:199: '-' : can't read from writeonly object: wo 74 ERROR: 0:201: ':' : can't read from writeonly object: wo 75 ERROR: 0:202: ':' : can't read from writeonly object: wo 76 ERROR: 0:203: '==' : can't read from writeonly object: wo 77 ERROR: 0:205: '>=' : can't read from writeonly object: wo [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | LockFreeTaskQueue.kt | 248 next._state.value = state wo FROZEN_MASK in allocateNextCopy() 303 infix fun Long.wo(other: Long) = this and other.inv() in isClosed() method 304 fun Long.updateHead(newHead: Int) = (this wo HEAD_MASK) or (newHead.toLong() shl HEAD_SHIFT) in isClosed() 305 fun Long.updateTail(newTail: Int) = (this wo TAIL_MASK) or (newTail.toLong() shl TAIL_SHIFT) in isClosed()
|
/external/pcre/dist2/testdata/ |
D | grepoutputC | 16 Arg1: [wo] [wo]
|
/external/icu/icu4c/source/data/translit/ |
D | es_FONIPA_zh.txt | 104 βwo → 沃 ; 207 ʝwo → 约 ; 273 ʎwo → 略 ; 338 ɲwo → 尼奥 ; 470 ʧwo → 乔 ; 481 wo → 沃 ;
|
/external/icu/icu4c/source/data/unit/ |
D | ee.txt | 28 one{"sekend {0} wo"} 29 other{"sekend {0} wo"}
|
D | wo.txt | 3 wo{
|
/external/cldr/common/testData/transforms/ |
D | am-fonipa-t-am.txt | 5 ሁኔታዎችና hu.ne.ta.wo.t͡ʃɨ.na 107 ምርጫዎች mɨ.rɨ.t͡ʃʼa.wo.t͡ʃɨ 115 ሥራዎች sɨ.ra.wo.t͡ʃɨ 219 በግዴታዎቹ bə.ɡɨ.de.ta.wo.t͡ʃu 293 አስፈላጊዎች ʔə.sɨ.fə.la.ɡi.wo.t͡ʃɨ 329 እንደራሴዎች ʔɨ.nɨ.də.ra.se.wo.t͡ʃɨ 400 ዓላማዎች ʕa.la.ma.wo.t͡ʃɨ 401 ዓላማዎችን ʕa.la.ma.wo.t͡ʃɨ.nɨ 405 ዘዴዎች zə.de.wo.t͡ʃɨ 555 ደረጃዎች də.rə.d͡ʒa.wo.t͡ʃɨ [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 372f8c253a92020f5a06f3a4073a2975.00001e69.honggfuzz.cov | 29 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 52 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 74 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 96 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ…
|
D | ef818e67edbf18ad4287c67b1e23eabd.00001e69.honggfuzz.cov | 29 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 52 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 75 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 98 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ…
|
D | a4e6c11716392b10785ba34d75cdec6f.00001e69.honggfuzz.cov | 29 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 52 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 75 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ… 98 …���ū���/�?�J��ΨqXgv�5��M��P��/���<r�N�GΨ��~�+1�����>t�N:�.�RL��,���wo*����ټ�vHE�"���"�W�Ӥ…
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | client.pem | 9 UTaEITNbfWK9swHJEr20WnKfhS/wo/Xg5sqNNCrFRmnnnwOA4eDlvmYZEzSnJXV6
|
/external/icu/icu4c/source/data/coll/ |
D | wo.txt | 3 wo{
|