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

<<51525354555657585960>>

  /system/core/include/utils/
ProcessCallStack.h 51 // Return a string (possibly very long) containing all the stack traces.
  /system/core/libpackagelistparser/include/packagelistparser/
packagelistparser.h 37 /** The file containing the list of installed packages on the system */
  /system/core/metricsd/collectors/
averaged_statistics_collector_test.cc 58 // Creates or overwrites an input file containing fake disk stats.
  /system/extras/simpleperf/
event_fd.h 97 char* mmap_data_buffer_; // Starts from the second page of mmap_area, containing records written
  /system/sepolicy/tools/
README 44 containing apps is searched and the certs from those apps are added to the
  /system/update_engine/common/
prefs.h 65 // Sets |filename| to the full path to the file containing the data
  /system/update_engine/payload_consumer/
payload_verifier.h 35 // Interprets |signature_blob| as a protocol buffer containing the Signatures
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.h 68 /* Give an error if a frag containing code is not aligned to a 2-byte
tc-crx.h 71 /* Give an error if a frag containing code is not aligned to a 2-byte
  /toolchain/binutils/binutils-2.25/gas/
remap.c 69 a newly allocated buffer containing the name corresponding to FILENAME.
  /toolchain/binutils/binutils-2.25/include/mach-o/
codesign.h 26 /* Superblob containing all the components. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh-group.exp 28 # merged file (containing a discarded R_X86_64_NONE relocation) to the final
  /toolchain/binutils/binutils-2.25/libiberty/
lbasename.c 25 Given a pointer to a string containing a typical pathname
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java 90 * Creates a <i>mutable</i> {@code ArrayList} instance containing the given
124 * Creates a <i>mutable</i> {@code ArrayList} instance containing the given
148 * Creates a <i>mutable</i> {@code ArrayList} instance containing the given
234 * Creates a <i>mutable</i> {@code LinkedList} instance containing the given
262 * Returns an unmodifiable list containing the specified first element and
275 * @return an unmodifiable list containing the specified elements
303 * Returns an unmodifiable list containing the specified first and second
317 * @return an unmodifiable list containing the specified elements
364 * <p>returns a list containing six lists in the following order:
403 * @return the Cartesian product, as an immutable list containing immutabl
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 1003 * Utility function for returning an Element containing a single bool.
1009 * Utility function for returning an Element containing a single unsigned char.
1015 * Utility function for returning an Element containing a single signed char.
1021 * Utility function for returning an Element containing a single unsigned short.
1027 * Utility function for returning an Element containing a single signed short.
1033 * Utility function for returning an Element containing a single unsigned int.
1039 * Utility function for returning an Element containing a single signed int.
1045 * Utility function for returning an Element containing a single unsigned long long.
1051 * Utility function for returning an Element containing a single signed long long.
1057 * Utility function for returning an Element containing a single half
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 133 * @param dest the {@code String} containing the name of the host
329 * @return a {@code String} containing the current working directory
360 * @param name a {@code String} containing the name of the file to
498 * @param name A {@code String} containing the name of the remote file
522 * @param name a {@code String} containing the name of the file
533 * @param name a {@code String} containing the name of the directory
544 * @param name a {@code String} containing the name of the directory
572 * @param name an optional {@code String} containing the pathname
721 * @param path a {@code String} containing the pathname of the
735 * @param path a {@code String} containing the pathname of th
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.h 246 * @param[out] strValue A sting containing the mapping
309 * @param[in] xmlSource a std::string containing an xml description or a path to an xml file
324 * @param[in] xmlSource a string containing an xml description or a path to an xml file
341 * @param[in,out] xmlDest a string containing an xml description or a path to an xml file
356 * @param[in,out] xmlDest a string containing an xml description or a path to an xml file
556 * @param[out] result a std::string containing the result of the command
570 * @param[out] strResult a std::string containing the result of the command
582 * @param[out] strResult a string containing the result of the command
594 * @param[out] strResult a std::string containing the result of the command
606 * @param[out] result a std::string containing the result of the comman
    [all...]
  /frameworks/base/core/java/android/content/
ClipData.java 45 * <p>ClipData is a complex type containing one or more Item instances,
120 * containing the appropriate data type can be constructed and used.
144 * of making a clip containing the URI of the note being copied:
238 * Create a complex Item, containing multiple representations of
249 * Create a complex Item, containing multiple representations of
428 * a text representation, HTML text containing a link to the URI
689 * @return Returns a new ClipData containing the specified data.
704 * @return Returns a new ClipData containing the specified data.
718 * @return Returns a new ClipData containing the specified data.
734 * @return Returns a new ClipData containing the specified data
    [all...]
  /art/runtime/
art_field.h 162 // If kExactOffset is true then we only find the matching offset, not the field containing the
169 // If kExactOffset is true then we only find the matching offset, not the field containing the
  /art/tools/
run-libcore-tests.sh 22 # Jar containing jsr166 tests.
25 # Jar containing all the other tests.
  /cts/tests/core/runner/src/com/android/cts/core/runner/
AndroidJUnitRunnerConstants.java 27 * The name of the file containing the names of the tests to run.
42 * The name of the file containing the names of the tests not to run.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorStats.java 117 * {@code "key1"} containing the key value pair {@code \("key2", "value"\)}, the flattened map
120 * @return a {@link Map} containing all stats from the value and sub {@link SensorStats}.
  /dalvik/dx/src/com/android/dx/ssa/
LiteralOpUpgrader.java 175 * Replaces an SsaInsn containing a PlainInsn with a new PlainInsn. The
180 * @param insn {@code non-null;} an SsaInsn containing a PlainInsn
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CrossfadeActivity.java 46 * The view (or view group) containing the content. This is one of two overlapping views.
51 * The view containing the loading indicator. This is the other of two overlapping views.
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 59 * @return A Vector containing all of the image data retrieved by the parser
67 * @param inputStream a stream of data containing XML elements, usually a RSS feed

Completed in 945 milliseconds

<<51525354555657585960>>