Searched refs:la (Results 1 - 25 of 117) sorted by relevance

12345

/external/libvorbis/examples/
H A DMakefile.am16 decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
19 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
22 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
25 vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
28 seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java105 char la = lexer.lookAhead(0);
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
[all...]
/external/open-vcdiff/
H A DMakefile.am60 noinst_LTLIBRARIES += libgflags.la
70 noinst_LTLIBRARIES += libgtest_main.la
100 noinst_LTLIBRARIES += libvcdecoder_test_common.la
103 libvcdecoder_test_common_la_LIBADD = libvcddec.la libgtest_main.la
106 lib_LTLIBRARIES += libvcdcom.la
124 lib_LTLIBRARIES += libvcddec.la
131 libvcddec_la_LIBADD = libvcdcom.la
134 lib_LTLIBRARIES += libvcdenc.la
150 libvcdenc_la_LIBADD = libvcdcom.la
[all...]
/external/libvorbis/test/
H A DMakefile.am13 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAddressParser.java99 char la = lexer.lookAhead(k);
100 if (la == '<'
101 || la == '\"'
102 || la == ':'
103 || la == '/')
105 else if (la == '\0')
110 char la = lexer.lookAhead(k);
111 if (la == '<' || la == '\"') {
113 } else if (la
[all...]
H A DAddressParametersParser.java58 char la = this.lexer.lookAhead(0);
60 la != '\0' &&
61 la != '\n' &&
H A DChallengeParser.java99 char la = lexer.lookAhead(0);
100 if (la == '\n' || la == '\0')
H A DRecordRouteParser.java78 char la = lexer.lookAhead(0);
79 if (la == ',') {
82 } else if (la == '\n')
H A DRouteParser.java74 char la = lexer.lookAhead(0);
75 if (la == ',') {
78 } else if (la == '\n')
H A DContactParser.java73 char la = lexer.lookAhead(0);
74 if (la == ',') {
77 } else if (la == '\n' || la == '\0')
/external/chromium/sdch/open-vcdiff/
H A DMakefile.am55 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...]
H A Dconfigure.ac64 # 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/
H A Drc4-s390x.pl73 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
[all...]
/external/harfbuzz_ng/src/hb-ucdn/
H A DMakefile.am3 noinst_LTLIBRARIES = libhb-ucdn.la
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.c22 short la[100]; local
23 return 123 + addup_wrongly(la);
/external/openssl/crypto/bn/asm/
H A Ds390x-mont.pl92 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
[all...]
/external/clang/test/CodeGen/
H A Dasm.c176 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/llvm/test/MC/Mips/
H A Dmips-expansions.s24 la $a0, 20
25 la $7,65538
26 la $a0, 20($a1)
27 la $7,65538($8)
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPVisitedNetworkIDParser.java104 char la = lexer.lookAhead(0);
105 if (la == ',') {
108 } else if (la == '\n')
111 throw createParseException("unexpected char = " + la);
H A DPChargingVectorParser.java78 char la = lexer.lookAhead(0);
79 if (la == '\n' || la == '\0')
H A DPathParser.java87 char la = lexer.lookAhead(0);
88 if (la == ',') {
91 } else if (la == '\n')
H A DPChargingFunctionAddressesParser.java100 char la = lexer.lookAhead(0);
101 if (la == '\n' || la == '\0')
/external/libvorbis/lib/
H A DMakefile.am7 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
23 libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
27 libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
36 psytune_LDADD = libvorbis.la
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c43 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);
350 antlr38BitLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
377 antlr38BitLA_ucase(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
857 antlr3UTF16LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1137 antlr3UTF16LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1358 antlr3UTF16LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1667 antlr3UTF32LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1691 antlr3UTF32LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1722 antlr3UTF32LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1870 antlr3UTF8LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
2034 antlr3EBCDICLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
[all...]
/external/harfbuzz_ng/src/hb-icu-le/
H A DMakefile.am3 noinst_LTLIBRARIES = libhb-icu-le.la

Completed in 563 milliseconds

12345