/external/chromium_org/testing/gtest/include/gtest/ |
gtest-spi.h | 195 // expands to code containing an unprotected comma. The
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
css3-cursor-fallback-quirks.html | 24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
|
css3-cursor-fallback-strict.html | 26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
KeyboardShortcut.js | 88 Comma: { code: 188, name: "," },
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
common.py | 273 'Expected a comma but found %r' %
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
options.py | 35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
glslang.l | 225 "," { return COMMA; }
|
/external/chromium_org/third_party/isimpledom/ |
ISimpleDOMText.idl | 81 cpp_quote("// Return a single computed font family name, which is better than the comma delineated list")
|
/external/chromium_org/third_party/mesa/src/docs/ |
shading.html | 36 The <b>MESA_GLSL</b> environment variable can be set to a comma-separated
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest-spi.h | 195 // expands to code containing an unprotected comma. The
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
mock_code_generator.cc | 50 // comma-separated string.
|
/external/chromium_org/third_party/sqlite/src/ |
sqlite3.1 | 121 csv Comma-separated values
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 41 , # Match the comma that delineates the first parameter
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
chrome_browser_backend.py | 202 comma separated categories that will be traced instead of the
|
/external/chromium_org/tools/ |
update_reference_build.py | 212 help='Comma separated list of platforms to download '
|
/external/chromium_org/ui/gfx/ |
font_fallback_win.cc | 172 // The entry is comma separated, having the font filename as the first value
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 132 BINOP_FALLBACK(Comma)
|
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | 279 // If there is a comma, semicolon or right paren after the closing 287 if (NextTok->isOneOf(tok::comma, tok::semi, tok::r_paren, 674 case tok::comma: 948 case tok::comma: [all...] |
/external/clang/lib/Frontend/ |
LayoutOverrideSource.cpp | 143 // Skip over this offset, the following comma, and any spaces.
|
/external/clang/lib/Parse/ |
ParseCXXInlineMethods.cpp | 102 if (Tok.is(tok::comma)) { 223 // Consume everything up to (but excluding) the comma or semicolon. 224 ConsumeAndStoreUntil(tok::comma, Toks, /*StopAtSemi=*/true, 797 if (Tok.is(tok::comma)) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
BasicValueFactory.cpp | 222 // Note: LAnd, LOr, Comma are handled specially by higher-level logic.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedAddEntryTask.java | 90 * Releases - comma or space-separated list of releases in quints of os,ws,arch,type/name,filename,... 98 * JUnitTestResults - comma or space-separated list of test results in quads of os,ws,arch,status,os,ws,status,arch,... - eg., win32,win,x86,PASS,linux,gtk,x86,PASS 99 * performanceTestResults - comma or space-separated list of test results in quads of os,ws,arch,status,os,ws,status,arch,... - eg., win32,win,x86_64,PASS,linux,gtk,x86_64,PASS 100 * APITestResults - comma or space-separated list of test results in quads of os,ws,arch,status,os,ws,status,arch,... - eg., win32,win,ppc,PASS,linux,gtk,ppc,PASS
|
/external/eigen/doc/ |
C00_QuickStartGuide.dox | 70 The next line of the \c main function introduces a new type: \c VectorXd. This represents a (column) vector of arbitrary size. Here, the vector \c v is created to contain \c 3 coefficients which are left unitialized. The one but last line uses the so-called comma-initializer, explained in \ref TutorialAdvancedInitialization, to set all coefficients of the vector \c v to be as follows:
|
/external/gtest/include/gtest/ |
gtest-spi.h | 195 // expands to code containing an unprotected comma. The
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
MappingFileProvider.java | 124 * comma-separated languages sorted in ascending order.
|