Searched refs:Here (Results 1 – 25 of 573) sorted by relevance
12345678910>>...23
/external/google-breakpad/src/common/dwarf/ |
D | cfi_assembler.cc | 57 entry_length_->start = Here(); in CIEHeader() 61 entry_length_->start = Here(); in CIEHeader() 87 entry_length_->start = Here(); in FDEHeader() 89 D64(Here() - cie_pointer); in FDEHeader() 94 entry_length_->start = Here(); in FDEHeader() 96 D32(Here() - cie_pointer); in FDEHeader() 113 entry_length_->length = Here() - entry_length_->start; in FinishEntry()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Amps and angle encoding.text | 11 Here's a [link] [1] with an ampersand in the URL. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 15 Here's an inline [link](/script?foo=1&bar=2). 17 Here's an inline [link](</script?foo=1&bar=2>).
|
D | Hard-wrapped paragraphs with list-like lines.text | 7 Here's one with a bullet.
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Amps and angle encoding.text | 11 Here's a [link] [1] with an ampersand in the URL. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 15 Here's an inline [link](/script?foo=1&bar=2). 17 Here's an inline [link](</script?foo=1&bar=2>).
|
D | Links, reference style.text | 64 Here's one where the [link 67 Here's another where the [link
|
D | Code Spans.text | 5 Here's how you put `` `backticks` `` in a code span.
|
/external/markdown/tests/markdown-test/ |
D | amps-and-angle-encoding.txt | 11 Here's a [link] [1] with an ampersand in the URL. 13 Here's a link with an amersand in the link text: [AT&T] [2]. 15 Here's an inline [link](/script?foo=1&bar=2). 17 Here's an inline [link](</script?foo=1&bar=2>).
|
D | hard-wrapped.txt | 7 Here's one with a bullet.
|
/external/markdown/tests/misc/ |
D | underscores.txt | 3 Here is some _emphasis_, ok? 9 Here is some __strong__ stuff.
|
D | html-comments.txt | 1 Here is HTML <!-- **comment** -->
|
D | para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule.
|
/external/icu/icu4c/source/samples/layout/ |
D | Sample.txt | 1 …Here's a sample of some text written in Sanskrit: श्रीमद् भगवद्गीता अध्याय अर्जुन विषाद योग धृतराष…
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 77 …determined by the first 3. So you don't need to worry about them for now. Here, Matrix\<float, Dyn… 94 Here, the constructor called is DenseStorage::DenseStorage(int size, int rows, int columns) 97 Here is this constructor: 102 Here, the \a m_data member is the actual array of coefficients of the matrix. As you see, it is dyn… 126 Here, v and w are of type VectorXf, which is a typedef for a specialization of Matrix (as we explai… 150 …sm in C++ is by means of virtual functions. This is dynamic polymorphism. Here we don't want dynam… 152 Here, what we want is to have a single class MatrixBase as the base of many subclasses, in such a w… 182 Here of course, \a Derived and \a OtherDerived are VectorXf. 184 …is, a class in which we have an operator() so it behaves like a function. Here, the functor used i… 186 …op class takes one template parameter: the type of the numbers to handle. Here of course we want t… [all …]
|
D | TopicLazyEvaluation.dox | 33 Here is now a more involved example: 45 …zy evaluation? Then use \link MatrixBase::noalias() .noalias()\endlink instead. Here is an example: 49 Here, since we know that matrix2 is not the same matrix as matrix1, we know that lazy evaluation is… 57 …stly to compute and is reused sufficiently many times, that is worth "caching". Here is an example: 61 Here, provided the matrices have at least 2 rows and 2 columns, each coefficienct of the expression…
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store-i386.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an 12 // Here we have a pointer to integer cast.
|
D | misc-ps-region-store-x86_64.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an 12 // Here we have a pointer to integer cast.
|
/external/valgrind/gdbserver_tests/ |
D | nlpasssigalrm.stdinB.gdb | 17 # Here, gdb should have been informed of the 1st SIGALRM 21 # Here, we expect to have stop on the breakme++
|
/external/iproute2/ |
D | README.distribution | 6 Here's how to think about it: Let F() be the cumulative distribution 16 0 to 1. Here, G(t) = the x such that P(X <= x) = t. (In general, G may 45 easiest simply to create a table for F and "invert" it. Here, we give 49 1. Collect enough data points to characterize the distribution. Here, I 91 deviation 1. How do you know what values to use for real? Here, I've
|
/external/iproute2/netem/ |
D | README.distribution | 8 Here's how to think about it: Let F() be the cumulative distribution 18 0 to 1. Here, G(t) = the x such that P(X <= x) = t. (In general, G may 47 easiest simply to create a table for F and "invert" it. Here, we give 51 1. Collect enough data points to characterize the distribution. Here, I 93 deviation 1. How do you know what values to use for real? Here, I've
|
/external/icu/icu4c/source/data/locales/ |
D | br.txt | 203 "Here", 231 "Here", 247 "Here", 275 "Here",
|
/external/llvm/test/CodeGen/X86/ |
D | tail-call-attrs.ll | 13 ; Here, there's more zero extension to be done between the call and the return, 28 ; Here, one function is zeroext and the other is signext. To the extent that
|
/external/llvm/test/Transforms/ConstantHoisting/PowerPC/ |
D | masks.ll | 5 ; Here the masks are all contiguous, and should not be hoisted. 37 ; Here the masks are not contiguous, and should be hoisted.
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 26 Here are some real world examples: 41 Here are some real world examples: 55 Here are some real world examples:
|
/external/antlr/antlr-3.4/runtime/C/m4/ |
D | dummy | 1 Here to make sure autoconf does not screw up
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | atsections.dox | 38 /// from their initialization. Here is an example: 71 /// Here is an example: 92 /// Here you could for instance place a <code>\#include</code> 98 /// Here is an example:
|
12345678910>>...23