/external/mdnsresponder/mDNSPosix/ |
D | Makefile | 460 @echo "Identify done"
|
/external/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 3 request ss_self_identify, "Identify the subsystem.",
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 652 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING ); in StreamIn() 733 TiXmlNode* node = Identify( p, encoding ); in Parse() 795 TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding ) in Identify() function in TiXmlNode 1000 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING ); in StreamIn() 1182 TiXmlNode* node = Identify( p, encoding ); in ReadValue()
|
D | tinyxml.h | 668 TiXmlNode* Identify( const char* start, TiXmlEncoding encoding );
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING ); in StreamIn() 756 TiXmlNode* node = Identify( p, encoding ); in Parse() 818 TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding ) in Identify() function in TiXmlNode 1029 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING ); in StreamIn() 1226 TiXmlNode* node = Identify( p, encoding ); in ReadValue()
|
D | tinyxml.h | 753 TiXmlNode* Identify( const char* start, TiXmlEncoding encoding );
|
/external/u-boot/board/bticino/mamoj/ |
D | README | 37 - Identify VID/PID using lsusb
|
/external/ImageMagick/ |
D | Make.com | 193 $write sys$output "Making Identify..."
|
/external/angle/third_party/spirv-tools/src/ |
D | CONTRIBUTING.md | 87 * Identify potential functional problems. 88 * Identify code duplication.
|
/external/deqp-deps/SPIRV-Tools/ |
D | CONTRIBUTING.md | 87 * Identify potential functional problems. 88 * Identify code duplication.
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CONTRIBUTING.md | 87 * Identify potential functional problems. 88 * Identify code duplication.
|
/external/libtextclassifier/native/annotator/ |
D | entity-data.fbs | 55 // Identify datetime component where datetime expressions are relative.
|
/external/curl/docs/ |
D | ESNI.md | 85 - Identify and implement any changes needed for CMake.
|
/external/python/google-api-python-client/docs/ |
D | oauth-web.md | 46 ### Identify access scopes
|
/external/dexmaker/ |
D | README.md | 66 // Identify the 'hello()' method on declaringType.
|
/external/google-styleguide/docguide/ |
D | best_practices.md | 27 * Identify what you really need: release docs, API docs, testing guidelines.
|
/external/llvm/lib/Target/X86/ |
D | X86SchedSandyBridge.td | 18 // FIXME: Identify instructions that aren't a single fused micro-op.
|
/external/python/cpython2/Doc/library/ |
D | smtplib.rst | 193 Identify yourself to the SMTP server using ``HELO``. The hostname argument 204 Identify yourself to an ESMTP server using ``EHLO``. The hostname argument
|
/external/llvm/docs/ |
D | ReleaseProcess.rst | 26 * Identify, reduce and report every regression found during tests and benchmarks
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReleaseProcess.rst | 27 * Identify, reduce and report every regression found during tests and benchmarks
|
/external/catch2/docs/ |
D | command-line.md | 21 [Identify framework and version according to the libIdentify standard](#identify-framework-and-vers… 258 ## Identify framework and version according to the libIdentify standard
|
/external/python/cpython3/Doc/library/ |
D | smtplib.rst | 256 Identify yourself to the SMTP server using ``HELO``. The hostname argument 267 Identify yourself to an ESMTP server using ``EHLO``. The hostname argument
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | tfcompile.md | 46 Identify the feeds and fetches that correspond to the input and output
|
/external/u-boot/doc/uefi/ |
D | uefi.rst | 287 /* Identify as UEFI driver */
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 656 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify() function in tinyxml2::XMLDocument 1014 p = _document->Identify( p, &node ); in ParseDeep()
|