/external/libvorbis/doc/ |
07-floor1.tex | 112 \begin{Verbatim}[commandchars=\\\{\}] 156 \end{Verbatim} 171 \begin{Verbatim}[commandchars=\\\{\}] 173 \end{Verbatim} 185 \begin{Verbatim}[commandchars=\\\{\}] 224 \end{Verbatim} 258 \begin{Verbatim}[commandchars=\\\{\}] 332 \end{Verbatim} 357 \begin{Verbatim}[commandchars=\\\{\}] 390 \end{Verbatim} [all...] |
06-floor0.tex | 30 \begin{Verbatim}[commandchars=\\\{\}] 38 \end{Verbatim} 57 \begin{Verbatim}[commandchars=\\\{\}] 74 \end{Verbatim}
|
/external/clang/unittests/AST/ |
CommentParser.cpp | [all...] |
CommentLexer.cpp | 574 // Empty verbatim block. 577 "/// \\verbatim\\endverbatim\n//", 578 "/** \\verbatim\\endverbatim*/" 592 ASSERT_EQ(StringRef("verbatim"), getVerbatimBlockName(Toks[1])); 602 // Empty verbatim block without an end command. 604 const char *Source = "/// \\verbatim"; 616 ASSERT_EQ(StringRef("verbatim"), getVerbatimBlockName(Toks[1])); 621 // Empty verbatim block without an end command. 623 const char *Source = "/** \\verbatim*/"; 635 ASSERT_EQ(StringRef("verbatim"), getVerbatimBlockName(Toks[1])) [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 174 \begin{verbatim} 182 \end{verbatim} 203 \begin{verbatim} 209 \end{verbatim} 222 \begin{verbatim} 226 \end{verbatim} 249 \begin{verbatim} 253 \end{verbatim} 269 \begin{verbatim} 273 \end{verbatim} [all...] |
sample-btt-output.tex | 1 \begin{verbatim} 27 \end{verbatim} 29 \begin{verbatim} 62 \end{verbatim} 64 \begin{verbatim} 95 \end{verbatim}
|
/external/clang/include/clang/AST/ |
CommentLexer.h | 259 /// Finished lexing verbatim block beginning command, will lex first body 263 /// Lexing verbatim block body line-by-line, skipping line-starting 267 /// Finished lexing verbatim line beginning command, will lex text (one 271 /// Finished lexing \verbatim <TAG \endverbatim part, lexing tag attributes. 274 /// Finished lexing \verbatim </TAG \endverbatim part, lexing '>'. 281 /// If State is LS_VerbatimBlock, contains the name of verbatim end
|
/external/tinyxml2/ |
tinyxml2.h | 419 @verbatim
459 @verbatim
575 @verbatim
611 @verbatim
676 @verbatim
858 @verbatim
866 @verbatim
871 @verbatim
902 @verbatim
[all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.h | 286 // Returns whether any of the results (including verbatim) have 296 // The server supplied verbatim relevance scores. Negative values 298 // suppresses the verbatim result. 308 // autocomplete the current input or verbatim outscores the top result. 314 // Calculates the relevance score for the keyword verbatim result (if the 409 // Gets the relevance score for the verbatim result. This value may be 415 // Calculates the relevance score for the verbatim result from the 420 // Calculates the relevance score for the verbatim result from the default 427 // Gets the relevance score for the keyword verbatim result. 461 // be below that of the top keyword query match (the verbatim matc [all...] |
search_provider.cc | 75 // The verbatim score for an input which is not an URL. 312 // Otherwise, |match| is a verbatim (what-you-typed) match, either for the 436 // This function is responsible for scoring verbatim query matches 438 // scores verbatim query matches for extension keywords, as well as 442 // couldn't decide in the future to score verbatim matches 563 // A verbatim match cannot be generated without this provider, causing errors. 783 // and both verbatim scores at once. However, that will be much [all...] |
search_provider_unittest.cc | 764 // keyword verbatim query. 916 AutocompleteMatch verbatim, match_a1, match_a2, match_a3, match_a4; local [all...] |
autocomplete_result.cc | 238 // If we don't have a verbatim first match, show everything. 242 // If the verbatim first match is followed by another verbatim match, don't 247 // Otherwise, it's safe to hide the verbatim first match.
|
/external/tinyxml/ |
readme.txt | 61 @verbatim 186 @verbatim 197 @verbatim 275 @verbatim 294 @verbatim 362 @verbatim 373 @verbatim 381 @verbatim 393 @verbatim 399 @verbatim [all...] |
/external/bison/ |
README-release | 84 +verbatim+ 86 -verbatim-
|
/external/chromium_org/net/dns/ |
dns_query.h | 26 // Clones |this| verbatim, with ID field of the header set to |id|.
|
/external/chromium_org/win8/test/ |
open_with_dialog_controller.h | 38 // since |program| will not show up verbatim in the dialog (e.g., in EN-US, it
|
/external/llvm/tools/llvm-config/ |
CMakeLists.txt | 32 VERBATIM
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 245 \begin{verbatim} 258 \end{verbatim} 294 \begin{verbatim} 297 \end{verbatim} 350 \begin{verbatim} 355 \end{verbatim} 384 \begin{verbatim} 400 \end{verbatim} 432 \begin{verbatim} 435 \end{verbatim} [all...] |
/external/chromium/chrome/browser/instant/ |
instant_loader.cc | 69 bool verbatim) 73 verbatim_(verbatim), 82 // Sets whether verbatim results are obtained rather than predictive. 83 void set_verbatim(bool verbatim) { verbatim_ = verbatim; } 99 // Whether verbatim results are obtained. 628 bool verbatim, 662 verbatim_ = verbatim; 676 frame_load_observer_->set_verbatim(verbatim); 683 user_text_, verbatim, text_length, text_length) [all...] |
instant_loader.h | 51 bool verbatim, 94 bool verbatim() const { return verbatim_; } function in class:InstantLoader 204 // Last value of verbatim passed to |Update|.
|
instant_browsertest.cc | 185 // window.beforeLoadSearchBox.verbatim 187 // window.chrome.searchBox.verbatim 206 bool verbatim = false; local 221 tab_contents, "window.beforeLoadSearchBox.verbatim", 229 !GetBoolFromJavascript(tab_contents, "window.lastSearchBox.verbatim", 230 &verbatim) || 243 !GetBoolFromJavascript(tab_contents, "window.searchBox.verbatim", 244 &verbatim) || 263 verbatim ? "true" : "false", [all...] |
instant_controller.h | 78 // created. If |verbatim| is true search results are shown for |user_text| 80 // |verbatim| only matters if the AutocompleteMatch is for a search engine 85 bool verbatim, 223 bool verbatim,
|
/external/chromium_org/chrome/browser/autofill/risk/ |
fingerprint_browsertest.cc | 45 // Constants that are passed verbatim to the fingerprinter code and should be 52 // Geolocation constants that are passed verbatim to the fingerprinter code and 159 // verbatim to the fingerprinter code and should be serialized into the
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
HtmlWhiteSpaceStripper.java | 29 * <li> VERBATIM 75 // Are we between verbatim flags 252 } else if ("verbatim".equalsIgnoreCase(name)) {
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 8 /// \verbatim
|