/external/chromium_org/content/test/data/dom_serializer/ |
nonstandard_htmlentities.htm | 1 <HTML><BODY title="%⊅¹'">%⊅¹'</BODY></HTML>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
yasm.rules | 21 Description="Specify pre-defined symbols ('symbol' or 'symbol = value') "
77 Description="Select the pre-processor ('nasm' or 'raw')"
96 Description="Select the parser for Intel ('nasm') or AT&T ( 'gas') syntax" [all...] |
/external/clang/test/Driver/ |
cc-log-diagnostics.c | 20 // CHECK: <string>unknown warning option '-Wfoobar'; did you mean '-W{{.*}}'?</string>
|
/external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/ |
core-drawer-panel.html | 66 <core-selector class="{{ {'narrow-layout' : queryMatches, transition : transition, dragging : dragging, 'right-drawer': rightDrawer} | tokenList }}" valueattr="id" selected="{{selected}}"> 68 <div id="main" _style="left: {{ narrow || rightDrawer ? '0' : drawerWidth }}; right: {{ rightDrawer ? (narrow ? '' : drawerWidth) : '' }};"> [all...] |
/external/clang/test/Analysis/ |
MismatchedDeallocator-path-notes.cpp | 141 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'</string> 143 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'</string [all...] |
unix-fns.c | 304 // CHECK-NEXT: <string>Assuming 'fd' is not equal to 0</string> 306 // CHECK-NEXT: <string>Assuming 'fd' is not equal to 0</string> 401 // CHECK-NEXT: <string>Call to 'open' requires a third argument when the 'O_CREAT' flag is set</string> 403 // CHECK-NEXT: <string>Call to 'open' requires a third argument when the 'O_CREAT' flag is set</string [all...] |
inline-unique-reports.c | 49 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 51 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 146 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'p'</string> 148 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'p'</string> 175 // CHECK-NEXT: <string>Calling 'bug'</string [all...] |
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')</string> 155 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string> 158 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'p')</string [all...] |
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')</string> 363 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable 'p')</string> 366 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable 'p')</string [all...] |
inline-plist.c | 187 // CHECK-NEXT: <string>Assuming 'x' is equal to 0</string> 189 // CHECK-NEXT: <string>Assuming 'x' is equal to 0</string> 364 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'p'</string> 366 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'p'</string> 393 // CHECK-NEXT: <string>Calling 'has_bug'</string [all...] |
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')</string [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_sim_common.c | 500 const u8 *pos = start, *apos; local 527 apos = pos + 2; 530 apos, alen); 535 apos += 2; 544 attr->rand = apos; 554 apos += 2; 562 attr->autn = apos; 572 if (apos[i] != 0) { 578 apos + 2, alen - 2); 590 attr->nonce_mt = apos + 2 [all...] |
/external/clang/test/Analysis/inlining/ |
path-notes.c | 173 // CHECK-NEXT: <string>Calling 'zero'</string> 175 // CHECK-NEXT: <string>Calling 'zero'</string> 187 // CHECK-NEXT: <string>Entered call from 'testZero'</string> 189 // CHECK-NEXT: <string>Entered call from 'testZero'</string> 250 // CHECK-NEXT: <string>Null pointer value stored to 'a'</string [all...] |
eager-reclamation-path-notes.c | 76 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 78 // CHECK-NEXT: <string>'p' initialized to a null pointer value</string> 173 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'ptr'</string> 175 // CHECK-NEXT: <string>Passing null pointer value via 1st parameter 'ptr'</string> 202 // CHECK-NEXT: <string>Calling 'use'</string [all...] |
path-notes.cpp | 399 // CHECK-NEXT: <string>Null pointer value stored to 'globalPtr'</string> 401 // CHECK-NEXT: <string>Null pointer value stored to 'globalPtr'</string> 447 // CHECK-NEXT: <string>Calling '~Bar'</string> 449 // CHECK-NEXT: <string>Calling '~Bar'</string> 461 // CHECK-NEXT: <string>Entered call from 'test'</string [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/ |
hero-transition.html | 14 polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [hero]'; } 19 polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; } 25 polyfill-next-selector { content: ':host > * [hero-p]'; } 31 polyfill-next-selector { content: ':host > [animate] [hero-p]'; }
|
/external/chromium_org/third_party/polymer/components-chromium/core-style/ |
elements.html | 12 content: ':host > *';
|
/external/clang/test/Analysis/diagnostics/ |
report-issues-within-main-file.cpp | 103 // CHECK-NEXT: <string>Calling 'cause_div_by_zero_in_header2'</string> 105 // CHECK-NEXT: <string>Calling 'cause_div_by_zero_in_header2'</string> 117 // CHECK-NEXT: <string>Entered call from 'callInMacro'</string> 119 // CHECK-NEXT: <string>Entered call from 'callInMacro'</string> 180 // CHECK-NEXT: <string>'h2' initialized to 0</string [all...] |
undef-value-param.c | 96 // CHECK-NEXT: <string>'xx' declared without an initial value</string> 98 // CHECK-NEXT: <string>'xx' declared without an initial value</string> 159 // CHECK-NEXT: <string>Calling 'foo'</string> 161 // CHECK-NEXT: <string>Calling 'foo'</string> 173 // CHECK-NEXT: <string>Entered call from 'use'</string [all...] |
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 [all...] |
/external/qemu/android/skin/ |
composer.c | 284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport ) 297 apos->x += pos.x; 298 apos->y += pos.y; 307 plate->surface.draw( plate->surface.user, r, apos, viewport, 1 ); 316 plate->surface.draw( plate->surface.user, r, apos, viewport, 0); 327 pos.x = apos->x + plate->any.pos.x; 328 pos.y = apos->y + plate->any.pos.y; 337 apos->x -= pos.x; 338 apos->y -= pos.y; 389 SkinPos apos; local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebEntities.h | 42 // ', %, ⊅, &supl; are not defined by the HTML standards. 43 // - IE does not support ' as an HTML entity (but support it as an XML 45 // - Firefox supports ' as an HTML entity. 52 // reference for ', and don't use entity references for %, ⊅
|
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/ |
core-dropdown.html | 68 <core-icon id="arrow" icon="{{opened ? 'arrow-drop-up' : 'arrow-drop-down'}}"></core-icon>
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
paper-menu-button.html | 41 <paper-menu-button-overlay target="{{$.overlay}}" relatedtarget="{{}}" halign="{{halign}}" valign="{{valign}}" opened="{{opened}}" transition="paper-menu-button-transition-top-{{halign}}{{slow ? '-slow' : ''}}"></paper-menu-button-overlay>
|
/external/clang/test/ARCMT/ |
migrate-plist-output.m | 23 // CHECK: <key>description</key><string>ARC forbids explicit message send of 'release'</string>
|