OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:each
(Results
726 - 750
of
7153
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/widget/
SimpleAdapter.java
31
* backing the list as an ArrayList of Maps.
Each
entry in the ArrayList corresponds to one row
32
* in the list. The Maps contain the data for
each
row. You also specify an XML file that
68
* @param data A List of Maps.
Each
entry in the List corresponds to one row in the list. The
69
* Maps contain the data for
each
row, and should include all the entries specified in
73
* @param from A list of column names that will be added to the Map associated with
each
320
* a prefix.
Each
item that does not start with the supplied prefix
/frameworks/base/docs/html/guide/tutorials/views/
hello-formstuff.jd
22
<p>For
each
widget you want to add, just put the respective View inside here.</p>
152
When
each
is pressed, we'll pop up a message.</p>
176
<li>To do something when
each
is selected, we'll need an OnClickListener. Unlike the other
200
<p>This captures
each
of the RadioButtons from our layout and adds the newly-created
201
OnClickListener to
each
.</p>
245
you can change
each
of these with <code>setTextOn(<var>CharSequence</var>)</code> and
hello-mapview.jd
105
<li>Then initialize
each
of these in <code>onCreate()</code>. We'll capture the LinearLayout and
135
<li> First thing, we need an OverlayItem ArrayList, in which we'll put
each
of the OverlayItem
140
<li>All the constructor does is define the default marker to be used on
each
of the OverlayItems.
157
<p>
Each
time we add a new OverlayItem, we must call <code>populate()</code>, which will read
each
of out
160
<li>In order for the <code>populate()</code> method to read
each
OverlayItem, it will make a request to
/packages/apps/Phone/src/com/android/phone/
InCallMenuView.java
62
/** Background of
each
item (should contain the selected and focused states) */
240
* computes positions for
each
child, and then stores them in the
243
* At this point the visibility of
each
item in mItems[][] is correct,
268
// Since
each
row can have a different number of items, this will be computed per row
274
// We add horizontal dividers between
each
visible row, so there should
330
// Last child on
each
row should extend to very right edge
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-pass.h
36
TDI_original, /* dump
each
function before optimizing it */
37
TDI_generic, /* dump
each
function after genericizing it */
38
TDI_nested, /* dump
each
function after unnesting it */
39
TDI_vcg, /* create a VCG graph file for
each
55
each
pass */
57
each
pass */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java
47
* - move the logic for
each
layout to groovy scripts?
118
// first compute for
each
children
216
* The way this works: for
each
children, for
each
direction, look for all the chidrens
305
// now process
each
children in the same direction.
348
* Computes and returns a map of (id, node) for
each
node of a given {@link Set}.
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DebugTraceXfer.c
293
* In the Asynch case we use the SM CB to return to the SM after
each
Asynch call
463
* DESCRIPTION: enable printing on
each
interrupt
483
* DESCRIPTION: disable printing on
each
interrupt
503
* DESCRIPTION: enable sending udp on
each
interrupt
522
* DESCRIPTION: disable sending udp on
each
interrupt
616
* Calculate
each
Frame Length
/cts/tools/dasm/src/java_cup/
lalr_state.java
10
* states under terminal and non-terminal symbols.
Each
state represents
197
* recognizer. When the machine is constructed,
each
item that results
236
* the beginning and EOF as expected lookahead). Then for
each
state
239
* from a state we make a transition on
each
symbol that appears before
327
/* now create a transition out for
each
individual symbol */
383
/* look at
each
propagate link out of that item */
421
/* recursively propagate out from
each
item in the state */
430
* action table and a reduce-goto table. The rows in
each
table
465
/* consider
each
item in our state */
475
/* consider
each
lookahead symbol *
[
all
...]
/cts/tools/utils/cts/
tools.py
26
Each
test package consists of one or more suites,
each
containing one or more subsuites and/or
27
one or more test cases.
Each
test case contains one or more tests.
/dalvik/dx/src/com/android/dx/util/
FixedSizeList.java
98
* @param separator {@code null-ok;} separator to insert between
each
item
112
* @param separator {@code null-ok;} separator to insert between
each
item
243
* @param separator {@code null-ok;} separator to insert between
each
item
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathVisitor.java
38
* for
each
component of the XPath. Aside from possible other uses, the
42
* <p>
Each
method has the form
49
* and doesn't much except return true for
each
method.</p>
/development/pdk/docs/source/
cla-corporate.jd
4
<div><p>In order to clarify the intellectual property license granted with Contributions from any person or entity, the Android Open Source Project (the "Project") must have a Contributor License Grant ("Grant") on file that has been signed by
each
Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Project and the Android Open Source Project Leads (the "Project Leads"); it does not change your rights to use your own Contributions for any other purpose.
29
<li><p>You represent that You are legally entitled to grant the above license. You represent further that
each
employee of the Corporation designated on Schedule A below (or in a subsequent written modification to that Schedule) is authorized to submit Contributions on behalf of the Corporation.
32
<li><p>You represent that
each
of Your Contributions is Your original creation (see section 7 for submissions on behalf of others).
/external/apache-http/src/org/apache/commons/codec/binary/
Hex.java
93
* Converts an array of bytes into an array of characters representing the hexidecimal values of
each
byte in order.
159
* hexidecimal values of
each
byte in order. The returned array will be
173
* hexidecimal values of
each
byte in order. The returned array will be
/external/bison/lib/
xmalloc.c
42
/* Allocate an array of N objects,
each
with S bytes of memory,
69
objects
each
of S bytes, with error checking. S must be nonzero. */
97
each
of S bytes. *PN must be nonzero unless P is null, and S must
/external/bluetooth/glib/docs/reference/glib/tmpl/
datalist.sgml
189
Calls the given function for
each
data element of the datalist.
190
The function is called with
each
data element's #GQuark id and data,
198
@func: the function to call for
each
data element.
datasets.sgml
180
Calls the given function for
each
data element which is associated with the
188
@func: the function to call for
each
data element.
195
It is called with
each
#GQuark id and associated data element,
/external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml
190
base_init is invoked once for
each
class structure.</entry>
202
assign to
each
class' method its function pointer) and create the signals and
219
<entry morerows="1">
Each
call to <function><link linkend="g-object-new">g_object_new</link></function> for target type</entry>
230
<!--entry>
Each
call to <function><link linkend="g-object-new">g_object_new</link></function> for target type</entry-->
233
the instance_init provided for
each
type is invoked once for
each
instance
403
base_init is invoked once for
each
class structure.</entry>
420
its dispose method. As such,
each
weak ref can be invoked more than once upon
663
It should be noted that the param_id used here need only to uniquely identify
each
686
signal will be emitted once for
each
of these changed properties as soon as the propert
[
all
...]
/external/dnsmasq/contrib/dnslist/
dnslist.pl
55
# Time to wait after
each
page update. (The state file is checked for changes
56
# before
each
update but is not read in
each
time, in case it is very big. The
116
# Mark
each
online host as online.
311
Also, for
each
author's protection and ours, we want to make certain
338
the term "modification".)
Each
licensee is addressed as "you".
349
conspicuously and appropriately publish on
each
copy an appropriate
390
entire whole, and thus to
each
and every part regardless of who wrote it.
457
6.
Each
time you redistribute the Program (or any work based on the
510
Each
version is given a distinguishing version number. If the Progra
[
all
...]
/external/e2fsprogs/ext2ed/
blockbitmap_com.c
113
we need to allocate, and call allocate_block for
each
one.
135
allocate_block (entry_num); /* for
each
block */
206
We show the bitmap as a series of bits, grouped at 8-bit intervals. We display 8 such groups on
each
line.
/external/emma/core/java12/com/vladium/jcd/cls/
Method_info.java
20
*
Each
class method, and
each
instance initialization method <init>, is described
46
*
Each
value of the attributes table must be a variable-length attribute structure.
/external/icu4c/i18n/
regexcmp.h
173
UVector32 fParenStack; // parentheses stack.
Each
frame consists of
176
// first entry in
each
frame is the position of the
194
// initially scanned.
Each
new interval
/external/icu4c/test/intltest/
fldset.h
23
* This class represents a collection of integer values (fields),
each
designated by
24
* one of a particular set of enum values.
Each
integer value (int32_t) is optional and
221
* For
each
set field, set the same field on this Calendar.
/external/iproute2/examples/
README.cbq
33
#
Each
shaper must be described by config file in $CBQ_PATH
34
# (/etc/sysconfig/cbq/) directory - one config file for
each
CBQ shaper.
37
#
Each
shaper has its personal ID - two byte HEX number. Really ID is
/external/iptables/libipq/
libipq.3
37
For
each
supported protocol, a kernel module called a
67
on
each
function.
165
packets and issues NF_ACCEPT verdicts on
each
packet.
/external/jpeg/
jdct.h
53
*
Each
IDCT routine has its own ideas about the best dct_table element type.
68
*
Each
IDCT routine is responsible for range-limiting its results and
127
* CONST_BITS is defined within
each
module using these macros,
Completed in 659 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>