HomeSort by relevance Sort by last modified time
    Searched full:another (Results 351 - 375 of 15616) sorted by null

<<11121314151617181920>>

  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 67 Here's another where the [link
  /external/markdown/tests/markdown-test/
amps-and-angle-encoding.html 2 <p>AT&amp;T is another way to write it.</p>
amps-and-angle-encoding.txt 3 AT&amp;T is another way to write it.
  /external/markdown/tests/misc/
blockquote.html 22 <p>and this has 4 on level 2 - another code block.</p>
multi-test.html 18 <pre><code>Actually, another paragraph too.
  /external/markdown/tests/safe_mode/
script_tags.html 15 <p>Try another way.</p>
  /external/parameter-framework/upstream/test/xml-generator/testVector/
complex.pfw 28 # confGroups with the same name should not overwrite one another
  /external/pdfium/skia/ext/
google_logging.cc 6 // for Skia SkASSERT. If you don't want this, you can link with another file
  /external/skia/src/core/
SkLocalMatrixImageFilter.h 14 * Wraps another imagefilter + matrix, such that using this filter will give the same result
  /external/skia/src/gpu/
GrSemaphore.h 18 // from one GrContext to another. When exporting, the GrSemaphore should be set to a null GrGpu,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
StringReference.java 65 * Compares this StringReference to another CharSequence for equality.
69 * Equivalently, This StringReference is equal to another StringReference iff
78 * Compare this StringReference to another StringReference, or more generally to another CharSequence.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
ArrayEncodedValue.java 64 * Compares this ArrayEncodedValue to another ArrayEncodedValue for equality.
66 * This ArrayEncodedValue is equal to another ArrayEncodedValue if the values returned by getValue() are equal.
74 * Compare this ArrayEncodedValue to another EncodedValue.
76 * The comparison is first done on the return values of getValueType(). If the other value is another
DoubleEncodedValue.java 67 * Compares this DoubleEncodedValue to another DoubleEncodedValue for equality.
69 * This DoubleEncodedValue is equal to another DoubleEncodedValue if the values returned by
80 * Compare this DoubleEncodedValue to another EncodedValue.
82 * The comparison is first done on the return values of getValueType(), and then if the other value is another
EnumEncodedValue.java 67 * Compares this EnumEncodedValue to another EnumEncodedValue for equality.
69 * This EnumEncodedValue is equal to another EnumEncodedValue if the values returned by getValue() are equal.
77 * Compare this EnumEncodedValue to another EncodedValue.
79 * The comparison is first done on the return values of getValueType(). If the other value is another
FieldEncodedValue.java 65 * Compares this FieldEncodedValue to another FieldEncodedValue for equality.
67 * This FieldEncodedValue is equal to another FieldEncodedValue if the values returned by getValue() are equal.
75 * Compare this FieldEncodedValue to another EncodedValue.
77 * The comparison is first done on the return values of getValueType(). If the other value is another
FloatEncodedValue.java 66 * Compares this FloatEncodedValue to another FloatEncodedValue for equality.
68 * This FloatEncodedValue is equal to another FloatEncodedValue if the values returned by
79 * Compare this FloatEncodedValue to another EncodedValue.
81 * The comparison is first done on the return values of getValueType(). If the other value is another
  /external/v8/src/heap/
incremental-marking-job.h 18 // step and posts another task until the marking is completed.
  /external/valgrind/drd/tests/
supported_libpthread 23 # Another OS than Linux, which is also fine.
  /external/valgrind/memcheck/tests/
badpoll.c 17 //ufds[1].fd = 0; // leave undefined so we get another error.
wrap7.c 8 additional complications on ppc64-linux, hence another test. */
  /external/valgrind/memcheck/tests/linux/
with-space.vgtest 8 # have to modify the contents of the .dSYM. Another idea would be to avoid
  /external/valgrind/nightly/conf/
lfedora1.sendmail 5 # Note this drops the mail as file to be picked up by another script
  /frameworks/base/core/java/android/widget/
MenuItemHoverListener.java 18 * If hover is moving to another item, this method will be called before
WrapperListAdapter.java 20 * List adapter that wraps another list adapter. The wrapped adapter can be retrieved
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 114 * @param another The other CharSequence.
117 public static int compareToIgnoreCase(CharSequence me, CharSequence another) {
119 int myLen = me.length(), anotherLen = another.length();
125 - Character.toLowerCase(another.charAt(anotherPos++))) != 0) {

Completed in 433 milliseconds

<<11121314151617181920>>