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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/re2/re2/testing/
parse_test.cc 304 // Test that prefix factoring works.
305 TEST(TestParse, Prefix) {
306 TestParse(prefix_tests, arraysize(prefix_tests), Regexp::PerlX, "prefix");
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 38 * @param {string} prefix Prefix of notification ID.
44 DeviceHandler.Notification = function(prefix, title, message, opt_buttonLabel) {
46 * Prefix of notification ID.
49 this.prefix = prefix;
205 return this.prefix + ':' + devicePath;
  /external/llvm/lib/IR/
DebugInfo.cpp 867 StringRef Prefix("llvm.dbg.lv.");
868 Out.reserve(FName.size() + Prefix.size());
869 Out.append(Prefix.begin(), Prefix.end());
    [all...]
AsmWriter.cpp 118 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
120 switch (Prefix) {
    [all...]
  /external/llvm/tools/llc/
llc.cpp 71 cl::Prefix,
  /external/regex-re2/re2/testing/
parse_test.cc 304 // Test that prefix factoring works.
305 TEST(TestParse, Prefix) {
306 TestParse(prefix_tests, arraysize(prefix_tests), Regexp::PerlX, "prefix");
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 623 void SwitchToEHSection(const char *Prefix, unsigned Type, unsigned Flags,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 339 typedef NTSTATUS (NTAPI LSA_OPEN_SAM_USER)(PSECURITY_STRING Name,SECPKG_NAME_TYPE NameType,PSECURITY_STRING Prefix,BOOLEAN AllowGuest,ULONG Reserved,PVOID *UserHandle);
343 typedef NTSTATUS (NTAPI LSA_GET_AUTH_DATA_FOR_USER)(PSECURITY_STRING Name,SECPKG_NAME_TYPE NameType,PSECURITY_STRING Prefix,PUCHAR *UserAuthData,PULONG UserAuthDataSize,PUNICODE_STRING UserFlatName);
345 typedef NTSTATUS (NTAPI LSA_CRACK_SINGLE_NAME)(ULONG FormatOffered,BOOLEAN PerformAtGC,PUNICODE_STRING NameInput,PUNICODE_STRING Prefix,ULONG RequestedFormat,PUNICODE_STRING CrackedName,PUNICODE_STRING DnsDomainName,PULONG SubStatus);
    [all...]
dhcpsapi.h 353 ULONG Prefix;
netioapi.h 56 SOCKADDR_INET Prefix;
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 466 std::string GVName = GV->getName(), Prefix = "dfs$";
467 GV->setName(Prefix + GVName);
479 ".symver " + Prefix + GVName + "," + Prefix);
639 // Instrumented functions get a 'dfs$' prefix. This allows us to more
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 81 cl::Prefix);
  /frameworks/compile/mclinker/tools/mcld/lib/
PositionalOptions.cpp 40 llvm::cl::Prefix);
  /external/clang/lib/Lex/
LiteralSupport.cpp 471 /// hexadecimal-prefix hexadecimal-digit
473 /// hexadecimal-prefix: one of
750 /// a floating point number (01239.123e4). Eat the prefix, determining the
    [all...]
Lexer.cpp 245 // Munch the encoding-prefix and opening double-quote.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 305 static void PrintCStringWithPrefix(const char *Prefix, const char *CStr) {
306 printf(" %s=[", Prefix);
316 static void PrintCXStringWithPrefix(const char *Prefix, CXString Str) {
317 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
320 static void PrintCXStringWithPrefixAndDispose(const char *Prefix,
322 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
344 static void printVersion(const char *Prefix, CXVersion Version) {
347 printf("%s%d", Prefix, Version.Major);
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 466 const char *Prefix = isLinkerPrivate ? DL->getLinkerPrivateGlobalPrefix() :
470 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 194 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
196 Context.GetOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 61 '''Returns a string with the string prefix |source_dir| removed from
125 source_dir: Prefix that should be stripped from the <dir> node.
322 # Replace the always-changing anonymous namespace prefix with "*".
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 71 const std::string &prefix,
74 llvm::sys::path::parent_path(prefix), PP);
75 createPlistDiagnosticConsumer(AnalyzerOpts, C, prefix, PP);
80 const std::string &Prefix,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 92 cl::value_desc("directory"), cl::Prefix);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
lcms2_internal.h 685 char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most
    [all...]

Completed in 1225 milliseconds

1 2 3 45 6 7 8