/frameworks/compile/mclinker/tools/llvm-mcld/ |
llvm-mcld.cpp | 89 cl::Prefix, 293 cl::Prefix); 375 cl::Prefix); 723 cl::aliasopt(ArgRuntimePath), cl::Prefix); 831 cl::Prefix); 990 StringRef Prefix; 1000 StringRef Prefix = ProgNameRef.slice(0, LastComponent); 1002 if (!llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) 1004 return Prefix.str(); [all...] |
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 65 /// AddSystemHeaderPrefix - Add the specified prefix to the system header 66 /// prefix list. 67 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { 68 SystemHeaderPrefixes.push_back(std::make_pair(Prefix, IsSystemHeader)); 689 Init.AddSystemHeaderPrefix(HSOpts.SystemHeaderPrefixes[i].Prefix,
|
InitPreprocessor.cpp | 118 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, 146 DefPrefix += Prefix; 565 if (const char *Prefix = TI.getUserLabelPrefix()) 566 Builder.defineMacro("__USER_LABEL_PREFIX__", Prefix); [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 593 /// The filename is of the form prefix-random_chars.suffix. Since the directory 594 /// is not know to the caller, Prefix and Suffix cannot have path separators. 599 error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 604 error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 607 error_code createUniqueDirectory(const Twine &Prefix, [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 897 StringRef Prefix = StringRef()) { 900 Out << Prefix << '\'' << *D << '\''; 905 StringRef Prefix = StringRef()) { 911 Out << Prefix << "anonymous block"; 916 Out << Prefix; [all...] |
/external/clang/tools/scan-build/ |
scan-build | 153 # Strip the prefix '$Prog-' if we are dumping files to /tmp. 246 # UpdatePrefix - Compute the common prefix of files. 249 my $Prefix; 256 if (!defined $Prefix) { 257 $Prefix = $x; 261 chop $Prefix while (!($x =~ /^\Q$Prefix/)); 265 return $Prefix; 529 # to update the common prefix directory. 699 my $prefix = GetPrefix() [all...] |
/external/libogg/ |
libogg.spec | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 89 - remove Prefix
|
/external/libvorbis/ |
libvorbis.spec | 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 100 - remove Prefix
|
/external/chromium/net/url_request/ |
view_cache_helper_unittest.cc | 107 std::string prefix, data; local 108 int rv = helper.GetContentsHTML(context, prefix, &data, &cb); 119 std::string prefix, data; local 121 int rv = helper.GetContentsHTML(context, prefix, &data, &cb); 160 TEST(ViewCacheHelper, Prefix) { 167 std::string prefix("prefix:"); 169 int rv = helper.GetContentsHTML(context, prefix, &data, &cb); 174 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:first\">")); 175 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:second\">")) [all...] |
/external/clang/include/clang/Driver/ |
Driver.h | 85 /// A prefix directory used to emulated a limited subset of GCC's '-Bprefix' 95 /// Dynamic loader prefix, if present 381 /// as part of compilation; the file will have the given prefix and suffix. 384 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
|
/external/llvm/lib/IR/ |
DebugInfo.cpp | 773 StringRef Prefix("llvm.dbg.lv."); 774 Out.reserve(FName.size() + Prefix.size()); 775 Out.append(Prefix.begin(), Prefix.end()); [all...] |
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 430 // Parse one register of the form %<prefix><number>. 434 // Eat the % prefix. 443 // Check that there's a prefix. 447 char Prefix = Name[0]; 453 // Look for valid combinations of prefix and number. 454 if (Prefix == 'r' && Reg.Num < 16) 456 else if (Prefix == 'f' && Reg.Num < 16) 458 else if (Prefix == 'a' && Reg.Num < 16)
|
/external/llvm/lib/Target/X86/ |
X86MCInstLower.cpp | 98 const char *Prefix = "__imp_"; 99 Name.insert(Name.begin(), Prefix, Prefix+strlen(Prefix));
|
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 235 /// Returns true if Prefix is a prefix of longer. That means, Longer has a size 236 /// that is greater than or equal to the size of prefix, and each of the 237 /// elements in Prefix is the same as the corresponding elements in Longer. 239 /// This means it also returns true when Prefix and Longer are equal! 240 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, 242 if (Prefix.size() > Longer.size()) 244 return std::equal(Prefix.begin(), Prefix.end(), Longer.begin()); 248 /// Checks if Indices, or a prefix of Indices, is in Set [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 68 UString Prefix;
121 UString name = Prefix + res;
453 volStreamSpec->Prefix = archivePath.GetFinalPath() + UString(L".");
459 updateCallbackSpec->VolName = archivePath.Prefix + archivePath.Name;
801 ap.Prefix = tempDirPrefix;
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 100 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('3'));
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 88 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('2'));
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
Prefix.java | 34 * The "getPrefix()" method for a Node returns the namespace prefix of the node, 47 public final class Prefix extends DOMTestCase { 79 String prefix; local 82 prefix = createdNode.getPrefix(); 83 assertNull("throw_Null", prefix); 90 String prefix; local 96 prefix = textNode.getPrefix(); 97 assertNull("textNodePrefix", prefix); 103 String prefix; local 108 prefix = testEmployee.getPrefix() 115 String prefix; local [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 772 llvm::SmallString<16> Prefix; 775 // of an attribute without considering prefix and suffix. 781 Prefix = " __attribute__(("; 784 Prefix = " [["; 792 Prefix = " __declspec("; 795 Prefix = " "; 805 " OS << \"" + Prefix.str() + Spelling.str(); [all...] |
/external/chromium_org/chrome/browser/resources/instant/ |
instant.js | 21 label: 'Prefix URL for the experimental Instant ZeroSuggest provider',
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 429 /// hexadecimal-prefix hexadecimal-digit 431 /// hexadecimal-prefix: one of 677 /// a floating point number (01239.123e4). Eat the prefix, determining the [all...] |
/external/llvm/lib/MC/ |
MCStreamer.cpp | 230 StringRef Prefix = getContext().getAsmInfo()->getPrivateGlobalPrefix(); 231 if (LastSymbol && LastSymbol->getName().startswith(Prefix)) {
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 115 ATTRIBUTE Prefix 1003 string
|
/external/chromium_org/net/url_request/ |
view_cache_helper_unittest.cc | 109 std::string prefix, data; local 110 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); 121 std::string prefix, data; local 123 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); 162 TEST(ViewCacheHelper, Prefix) { 169 std::string prefix("prefix:"); 171 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); 176 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:first\">")); 177 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:second\">")) [all...] |