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

1 2

  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 44 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, double* value);
46 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value);
49 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value);
50 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
52 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
56 static int TIFFWriteDirectoryTagBytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
59 static int TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value);
61 static int TIFFWriteDirectoryTagSbyteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int8* value);
63 static int TIFFWriteDirectoryTagSbytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value)
366 uint32 ndir; local
    [all...]
  /external/openssh/openbsd-compat/
bsd-closefrom.c 40 # include <sys/ndir.h>
46 # include <ndir.h>
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 156 ndir, err := FullPath(dir)
160 if len(ndir) > 2 && isSlash(ndir[0]) && isSlash(ndir[1]) {
164 return ndir, nil
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 156 ndir, err := FullPath(dir)
160 if len(ndir) > 2 && isSlash(ndir[0]) && isSlash(ndir[1]) {
164 return ndir, nil
  /external/ImageMagick/MagickCore/
studio.h 179 # include <sys/ndir.h>
185 # include <ndir.h>
  /external/ImageMagick/MagickWand/
studio.h 180 # include <sys/ndir.h>
186 # include <ndir.h>
  /toolchain/binutils/binutils-2.25/bfd/
hpux-core.c 55 # include <sys/ndir.h>
61 # include <ndir.h>
trad-core.c 32 # include <sys/ndir.h>
38 # include <ndir.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tempfile.py 46 (ndir, nbase) = os.path.split(name)
51 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
389 (ndir, nbase) = os.path.split(name)
391 self.assertEqual(adir, ndir,
392 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 50 (ndir, nbase) = os.path.split(name)
55 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
467 (ndir, nbase) = os.path.split(name)
469 self.assertEqual(adir, ndir,
470 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 50 (ndir, nbase) = os.path.split(name)
55 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
467 (ndir, nbase) = os.path.split(name)
469 self.assertEqual(adir, ndir,
470 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 50 (ndir, nbase) = os.path.split(name)
55 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
467 (ndir, nbase) = os.path.split(name)
469 self.assertEqual(adir, ndir,
470 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 50 (ndir, nbase) = os.path.split(name)
55 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
467 (ndir, nbase) = os.path.split(name)
469 self.assertEqual(adir, ndir,
470 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
  /external/python/cpython2/Lib/test/
test_tempfile.py 51 (ndir, nbase) = os.path.split(name)
56 self.assertEqual(os.path.abspath(ndir), os.path.abspath(dir),
547 (ndir, nbase) = os.path.split(name)
549 self.assertEqual(adir, ndir,
550 "Directory '%s' incorrectly returned as '%s'" % (adir, ndir))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 509 ndir := filepath.Dir(dir)
510 if len(ndir) >= len(dir) {
514 dir = ndir
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 509 ndir := filepath.Dir(dir)
510 if len(ndir) >= len(dir) {
514 dir = ndir
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 1285 dus.ndir = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 100 #include <sys/ndir.h>
106 #include <ndir.h>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 99 #include <sys/ndir.h>
105 #include <ndir.h>
    [all...]
  /external/stressapptest/
configure     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 251 #include <sys/ndir.h>
257 #include <ndir.h>
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 252 #include <sys/ndir.h>
258 #include <ndir.h>
    [all...]
  /external/libedit/
configure     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]
  /external/openssh/
configure     [all...]

Completed in 502 milliseconds

1 2