/external/valgrind/coregrind/m_ume/ |
D | main.c | 86 VG_(close)(fd); in VG_() local 105 VG_(close)(fd); in VG_() local 126 VG_(close)(fd); in VG_() local 152 VG_(close)(fd); in VG_() local 158 static Bool is_hash_bang_file(const HChar* f) in is_hash_bang_file() 174 static Bool is_binary_file(const HChar* f) in is_binary_file()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | UnicodeSetClosure.java | 80 File f = new File("TestUnicodeSetClosure.txt"); in test() local 219 public static void close(UnicodeSet s, Normalizer.Mode m, boolean lowerFirst) { in close() method in UnicodeSetClosure 220 Char32ToString f = new NFToString(m, lowerFirst); in close() local 230 public static void close(UnicodeSet s, Char32ToString f) { in close() method in UnicodeSetClosure 250 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { in close2()
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | session.py | 79 def close(): function 176 def close(self): member in SessionFactory 221 def close(self): member in FileSession 248 def _clean_up_file(self, f, exp_time, now): argument
|
/external/jetty/src/java/org/eclipse/jetty/io/bio/ |
D | StreamEndPoint.java | 105 public void close() throws IOException in close() method in StreamEndPoint 182 int f=flush(header); in flush() local 194 int f=flush(buffer); in flush() local 208 int f=flush(trailer); in flush() local
|
/external/javassist/src/main/javassist/ |
D | ClassPoolTail.java | 57 File f = new File(filename); in find() local 68 public void close() {} in close() method in DirClassPath 115 public void close() { in close() method in JarDirClassPath 165 public void close() { in close() method in JarClassPath
|
D | CtClass.java | 936 public void addField(CtField f) throws CannotCompileException { in addField() 970 public void addField(CtField f, String init) in addField() 998 public void addField(CtField f, CtField.Initializer init) in addField() 1010 public void removeField(CtField f) throws NotFoundException { in removeField() 1402 public void close() throws IOException { in close() method in CtClass.DelayedFileOutputStream
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | HandlerTest.java | 200 Filter f = new MockFilter(); in testGetSetFilter_Normal() local 223 Formatter f = new SimpleFormatter(); in testGetSetFormatter_Normal() local 254 Level f = Level.CONFIG; in testGetSetLevel_Normal() local 336 public void close() { in close() method in HandlerTest.MockHandler
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoFile.java | 43 public IsoFile(File f) throws IOException { in IsoFile() 192 public void close() throws IOException { in close() method in IsoFile
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 282 Frame* f = ML_(dinfo_zalloc)("di.mFn.1", sizeof(Frame)); in mk_Frame_noargs() local 293 Frame* f = ML_(dinfo_zalloc)("di.mFlll.1", sizeof(Frame)); in mk_Frame_le64_le64_le64() local 306 Frame* f = ML_(dinfo_zalloc)("di.mFa.1", sizeof(Frame)); in mk_Frame_asciiz() local 620 VG_(close)(sr_Res(fd)); in ML_() local 628 VG_(close)(sr_Res(fd)); in ML_() local 755 VG_(close)(sd); in ML_() local
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | RolloverFileOutputStream.java | 274 File f = new File(dir,fn); in removeOldFiles() local 303 public void close() in close() method in RolloverFileOutputStream
|
D | MultiPartInputStream.java | 117 protected void close() in close() method in MultiPartInputStream.MultiPart 281 File f = new File(_tmpDir, fileName); in write() local 466 File f = new File (_config.getLocation()); in parse() local
|
/external/opencv3/modules/videoio/src/ |
D | cap_xine.cpp | 399 static int icvOldSeekFrameAVI_XINE( CvCaptureAVI_XINE* capture, int f ) in icvOldSeekFrameAVI_XINE() 468 static int icvSeekFrameAVI_XINE( CvCaptureAVI_XINE* capture, int f ) in icvSeekFrameAVI_XINE() 805 void CvCaptureAVI_XINE_CPP::close() in close() function in CvCaptureAVI_XINE_CPP
|
D | cap_dc1394_v2.cpp | 506 void CvCaptureCAM_DC1394_v2_CPP::close() in close() function in CvCaptureCAM_DC1394_v2_CPP 580 dc1394video_frame_t f = fs ? *fs : *dcFrame, *fc = &f; in grabFrame() local
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_png.cpp | 107 void PngDecoder::close() in close() function in cv::PngDecoder 345 FILE* f = 0; in write() local
|
D | grfmt_jpeg.cpp | 189 void JpegDecoder::close() in close() function in cv::JpegDecoder 551 FILE* f; in write() member
|
D | grfmt_tiff.cpp | 81 void TiffDecoder::close() in close() function in cv::TiffDecoder 862 FILE* f = fopen( m_filename.c_str(), "r+b" ); in write() local
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | UncheckedPrintWriter.java | 179 public void close() in close() method in UncheckedPrintWriter 417 public void print(float f) in print()
|
/external/skia/tests/ |
D | SkNxTest.cpp | 18 auto close = [=](float a, float b) { return fabsf(a-b) <= eps; }; in test_Nf() local 85 auto assert_eq = [&](const SkNx<N,T>& v, T a, T b, T c, T d, T e, T f, T g, T h) { in test_Ni() 241 Sk4f f(-2.3f, 1.0f, 0.45f, 0.6f); in DEF_TEST() local
|
/external/libxml2/python/ |
D | libxml.py | 109 def close(self): member in ioReadWrapper 153 def close(self): member in ioWriteWrapper 610 def registerXPathFunction(ctxt, name, ns_uri, f): argument 632 def registerErrorHandler(f, ctx): argument 659 def setErrorHandler(self,f,arg): argument 732 def SetErrorHandler(self,f,arg): argument
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 154 public void close() throws SQLite.Exception { in close() method in Database 466 public void create_function(String name, int nargs, Function f) { in create_function() 472 private native void _create_function(String name, int nargs, Function f); in _create_function() 482 public void create_aggregate(String name, int nargs, Function f) { in create_aggregate() 488 private native void _create_aggregate(String name, int nargs, Function f); in _create_aggregate()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 270 public FunctionRunner(Function f, long loops, int id) { in FunctionRunner() 282 private Function f; field in PerfTest.FunctionRunner 924 public void close() throws IOException { in close() method in PerfTest.BOMFreeReader
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 786 def wrapmapint(f): argument 1299 def close(): pass function 1302 def close(): file.close() function 2306 def _itertools_imap(f, seq): argument 2457 def testWithIO(inp, out, f): argument 2828 def helperFormat(self, f): argument
|
/external/ppp/pppd/ |
D | pppd.h | 412 void (*close) __P((int unit, char *reason)); member 462 void (*close) __P((void)); member 793 #define TIMEOUT(r, f, t) timeout((r), (f), (t), 0) argument 794 #define UNTIMEOUT(r, f) untimeout((r), (f)) argument
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.min.js | 11 …("testpath",function(a){a.path&&(b=a.path[0]===e),a.stopPropagation()});var f=new CustomEvent("tes… variable 12 …trict";function b(a,b,d,e){var f;try{if(f=c(a),f.scopeIdent&&(d.nodeType!==Node.ELEMENT_NODE||"TEM… argument 13 …function(a,c,d){if("selectedindex"===a&&(a="selectedIndex"),"selectedIndex"!==a&&"value"!==a)retur… argument 14 …for(var c in a){var d=a[c];PolymerGestures.addEventListener(this,c,this.element.getEventHandler(th… argument
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.min.js | 11 …("testpath",function(a){a.path&&(b=a.path[0]===e),a.stopPropagation()});var f=new CustomEvent("tes… variable 12 …trict";function b(a,b,d,e){var f;try{if(f=c(a),f.scopeIdent&&(d.nodeType!==Node.ELEMENT_NODE||"TEM… function 13 …function(a,c,d){if("selectedindex"===a&&(a="selectedIndex"),"selectedIndex"!==a&&"value"!==a)retur… argument 14 …for(var c in a){var d=a[c];PolymerGestures.addEventListener(this,c,this.element.getEventHandler(th… argument
|