HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 18 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
26 esd_args="$esd_args --exec-prefix=$esd_exec_prefix"
32 esd_args="$esd_args --prefix=$esd_prefix"
130 echo "*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 67 StringRef Prefix = ".data.";
68 NameData.insert(NameData.begin(), Prefix.begin(), Prefix.end());
226 /// getSectionPrefixForGlobal - Return the section prefix name used by options
260 StringRef Prefix = getSectionPrefixForGlobal(Kind);
262 SmallString<128> Name(Prefix);
271 Group = Name.substr(Prefix.size());
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 196 /// @brief Prefix increment operator. Increments the APInt by one.
225 /// @brief Prefix decrement operator. Decrements the APInt by one.
    [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));
701 Init.AddSystemHeaderPrefix(HSOpts.SystemHeaderPrefixes[i].Prefix,
  /external/llvm/include/llvm/Support/
FileSystem.h 562 /// The filename is of the form prefix-random_chars.suffix. Since the directory
563 /// is not know to the caller, Prefix and Suffix cannot have path separators.
568 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
573 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
576 std::error_code createUniqueDirectory(const Twine &Prefix,
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 63 void PrintRegisters(uint32_t Mask, StringRef Prefix);
276 void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) {
283 OS << Prefix << RI;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 912 StringRef Prefix = StringRef()) {
915 Out << Prefix << '\'' << *D << '\'';
920 StringRef Prefix = StringRef()) {
926 Out << Prefix << "anonymous block";
    [all...]
  /external/clang/tools/scan-build/
scan-build 162 # Strip the prefix '$Prog-' if we are dumping files to /tmp.
263 # UpdatePrefix - Compute the common prefix of files.
266 my $Prefix;
273 if (!defined $Prefix) {
274 $Prefix = $x;
278 chop $Prefix while (!($x =~ /^\Q$Prefix/));
282 return $Prefix;
554 # to update the common prefix directory.
725 my $prefix = GetPrefix()
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 155 # Strip the prefix '$Prog-' if we are dumping files to /tmp.
248 # UpdatePrefix - Compute the common prefix of files.
251 my $Prefix;
258 if (!defined $Prefix) {
259 $Prefix = $x;
263 chop $Prefix while (!($x =~ /^\Q$Prefix/));
267 return $Prefix;
531 # to update the common prefix directory.
701 my $prefix = GetPrefix()
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 155 # Strip the prefix '$Prog-' if we are dumping files to /tmp.
248 # UpdatePrefix - Compute the common prefix of files.
251 my $Prefix;
258 if (!defined $Prefix) {
259 $Prefix = $x;
263 chop $Prefix while (!($x =~ /^\Q$Prefix/));
267 return $Prefix;
531 # to update the common prefix directory.
701 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_org/tools/metrics/histograms/
extract_histograms.py 142 if ordering not in ['prefix', 'suffix']:
143 logging.error('ordering needs to be prefix or suffix, value is %s',
158 'Prefix Field Trial expansions require histogram names which include a '
  /external/clang/include/clang/Driver/
Driver.h 87 /// A prefix directory used to emulated a limited subset of GCC's '-Bprefix'
97 /// Dynamic loader prefix, if present
379 /// as part of compilation; the file will have the given prefix and suffix.
382 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 418 // Parse one register of the form %<prefix><number>.
422 // Eat the % prefix.
431 // Check that there's a prefix.
435 char Prefix = Name[0];
441 // Look for valid combinations of prefix and number.
442 if (Prefix == 'r' && Reg.Num < 16)
444 else if (Prefix == 'f' && Reg.Num < 16)
446 else if (Prefix == 'a' && Reg.Num < 16)
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 244 /// Returns true if Prefix is a prefix of longer. That means, Longer has a size
245 /// that is greater than or equal to the size of prefix, and each of the
246 /// elements in Prefix is the same as the corresponding elements in Longer.
248 /// This means it also returns true when Prefix and Longer are equal!
249 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
251 if (Prefix.size() > Longer.size())
253 return std::equal(Prefix.begin(), Prefix.end(), Longer.begin());
257 /// 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 102 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('3'));
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 83 llvm::cl::Prefix, llvm::cl::ZeroOrMore, llvm::cl::init('2'));
  /frameworks/compile/mclinker/tools/mcld/lib/
ScriptOptions.cpp 39 llvm::cl::Prefix);
  /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/chromium_org/chrome/browser/resources/instant/
instant.js 21 label: 'Prefix URL for the experimental Instant ZeroSuggest provider',
  /external/ppp/pppd/plugins/radius/etc/
dictionary 115 ATTRIBUTE Prefix 1003 string
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 111 std::string prefix, data; local
112 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback());
123 std::string prefix, data; local
125 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback());
164 TEST(ViewCacheHelper, Prefix) {
171 std::string prefix("prefix:");
173 int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback());
178 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:first\">"));
179 EXPECT_NE(std::string::npos, data.find("<a href=\"prefix:second\">"))
    [all...]

Completed in 1433 milliseconds

1 2 34 5 6 7 8