HomeSort by relevance Sort by last modified time
    Searched full:each (Results 151 - 175 of 7153) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 24 * Metrics for User Happiness are recorded here. Each app can define when to
30 * Log when a user "accepted" IME text. Each application can define what
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryCommitter.java 30 * Each vCard may contain big photo images encoded by BASE64,
32 * Thus, this class push each VCard entry into ContentResolver immediately.
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 34 * @param instr The instrumentation that will be injected into each
49 * @param instr The instrumentation to inject into each test before
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.h 16 * @param strides The number of row bytes in each image plane.
29 * @param offsets The offsets in each image plane with respect to inYuv.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSetSelectionTest.java 49 /** Confirm that we can set the selection to each specific position */
53 // Set the selection to each position
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 52 The FrameLayout is where we keep the content that will change with each tab. Each child in the FrameLayout will
54 In this case, each tab simply shows a different {@link android.widget.TextView} with some text. </p>
57 in our code, and swap the views in the FrameLayout. We've also defined our own IDs for each TextView, which we'll use to
58 associate each tab with the view that it should reveal.</p>
61 you could start with other layout views and build a unique layout hierarchy for each tab.</p>
88 for each of the tabs that we want to add to the TabWidget. Each time we call this, we pass a
  /external/gtest/samples/
sample3_unittest.cc 41 // objects for each test. It is also useful for defining sub-routines
47 // data sharing. Each test is given its own fresh copy of the
59 // each failure belongs to). Technically, these macros invoke a
74 // virtual void SetUp() will be called before each test is run. You
83 // virtual void TearDown() will be called after each test is run.
97 // Creates a new queue, where each element is twice as big as the
  /external/qemu/docs/
CPU-EMULATION.TXT 8 Each "fragment" corresponds to a series of ARM instructions ending with a
11 Each fragment is translated into a "translated block" (a.k.a. TB) of host
12 machine code (e.g. x86). All TBs are put in a cache and each time the
33 into a TB. This is done by decomposing each instruction into a series of
65 Each TLB is also implemented as a global per-emulated-CPU hash-table.
66 The user-level TLB is flushed on each process context switch.
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.h 46 // A single shared object will be used for each integer in the serialized list.
50 // A single shared object will be used for each string in the serialized list.
55 // table overhead for such strings. A separate object will be used for each
62 // for each identical array in the serialized list. Warning: The integer
70 // A separate object will be used for each of these arrays in the serialized list.
76 // A separate object will be used for each dictionary in the serialized list.
  /external/wpa_supplicant/
