HomeSort by relevance Sort by last modified time
    Searched refs:lc (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 52 } elsif ( lc $ARGV[0] eq "add" ) {
55 } elsif ( lc $ARGV[0] eq "del" ) {
60 if ( lc substr($resp,0,1) eq "y" ) {
63 } elsif ( lc $ARGV[0] eq "listusers" or lc $ARGV[0] eq "writehostsfile" ) {
66 if ( lc $ARGV[0] eq "writehostsfile" ) {
74 if ( lc $ARGV[0] eq "listusers" ) {
82 if ( lc $ARGV[0] eq "writehostsfile" ) {
89 } elsif ( lc $ARGV[0] eq "listen" ) {
  /external/tinyxml/
Android.mk 25 LOCAL_LDFLAGS:= $(TOOL_LDFLAGS) -lstdc++ -lc
  /external/v8/test/mjsunit/
regexp-multiline-stack-trace.js 86 function check_case(lc, uc) {
87 var a = new RegExp("^" + lc + "$");
89 a = new RegExp("^" + lc + "$", "i");
93 assertFalse(A.test(lc));
95 assertTrue(A.test(lc));
97 a = new RegExp("^[" + lc + "]$");
99 a = new RegExp("^[" + lc + "]$", "i");
103 assertFalse(A.test(lc));
105 assertTrue(A.test(lc));
cyrillic.js 68 var lc = (i == 0); // Lower case.
69 var first = lc ? chars.first : chars.FIRST;
70 var middle = lc ? chars.middle : chars.MIDDLE;
71 var last = lc ? chars.last : chars.LAST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
73 var middle_other_case = lc ? chars.MIDDLE : chars.middle;
74 var last_other_case = lc ? chars.LAST : chars.last;
  /external/valgrind/main/coregrind/m_ume/
macho.c 438 struct load_command *lc; local
498 for (lc = (struct load_command *)(headers + sizeof(mh));
499 lc < lcend;
500 lc = (struct load_command *)(lc->cmdsize + (vki_uint8_t *)lc))
502 if ((vki_uint8_t *)lc < headers ||
503 lc->cmdsize+(vki_uint8_t *)lc > headers_end) {
508 switch (lc->cmd)
    [all...]
  /external/webkit/Tools/Scripts/
sort-Xcode-project-file 163 return lc($aFileName) cmp lc($bFileName);
171 return lc($aFileName) cmp lc($bFileName);
  /external/v8/tools/
gc-nvp-trace-processor.py 110 if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
226 Plot(Item('Marking', 'mark', lc = 'purple'),
227 Item('Sweep', 'sweep', lc = 'blue'),
228 Item('Compaction', 'compact', lc = 'red'),
229 Item('Other', other_scope, lc = 'grey'))
236 lc = 'green'),
239 lc = 'red'),
240 Item('GC Time', ['i', 'pause'], style = 'lines', lc = 'red')
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 763 BN_ULONG ll,lc,*lp,*mp; local
901 lc=c1;
903 ll=(r[i]+lc)&BN_MASK2;
905 lc=(lc > ll);
906 } while (lc);
910 lc= -c1;
913 r[i++]=(ll-lc)&BN_MASK2;
914 lc=(lc > ll)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 37 var lc = ''; variable
138 re.exec(lc);
153 lc = RegExp.leftContext;
  /external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl 105 my $canonicalName = lc $name;
175 $new_canonical_name = lc $new_canonical_name;
186 $new_alias = lc $new_alias;
  /development/pdk/pndk/samples/samplejni/
Makefile 12 LIBS := -lc -lm
  /external/openssl/crypto/
ia64cpuid.S 54 .save ar.lc,r3
56 mov r3=ar.lc
61 mov ar.lc=96 };;
126 mov ar.lc=r3
  /external/srec/tools/cmd/
pht_to_long.pl 36 my $language = lc($1);
pht_to_short.pl 39 my $language = lc($1);
srecres2utd.pl 145 my $ortho = lc($token->{ortho});
146 my $topch = lc($token->{choices}[0]);
183 my $choice = lc $token->{choices}[$i];
  /external/qemu/distrib/zlib-1.2.3/
trees.c 1078 int lc; \/* match length or unmatched char (if dist == 0) *\/ local
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 285 LocalClass lc; local
286 lc.localClassFunction();
  /development/tools/emulator/opengl/host/tools/emugen/
ApiGen.h 92 int setGlobalAttribute(const std::string & line, size_t lc);
ApiGen.cpp 959 unsigned int lc = 0; local
985 size_t lc = 0; local
    [all...]
  /external/bluetooth/bluez/attrib/
client.c 592 GSList *lc; local
594 for (lc = prim->chars; lc; lc = lc->next) {
595 struct characteristic *chr = lc->data;
1082 GSList *l, *lp, *lc; local
1093 for (lc = prim->chars; lc; lc = lc->next)
    [all...]
  /external/zlib/
trees.c 1082 int lc; \/* match length or unmatched char (if dist == 0) *\/ local
1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
    [all...]
  /bionic/libc/include/
time.h 97 extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc);
  /external/skia/include/core/
SkTSearch.h 147 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
  /external/openssl/crypto/bn/asm/
ia64.S 181 .save ar.lc,r3
182 mov r3=ar.lc
190 mov ar.lc=r10
213 mov ar.lc=r3 }
234 .save ar.lc,r3
235 mov r3=ar.lc
243 mov ar.lc=r10
266 mov ar.lc=r3 }
297 .save ar.lc,r3
298 mov r3=ar.lc
    [all...]
  /dalvik/tests/082-inline-execute/src/
Main.java 141 String lc = "abcdefg"; local
146 String y = lc.toUpperCase();

Completed in 2407 milliseconds

12 3 4 5