HomeSort by relevance Sort by last modified time
    Searched refs:la (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 105 char la = lexer.lookAhead(0); local
108 if (LexerCore.isHexDigit(la) || la == '.' || la == ':'
109 || la == '[' ) {
111 retval.append(la);
112 } else if (la == ']') {
114 retval.append(la);
116 } else if (la == '%'){
148 char la = lexer.lookAhead(0) local
271 char la = lexer.lookAhead(0); local
    [all...]
StringTokenizer.java 177 char la = lookAhead(0); local
178 if (la == delim)
180 else if (la == '\0')
ParserCore.java 61 char la = lexer.lookAhead(0); local
63 if (la == separator ) {
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 55 size_t la, lb; local
59 la = strlen(a);
63 if (la != 0U && a[la - 1] == '.') {
65 /* Note this loop doesn't get executed if la==1. */
66 for (i = la - 2; i >= 0; i--)
75 la--;
99 if (lb > la)
103 if (lb == la)
106 /* Ok, we know la > lb. *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 99 char la = lexer.lookAhead(k); local
100 if (la == '<'
101 || la == '\"'
102 || la == ':'
103 || la == '/')
105 else if (la == '\0')
110 char la = lexer.lookAhead(k); local
111 if (la == '<' || la == '\"') {
113 } else if (la == ':' || la == '/')
    [all...]
AddressParametersParser.java 58 char la = this.lexer.lookAhead(0); local
60 la != '\0' &&
61 la != '\n' &&
ChallengeParser.java 99 char la = lexer.lookAhead(0); local
100 if (la == '\n' || la == '\0')
RecordRouteParser.java 78 char la = lexer.lookAhead(0); local
79 if (la == ',') {
82 } else if (la == '\n')
RouteParser.java 74 char la = lexer.lookAhead(0); local
75 if (la == ',') {
78 } else if (la == '\n')
ContactParser.java 73 char la = lexer.lookAhead(0); local
74 if (la == ',') {
77 } else if (la == '\n' || la == '\0')
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 93 LocalsArray la = toCopy.secondaries.get(i); local
95 if (la == null) {
98 secondaries.add(la.copy());
109 for (LocalsArray la : secondaries) {
110 if (la != null) {
111 la.setImmutable();
131 LocalsArray la = secondaries.get(label); local
133 if (la != null) {
137 la.getPrimary().annotate(ex);
153 LocalsArray la = secondaries.get(label) local
320 LocalsArray la = secondaries.get(i); local
414 LocalsArray la = null; local
    [all...]
  /external/chromium/sdch/open-vcdiff/
Makefile.am 55 noinst_LTLIBRARIES += libgflags.la
63 noinst_LTLIBRARIES += libgtest.la
82 noinst_LTLIBRARIES += libgtest_main.la
84 libgtest_main_la_LIBADD = libgtest.la
86 noinst_LTLIBRARIES += libvcdecoder_test_common.la
89 libvcdecoder_test_common_la_LIBADD = libvcddec.la libgtest_main.la
92 lib_LTLIBRARIES += libvcdcom.la
109 lib_LTLIBRARIES += libvcddec.la
116 libvcddec_la_LIBADD = libvcdcom.la
    [all...]
configure.ac 64 # Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty.
67 if test -f /usr/sfw/lib/libstdc++.la && ! test -s /usr/sfw/lib/libstdc++.la
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 45 la $XX[0],1($XX[0])
58 la $YY,0($YY,$TX[0]) # $i
60 la $XX[1],1($XX[0])
77 la $TX[1],0($TX[0])
79 la $TY,0($TY,$TX[0])
88 la $inp,8($inp)
92 la $out,8($out)
103 la $YY,0($YY,$TX[0])
113 la $inp,1($inp)
118 la $out,1($out
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hsg.c 22 short la[100]; local
23 return 123 + addup_wrongly(la);
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 65 la $bp,0($num,$bp)
80 la $rp,0($rp,$sp)
81 la $sp,0($j,$rp) # alloca
85 la $bp,0($j,$bp) # restore $bp
103 la $j,8(%r0) # j=1
123 la $j,8($j) # j++
131 la $bp,8($bp) # bp++
150 la $j,8(%r0) # j=1
172 la $j,8($j) # j++
184 la $bp,8($bp) # bp+
    [all...]
  /external/clang/test/CodeGen/
asm.c 183 unsigned int la = a; local
187 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
195 unsigned int la = a; local
198 __asm__ ("0:\n1:\n" : [res] "=la"(res) : [la] "0"(la), [lb] "c"(lb) :
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 104 char la = lexer.lookAhead(0); local
105 if (la == ',') {
108 } else if (la == '\n')
111 throw createParseException("unexpected char = " + la);
PChargingVectorParser.java 78 char la = lexer.lookAhead(0); local
79 if (la == '\n' || la == '\0')
PathParser.java 87 char la = lexer.lookAhead(0); local
88 if (la == ',') {
91 } else if (la == '\n')
PChargingFunctionAddressesParser.java 100 char la = lexer.lookAhead(0); local
101 if (la == '\n' || la == '\0')
SecurityAgreeParser.java 104 char la = lexer.lookAhead(0); local
105 if (la == '\n')
110 else if (la == ';')
  /external/dbus/test/
Makefile.am 11 noinst_LTLIBRARIES = libdbus-testutils.la
66 TEST_LIBS=$(top_builddir)/dbus/libdbus-internal.la $(DBUS_TEST_LIBS)
68 test_service_LDADD=libdbus-testutils.la $(TEST_LIBS)
70 test_names_LDADD=libdbus-testutils.la $(TEST_LIBS)
74 test_shell_service_LDADD=libdbus-testutils.la $(TEST_LIBS)
76 shell_test_LDADD=libdbus-testutils.la $(TEST_LIBS)
  /external/openssl/crypto/
s390xcpuid.S 69 la %r2,1(%r2)
76 la %r2,1(%r2)
81 la %r2,8(%r2)
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 39 $(top_builddir)/glib/libglib-2.0.la \
40 $(top_builddir)/gobject/libgobject-2.0.la

Completed in 1214 milliseconds

1 2 3 4