/libcore/luni/src/main/java/java/text/ |
DateFormatSymbols.java | 89 * Constructs a new {@code DateFormatSymbols} instance containing the 98 * Constructs a new {@code DateFormatSymbols} instance containing the 255 * @return a string containing the pattern characters. 262 * Returns the array of strings containing the full names of the months. Use 273 * Returns the array of strings containing the abbreviated names of the 284 * Returns the array of strings containing the abbreviated names of the days 295 * Returns the array of strings containing the full names of the days of the 306 * Returns the two-dimensional array of strings containing localized names for time zones. 413 * the string containing the pattern characters. 425 * Sets the array of strings containing the full names of the months. Us [all...] |
/external/eigen/doc/ |
C04_TutorialBlockOperations.dox | 151 <tr><td>%Block containing the first q rows 158 <tr><td>%Block containing the last q rows 165 <tr><td>%Block containing the first p columns 172 <tr><td>%Block containing the last q columns 201 <tr><td>%Block containing the first \p n elements 208 <tr><td>%Block containing the last \p n elements 215 <tr><td>%Block containing \p n elements, starting at position \p i
|
/external/qemu/elff/ |
elff_api.h | 15 * an API for parsing an ELF file containing debugging information in DWARF
78 /* Name of the routine containing the address. If name of the routine
83 /* Name of the source file containing the routine. If source location for the
99 * first element in the array references a routine, where routine containing
102 * containing the given address has not been inlined, this field is set to
103 * NULL. The array ends with an entry containing all zeroes. */
146 * 0 if routine(s) containing the given address has been found and information
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elff_api.h | 15 * an API for parsing an ELF file containing debugging information in DWARF 78 /* Name of the routine containing the address. If name of the routine 83 /* Name of the source file containing the routine. If source location for the 99 * first element in the array references a routine, where routine containing 102 * containing the given address has not been inlined, this field is set to 103 * NULL. The array ends with an entry containing all zeroes. */ 146 * 0 if routine(s) containing the given address has been found and information
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 200 * @return An object (of type byte[]) containing the 213 * Decodes a byte[] containing containing 216 * @param pArray A byte array containing Base64 character data 217 * @return a byte array containing binary data 227 * @param binaryData Array containing binary data to encode. 369 * @param base64Data Byte array containing Base64 data 370 * @return Array containing decoded data. 500 * @return An object (of type byte[]) containing the 514 * Encodes a byte[] containing binary data, into a byte[] containin [all...] |
/frameworks/base/core/java/android/hardware/usb/ |
UsbManager.java | 83 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice} 95 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice} 107 * <li> {@link #EXTRA_ACCESSORY} containing the {@link android.hardware.usb.UsbAccessory} 119 * <li> {@link #EXTRA_ACCESSORY} containing the {@link UsbAccessory} 201 * containing the UsbDevice object for the device. 209 * containing the UsbAccessory object for the accessory. 217 * containing a boolean value indicating whether the user granted permission or not. 233 * Returns a HashMap containing all USB devices currently attached. 238 * @return HashMap containing all connected USB devices. 361 * <li> {@link #EXTRA_DEVICE} containing the device passed into this cal [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
publish.xml | 28 xmlDirectoryName: path to directory containing JUnit plugin test results in xml format (see doc is org.eclipse.test). 29 dropDirectoryName: path to directory containing the result of the build. 33 hrefTestResultsTargetPath: relative path from index page to directory containing JUnit html test results 34 hrefCompileLogsTargetPath: relative path from index page directory containing compilelogs 35 testManifestFileName: name of xml file containing descriptions of zip types and log files
|
/external/junit/src/org/junit/runner/ |
Request.java | 15 * JUnit did not need such a concept--tests to be run were described either by classes containing 42 * @param clazz the class containing the tests 52 * @param clazz the class containing the tests 63 * @param classes the classes containing the tests 80 * @param classes the classes containing the tests
|
/external/smack/src/org/xbill/DNS/utils/ |
base64.java | 23 * @param b An array containing binary data 24 * @return A String containing the encoded data 63 * @param b An array containing binary data 91 * @param str A String containing the encoded data 92 * @return An array containing the binary data, or null if the string is invalid
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_FindMVpred.c | 37 * pSrcCandMV1 - pointer to the MV buffer containing the 4 MVs associated 40 * pSrcCandMV2 - pointer to the MV buffer containing the 4 MVs associated 43 * pSrcCandMV3 - pointer to the MV buffer containing the 4 MVs associated 50 * must point to a buffer containing sufficient space for three 57 * return to a buffer containing the three motion vector candidates
|
/cts/tools/signature-tools/src/signature/model/ |
IClassDefinition.java | 51 * Returns a list containing each package fragment. 54 * containing the three elements "a", "b", "c". 58 * @return a list containing each package fragment
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
DOM2Helper.java | 66 * @return String containing the local name, or null if the node 86 * @return String containing the Local Name 109 * @return String containing the Namespace URI bound to this DOM node
|
/external/chromium/chrome/common/ |
chrome_paths.h | 24 DIR_RESOURCES, // Directory containing separate file resources 26 DIR_SHARED_RESOURCES, // Directory containing js and css files used 75 FILE_RESOURCES_PACK, // Full path to the .pak file containing
|
/external/guava/guava/src/com/google/common/collect/ |
MapDifference.java | 40 * Returns an unmodifiable map containing the entries from the left map whose 46 * Returns an unmodifiable map containing the entries from the right map whose 52 * Returns an unmodifiable map containing the entries that appear in both
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Splitter.java | 43 * This invocation returns an {@code Iterable<String>} containing {@code "foo"} 50 * This returns an iterable containing {@code ["foo", "", "bar", " quux"]}. 60 * containing just {@code ["foo", "bar", "quux"]}. Note that the order in which 116 * containing {@code ["foo", "", "bar"]}. 129 * iterable containing {@code ["foo", "", "bar", "quux"]}. 157 * iterable containing {@code ["foo", "bar", "baz,qux"]}. 197 * iterable containing {@code ["ab", "cd", "e"]}. The last piece can be 228 * iterable containing only {@code ["a", "b", "c"]}. 254 * containing {@code ["a", "b", "c,d"]}. When omitting empty strings, the 257 * returns an iterable containing {@code ["a", "b", "c,d"} [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
SetEqualsTester.java | 39 "A Set should equal any other Set containing the same elements.", 49 "A Set should not equal another Set containing different elements.", 61 assertTrue("A Set should equal any other Set containing the same elements,"
|
/external/jsilver/src/org/clearsilver/ |
CSUtil.java | 24 * Utility class containing helper methods 35 * @param hdf an HDF structure containing load paths. 46 * @param hdf an HDF structure containing load paths.
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRefPrivate.h | 40 @param propertyName A JSString containing the property's name. 54 @param propertyName A JSString containing the property's name. 64 @param propertyName A JSString containing the property's name.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
README | 3 - texinfo/, a subdirectory containing a "texinfo" version of flex(1) 6 - VMS/, a subdirectory containing makefiles, configuration files, 43 - fastwc/, a subdirectory containing examples of how to use flex
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers_wps.c | 23 * Returns: A dbus message containing a UINT32 indicating success (1) or 63 * Returns: A dbus message containing a UINT32 indicating success (1) or 124 * Returns: A dbus message containing a UINT32 indicating success (1) or
|
/frameworks/ex/variablespeed/jni/ |
ring_buffer.h | 63 // @param samples float buffer containing the samples. 84 // @returns pointer to a continuous buffer containing num_frames. 92 // @param source pointer to a continuous buffer containing num_frames.
|
/libcore/luni/src/main/java/java/net/ |
URISyntaxException.java | 33 * Constructs a new {@code URISyntaxException} instance containing the 67 * Constructs a new {@code URISyntaxException} instance containing the 124 * @return a sting containing information about the exception.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 40 * The layout containing the resized node 81 * The actual view object for the layout containing the resizing operation, 90 * @param layout the parent layout containing the resized node
|
/sdk/templates/activities/MasterDetailFlow/root/src/app_package/ |
ContentListFragment.java.ftl | 18 * Activities containing this fragment MUST implement the {@link Callbacks} 41 * A callback interface that all activities containing this fragment must 96 // Activities containing this fragment must implement its callbacks.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
Item.java | 44 * The index of this item in the containing section, or -1 if not known 66 * @param index the index within the containing section of the item being read in 86 * @param index The index of the item within the containing section 197 "The offset is not set until the DexFile containing this item is placed."); 203 * @return the index of this item within the item's containing section. 207 "The index is not set until the DexFile containing this item is placed.");
|