OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:each
(Results
1476 - 1500
of
7153
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/webkit/WebCore/icu/unicode/
ushape.h
38
* appropriate, context-dependent font glyphs for
each
text element, which means
44
* adjacent letters to
each
other, computers select images for
each
letter based
/external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb
50
#
each
time
76
File.new(filename).readlines.
each
{ |line|
307
tagList.
each
{ |tag|
/frameworks/base/awt/java/awt/font/
GlyphVector.java
37
* information and
each
glyph's location.
Each
GlyphVector can be associated
38
* with only one Font. GlyphVector contains the following properties for
each
/frameworks/base/core/java/android/app/
ListActivity.java
88
* for
each
row. It also has two additional parameters that let you specify
97
* fields,one above the other, for
each
list row.
121
* You must identify the data bound to
each
TextView object in this layout. The
/frameworks/base/core/java/android/server/search/
Searchables.java
87
* an application meta-data entry. This way we don't have to pepper
each
202
// analyze
each
one, generate a Searchables record, and record
208
// for
each
component, try to find metadata
/frameworks/base/docs/html/guide/developing/tools/
bmgr.jd
156
newly-selected transport. Backup state tracking is managed separately for
each
transport, so
165
as a group that is collectively called a "restore set," because
each
data set is
172
<p>The output is a listing of available restore sets, one per line. The first item on
each
line is
/frameworks/base/docs/html/guide/topics/data/
backup.jd
177
backed up and how
each
portion is then restored to the device. (This can also help you manage
229
onBackup()} method.
Each
time that your application data changes and you want to perform a backup,
309
<p>You must write
each
chunk of data as an "entity" in the {@link
338
<p>Perform this for
each
piece of data that you want to back up. How you divide your data into
421
through all entities in the data set. For
each
entity found, do the following:</p>
483
one helper is needed for
each
data type. That is, if you have multiple {@link
487
<p>For
each
helper you want to add to your {@link android.app.backup.BackupAgentHelper}, you must do
496
<p>The following sections describe how to create a backup agent using
each
of the available
578
you must use synchronized statements
each
time you perform a read or write. For example,
595
<p>Then create a synchronized statement with this lock
each
time you read or write the files. Fo
[
all
...]
/frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd
49
<p>You should place
each
type of resource in a specific subdirectory of your project's
136
For a file in this directory,
each
child of the {@code <resources>} element defines a single
140
<p>Because
each
resource is defined with its own XML element, you can name the file
208
<p>You can append more than one <em>{@code <config_qualifier>}</em>. Separate
each
228
high-density screen. While the images in
each
drawable directory are sized for a specific screen
235
add multiple qualifiers to one directory name, by separating
each
qualifier with a dash. Table 2
427
<p>There is thus a 4:3 scaling factor between
each
density, so a 9x9 bitmap
601
<li>Only one value for
each
qualifier type is supported. For example, if you want to use
612
current device configuration.
Each
time a resource is requested, Android checks for alternative
622
each
alternative resource directory. Instead, you can (in some cases) create an alternativ
[
all
...]
/frameworks/base/docs/html/resources/articles/
gestures.jd
27
can find the source code of Gestures Builders in the samples directory of
each
36
important because it identifies
each
gesture within your application. The names
90
Prediction instances,
each
with a name - the same name you entered in
live-folders.jd
100
<code>LiveFolders.NAME</code>. The first one is the unique identifier of
each
132
<p>Because we are providing a title and a description for
each
row, Home will
133
automatically display
each
item of the live folder with two lines of text.
/frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd
96
// create a new ImageView for
each
item referenced by the Adapter
137
getView()}. This method creates a new {@link android.view.View} for
each
image added to the {@code
144
the height and width for the View—this ensures that, no matter the size of the drawable,
each
hello-listview.jd
26
<p>This file defines the layout for
each
item that will be placed in the {@link
64
layout description for
each
list item (created in
73
the on-click listener for
each
item. When an item in the {@link android.widget.ListView} is clicked,
/frameworks/base/include/utils/
AssetManager.h
88
*
Each
next cookie will be returned there-after, until NULL indicating
278
* Manage a set of Zip files. For
each
file we need a pointer to the
328
* filesystem when searching for loose assets.
Each
entry is the
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c
108
* Effects compares configuration lines to assignments to
each
170
Effects: reads
each
line of the perf.ini file and processes configuration
188
/* read
each
line */
/hardware/ti/wlan/wl1271/utils/
report.h
49
* Therefore,
each
file has a report flag which indicate if reporting for that file is enabled, \n
50
* and
each
severity has a severity flag which indicate if reporting for that severity is enabled. \n
268
TI_UINT8 aSeverityTable[REPORT_SEVERITY_MAX]; /**< Severities Table: Table which holds for
each
severity level a flag which indicates whether the severity is enabled for reporting */
269
char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for
each
severity a string of its name, which is used in severity's reported messages */
300
* This flag indicates for
each
severity - whether it is enabled for Logging or not.
304
* This flag indicates for
each
file - whether it is enabled for Logging or not.
323
TI_UINT8 aSeverityTable[(REPORT_SEVERITY_MAX + 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for
each
severity - whether it is enabled for Logging or not. */
324
TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for
each
file - whether it is enabled for Logging or not */
335
Each
file has a report flag.
Each
severity has a severity flag
[
all
...]
/packages/apps/AlarmClock/src/com/android/alarmclock/
SetAlarm.java
42
* Manages
each
alarm
70
// Get
each
preference so we can retrieve the value later.
139
// Attach actions to
each
button.
/packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java
40
// Array for
each
of our bins.
Each
entry represents how many items are
86
// The ItemMap will store the number of items in
each
bin.
/packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java
47
* Iterates over a list of URLs from a file and outputs the time to load
each
.
343
* Loops over a list of URLs, points the browser to
each
one, and records the time elapsed.
347
* @param clearCache determines whether the cache is cleared before loading
each
page
/packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java
45
* Manages
each
alarm
78
// Get
each
preference so we can retrieve the value later.
143
// Attach actions to
each
button.
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
56
* Presents a List of search results.
Each
item in the list represents a thread which
59
* the conversation that has a match.
Each
match within the visible portion of the
132
* string
each
time.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
166
* @param codes the list of codes.
Each
list item contains an array of character codes
259
// Compare
each
candidate with
each
previous candidate
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java
122
// Insert a collation key for
each
extra word - useful for contact filtering
229
// Swap the first token with
each
other token (including itself, which is a no-op)
280
* For all tokens that correspond to nickname clusters, substitutes
each
cluster key
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-strings.1
145
For
each
\fIfile\fR given, \s-1GNU\s0 \fBstrings\fR prints the printable
172
Print the name of the file before
each
string.
197
Print the offset within the file before
each
string. The single
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-strings.1
145
For
each
\fIfile\fR given, \s-1GNU\s0 \fBstrings\fR prints the printable
172
Print the name of the file before
each
string.
197
Print the offset within the file before
each
string. The single
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-strings.1
145
For
each
\fIfile\fR given, \s-1GNU\s0 \fBstrings\fR prints the printable
172
Print the name of the file before
each
string.
197
Print the offset within the file before
each
string. The single
Completed in 449 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>