/external/icu/icu4c/source/samples/uresb/ |
D | sr.txt | 29 udata { "This is udata help topic" } 30 resourcebundles { "This is resource bundle help topic" } 31 collation { "This is collation help topic" } 32 breakit { "This is break iterator help topic" } 33 translit { "This is transliteration help topic" } 34 unicode { "This is unicode help topic" } 35 format { "This is format help topic" }
|
D | root.txt | 27 udata { "ROOT udata help topic" } 28 resourcebundles { "ROOT resource bundle help topic" } 29 collation { "ROOT collation help topic" } 30 breakit { "ROOT break iterator help topic" } 31 translit { "ROOT transliteration help topic" } 32 unicode { "ROOT unicode help topic" } 33 format { "ROOT format help topic" }
|
D | en.txt | 28 udata { "This is udata help topic" } 29 resourcebundles { "This is resource bundle help topic" } 30 collation { "This is collation help topic" } 31 breakit { "This is break iterator help topic" } 32 translit { "This is transliteration help topic" } 33 unicode { "This is unicode help topic" } 34 format { "This is format help topic" }
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | cmdline.py | 132 def help_noop(self, error=None, topic=None, parser=None): argument 352 def help(self, error=None, topic=None, parser=None): argument 354 assert error or topic or parser 364 help_msg = topics.get(topic, '').strip() 368 print("Don't know topic %r" % topic) 381 self.help_fn(topic='minimum_help') 404 self.help_fn(topic='help') 416 self.help_fn(topic=a) 418 self.help_fn(topic='help') 423 self.help_fn(topic='version')
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 23 * `ABI Addenda and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_a… 25 * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_ac… 30 * `ARMv8 Instruction Set Overview <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.genc… 32 * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_ac… 133 * `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.a… 134 * `ELF for the ARM Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E… 135 * `ELF for the ARM 64-bit Architecture (AArch64) <http://infocenter.arm.com/help/topic/com.arm.doc.…
|
D | SphinxQuickstartTemplate.rst | 50 unless there is already a "how to" about your topic. The reason for this
|
/external/qemu/android/ |
D | help.h | 45 extern int android_help_for_topic( const char* topic, stralloc_t* out );
|
D | help.c | 1601 android_help_for_topic( const char* topic, stralloc_t* out ) in android_help_for_topic() argument 1606 if ( !strcmp(tt->name, topic) ) { in android_help_for_topic()
|
/external/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 7 request ss_help, "Display info on command or topic.",
|
/external/chromium_org/cc/ |
D | OWNERS | 1 # For patches touching specific topics, try the topic-specific OWNERS at the
|
/external/webrtc/test/functional_test/ |
D | README | 39 for more details on this topic. This can be overridden with the flag
|
/external/eigen/doc/ |
D | TutorialMatrixArithmetic.dox | 59 This is an advanced topic that we explain on \ref TopicEigenExpressionTemplates "this page", 145 For more details on this topic, see the page on \ref TopicAliasing "aliasing". 210 For more details on this topic, see \ref TopicAssertions "this page".
|
D | TemplateKeyword.dox | 15 …late and \c typename keywords are routinely used to define templates. This is not the topic of this 123 For more information and a fuller explanation of this topic, the reader may consult the following s…
|
D | TutorialBlockOperations.dox | 63 …l cases, providing more specialized API and/or better performance. On the topic of performance, al…
|
D | TutorialLinearAlgebra.dox | 114 \ref TopicLinearAlgebraDecompositions "this topic".
|
/external/nanopb-c/docs/ |
D | lsr.css | 16 p.topic-title {
|
/external/llvm/docs/_static/ |
D | llvm.css | 110 .topic-title{ display: none }
|
/external/chromium_org/ui/base/cocoa/ |
D | underlay_opengl_hosting_window.mm | 100 …// - It breaks Expose: <http://sourceforge.net/projects/heat-meteo/forums/forum/268087/topic/45826…
|
/external/ceres-solver/docs/source/ |
D | features.rst | 85 .. _solution quality: https://groups.google.com/forum/#!topic/ceres-solver/UcicgMPgbXw
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 105 could a great topic for a separate study.
|
D | 2001-02-09-AdveCommentsResponse.txt | 167 > Instead, it could a great topic for a separate study.
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 298 div.topic {
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-03-08-addi12-ccout.ll | 11 define void @SyHelp(i8* nocapture %topic, i32 %fin) nounwind {
|
/external/jsoncpp/ |
D | SConstruct | 82 …# http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.vacpp7a.doc/compiler/r…
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 3748 dojo.subscribe = function(/*String*/ topic, /*Object|null*/ context, /*String|Function*/ method){ argument 3763 … return [topic, dojo._listener.add(dojo._topics, topic, dojo.hitch(context, method))]; /*Handle*/ 3780 dojo.publish = function(/*String*/ topic, /*Array*/ args){ argument 3795 var f = dojo._topics[topic]; 3801 dojo.connectPublisher = function( /*String*/ topic, argument 3819 var pf = function(){ dojo.publish(topic, arguments); }
|