OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:them
(Results
401 - 425
of
16064
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/protobuf/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.
/frameworks/base/docs/html/distribute/analyze/
google-services.jd
2
page.metaDescription=Find your Analytics reports where you need
them
within Google Play, AdMob, and AdWords.
31
like to reach out to remind
them
to return. Creating lists with this sort of
44
Users are different, so why force
them
all to have the same experience? Using
47
users, those who have made purchases, and serve
them
IAP ads and experiences;
48
however, for users that are less likely to make purchases you can serve
them
77
different user groups, to serve
them
the best experiences.
/ndk/sources/third_party/googletest/googletest/samples/
sample7_unittest.cc
50
// instead of reusing
them
. In this sample we will define a simple factory
52
// SetUp() method and delete
them
in TearDown() method.
108
// In order to run value-parameterized tests, you need to instantiate
them
,
109
// or bind
them
to a list of values which will be used as test parameters.
110
// You can instantiate
them
in a different translation module, or even
111
// instantiate
them
several times.
/frameworks/base/docs/html/distribute/users/
build-community.jd
22
users and get
them
talking about your apps to friends, family and others in
55
that interests
them
or can I make it a way to turn
them
onto my other
84
been able to address their earlier issues you may convert
them
into
123
passion for great apps, so be sure to give
them
plenty of reason to do so.
154
Engaged users want you to succeed. Let
them
know you?re listening! Responding
170
versions or new apps to make
them
feel special.
/external/replicaisland/res/values/
kabocha.xml
19
Jolly good! You learn exactly as quickly as I calculated you would. Fantastique! Remember, the trackball and directional pad are just for <b>changing direction</b>. You do not need to press
them
constantly.
43
Did you see those little pearls floating in the air along the way? You should <b>collect
them
</b> as you travel across the island. If you are damaged, collecting pearls will <b>help your repair system</b> and give you an <b>impressive energy shield</b> for a short time. <small>The pearls do not actually have anything to do with your operation but I really need
them
to help pay off this lab. The economy, you know.</small>
51
This entire island flows from The Source. Its power affects the things that get close to it, and this island is consequently full of unique forms of life. One of
them
, I?m sorry to say, is my fault.
55
Years ago I released some small robots on the island in an attempt to pinpoint the exact location of The Source. The mistake I made was allowing
them
to replicate on their own. The Source twisted
them
such that I lost control, and since then they have multiplied at such a rate that the little pests have almost overrun the island.
59
I?ve given you a useful maneuver to dispose of these pesky troublemakers. While in the air, <b>press the red attack button to drop your full weight onto enemies and crush
them
</b>. Give it a shot on that fellow to the left.
63
Jolly good! Way to drop the hammer! <small>(My calculations suggest that phrase is the preferred selection given the state of contemporary language)</small> Of course, you can always just avoid these robotic cretins if you like, but you?ll be doing the island a great service if you destroy
them
. Remember, if you get hurt you can collect pearls to restore your health <small>and help me put a dent in my credit card bill</small>.
67
One more important point I almost forgot to mention. Your internal battery uses <b>red gems</b> to synthesize power from extremely low-light conditions. I did a survey of the island and concluded that every major area has enough gems to keep you going, but it is imperative that you <b>collect
them
whenever you see
them
</b>. My research suggests that there should be at least three gems in each area, and to get to th (…)
[
all
...]
/external/libpcap/pcap/
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
/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/
overview.jd
23
code, so that you can maintain
them
independently. Externalizing your
67
specify alternative resources, access
them
in your application, and more:</p>
71
<dd>What kinds of resources you can provide in your app, where to save
them
, and how to create
74
<dd>How to use the resources you've provided, either by referencing
them
from your application
94
ID, so you can't reference
them
through the {@code R} class or from XML resources. Instead, you can
/frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd
43
the {@link android.os.AsyncTask#execute execute()} requests and performs
them
serially. This
48
images in a background thread, then apply
them
to the UI once finished. It also shows a
90
and update
them
. A way around repeated use of {@link android.app.Activity#findViewById
94
Layout, so you can immediately access
them
without the need to look
them
up repeatedly. First, you
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py
64
# Create transactions, "prepare"
them
, and
65
# let
them
be garbage collected.
78
# let
them
be garbage collected.
89
# discard
them
.
112
# around, and dispose
them
.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py
64
# Create transactions, "prepare"
them
, and
65
# let
them
be garbage collected.
78
# let
them
be garbage collected.
89
# discard
them
.
112
# around, and dispose
them
.
/system/extras/ext4_utils/
extent.c
28
and queues
them
to be written */
178
buffer, and connects
them
to an inode. Returns a pointer to the data
203
/* Allocates enough blocks to hold len bytes, queues
them
to be written
204
from a file, and connects
them
to an inode. */
220
/* Allocates enough blocks to hold len bytes and connects
them
to an inode */
/art/runtime/
well_known_classes.h
28
// Various classes used in JNI. We cache
them
so we don't have to keep looking
29
//
them
up. Similar to libcore's JniConstants (except there's no overlap, so
30
// we keep
them
separate).
/bionic/libc/arch-arm/bionic/
atomics_arm.c
38
* This wasn't a problem for the platform code that used
them
, because it
39
* used explicit barrier instructions around
them
. On the other hand, it means
40
* that any NDK-generated machine code that linked against
them
would not
/cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java
75
* Store incoming peer dimensions so tests can inspect
them
.
86
* Store incoming video quality so tests can inspect
them
.
109
* Store incoming camera capabilities so tests can inspect
them
.
/development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java
29
* This application demonstrates the ability to transform views in 2D and 3D, scaling
them
,
30
* translating
them
, and rotating
them
(in 2D and 3D). Use the seek bars to set the various
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java
26
* fittest chromosome among
them
.
50
* population, and then selecting the fittest chromosome among
them
.
66
* fittest chromosome among
them
.
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
IoUtil.java
68
// read a the entries of the input zip file and sort
them
84
// treat
them
again and write
them
in output, wenn they not are empty directories
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java
59
* to retrieve
them
.
65
* retrieve
them
.
76
// retrieve
them
. For now we'll just log it. FIXME
/external/lldb/include/lldb/Core/
dwarf.h
18
// and stuff
them
in our default namespace
45
//// document
them
in the llvm Dwarf.h header file, we won't see
46
////
them
in executable files anywhere.
/external/llvm/test/CodeGen/ARM/
copy-cpsr.ll
7
; is carried in the DAG because duplicating
them
can be more expensive than
13
; + We want
them
to split after an initial common prefix (so that a single
17
; + We want the chains to be long enough that duplicating
them
is expensive.
/external/openssh/
TODO
11
would be best to use
them
.
38
and order to try
them
in e.g. "ChallengeResponseAuthentication skey, pam"
53
left to do. HAVE_LOGIN is one of
them
. Consider NOT looking for
/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.
/external/sepolicy/
installd.te
86
# Manage /data/data subdirectories, including initially labeling
them
88
# setting owner/mode, creating symlinks within
them
, and deleting
them
/external/skia/samplecode/
SampleTextBox.cpp
39
"to dissolve the political bands which have connected
them
with another "
41
"station to which the Laws of Nature and of Nature's God entitle
them
, "
43
"declare the causes which impel
them
to the separation.";
Completed in 116 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>