Home
last modified time | relevance | path

Searched refs:Here (Results 1 – 25 of 1475) sorted by relevance

12345678910>>...59

/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.cc57 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_2007/
DAmps and angle encoding.text11 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>).
DLinks, reference style.text64 Here's one where the [link
67 Here's another where the [link
/external/markdown/tests/markdown-test/
Damps-and-angle-encoding.txt11 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>).
/external/markdown/MarkdownTest/Tests_2004/
DAmps and angle encoding.text11 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>).
/external/python/cpython2/Doc/library/
Demail-examples.rst6 Here are a few examples of how to use the :mod:`email` package to read, write,
20 Here's an example of how to send a MIME message containing a bunch of family
26 Here's an example of how to send the entire contents of a directory as an email
32 Here's an example of how to unpack a MIME message like the one
37 Here's an example of how to create an HTML message with an alternative plain
/external/python/cpython3/Doc/library/
Demail.examples.rst6 Here are a few examples of how to use the :mod:`email` package to read, write,
21 Here's an example of how to send a MIME message containing a bunch of family
27 Here's an example of how to send the entire contents of a directory as an email
33 Here's an example of how to unpack a MIME message like the one
39 Here's an example of how to create an HTML message with an alternative plain
/external/markdown/tests/misc/
Dunderscores.txt3 Here is some _emphasis_, ok?
9 Here is some __strong__ stuff.
/external/eigen/doc/
DInsideEigenExample.dox77 …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 …]
DTopicLazyEvaluation.dox33 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/icu/icu4c/source/samples/layout/
DSample.txt1Here's a sample of some text written in Sanskrit: श्रीमद् भगवद्गीता अध्याय अर्जुन विषाद योग धृतराष…
/external/clang/test/Analysis/
Dmisc-ps-region-store-i386.m4 // Here is a case where a pointer is treated as integer, invalidated as an
12 // Here we have a pointer to integer cast.
Dmisc-ps-region-store-x86_64.m4 // Here is a case where a pointer is treated as integer, invalidated as an
12 // Here we have a pointer to integer cast.
/external/bcc/tools/
Ddcstat_example.txt31 Here's an interesting workload:
41 does not exist. Here's the C program that generated the workload:
84 Here's dcstat:
/external/iproute2/
DREADME.distribution6 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/
DREADME.distribution8 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/clang/test/Modules/
Duse-after-free.m3 // Here, we build the module without "non-modular-include-in-framework-module".
15 // Here, we load the module UseAfterFreePublic, it is treated as a system module,
/external/freetype/docs/
DTODO1 Here is a list of items that need to be addressed in FreeType 2
13 Here is a list of bugs which should be handled
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT4.rst33 Here is the complete code listing for our running example that JITs lazily from
43 Here is the code:
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst33 Here is the complete code listing for our running example that JITs lazily from
43 Here is the code:
DBuildingAJIT3.rst32 Here is the complete code listing for our running example with a CompileOnDemand
42 Here is the code:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/ARM/
Dctlz.ll5 ; Here we'll just convert loop to countable,
69 ; Here it will replace the loop -
119 ; Here it will replace the loop -
161 ; Here it will replace the loop -
204 ; Here it will replace the loop -
/external/llvm/test/Transforms/ConstantHoisting/PowerPC/
Dmasks.ll5 ; Here the masks are all contiguous, and should not be hoisted.
37 ; Here the masks are not contiguous, and should be hoisted.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtail-call-attrs.ll13 ; 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/CodeGen/X86/
Dtail-call-attrs.ll13 ; 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

12345678910>>...59