/external/clang/lib/Driver/ |
Driver.cpp | [all...] |
ToolChains.cpp | [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
lcms2.h | [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 115 // Prefix - This option allows arguments that are otherwise unrecognized to be 116 // matched by options that are a prefix of the actual value. This is useful for 118 // '-L../../include' where -l or -L are the actual flags. When prefix is 130 Prefix = 0x02, // Can this option directly prefix its value? [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | 248 STDMETHOD(SetOutputLinePrefix)(THIS_ PCSTR Prefix) PURE; 319 STDMETHOD(SetOutputLinePrefix)(THIS_ PCSTR Prefix) PURE; 381 STDMETHOD(SetOutputLinePrefix)(THIS_ PCSTR Prefix) PURE; 446 STDMETHOD(SetOutputLinePrefix)(THIS_ PCSTR Prefix) PURE; [all...] |
ntsecapi.h | 546 UCHAR Prefix[NEGOTIATE_MAX_PREFIX ]; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 100 std::string Prefix; 103 void SetNamePrefix(const Twine &P) { Prefix = P.str(); } 109 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt); [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | 135 // prefix of the nested-name-specifier. 147 NestedNameSpecifier *Prefix = nullptr; 150 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) { 152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data())); [all...] |
SemaLookup.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/ |
app.js | 333 * @param {string} prefix Prefix of the classname to be generated. 338 * @return {string} CSS class name that a combination of the prefix and 342 $scope.getSortedClass = function (prefix, idx, defaultVal) { 344 return prefix + ((sortOrderAsc) ? 'Asc' : 'Desc'); [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntifs.h | 869 PSTRING Prefix; 884 PUNICODE_STRING Prefix; [all...] |
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
util.js | 15 * @param {string} msg The message prefix to use in the log. 33 * @param {string} msg The message prefix to use in the exception. 773 * Returns true if the board of the device matches the given prefix. 774 * @param {string} boardPrefix The board prefix to match against. 775 * (ex. "x86-mario". Prefix is used as the actual board name comes with 777 * @return {boolean} True if the board of the device matches the given prefix. 1009 // Check if the ancestor's path with trailing slash is a prefix of child's [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 36 // Get the name, skip over the __builtin_ prefix (if necessary). 42 // that prefix labels. [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/chromium_org/third_party/dom_distiller_js/package/js/ |
domdistiller.js | [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 232 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames 239 PPROF_TOOLS Prefix for object tools pathnames [all...] |
/external/jemalloc/bin/ |
pprof | 232 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames 239 PPROF_TOOLS Prefix for object tools pathnames [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
dom_util.js | 571 var prefix = cvox.DomUtil.getPrefixText(node); 572 return prefix + ret; 721 * Get any prefix text for the given node. 723 * @param {Node} node Compute prefix for this node. 725 * @return {string} Prefix text, if any. 732 var prefix = ''; 755 prefix = String.fromCharCode('A'.charCodeAt(0) + position % 26); 757 prefix = position; 759 prefix += '. '; 761 return prefix; [all...] |
math_semantic_tree.js | 634 * Wraps a node into prefix operators. 638 * @param {!Array.<cvox.SemanticTree.Node>} prefixes Prefix operators 747 var prefix = []; 750 prefix.push(nodes.shift()); 754 return this.makePrefixNode_(prefix.pop(), prefix); 757 return this.makePrefixNode_(nodes[0], prefix); 766 prefix); 782 * become prefix operation (or postfix in case they come after last operand). [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 232 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames 239 PPROF_TOOLS Prefix for object tools pathnames [all...] |