OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:these
(Results
476 - 500
of
47981
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-04-16-DynamicCompilation.txt
6
between
these
two complementary stages of compilation. We feel that
7
providing a solution to
these
two goals will yield an excellent solution
16
nothing dynamically.
These
approaches have typically been seen as a
19
system somewhere in between
these
two extremes: Dynamic application
43
For
these
reasons, LLVM has been designed from the beginning as a long-term
44
solution to
these
problems. Its design allows the large body of platform
/external/testng/src/main/java/org/testng/annotations/
AfterGroups.java
13
* after the last test method that belongs to any of
these
groups is
31
* member of one of
these
groups is guaranteed to have been
32
* invoked before this method. Furthermore, if any of
these
41
* are guaranteed that all
these
methods will be run before the test method
42
* that contains this annotation is run. Furthermore, if any of
these
46
* If some of
these
methods have been overloaded, all the overloaded
BeforeGroups.java
13
* belongs to any of
these
groups is invoked.
30
* member of one of
these
groups is guaranteed to have been
31
* invoked before this method. Furthermore, if any of
these
40
* are guaranteed that all
these
methods will be run before the test method
41
* that contains this annotation is run. Furthermore, if any of
these
45
* If some of
these
methods have been overloaded, all the overloaded
/frameworks/support/v7/appcompat/
THEMES
18
These
are the base themes and allow us to switch out the framework base
19
theme automatically.
These
should setup the framework theme ready so
30
Platform specific themes which inherit from the previous platform version.
These
allows us
31
to build up the theme across platforms.
These
themes do most of the work.
58
These
are the themes to be used directly by developers.
These
inherit from
/development/samples/ApiDemos/src/com/example/android/apis/app/
_package.html
18
-
These
examples show various ways you can use activities to implement an
28
-
These
examples show how you can implement application services, which
40
-
These
examples show how you can use alarms to schedule background
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
control
23
networks during
these
periods, and the connection/authentication process
33
triggering
these
wake events and analyzing packet captures to ensure that the
34
DUT does not launch any probe requests during
these
dark resumes.
/external/autotest/venv/lucifer/
jobx.py
7
Most of
these
exist in tightly coupled forms in legacy Autotest code
9
under multiple layers of abstract classes).
These
are defined here to
13
It's not really a good idea to define
these
on the Job class either;
/external/compiler-rt/lib/BlocksRuntime/
data.c
28
We allocate space and export a symbol to be used as the Class for the on-stack and malloc'ed copies until ObjC arrives on the scene.
These
data areas are set up by Foundation to link in as real classes post facto.
30
We keep
these
in a separate file so that we can include the runtime code in test subprojects but not include the data so that compiled code that sees the data in libSystem doesn't get confused by a second copy. Somehow
these
don't get unified in a common block.
/external/curl/docs/libcurl/
curl_strequal.3
42
These
functions are provided by libcurl to enable applications to compare
44
insensitive string comparison functions.
These
two work on all platforms.
46
These
functions will be removed from the public libcurl API in a near
/external/eigen/doc/
FixedSizeVectorizable.dox
32
Now, vectorization (both SSE and AltiVec) works with 128-bit packets. Moreover, for performance reasons,
these
packets need to be have 128-bit alignment.
34
So it turns out that the only way that fixed-size Eigen objects can be vectorized, is if their size is a multiple of 128 bits, or 16 bytes. Eigen will then request 16-byte alignment for
these
objects, and henceforth rely on
these
objects being aligned so no runtime check for alignment is performed.
/external/honggfuzz/third_party/android/libBlocksRuntime/
data.c
28
We allocate space and export a symbol to be used as the Class for the on-stack and malloc'ed copies until ObjC arrives on the scene.
These
data areas are set up by Foundation to link in as real classes post facto.
30
We keep
these
in a separate file so that we can include the runtime code in test subprojects but not include the data so that compiled code that sees the data in libSystem doesn't get confused by a second copy. Somehow
these
don't get unified in a common block.
/external/kernel-headers/original/uapi/linux/
ipc.h
29
/*
these
fields are used by the DIPC package so the kernel as standard
46
*
These
are passed as bitflags or-ed with the actual command
54
*
These
are used to wrap system calls.
/external/libmojo/mojo/edk/test/
BUILD.gn
89
# Public SDK test targets follow.
These
targets are not defined within the
91
# TODO(vtl):
These
don't really belong here. (They should be converted to
92
# apptests, but even apart from that
these
targets belong somewhere else.)
/external/libmojo/mojo/public/
README.md
10
Note that there are various subdirectories named tests/.
These
contain tests of
20
The basic principle for
these
directories is that they consist of the source
41
build/deployment time.
These
tools may be needed (as a practical necessity) to
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.c
23
//
These
functions provide access to new segment level features.
24
// Eventually
these
function may be "optimized out" but for the moment,
25
// the coding mechanism is still subject to change so
these
provide a
/external/libyuv/files/
.gn
17
#
These
are the targets to check headers for by default. The files in targets
18
# matching
these
patterns (see "gn help label_pattern" for format) will have
23
#
These
are the list of GN files that run exec_script. This whitelist exists
/external/llvm/include/llvm/CodeGen/
MachineCombinerPattern.h
20
///
These
are instruction patterns matched by the machine combiner pass.
22
//
These
are commutative variants for reassociating a computation chain. See
29
//
These
are multiply-add patterns matched by the AArch64 machine combiner.
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
README
14
For details about the test cases, see the doc/ directory.
These
tests
26
in the file includes/cpuhotplug_hotplug.sh.
These
include functions for
35
implementing a test suite.
These
include process management, timing,
/external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.html
1
<p>
These
should all get escaped:</p>
35
<p>
These
should not, because they occur within a code block:</p>
70
<p>Nor should
these
, which occur in code spans:</p>
Backslash escapes.text-out
9
<p>
These
should all get escaped:</p>
26
<p>
These
should not, because they occur within a code block:</p>
61
<p>Nor should
these
, which occur in code spans:</p>
Backslash escapes.text-res
9
<p>
These
should all get escaped:</p>
26
<p>
These
should not, because they occur within a code block:</p>
61
<p>Nor should
these
, which occur in code spans:</p>
/external/markdown/tests/markdown-test/
backlash-escapes.html
1
<p>
These
should all get escaped:</p>
18
<p>
These
should not, because they occur within a code block:</p>
51
<p>Nor should
these
, which occur in code spans:</p>
/external/perfetto/test/cts/
README.md
6
on the purpose of CTS and how to run
these
tests.
28
The AndroidTest.xml file which is associated with
these
tests can be found
34
run
these
tests independently of the Android tree if required
/external/protobuf/more_tests/
Makefile
6
# Some of
these
tests require tools or make assumptions that may not be
7
# available on end-user machines, so
these
cannot be part of "make check". For
38
# TODO(kenton): Consider adding -pedantic and -Weffc++. Currently
these
/external/python/cpython2/Doc/
about.rst
2
About
these
documents
6
These
documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
12
.. In the online version of
these
documents, you can submit comments and suggest
Completed in 697 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>