OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:them
(Results
76 - 100
of
5167
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/gtest/samples/
sample7_unittest.cc
50
// side effects. Thus you should create and destroy
them
for each test.
53
// delete
them
in TearDown() method.
110
// In order to run value-parameterized tests, you need to instantiate
them
,
111
// or bind
them
to a list of values which will be used as test parameters.
112
// You can instantiate
them
in a different translation module, or even
113
// instantiate
them
several times.
/ndk/docs/
DEVELOPMENT.TXT
10
The sources live at android.git.kernel.org, You can get
them
with the following:
27
The easiest way to get
them
is to use the following script:
32
them
for you. In the end, the binaries will be located under the following:
40
these tools. Things you can do with
them
include:
42
II.1: Download the toolchain sources and package
them
:
48
packages
them
into a file like /tmp/android-ndk-toolchain-<date>.tar.bz2
/external/libpcap/
sll.h
70
* handle DLT_LINUX_SLL captures will continue to handle
them
correctly
72
* can be told apart and programs that read
them
can dissect the
73
* packets in
them
.
108
* if we don't translate
them
in "pcap-linux.c", capture files
112
* if we do translate
them
in "pcap-linux.c", that makes life
/external/tcpdump/
sll.h
70
* handle DLT_LINUX_SLL captures will continue to handle
them
correctly
72
* can be told apart and programs that read
them
can dissect the
73
* packets in
them
.
111
* if we don't translate
them
in "pcap-linux.c", capture files
115
* if we do translate
them
in "pcap-linux.c", that makes life
/frameworks/base/docs/html/guide/topics/resources/
index.jd
23
code, so that you can maintain
them
independently. Externalizing your
68
specify alternative resources, access
them
in your application, and more:</p>
72
<dd>What kinds of resources you can provide in your app, where to save
them
, and how to create
75
<dd>How to use the resources you've provided, either by referencing
them
from your application
95
ID, so you can't reference
them
through the {@code R} class or from XML resources. Instead, you can
/dalvik/hit/src/com/android/hit/
ArrayInstance.java
44
* Spin through
them
all and list ourselves as a reference holder.
99
* Spin through
them
all and visit
them
/external/proguard/src/proguard/classfile/visitor/
MemberAccessFilter.java
32
* having one of
them
set will be considered sufficient.
42
// way if more of
them
are required at the same time. In that case, one
43
// of
them
being set is sufficient.
package.html
12
expand. We want to separate the objects and the operations performed upon
them
.
35
Because objects (the visitor accepters) and the operations performed upon
them
/external/icu4c/layout/
ValueRecords.cpp
86
// the only way I know how to do that is to convert
them
to le_int16 units,
87
// transform
them
, and then convert
them
back to pixels. Sigh...
190
// the only way I know how to do that is to convert
them
to le_int16 units,
191
// transform
them
, and then convert
them
back to pixels. Sigh...
/cts/tests/core/
ctscore.mk
17
# and when built explicitly put
them
in the data partition
45
# some .class files, so get rid of
them
/development/samples/SampleSyncAdapter/
_index.html
14
validates
them
with an authentication server running in the cloud, and then
15
stores
them
to the account manager. This sample demonstrates how to write an
/development/tools/
make_key
31
echo "$1.pk8 and/or $1.x509.pem already exist; please delete
them
first"
32
echo "if you want to replace
them
."
/external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java
47
* merge
them
.
62
* merge
them
.
VerticalClassMerger.java
48
* merge
them
.
63
* merge
them
.
/external/v8/src/
rewriter.h
36
// and rewrites
them
to return the value of the last expression in
37
//
them
.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd
10
these guidelines as we release
them
.</p>
37
describe how activities work, illustrates
them
with examples, and
/packages/apps/Email/src/com/android/email/mail/transport/
LoggingInputStream.java
56
* Collect chars as read, and log
them
when EOL reached.
66
* Collect chars as read, and log
them
when EOL reached.
/system/core/init/
README.BOOTCHART
35
which will use ADB to retrieve
them
and create a bootchart.tgz file that can be used with
44
2/ unpack
them
/bionic/libc/arch-x86/bionic/
clone.S
42
# we already placed most of
them
/cts/tools/dex-tools/test/dex/reader/util/
SpecialJavaFileManager.java
31
* {@link MemoryByteCode} objects for its output and keeps track of
them
.
/dalvik/dx/tests/077-dex-code-alignment/
run
22
# code unit between the two of
them
.
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestTargetClass.java
27
* Defines an annotation for test classes that allows to link
them
to the class
TestTargets.java
27
* Defines an annotation for test classes that allows to link
them
to the class
/dalvik/libcore/luni/src/main/java/java/io/
ObjectInputValidation.java
22
* example, the validation of a whole graph of objects after all of
them
have
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentFragmentImpl.java
29
* the DOM implementation can easily access
them
while maintaining the DOM tree
Completed in 35 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>