HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 276 - 300 of 376) sorted by null

<<111213141516

  /external/wayland-protocols/
wayland_protocol_codegen.go 27 // than needing to be specified explicitly. An optional prefix as well
82 Prefix *string
194 generatedFilenamePrefix := proptools.String(g.properties.Prefix)
209 // genrateOutputPath takes an source path, a prefix, and a suffix, and use them
211 func (g *waylandGenModule) generateOutputPath(ctx android.ModuleContext, src android.Path, prefix string, suffix string) android.WritablePath {
212 // Construct a new filename by adding the requested prefix and suffix for this
214 // properties specify a prefix of "test-" and a suffix of "-client.cpp", we
221 return android.PathForModuleGen(ctx, prefix+protocolFilename+suffix)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 186 echo Platform Type: !Platform_Type!, IFWI Prefix: %BIOS_ID%
  /external/clang/lib/Lex/
LiteralSupport.cpp 473 /// hexadecimal-prefix hexadecimal-digit
475 /// hexadecimal-prefix: one of
778 /// a floating point number (01239.123e4). Eat the prefix, determining the
    [all...]
Lexer.cpp 239 // Munch the encoding-prefix and opening double-quote.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 322 static void PrintCStringWithPrefix(const char *Prefix, const char *CStr) {
323 printf(" %s=[", Prefix);
333 static void PrintCXStringWithPrefix(const char *Prefix, CXString Str) {
334 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
337 static void PrintCXStringWithPrefixAndDispose(const char *Prefix,
339 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
361 static void printVersion(const char *Prefix, CXVersion Version) {
364 printf("%s%d", Prefix, Version.Major);
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 543 const char *Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix()
547 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 178 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
180 Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 580 std::string Prefix = !Namespace.empty() ? Namespace + "::" : "";
581 O << " case " << Prefix << AltName << ":\n"
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 291 const static char Prefix[] = "spirv";
325 const static char Prefix[] = "__spirv_";
576 /// \return type name without "opencl." prefix.
588 /// Remove prefix/postfix from __spirv_{Name}_
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 51 const char *Prefix = Ctx.getAsmInfo().getPrivateGlobalPrefix();
52 return Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" +
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 537 StringRef Prefix) {
563 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 869 void PVRShellCommandLine::Prefix(const char *pStr)
926 Prefix(pFullFile);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 639 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix()
643 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCStreamer.cpp 224 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
226 Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
    [all...]
  /external/syzkaller/pkg/ifuzz/
ifuzz.go 31 Prefix []byte
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 730 void emitSegmentOverride(uint8_t prefix);
744 // EmidAddrSizeOverridePrefix directs the emission of the 0x67 prefix to
    [all...]
  /development/vndk/tools/header-checker/src/linker/
header_abi_linker.cpp 56 "I", llvm::cl::desc("<export_include_dirs>"), llvm::cl::Prefix,
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 74 const std::string &prefix,
77 llvm::sys::path::parent_path(prefix), PP);
78 createPlistDiagnosticConsumer(AnalyzerOpts, C, prefix, PP);
83 const std::string &Prefix,
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 515 std::string GVName = GV->getName(), Prefix = "dfs$";
516 GV->setName(Prefix + GVName);
528 ".symver " + Prefix + GVName + "," + Prefix);
713 // Instrumented functions get a 'dfs$' prefix. This allows us to more
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 113 cl::value_desc("directory"), cl::Prefix);
  /external/llvm/tools/lto/
lto.cpp 35 cl::Prefix,
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 698 char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h 114 /// a given prefix.
140 /// Prefix replacement map for source file information.
422 /// named by concatenating \p Prefix with '.' then \p Suffix. The \p Type
425 MCSectionELF *getELFNamedSection(const Twine &Prefix, const Twine &Suffix,
496 /// Get the debug prefix map.
502 /// Add an entry to the debug prefix map.
505 // Remaps all debug directory paths in-place as per the debug prefix map.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 625 std::string GVName = GV->getName(), Prefix = "dfs$";
626 GV->setName(Prefix + GVName);
638 ".symver " + Prefix + GVName + "," + Prefix);
818 // Instrumented functions get a 'dfs$' prefix. This allows us to more
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
llvm-mc.cpp 113 cl::value_desc("directory"), cl::Prefix);
156 DebugPrefixMap("fdebug-prefix-map",

Completed in 2135 milliseconds

<<111213141516