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

1 2 3 4 5

  /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')
  /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...]
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.S 38 la $t9, __cxa_atexit
40 la $a2, __dso_handle
  /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 73 la $XX[0],1($XX[0])
86 la $YY,0($YY,$TX[0]) # $i
88 la $XX[1],1($XX[0])
105 la $TX[1],0($TX[0])
107 la $TY,0($TY,$TX[0])
116 la $inp,8($inp)
120 la $out,8($out)
131 la $YY,0($YY,$TX[0])
141 la $inp,1($inp)
146 la $out,1($out
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hsg.c 22 short la[100]; local
23 return 123 + addup_wrongly(la);
  /external/clang/test/CodeGen/
asm.c 176 unsigned int la = a; local
180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
188 unsigned int la = a; local
191 __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')
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 92 la $bp,0($num,$bp)
114 la $rp,0($rp,$sp)
115 la $sp,0($j,$rp) # alloca
119 la $bp,0($j,$bp) # restore $bp
141 la $j,8(%r0) # j=1
163 la $j,8($j) # j++
171 la $bp,8($bp) # bp++
193 la $j,8(%r0) # j=1
217 la $j,8($j) # j++
229 la $bp,8($bp) # bp+
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_array_init.java 65 long[] la = s.get_la(); local
66 _RS_ASSERT("la[0] == 13", la[0] == 13);
67 _RS_ASSERT("la[1] == 21", la[1] == 21);
68 _RS_ASSERT("la.length == 4", la.length == 2);
  /cts/suite/audio_quality/test_description/processing/
calc_thd.py 20 import scipy.linalg as la namespace
37 P0 = math.pow(la.norm(fftData[baseSignalLoc - iMargain/2: baseSignalLoc + iMargain/2]), 2)
41 Pothers += math.pow(la.norm(fftData[i - iMargain/2: i + iMargain/2]), 2)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 43 static ANTLR3_UCHAR antlr38BitLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
44 static ANTLR3_UCHAR antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
75 static ANTLR3_UCHAR antlr3UTF16LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
77 static ANTLR3_UCHAR antlr3UTF16LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
79 static ANTLR3_UCHAR antlr3UTF16LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
93 static ANTLR3_UCHAR antlr3UTF32LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
94 static ANTLR3_UCHAR antlr3UTF32LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
95 static ANTLR3_UCHAR antlr3UTF32LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
107 static ANTLR3_UCHAR antlr3UTF8LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
112 static ANTLR3_UCHAR antlr3EBCDICLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
    [all...]
  /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)

Completed in 426 milliseconds

1 2 3 4 5