/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmparser.cpp | 67 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseTopExpression() local 91 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseFunction() local 154 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpression() local 207 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseVarExpression() local 264 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpExpression() local 277 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalOrExpression() local 312 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalAndExpression() local 346 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseEqualityExpression() local 391 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseRelationalExpression() local 461 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseAddtiveExpression() local [all …]
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | vdso_restorer.c | 36 void *restorer; member 60 sa.restorer = NULL; /* request kernel-provided restorer */ in main()
|
/external/strace/tests-mx32/ |
D | sigaction.c | 54 unsigned long restorer; 181 new_act->restorer = (unsigned long) 0xdeadfacecafef00dULL; in main() 183 # define SA_RESTORER_ARGS , new_act->restorer in main()
|
/external/strace/tests/ |
D | sigaction.c | 54 unsigned long restorer; 181 new_act->restorer = (unsigned long) 0xdeadfacecafef00dULL; in main() 183 # define SA_RESTORER_ARGS , new_act->restorer in main()
|
/external/strace/tests-m32/ |
D | sigaction.c | 54 unsigned long restorer; 181 new_act->restorer = (unsigned long) 0xdeadfacecafef00dULL; in main() 183 # define SA_RESTORER_ARGS , new_act->restorer in main()
|
/external/compiler-rt/test/msan/Linux/ |
D | syscalls_sigaction.cc | 14 long handler, flags, restorer; member
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 68 SkScopeExit restorer(context_restorer()); in MacGLTestContext() local
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 68 SkScopeExit restorer(context_restorer()); in MacGLTestContext() local
|
/external/tensorflow/tensorflow/python/tools/ |
D | freeze_graph.py | 153 restorer = saver_lib.import_meta_graph( 155 restorer.restore(sess, input_checkpoint)
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendercontext.cpp | 67 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render() local
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.cpp | 452 CFX_RenderDevice::StateRestorer restorer(pDevice); in DrawEdit() local 996 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetScrollInfo() local 1031 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetScrollPosY() local 1141 AutoRestorer<bool> restorer(&m_bNotifyFlag); in Refresh() local 1210 AutoRestorer<bool> restorer(&m_bNotifyFlag); in RefreshWordRange() local 1224 AutoRestorer<bool> restorer(&m_bNotifyFlag); in RefreshWordRange() local 1263 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetCaretInfo() local
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 297 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithPattern() local 414 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithShading() local
|
/external/skqp/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 57 SkScopeExit restorer(context_restorer());
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 133 SkScopeExit restorer(context_restorer()); in WinGLTestContext() local
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 57 SkScopeExit restorer(context_restorer());
|
/external/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 133 SkScopeExit restorer(context_restorer()); in WinGLTestContext() local
|
/external/tensorflow/tensorflow/contrib/slim/ |
D | README.md | 612 restorer = tf.train.Saver() 615 restorer = tf.train.Saver([v1, v2]) 621 restorer.restore(sess, "/tmp/model.ckpt") 658 restorer = tf.train.Saver(variables_to_restore) 662 restorer.restore(sess, "/tmp/model.ckpt") 697 restorer = tf.train.Saver(variables_to_restore) 701 restorer.restore(sess, "/tmp/model.ckpt")
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext() local
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext() local
|
/external/pdfium/fxjs/ |
D | cjs_event_context.cpp | 39 AutoRestorer<bool> restorer(&m_bBusy); in RunScript() local
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 191 SkScopeExit restorer(context_restorer()); in EGLGLTestContext() local
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 230 SkScopeExit restorer(context_restorer()); in ANGLEGLContext() local
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 285 SkScopeExit restorer(context_restorer()); in CommandBufferGLTestContext() local
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 230 SkScopeExit restorer(context_restorer()); in ANGLEGLContext() local
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 191 SkScopeExit restorer(context_restorer()); in EGLGLTestContext() local
|