Home
last modified time | relevance | path

Searched defs:functions (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
D_index.md148 #### Disabling constructors
152 #### Copy and move constructors and assignment, and destructor
156 #### Converting constructors
160 #### Inplace constructors
164 #### Tagged constructors
168 #### Observers
172 #### Modifiers
176 #### Comparisons
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
D_index.md198 #### Disabling constructors
202 #### Copy and move constructors and assignment, and destructor
206 #### Converting constructors
210 #### Inplace constructors
214 #### Tagged constructors
218 #### Observers
222 #### Modifiers
226 #### Comparisons
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html
/third_party/jerryscript/docs/
D07.DEBUGGER.md115 ### jerry_debugger_is_connected
152 ### jerry_debugger_stop
193 ### jerry_debugger_continue
235 ### jerry_debugger_stop_at_breakpoint
279 ### jerry_debugger_wait_for_client_source
371 ### jerry_debugger_send_output
408 ### jerry_debugger_send_log
D16.MIGRATION-GUIDE.md58 ### jerry_value_set_abort_flag
108 ### jerry_value_has_abort_flag
146 ### jerry_value_set_error_flag
197 ### jerry_value_has_error_flag
235 ### jerry_value_clear_error_flag AND jerry_get_value_without_error_flag
/third_party/boost/libs/hana/test/experimental/view/transformed/
Dap.cpp24 auto functions = container(); in main() local
33 auto functions = container(); in main() local
42 auto functions = container(ct_eq<0>{}); in main() local
53 auto functions = container(_injection<0>{}); in main() local
62 auto functions = container(_injection<0>{}, _injection<1>{}); in main() local
72 auto functions = container(_injection<0>{}, _injection<1>{}, _injection<2>{}); in main() local
85 auto functions = container(_injection<0>{}); in main() local
95 auto functions = container(_injection<0>{}); in main() local
108 auto functions = container(_injection<0>{}, _injection<1>{}); in main() local
/third_party/boost/libs/python/test/
Dshared_ptr.hpp15 struct functions struct
17 static int look(shared_ptr<T> const& x) in look()
22 static void store(shared_ptr<T> x) in store()
27 static void release_store() in release_store()
32 static void modify(shared_ptr<T>& x) in modify()
37 static shared_ptr<T> get() { return storage; } in get()
38 static shared_ptr<T> &get1() { return storage; } in get1()
40 static int look_store() in look_store()
46 static void expose(C const& c) in expose()
85 template <class T> shared_ptr<T> functions<T>::storage; argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp37 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
63 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID()
87 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements()
134 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability()
183 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability()
229 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps()
333 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
340 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
347 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
354 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
[all …]
Dformatutilsgl.cpp399 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat()
482 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat()
536 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat()
565 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType()
614 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType()
632 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat()
640 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat()
654 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat()
665 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat()
674 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat()
[all …]
DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL()
51 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported()
56 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL()
100 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
74 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
95 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
DMemoryObjectGL.cpp27 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
37 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
DFramebufferGL.cpp76 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment()
278 const FunctionsGL *functions = GetFunctionsGL(context); in invalidate() local
312 const FunctionsGL *functions = GetFunctionsGL(context); in invalidateSub() local
330 const FunctionsGL *functions = GetFunctionsGL(context); in clear() local
356 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfv() local
383 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferuiv() local
410 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferiv() local
438 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfi() local
481 const FunctionsGL *functions = GetFunctionsGL(context); in readPixels() local
559 const FunctionsGL *functions = GetFunctionsGL(context); in blit() local
[all …]
DTextureGL.cpp224 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
282 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
350 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local
412 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local
497 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local
539 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local
580 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local
705 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local
812 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local
885 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local
[all …]
DProgramPipelineGL.cpp18 const FunctionsGL *functions) in ProgramPipelineGL()
DQueryGL.cpp57 const FunctionsGL *functions, in StandardQueryGL()
231 SyncProviderGLSync(const FunctionsGL *functions) : mFunctions(functions), mSync(nullptr) in SyncProviderGLSync()
263 SyncProviderGLQuery(const FunctionsGL *functions) : mFunctions(functions), mQuery(0) {} in SyncProviderGLQuery()
301 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL()
310 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
D_index.md16 #### Special
20 #### Observers
24 #### Modifiers
/third_party/flutter/skia/src/sksl/ir/
DSkSLSymbolTable.cpp33 auto functions = GetFunctions(*entry->second); in operator []() local
87 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
94 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp156 void wait_first_simple_impl( Done::ptr done, Fn && function, Fns && ... functions) { in wait_first_simple_impl()
168 void wait_first_simple( Fns && ... functions) { in wait_first_simple()
205 void wait_first_value_impl( std::shared_ptr< boost::fibers::buffered_channel< T > > chan, in wait_first_value_impl()
224 wait_first_value( Fn && function, Fns && ... functions) { in wait_first_value()
286 void wait_first_outcome_impl( CHANP chan, in wait_first_outcome_impl()
305 wait_first_outcome( Fn && function, Fns && ... functions) { in wait_first_outcome()
397 wait_first_success( Fn && function, Fns && ... functions) { in wait_first_success()
476 wait_first_value_het( Fns && ... functions) { in wait_first_value_het()
517 void wait_all_simple_impl( std::shared_ptr< boost::fibers::barrier > barrier, in wait_all_simple_impl()
536 void wait_all_simple( Fns && ... functions) { in wait_all_simple()
[all …]
/third_party/python/Doc/library/
Dctypes.rst208 .. _ctypes-fundamental-data-types:
377 Calling functions with your own custom data types
1050 .. _ctypes-accessing-values-exported-from-dlls:
1631 Foreign functions can also be created by instantiating function prototypes.
2037 .. _ctypes-data-types:
/third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/
Dfunctions.js27 function functions(object) { function
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
Dfunctions.js27 function functions(object) { function
/third_party/node/doc/api/
Dn-api.md1923 #### napi_create_array
1942 #### napi_create_array_with_length
1971 #### napi_create_arraybuffer
2004 #### napi_create_buffer
2027 #### napi_create_buffer_copy
2054 #### napi_create_date
2080 #### napi_create_external
2120 #### napi_create_external_arraybuffer
2164 #### napi_create_external_buffer
2205 #### napi_create_object
[all …]

1234567