HomeSort by relevance Sort by last modified time
    Searched full:containing (Results 326 - 350 of 10619) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidPrintStream.java 26 * Custom PrintStream allowing to precede the message with a tag containing data/project info.
74 * Creates a string containing the current date/time, and the tag.
  /system/extras/perfprofd/
perfprofdcore.h 26 // File containing a list of sequence numbers corresponding to profiles
31 // File containing a list of sequence numbers corresponding to profiles
  /system/webservd/libwebserv/dbus_bindings/
org.chromium.WebServer.RequestHandler.dbus-xml 13 of distinct parameters into a larger struct, containing:
30 The data is an array of FileInfo structures containing the
  /toolchain/binutils/binutils-2.25/include/
partition.h 48 /* The canonical element that represents the class containing this
72 /* Returns the canonical element corresponding to the class containing
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 81 * Returns an immutable list containing a single element. This list behaves
93 * Returns an immutable list containing the given elements, in order.
102 * Returns an immutable list containing the given elements, in order.
111 * Returns an immutable list containing the given elements, in order.
120 * Returns an immutable list containing the given elements, in order.
129 * Returns an immutable list containing the given elements, in order.
138 * Returns an immutable list containing the given elements, in order.
148 * Returns an immutable list containing the given elements, in order.
158 * Returns an immutable list containing the given elements, in order.
168 * Returns an immutable list containing the given elements, in order
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 54 * Returns: a dbus message containing a single UINT32 that indicates
199 * Returns: a dbus message containing a UINT32 indicating success (1) or
285 * Returns: a dbus message containing a UINT32 indicating success (1) or
323 * Returns: a dbus message containing a UINT32 indicating success (1) or
343 * Returns: a dbus message containing a dbus array of objects paths, or returns
347 * a dbus message containing the object paths of wireless networks found.
405 * Returns: a dbus message containing the properties for the requested network
408 * Returns a dbus message containing the the properties.
473 * Returns: A dbus message containing a dict of strings
708 * Returns: A dbus message containing the object path of the new networ
    [all...]
  /frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java 368 * @return A String containing the recommendation content title.
377 * @return A String containing the recommendation description text.
386 * @return A String containing the recommendation source name.
393 * Returns the Bitmap containing the recommendation image.
395 * @return A Bitmap containing the recommendation image.
440 * @param groupTag A String containing the group ID tag for this recommendation.
449 * @return A String containing the group ID tag for this recommendation.
463 * @param sortKey A String containing the sort key for this recommendation.
472 * @return A String containing the sort key for this recommendation.
548 * @return An IntentData object, containing the data for the Intent that gets issued when th
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 639 * @return byte[] containing Base64 characters in their UTF-8 representation.
650 * @return String containing Base64 characters.
663 * @return byte[] containing Base64 characters in their UTF-8 representation.
676 * @return String containing Base64 characters
700 * @return An object (of type byte[]) containing the binary data which corresponds to the byte[] or String supplied.
715 * Decodes a String containing containing characters in the Base64 alphabet.
718 * A String containing Base64 character data
719 * @return a byte array containing binary data
727 * Decodes a byte[] containing containing characters in the Base64 alphabet
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 38 // @param mask_3FFF vector of 32 bit constants containing 3FFF,
40 // @param mask_000F vector of 32 bit constants containing 000F,
42 // @param sixteen_8bit vector of 8 bit components containing the value 16.
43 // @param mask_dist_select vector of 8 bit components containing the shuffling
47 // @param sixteen_minus_x vector of 8 bit components, containing
84 // @param mask_3FFF vector of 32 bit constants containing 3FFF,
86 // @param mask_000F vector of 32 bit constants containing 000F,
88 // @param sixteen_8bit vector of 8 bit components containing the value 16.
89 // @param mask_dist_select vector of 8 bit components containing the shuffling
93 // @param sixteen_minus_x vector of 8 bit components, containing
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 89 * <li> {@link #EXTRA_PORT} containing the {@link android.hardware.usb.UsbPort}
91 * <li> {@link #EXTRA_PORT_STATUS} containing the {@link android.hardware.usb.UsbPortStatus}
105 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
117 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
129 * <li> {@link #EXTRA_ACCESSORY} containing the {@link android.hardware.usb.UsbAccessory}
141 * <li> {@link #EXTRA_ACCESSORY} containing the {@link UsbAccessory}
249 * containing the {@link UsbPort} object for the port.
257 * containing the {@link UsbPortStatus} object for the port, or null if the port
267 * containing the {@link UsbDevice} object for the device.
274 * containing the {@link UsbAccessory} object for the accessory
    [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 131 * The name of the column containing the URI of the data being downloaded.
138 * The name of the column containing application-specific data.
145 * The name of the column containing the flags that indicates whether
158 * The name of the column containing the filename that the initiating
167 * The name of the column containing the filename where the downloaded data
175 * The name of the column containing the MIME type of the downloaded data.
182 * The name of the column containing the flag that controls the destination
190 * The name of the column containing the flags that controls whether the
199 * The name of the column containing the current control state of the download.
208 * The name of the column containing the current status of the download
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 131 * The name of the column containing the URI of the data being downloaded.
138 * The name of the column containing application-specific data.
145 * The name of the column containing the flags that indicates whether
158 * The name of the column containing the filename that the initiating
167 * The name of the column containing the filename where the downloaded data
175 * The name of the column containing the MIME type of the downloaded data.
182 * The name of the column containing the flag that controls the destination
190 * The name of the column containing the flags that controls whether the
199 * The name of the column containing the current control state of the download.
208 * The name of the column containing the current status of the download
    [all...]
  /external/autotest/client/cros/audio/
audio_helper.py 103 @return A tuple containing measured and reported latency in uS.
370 @param noise_file: The file containing the noise profile.
586 @returns: a string containing diagnostic results.
689 @param test_data: A list containing the data to compare against golden data.
690 @param golden_data: A list containing the golden data.
762 @param test_data: A list containing the data to compare against golden data.
763 @param golden_data: A list containing the golden data.
764 @param parameters: A dict containing parameters for method.
766 @returns: A dict containing:
771 equal: A bool containing comparing result
    [all...]
  /art/runtime/interpreter/mterp/mips64/
fcvtFooter.S 2 * Stores a specified register containing the result of conversion
  /bionic/libc/private/
bionic_page.h 23 // Returns the address of the page containing address 'x'.
  /build/tools/ijar/
README.txt 20 source files, plus a set of .jar files containing already-compiled
31 simpler .jar file containing only the parts that are significant for
40 containing only the parts that are relevant to Java compilation.
58 .jar file containing 5878 classe, resulting in an interface .jar
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 20 * Stub version of the RecurrenceSet class, containing a method used by
  /cts/tests/tests/externalservice/common/src/android/externalservice/common/
ServiceMessages.java 27 // Bundle key in MSG_IDENTIFY_RESPONSE containing the package name.
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiCoverage.java 25 /** Representation of the entire API containing packages. */
  /cts/tools/dex-tools/src/dex/structure/
DexFile.java 23 * {@code DexFile} represents a whole dex file, containing multiple classes.
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 82 * Simple test for parsing a plan containing two names
111 * Test parsing a plan containing a single excluded test
127 * Test parsing a plan containing multiple excluded tests
153 * Test parsing a plan containing an excluded class
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 21 // The register containing "zero" will be marked as "reserved for locals"
  /development/samples/SkeletonApp/res/values/
strings.xml 26 <!-- This is a complex string containing style runs. -->
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 42 * @return {@link String} containing path, or <code>null</code>
  /device/google/dragon/audio/hal/dsp/tests/
raw.h 34 * buf - The float buffer containing the samples.

Completed in 624 milliseconds

<<11121314151617181920>>