/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmperf.h | 15 * you also meet, for each linked independent module, the terms and conditions of
|
epivers.h | 13 * you also meet, for each linked independent module, the terms and conditions of
|
hndpmu.h | 15 * you also meet, for each linked independent module, the terms and conditions of
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_custom.h | 26 If __PERF_CUSTOMIZABLE__ is defined, each PERF API is routed to a method 29 Currently we support 3 customizable interfaces that can be each enabled or 32 - printing a message on STDOUT, STDERR or a file immediately at each 78 /** In the customizable instrumentation, each call will be
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngrTypes.h | 88 TI_UINT8 numOfProbeReqs; /**< Number of probe request frames to be transmitted on each channel */ 98 * The basic scan is a standard 802.11 scan, which can be active (sending a probe request frame on each channel) 142 TI_UINT32 scanDuration; /**< Time to spend on each channel (in usec) */ 180 TI_UINT8 numOfChannlesForDiscovery; /**< Number of channels to scan at each discovery attempt */
|
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaItemView.java | 28 * A custom layout for each item in the Agenda list view.
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
ImageListUber.java | 37 // This is an array of Longs wherein each Long consists of two components: 77 // we don't have to allocate each time through. Otherwise 163 * each given sub list, there will be one corresponding merge slot. We 165 * we put all the slots in a sorted heap (by timestamp). Each time, we
|
/packages/apps/Email/src/com/android/exchange/provider/ |
GalResult.java | 22 * Each element of the galData array becomes an element of the list used by autocomplete
|
/packages/apps/IM/src/com/android/im/ |
IRemoteImService.aidl | 26 * Gets a list of all installed plug-ins. Each item is an ImPluginInfo.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Promoter.java | 31 * @param suggestions The suggestions from each source.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
PerNameExecutor.java | 23 * Uses a separate executor for each task name.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockNamedTaskExecutorFactory.java | 30 * Runs one task in each executor.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gsstruct.def | 25 Each enum value should correspond with a single member of the union
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
IImageLoader.java | 25 * so each implementation will be different.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTaskFactory.java | 26 * for each new task.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
scanMngrTypes.h | 90 UINT32 maxChannelDwellTime; /**< Maximum time to spend on each channel */ 92 * Minimum time to spend on each channel 125 UINT32 scanDuration; /**< Time to spend on each channel (in usec) */ 159 * number of channels to scan at each discovery
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnOidSM.h | 196 * \param maxDwellTime - maximum dwell time value to be used for each channel.\n 197 * \param minDwellTime - minimum dwell time value to be used for each channel.\n 198 * \param ETCondition - early termination condition value to be used for each channel.\n 199 * \param ETFrameNumber - early termination frame number value to be used for each channel.\n
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
scanMngrTypes.h | 88 TI_UINT8 numOfProbeReqs; /**< Number of probe request frames to be transmitted on each channel */ 98 * The basic scan is a standard 802.11 scan, which can be active (sending a probe request frame on each channel) 142 TI_UINT32 scanDuration; /**< Time to spend on each channel (in usec) */ 180 TI_UINT8 numOfChannlesForDiscovery; /**< Number of channels to scan at each discovery attempt */
|
/frameworks/base/core/java/android/view/animation/ |
GridLayoutAnimationController.java | 39 * Information used to compute the animation delay of each child are stored 137 * @param animation the animation to use on each child of the view group 147 * @param animation the animation to use on each child of the view group 148 * @param columnDelay the delay by which each column animation must be offset 149 * @param rowDelay the delay by which each row animation must be offset 397 * The set of parameters that has to be attached to each view contained in 399 * parameters are used to compute the start time of each individual view's
|
/hardware/msm7k/librpc/ |
xdr.c | 200 * > elemsize: size of each element 201 * > xdr_elem: routine to XDR each element 333 * elsize is the size (in bytes) of each element, and elproc is the 334 * xdr procedure to call to handle each element of the array. 341 u_int elsize, /* size in bytes of each element */ 342 xdrproc_t elproc) /* xdr routine to handle each element */ 378 * now we xdr each element of array
|
/cts/tools/host/src/res/ |
cts_result.xsl | 274 <xsl:for-each select="TestResult/TestPackage"> 293 </xsl:for-each> <!-- end package --> 302 <xsl:for-each select="TestResult/TestPackage"> 322 <xsl:for-each select="TestSuite//TestCase"> 331 <xsl:for-each select="ancestor::TestSuite"> 334 </xsl:for-each> 340 <xsl:for-each select="Test"> 415 </xsl:for-each> <!-- end test --> 416 </xsl:for-each> <!-- end test case --> 418 </xsl:for-each> <!-- end test package -- [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 98 // each with parameter values "meeny", "miny", and "moe". 120 // This statement will instantiate all tests from FooTest again, each 168 // for each element in the sequence produced by the generator. 171 // each three times with parameter values 3, 5, and 8: 237 // each with C-string values of "foo", "bar", and "baz": 243 // each with STL strings with values "a" and "b": 258 // each with parameter values 'a' and 'b': 300 // For example, this instantiates tests from test case BarTest each 305 // This instantiates tests from test case BazTest each with values 1, 2, 3.5. 365 // This will instantiate tests in test case AnimalTest each one wit [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
index.jd | 32 {@link android.view.ViewGroup} objects. There are many types of views and view groups, each of which 61 that its child nodes draw themselves — in turn, each view group node is responsible for calling 62 upon each of its own child views to draw themselves. 64 decision on where how big each child can be. Android parses 76 XML offers a human-readable structure for the layout, much like HTML. Each element in XML is 120 TableLayout, GridLayout and others. Each offers a unique set of layout parameters that are used to define the 148 On<em><something></em>Listener, each with a callback method called <code>On<em><something></em>()</code>. 162 onKeyDown()}</code>). This allows you to define the default behavior for each event inside your custom View and determine 185 draw each of your menu items in it.</p> 207 your view group and each child View is initialized and populated with data from the Adapter.</p [all...] |
layout-objects.jd | 43 and the <em>gravity</em> (right, center, or left alignment) of each child. </p> 65 to each child, depending on what proportion of the screen each should 97 (each TableRow defines a single row in the table). 98 Each row has zero or more cells, each of which is defined by any kind of other View. So, the cells of a row may be 101 <p>The following sample layout has two rows and two cells in each. The accompanying screenshot shows the 149 position relative to the parent view or to each other (specified by ID). So you can 250 <td>Enables you to specify the location of child objects relative to each 277 <td>A tabular layout with an arbitrary number of rows and columns, each cel [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemUse.java | 56 * sets. Each name is specified as a QName, which is expanded as 80 * sets. Each name is specified as a QName, which is expanded as 98 * sets. Each name is specified as a QName, which is expanded as 181 * xsl:attribute elements for each of the attributes in each of the
|