HomeSort by relevance Sort by last modified time
    Searched refs:listname (Results 1 - 23 of 23) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 37 isListTextFile(const char *listname) {
38 const char *listNameEnd=strchr(listname, 0);
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
53 * If the listname ends with ".txt", then read the list file
55 * If the listname ends with ".dat", then read the ICU .dat package file.
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) {
64 if(listname==NULL || listname[0]==0) {
77 listNameEnd=strchr(listname, 0);
78 if(isListTextFile(listname)) {
    [all...]
pkg_icu.h 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames:
    [all...]
  /external/curl/tests/
directories.pm 284 my $listname = $_[0];
285 $list = $lists{$listname};
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 728 classname, listname = self.destination(tp, name, arglist, modifiers)
730 classname, listname = self.destination(tp, name, arglist)
731 if not classname or not listname:
746 self.specfile.write("%s.append(f)\n\n" % listname)
748 oline = "Adding to %s:\n%s(returntype=%s, name=%r" % (listname, classname, tp, name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 464 for listname, members in sim_lists.items():
469 self.assertEqual(smtp.expn(listname), expected_known)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)
  /external/libxml2/python/
generator.py 703 listname = classe + "List"
704 ll = len(listname)
706 if name[0:l] == listname:
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 1716 milliseconds