ctrl_iface.h 58 /* Functions that each ctrl_iface backend must implement */
68 * Required to be implemented in each control interface backend.
80 * Required to be implemented in each control interface backend.
93 * Required to be implemented in each control interface backend.
105 * Required to be implemented in each control interface backend.
117 * Required to be implemented in each control interface backend.
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 58 /* Functions that each ctrl_iface backend must implement */
68 * Required to be implemented in each control interface backend.
80 * Required to be implemented in each control interface backend.
93 * Required to be implemented in each control interface backend.
105 * Required to be implemented in each control interface backend.
117 * Required to be implemented in each control interface backend.
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 51 * index is an index into the array of floats at each vertex, such that
95 * using the homogeneous screen coordinates (sx, sy, sz, sw) of each vertex,
97 * and similar tests for y and z, for each vertex v of the polygon.
114 /* count vertices "outside" with respect to each of the six planes */
137 * now clip against each of the planes that might cut the polygon,
138 * at each step toggling between polygons p1 and p2
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 42 * Implement xsl:for-each.
44 * <!ELEMENT xsl:for-each
51 * <!ATTLIST xsl:for-each
56 * @see <a href="http://www.w3.org/TR/xslt#for-each">for-each in XSLT Specification</a>
71 * construction. Note that this feature applies _only_ to xsl:for-each
78 * Construct a element representing xsl:for-each.
250 * Execute the xsl:for-each transformation
317 * Perform a query if needed, and call transformNode for each child.
378 // each of them
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 74 /* YCbCr, each pixel is two bytes. Two pixels form a unit.
87 /* RGB565, each pixel is two bytes.
90 /* RGB666, each pixel is four bytes.
94 /* RGB444, each pixel is 2 bytes. The MS 4 bits are zeros, the next
97 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
101 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
105 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
109 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
113 /* RGB888, each pixel is 3 bytes. R is 8 bits, G is 8 bits,
193 uint32_t buf_len;/* Length of each buffer *
    [all...]
  /external/stlport/test/eh/
test_algo.cpp 46 // Sort each half of the buffer and reset the address of each element
105 // Prepare an array of counts of the occurrence of each value in
124 // Decrement the appropriate count for each value.
151 // Prepare an array of counts of the occurrence of each value in
158 // Check that each element is greater than the previous one, or if they are
166 // Decrement the appropriate count for each value.
  /frameworks/base/docs/html/guide/tutorials/notepad/
index.jd 13 exercises (see below), each consisting of several steps. You should follow
14 the steps in each exercise to gradually build and refine your
15 application. The exercises explain each step in detail and provide all the
68 the starting points for each of the exercises, while the
77 areas that each covers. Each exercise assumes that you have completed any
82 tutorial examples and describes what each covers. ">
notepad-index.jd 13 exercises (see below), each consisting of several steps. You can follow along
14 with the steps in each exercise and gradually build up and refine your
15 application. The exercises explain each step in detail and provide all the
69 the starting points for each of the exercises, while the
78 areas that each covers. Each exercise assumes that you have completed any
83 tutorial examples and describes what each covers. ">
  /frameworks/base/docs/html/resources/tutorials/notepad/
index.jd 13 exercises (see below), each consisting of several steps. You should follow
14 the steps in each exercise to gradually build and refine your
15 application. The exercises explain each step in detail and provide all the
68 the starting points for each of the exercises, while the
77 areas that each covers. Each exercise assumes that you have completed any
82 tutorial examples and describes what each covers. ">
notepad-index.jd 13 exercises (see below), each consisting of several steps. You can follow along
14 with the steps in each exercise and gradually build up and refine your
15 application. The exercises explain each step in detail and provide all the
69 the starting points for each of the exercises, while the
78 areas that each covers. Each exercise assumes that you have completed any
83 tutorial examples and describes what each covers. ">
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 15 * you also meet, for each linked independent module, the terms and conditions of
52 void *regs2[SI_MAXCORES]; /* va of each core second register set (usbh20) */
53 uint coreid[SI_MAXCORES]; /* id of each core */
54 uint32 cia[SI_MAXCORES]; /* erom cia entry for each core */
55 uint32 cib[SI_MAXCORES]; /* erom cia entry for each core */
58 uint32 coresba[SI_MAXCORES]; /* backplane address of each core */
59 uint32 coresba2[SI_MAXCORES]; /* address of each core second register set (usbh20) */
  /build/tools/droiddoc/templates/
class.cs 13 <?cs each:cl=class.inherited ?>
26 <?cs /each ?>
102 <?cs each:supr = class.inheritance ?>
108 <?cs each:t=supr.interfaces ?>
110 <?cs /each ?>
113 <?cs /each ?>
122 <?cs each:supr = class.inheritance ?>
135 <?cs /each ?>
170 <?cs each:method = methods ?>
188 <?cs /each ?
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 131 // each word in the input (beyond whatever whitespace character separates
219 // An array corresponding to each item in runs_ containing information
220 // on each of the glyphs that were generated. Like runs_, this is in
221 // reading order. However, for rtl text, the characters within each
249 // elements and the advance that should be used for each one. This is
271 // For each input character, this tells us the first glyph index it
280 // Flags and such for each glyph.
283 // Horizontal advances for each glyph listed above, this is basically
284 // how wide each glyph is.
290 // that they don't bump against each other and the base character
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
BatchUpdateException.java 63 * successful updates (or another status code) for each command
81 * successful updates (or another status code) for each command
101 * successful updates (or another status code) for each command
123 * successful updates (or another status code) for each command
146 * process commands following an error, for each successive command
  /development/pdk/docs/compatibility/
overview.jd 9 <p>Each group depends on the others. Users want a wide selection of devices
14 <p>Our goals were designed to benefit each of these groups:</p>
51 <p>Just as each version of the Android platform exists in a separate branch in
52 the source code tree, there is a separate CTS and CDD for each version as
57 <p>For each release of the Android platform, a detailed Compatibility
  /external/dbus/test/data/sha-1/
Readme.txt 12 messages (and not messages of a non-byte length), the SHS tests each come in two flavors. For
26 can correctly generate digests for longer messages. A list of 100 messages, each of length > 1024,
59 during execution of the above procedure, and it ensures that messages will be of a byte length. Each
65 There are two files included for each test type (bit-oriented and byte-oriented). One file contains
71 where z>=0 that represents the number of n, b is either 0 or 1, and each n(i) is a decimal integer

Completed in 220 milliseconds

1 2 3 4 5 67 8 91011>>