HomeSort by relevance Sort by last modified time
    Searched refs:fullname (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 150 fullname = os.path.join(root, name)
152 os.rmdir(fullname)
  /system/netd/server/
MDnsSdListener.cpp 244 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *fullname,
256 char *quotedFullName = SocketClient::quoteArg(fullname);
264 refNumber, fullname, hosttarget, port, txtLen);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 1004 def fullname method in class:Benchmark
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 731 Returns -1 on failure, else the fd of the file. If fullname is
735 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname )
770 if (fullname)
771 VG_(strcpy)( fullname, buf );
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 637 fullname = self.get_ext_fullname(ext_name)
638 modpath = fullname.split('.')
660 """Returns the fullname of a given extension name.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 318 fullname = os.path.join(dirpath, name)
319 self.refactor_file(fullname, write, doctests_only)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 637 fullname = self.get_ext_fullname(ext_name)
638 modpath = fullname.split('.')
660 """Returns the fullname of a given extension name.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 318 fullname = os.path.join(dirpath, name)
319 self.refactor_file(fullname, write, doctests_only)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 647 fullname = self.full_name()
649 if os.path.exists(fullname):
650 project_dir = os.path.dirname(fullname)
663 return fullname[len(prefix) + 1:]
667 root_dir = os.path.dirname(fullname)
673 return fullname[len(prefix) + 1:]
676 return fullname
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 432 * @fullname: the attribute name
442 const xmlChar *fullname,
    [all...]
  /external/libxml2/include/libxml/
parser.h 435 * @fullname: the attribute name
445 const xmlChar *fullname,
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 637 * @fullname: The element name, including namespace prefix
643 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname,
649 printf("xmlTextReaderStartElement(%s)\n", fullname);
652 reader->startElement(ctx, fullname, atts);
665 * @fullname: The element name, including namespace prefix
670 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) {
675 printf("xmlTextReaderEndElement(%s)\n", fullname);
678 reader->endElement(ctx, fullname);
    [all...]
parser.c 1110 * @fullname: the element fullname
1111 * @fullattr: the attribute fullname
1118 const xmlChar *fullname,
    [all...]
  /external/libxml2/
xmlreader.c 640 * @fullname: The element name, including namespace prefix
646 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname,
652 printf("xmlTextReaderStartElement(%s)\n", fullname);
655 reader->startElement(ctx, fullname, atts);
668 * @fullname: The element name, including namespace prefix
673 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) {
678 printf("xmlTextReaderEndElement(%s)\n", fullname);
681 reader->endElement(ctx, fullname);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 36 def _find_module(fullname, path=None):
40 for tgt in fullname.split('.'):
54 m = __import__(fullname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 36 def _find_module(fullname, path=None):
40 for tgt in fullname.split('.'):
54 m = __import__(fullname)
    [all...]
  /external/elfutils/0.153/src/
strip.c 407 char *fullname = alloca (prefix_len + 1 + fname_len); local
408 char *cp = fullname;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 1460 CFX_WideString fullname = GetFullName(pField->GetFieldDict()); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
x509v3.h 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon18531
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509v3.h 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon18563
  /external/openssl/crypto/x509v3/
x509v3.h 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon32129
  /external/openssl/include/openssl/
x509v3.h 227 GENERAL_NAMES *fullname; member in union:DIST_POINT_NAME_st::__anon32161

Completed in 2485 milliseconds

1 2 3 4 56 7