/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.c | 500 const u8 *pos = start, *apos; in eap_sim_parse_attr() local 527 apos = pos + 2; in eap_sim_parse_attr() 530 apos, alen); in eap_sim_parse_attr() 535 apos += 2; in eap_sim_parse_attr() 544 attr->rand = apos; in eap_sim_parse_attr() 554 apos += 2; in eap_sim_parse_attr() 562 attr->autn = apos; in eap_sim_parse_attr() 572 if (apos[i] != 0) { in eap_sim_parse_attr() 578 apos + 2, alen - 2); in eap_sim_parse_attr() 590 attr->nonce_mt = apos + 2; in eap_sim_parse_attr() [all …]
|
/external/clang/test/Analysis/ |
D | plist-output-alternate.m | 90 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 92 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 153 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 155 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 158 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> 234 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 236 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 297 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 299 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 302 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> [all …]
|
D | null-deref-path-notes.m | 118 // CHECK-NEXT: <string>Assuming 'obj' is nil</string> 120 // CHECK-NEXT: <string>Assuming 'obj' is nil</string> 181 // CHECK-NEXT: <string>'x' initialized to a null pointer value</string> 183 // CHECK-NEXT: <string>'x' initialized to a null pointer value</string> 278 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'x')</strin… 280 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'x')</strin… 283 …>description</key><string>Dereference of null pointer (loaded from variable 'x')</string> 325 // CHECK-NEXT: <string>Value assigned to 'self'</string> 327 // CHECK-NEXT: <string>Value assigned to 'self'</string> 422 // CHECK-NEXT: <string>Assuming 'self' is nil</string> [all …]
|
D | objc-arc.m | 264 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 266 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 361 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 363 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 366 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> 442 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 444 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 524 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 526 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 529 … <key>description</key><string>Potential leak of an object stored into 'date'</string> [all …]
|
D | plist-output.m | 227 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 229 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 290 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 292 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 295 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> 371 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 373 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 434 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 436 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 439 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> [all …]
|
D | retain-release-path-notes-gc.m | 140 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 142 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 203 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 205 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 208 …Potential leak (when using garbage collection) of an object stored into 'leaked'</string> 284 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 286 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 434 …/ CHECK-NEXT: <string>In GC mode a call to 'CFMakeCollectable' decrements an object… 436 …/ CHECK-NEXT: <string>In GC mode a call to 'CFMakeCollectable' decrements an object… 509 …/ CHECK-NEXT: <string>In GC mode a call to 'NSMakeCollectable' decrements an object… [all …]
|
D | retain-release.m | 2220 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 2222 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 2622 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 2624 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 3024 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 3026 // CHECK-NEXT: <string>Call to function 'CFDateCreate' returns a Core Foundation obj… 3121 // CHECK-NEXT: <string>Assuming 'x' is 0</string> 3123 // CHECK-NEXT: <string>Assuming 'x' is 0</string> 3218 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3220 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… [all …]
|
D | objc-radar17039661.m | 126 // CHECK: <string>Calling 'performAction'</string> 128 // CHECK: <string>Calling 'performAction'</string> 140 // CHECK: <string>Entered call from 'runTest'</string> 142 // CHECK: <string>Entered call from 'runTest'</string> 237 // CHECK: <string>Calling 'reallyPerformAction'</string> 239 // CHECK: <string>Calling 'reallyPerformAction'</string> 251 // CHECK: <string>Entered call from 'performAction'</string> 253 // CHECK: <string>Entered call from 'performAction'</string> 328 // CHECK: <string>Entered call from 'reallyPerformAction'</string> 330 // CHECK: <string>Entered call from 'reallyPerformAction'</string> [all …]
|
D | edges-new.mm | 623 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 625 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 720 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 722 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 725 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> 801 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 803 // CHECK-NEXT: <string>Null pointer value stored to 'p'</string> 898 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 900 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</strin… 903 …>description</key><string>Dereference of null pointer (loaded from variable 'p')</string> [all …]
|
D | retain-release-path-notes.m | 459 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 461 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 464 … <key>description</key><string>Potential leak of an object stored into 'leaked'</string> 540 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 542 // CHECK-NEXT: <string>Call to function 'CFCreateSomething' returns a Core Foundatio… 603 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 605 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 608 … <key>description</key><string>Potential leak of an object stored into 'leaked'</string> 972 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… 974 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'leaked' is n… [all …]
|
/external/clang/test/Analysis/diagnostics/ |
D | undef-value-param.m | 141 // CHECK-NEXT: <string>Calling 'CreateRef'</string> 143 // CHECK-NEXT: <string>Calling 'CreateRef'</string> 155 // CHECK-NEXT: <string>Entered call from 'test'</string> 157 // CHECK-NEXT: <string>Entered call from 'test'</string> 286 // CHECK-NEXT: <string>Assuming 'err' is not equal to 0</string> 288 // CHECK-NEXT: <string>Assuming 'err' is not equal to 0</string> 383 // CHECK-NEXT: <string>nil object reference stored to 'ref'</string> 385 // CHECK-NEXT: <string>nil object reference stored to 'ref'</string> 446 // CHECK-NEXT: <string>nil object reference stored to 'storeRef'</string> 448 // CHECK-NEXT: <string>nil object reference stored to 'storeRef'</string> [all …]
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.m | 241 // CHECK-NEXT: <string>Passing nil object reference via 1st parameter 'x'</string> 243 // CHECK-NEXT: <string>Passing nil object reference via 1st parameter 'x'</string> 304 // CHECK-NEXT: <string>Calling 'getZeroIfNil'</string> 306 // CHECK-NEXT: <string>Calling 'getZeroIfNil'</string> 318 // CHECK-NEXT: <string>Entered call from 'testReturnZeroIfNil'</string> 320 // CHECK-NEXT: <string>Entered call from 'testReturnZeroIfNil'</string> 415 // CHECK-NEXT: <string>'p' not called because the receiver is nil</string> 417 // CHECK-NEXT: <string>'p' not called because the receiver is nil</string> 507 // CHECK-NEXT: <string>Returning from 'getZeroIfNil'</string> 509 // CHECK-NEXT: <string>Returning from 'getZeroIfNil'</string> [all …]
|
/external/libxml2/result/ |
D | ent6.sax | 10 SAX.entityDecl(apos, 1, (null), (null), ') 11 SAX.getEntity(apos)
|
D | ent6.sax2 | 10 SAX.entityDecl(apos, 1, (null), (null), ') 11 SAX.getEntity(apos)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 69 int apos = 0, awidth = 0; in expectPad() local 73 apos = fmt.getPadPosition(); in expectPad() 77 apos = -1; in expectPad() 81 if (apos == pos && awidth == width && apad == pad) { in expectPad() 82 logln("Ok \"" + pat + "\" pos=" + apos + in expectPad() 85 logln("FAIL \"" + pat + "\" pos=" + apos + in expectPad()
|
D | NumberFormatTest.java | 2299 int apos = 0, awidth = 0; in expectPad() local 2303 apos = fmt.getPadPosition(); in expectPad() 2307 apos = -1; in expectPad() 2312 if (apos == pos && awidth == width && apadStr == pad) { in expectPad() 2314 + apos + ((pos == -1) ? "" : " width=" + awidth + " pad=" + apadStr)); in expectPad() 2316 errln("FAIL \"" + pat + "\" pos=" + apos + " width=" in expectPad()
|
/external/clang/test/ARCMT/ |
D | migrate-plist-output.m | 23 // CHECK: <key>description</key><string>ARC forbids explicit message send of 'release'…
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 1233 NumeratorSubstitution::doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos, UEr… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1246 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1247 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1249 apos += toInsertInto.length() - len; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1255 aruleSet->format(longNF, toInsertInto, apos + getPos(), status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1262 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1266 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.sax | 449 …apos;SendNews.asp?PageID=341','myWin','toolbar=no,directories=no,location=no,s…
|
/external/libxml2/test/valid/dtds/ |
D | xhtml1.dcl | 136 "apos" 39
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | html5test-com.dat | 69 '
|
/external/clang/include/clang/AST/ |
D | CommentHTMLNamedCharacterReferences.td | 29 def : NCR<"apos", 0x00027>;
|
/external/clang/test/Index/ |
D | headerfile-comment-to-html.m | 42 …Para> This is Sensor on the Device. Its purpose is not to Sense Device's heat.</Para></Abs…
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2632 int32_t apos = 0, awidth = 0; in expectPad() local 2637 apos = fmt.getPadPosition(); in expectPad() 2641 apos = -1; in expectPad() 2645 if (apos == pos && awidth == width && apadStr == pad) { in expectPad() 2650 logln(UnicodeString("Ok \"") + pat + "\" pos=" + apos + infoStr); in expectPad() 2652 errln(UnicodeString("FAIL \"") + pat + "\" pos=" + apos + in expectPad()
|
/external/tinyxml/ |
D | readme.txt | 191 ' '
|