HomeSort by relevance Sort by last modified time
    Searched full:human (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 30 /** {@code non-null;} the human-oriented string representation */
31 private final String human; field in class:AnnotationVisibility
36 * @param human {@code non-null;} the human-oriented string representation
38 private AnnotationVisibility(String human) {
39 this.human = human;
44 return human;
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 54 /** {@code non-null;} the short human name */
67 // Make the human name.
68 String human = typeName; local
69 if (human.endsWith("_item")) {
70 human = human.substring(0, human.length() - 5);
72 this.humanName = human.replace('_', ' ');
  /dalvik/dx/src/com/android/dx/util/
ToHuman.java 20 * Simple interface for objects that can return a "human" (as opposed to
25 * Return the "human" string form of this instance. This is
28 * @return {@code non-null;} the human string form
Warning.java 26 * @param message human-oriented message
ExceptionWithContext.java 27 /** {@code non-null;} human-oriented context of the exception */
56 * @param message human-oriented message
74 * @param message human-oriented message
FixedSizeList.java 107 * Gets a customized human string for this instance. This method will
245 * @param human whether the output is to be human
249 boolean human) {
262 if (human) {
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 65 * @param human {@code non-null;} human form for what was parsed
67 public void parsed(ByteArray bytes, int offset, int len, String human);
  /external/blktrace/doc/
blkiomon.8 21 There are options for binary output and human-readable output to files and
39 \-\-human\-readable=\fIfile\fR
41 Human-readable output file. Use '\-' for stdout.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
AssignableFromTest.java 38 assertTrue(assignableFrom.apply(testMethodFor(Human.class)));
68 private class Human extends Mammal {
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 146 * Returns a human-oriented string representing the given access flags,
150 * @return {@code non-null;} human-oriented string
157 * Returns a human-oriented string representing the given access flags,
161 * @return {@code non-null;} human-oriented string
168 * Returns a human-oriented string representing the given access flags,
172 * @return {@code non-null;} human-oriented string
179 * Returns a human-oriented string representing the given access flags,
183 * @return {@code non-null;} human-oriented string
289 * Helper to return a human-oriented string representing the given
295 * @return {@code non-null;} human-oriented strin
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
SimpleFormatter.java 27 * contained in a {@code LogRecord} object in a human readable format.
38 * Converts a {@link LogRecord} object into a human readable string
  /dalvik/tools/dexdeps/
README.txt 27 are shown in a more human-readable form (e.g. "[I" becomes "int[]").
  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 30 * @param pMessage A message with meaning to a human
  /external/guava/src/com/google/common/collect/
MapConstraint.java 34 * Returns a brief human readable description of this constraint, such as
  /external/qemu/android/utils/
timezone.h 21 * that this is something like "America/Los_Angeles", and not the human-friendly "PST"
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 28 * The human-friendly name of file. If this is not provided then the name should default to the
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 41 * Prints the data in a simple human-readable format.
52 * Prints the list of classes in a simple human-readable format.
64 * Prints the list of fields in a simple human-readable format.
81 * Prints the list of methods in a simple human-readable format.
198 * Converts a single-character primitive type into its human-readable
202 /* primitive type; substitute human-readable name in */
222 * Converts a type descriptor to human-readable "dotted" form. For
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 168 * @param human non-null; human form for what was parsed
171 String human) {
172 human = human.replace('\n', ' ');
174 + ", h: " + human);
  /bionic/libc/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 127 * Returns an unadorned but human-readable version of the name-and-type
130 * @return {@code non-null;} the human form
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
if_dl.h 37 * anew and possibly differently on every reboot), or by a human-readable
41 * both the index and the human name.

Completed in 106 milliseconds

1 2 3 4 5 6 7 8 91011>>