Home
last modified time | relevance | path

Searched refs:InternalName (Results 1 – 20 of 20) sorted by relevance

/external/c-ares/
Dcares.rc46 VALUE "InternalName", "c-ares\0"
51 VALUE "InternalName", "c-ares\0"
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc21 VALUE "InternalName", "zlib\0"
/external/zlib/src/contrib/vstudio/vc9/
Dzlib.rc21 VALUE "InternalName", "zlib\0"
/external/zlib/src/contrib/vstudio/vc11/
Dzlib.rc21 VALUE "InternalName", "zlib\0"
/external/libmicrohttpd/src/microhttpd/
Dmicrohttpd_dll_res.rc.in23 VALUE "InternalName", "libmicrohttpd\0"
/external/libmicrohttpd/w32/VS2013/
Dmicrohttpd_dll_res_vc.rc27 VALUE "InternalName", "libmicrohttpd\0"
Dmicrohttpd_dll_res_vc.rc.in27 VALUE "InternalName", "libmicrohttpd\0"
/external/zlib/src/win32/
Dzlib1.rc28 VALUE "InternalName", "zlib1.dll\0"
/external/lzma/C/
D7zVersion.rc40 VALUE "InternalName", intName \
/external/dbus/dbus/
Dversioninfo.rc.in41 VALUE "InternalName", "dbus\0"
/external/llvm/resources/
Dwindows_version_resource.rc66 VALUE "InternalName", RC_INTERNAL_NAME
/external/curl/lib/
Dlibcurl.rc50 VALUE "InternalName", "libcurl\0"
/external/curl/src/
Dcurl.rc50 VALUE "InternalName", "curl\0"
/external/libpng/scripts/
Dpngwin.rc92 …VALUE "InternalName", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX…
/external/parameter-framework/upstream/support/windows/
DResource.rc.in64 VALUE "InternalName", WINRC_FILENAME
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DTestDriver.dproj96 <VersionInfoKeys Name="InternalName"/>
/external/clang/lib/Sema/
DSemaStmtAsm.cpp748 std::string InternalName; in GetOrCreateMSAsmLabel() local
749 llvm::raw_string_ostream OS(InternalName); in GetOrCreateMSAsmLabel()
/external/opencv3/3rdparty/jinja2/
Dnodes.py825 class InternalName(Expr): class
Dparser.py109 rv = object.__new__(nodes.InternalName)
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1398 StringRef InternalName = in ParseIntelIdentifier() local
1401 assert(InternalName.size() && "We should have an internal name here."); in ParseIntelIdentifier()
1404 InternalName); in ParseIntelIdentifier()