OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:them
(Results
451 - 475
of
5167
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java
74
// add tests for
them
.
/frameworks/base/docs/html/resources/articles/
painless-threading.jd
4
<p>This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling
them
in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads. </p>
38
make sure to do
them
in extra threads (<em>background</em> or <em>worker</em>
63
them
but here is a comprehensive list:</p>
137
<p>In addition to the official documentation, you can read several complex examples in the source code of Shelves (<a href="http://code.google.com/p/shelves/source/browse/trunk/Shelves/src/org/curiouscreature/android/shelves/activity/ShelvesActivity.java">ShelvesActivity.java</a> and <a href="http://code.google.com/p/shelves/source/browse/trunk/Shelves/src/org/curiouscreature/android/shelves/activity/AddBookActivity.java">AddBookActivity.java</a>) and Photostream (<a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/LoginActivity.java">LoginActivity.java</a>, <a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/PhotostreamActivity.java">PhotostreamActivity.java</a> and <a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/ViewPhotoActivity.java">ViewPhotoActivity.java</a>). We highly recommend reading the source code of <a href="http://code.google.com/p/shelves/">Shelves</a> to see how to persist tasks across configuration changes and how to cancel
them
properly when the activity is destroyed.</p>
/frameworks/base/include/utils/
Singleton.h
55
* and avoid to have a copy of
them
in each compilation units Singleton<TYPE>
misc.h
49
* spaces in
them
. This practice is necessary for Win32, because Win32's
/frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java
105
* add
them
to the respective sets. Searches the package on the whole class
163
* add
them
to the respective sets. Searches the package in a class directory.
185
* add
them
to the respective sets. Searches the package in a single jar file.
215
* add
them
to the respective sets. Searches the package in a single apk file.
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java
72
new String[] { // classes to rename (so that we can replace
them
)
/ndk/build/platforms/android-3/arch-arm/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/ndk/build/platforms/android-4/arch-arm/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/ndk/build/platforms/android-5/arch-arm/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/ndk/build/platforms/android-5/arch-x86/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/ndk/build/platforms/android-8/arch-arm/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/ndk/build/platforms/android-8/arch-x86/usr/include/netinet/
in_systm.h
46
* swapped so that VAX instructions will work on
them
. It reverses
/packages/apps/Email/src/com/android/email/activity/
AccountFolderListItem.java
65
* and process
them
accordingly.
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java
20
* percentage values even in this draft if both of
them
represent a
/packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialerView.java
63
* For those, we pass
them
to the model (and then the InCallScreen).
/packages/inputmethods/PinyinIME/jni/include/
ngram.h
44
// to make
them
changable in next version.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
filenames.h
6
some of
them
have case-insensitive file names.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java
29
* This also keeps references to objects already created and tries to reuse
them
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResourceItem.java
19
// get both FolderConfiguration and compare
them
/sdk/emulator/tools/
qemu-props.c
18
* from the emulator program and set
them
in the currently-running emulated
/system/core/adb/
utils.h
25
* which allows one to use
them
in succession, only checking for overflows
/dalvik/vm/alloc/
MarkSweep.c
625
* we'll attempt to collect all of
them
, some of
626
*
them
, or none of
them
.
684
* a finger that points past the end of
them
.
942
* and schedule
them
for finalization.
963
// we can schedule
them
next time. Watch out,
[
all
...]
/frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex2.jd
279
returned Intent) and use
them
to create a new note.
306
for some example layouts and how to use
them
. The ApiDemos sample project is also a
334
be split equally between
them
(because we claim they are equally important).
381
so that our class can use
them
to set and get the note title and body,
385
with the extras Bundle attached to the calling Intent. We'll use
them
to pre-populate
386
the title and body text edit views so that the user can edit
them
.
398
IDs associated to
them
in the R class, and need to be cast to the right
406
fields (you need to declare
them
at the top of the class definition).</p>
450
have seen
them
before, but all you really need to take away from this is
470
text fields, and put
them
into the return Bundle so that they can be passe
[
all
...]
/frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex2.jd
279
returned Intent) and use
them
to create a new note.
306
for some example layouts and how to use
them
. The ApiDemos sample project is also a
334
be split equally between
them
(because we claim they are equally important).
381
so that our class can use
them
to set and get the note title and body,
385
with the extras Bundle attached to the calling Intent. We'll use
them
to pre-populate
386
the title and body text edit views so that the user can edit
them
.
398
IDs associated to
them
in the R class, and need to be cast to the right
406
fields (you need to declare
them
at the top of the class definition).</p>
450
have seen
them
before, but all you really need to take away from this is
470
text fields, and put
them
into the return Bundle so that they can be passe
[
all
...]
/bootable/recovery/edify/
expr.h
132
// zero or more char** to put
them
in). If any expression evaluates
137
// zero or more Value** to put
them
in). If any expression evaluates
Completed in 426 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>