HomeSort by relevance Sort by last modified time
    Searched defs:there (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
list-textfirst.s 5 there: label
jmp-op.s 6 JMP there
8 JMP there
10 there SWYM 0,0,0 label
reloclab.s 10 there GETA $4,baz label
12 JMP there
13 GETA $88,there
14 BOD $111,there
geta-op.s 6 BZ $78,there
9 GETA X,there
10 PUSHJ X,there
11 PUSHJ $73,there
12 PUSHJ 56,there
14 there SWYM 0,0,0 label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
discard1.s 7 there: label
11 .long there
discard2.s 5 .globl there
8 there: label
12 .long there
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 247 String there = CheckSourceLocale(); local
249 assertTrue("here < there < hereAgain", here.compareTo(there) < 0 && there.compareTo(hereAgain) < 0);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 244 String there = CheckSourceLocale(); local
246 assertTrue("here < there < hereAgain", here.compareTo(there) < 0 && there.compareTo(hereAgain) < 0);
  /external/curl/lib/
multi.c 156 /* changing to COMPLETED means there's one less easy handle 'alive' */
200 struct Curl_sh_entry *there = sh_getentry(sh, s); local
203 if(there)
205 return there;
516 be counted as premature as there is trouble ahead if we don't. We have
557 /* if the transfer was completed in a paused state there can be buffered
686 Note that this ignores the return code simply because there's
726 /* make sure there's no pending message in the queue sent from this easy
734 /* there can only be one from this specific handle */
828 /* If the pipe broke, or if there's no connection left for this easy handle
2993 struct Curl_sh_entry *there = NULL; local
    [all...]
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 72 OString: proto.String("hello \"there\""),
86 `"oString":"hello \"there\"",` +
100 "oString": "hello \"there\"",
  /frameworks/base/core/java/android/text/
Layout.java 92 * layout and there is otherwise no valid break. Soft hyphens are ignored and will not be used
486 // if there is more than one LeadingMarginSpan2, use
562 // XXX: assumes there's nothing additional to be done
645 // There can be a highlight even without spans if we are drawing
1493 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); local
1878 int there = here + (dirs.mDirections[i + 1] & RUN_LENGTH_MASK); local
    [all...]

Completed in 301 milliseconds