Home
last modified time | relevance | path

Searched defs:release (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/external/libxml2/
DMAINTAINERS.md5 ### Rebuild generated files and documentation
13 ### Update the NEWS file
19 ### Bump the version number
23 ### Build the tarball
31 ### Upload the tarball
39 ### Tag the release
46 ### Create a GitLab release
51 ### Announce the release
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() function
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() function
53 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() function
58 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() function
64 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release() function
69 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release() function
74 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release() function
79 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() function
84 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release() function
89 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() function
[all …]
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_wrapper.cc64 py::gil_scoped_release release; in PYBIND11_MODULE() local
73 py::gil_scoped_release release; in PYBIND11_MODULE() local
83 py::gil_scoped_release release; in PYBIND11_MODULE() local
95 py::gil_scoped_release release; in PYBIND11_MODULE() local
106 py::gil_scoped_release release; in PYBIND11_MODULE() local
118 py::gil_scoped_release release; in PYBIND11_MODULE() local
129 py::gil_scoped_release release; in PYBIND11_MODULE() local
140 py::gil_scoped_release release; in PYBIND11_MODULE() local
150 py::gil_scoped_release release; in PYBIND11_MODULE() local
166 py::gil_scoped_release release; in PYBIND11_MODULE() local
[all …]
Drecord_io_wrapper.cc236 py::gil_scoped_release release; in PYBIND11_MODULE() local
252 py::gil_scoped_release release; in PYBIND11_MODULE() local
268 py::gil_scoped_release release; in PYBIND11_MODULE() local
279 py::gil_scoped_release release; in PYBIND11_MODULE() local
291 py::gil_scoped_release release; in PYBIND11_MODULE() local
333 py::gil_scoped_release release; in PYBIND11_MODULE() local
349 py::gil_scoped_release release; in PYBIND11_MODULE() local
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc166 py::gil_scoped_release release; in PYBIND11_MODULE() local
218 py::gil_scoped_release release; in PYBIND11_MODULE() local
257 py::gil_scoped_release release; in PYBIND11_MODULE() local
269 py::gil_scoped_release release; in PYBIND11_MODULE() local
337 py::gil_scoped_release release; in PYBIND11_MODULE() local
350 py::gil_scoped_release release; in PYBIND11_MODULE() local
362 py::gil_scoped_release release; in PYBIND11_MODULE() local
372 py::gil_scoped_release release; in PYBIND11_MODULE() local
394 pybind11::gil_scoped_release release; in PYBIND11_MODULE() local
560 py::gil_scoped_release release; in PYBIND11_MODULE() local
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/
DMakefile50 release: CXXFLAGS += -O3 target
51 release: CFLAGS += -O3 target
52 release: collisionsTest target
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java56 public void release(DrawableObject object) { in release() method in DrawableFactory
85 public void release(Object entry) { in release() method in DrawableFactory.DrawableBitmapPool
122 public void release(Object entry) { in release() method in DrawableFactory.ScrollableBitmapPool
151 public void release(Object entry) { in release() method in DrawableFactory.TiledBackgroundVertexGridPool
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py126 def _read_test_cases_file(lang, runtime, release): argument
163 def _generate_test_case_jobspecs(lang, runtime, release, suite_name): argument
206 def _pull_image_for_lang(lang, image, release): argument
219 def _test_release(lang, runtime, release, image, xml_report_tree, skip_tests): argument
Dcreate_matrix_images.py194 def build_all_images_for_release(lang, release): argument
251 def maybe_apply_patches_on_git_tag(stack_base, lang, release): argument
290 def checkout_grpc_stack(lang, release): argument
/external/python/setuptools/
Dtox.ini69 skip_install = True
70 deps =
74 passenv =
77 setenv =
79 commands =
/external/turbine/java/com/google/turbine/options/
DLanguageVersion.java45 public abstract OptionalInt release(); in release() method in LanguageVersion
60 private static LanguageVersion create(int source, int target, OptionalInt release) { in create()
75 OptionalInt release = OptionalInt.empty(); in fromJavacopts() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DAllocatedBuffer.java64 public abstract AllocatedBuffer release(); in release() method in AllocatedBuffer
80 public AllocatedBuffer release() { in wrap() method in AllocatedBuffer
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAllocatedBuffer.java66 public abstract AllocatedBuffer release(); in release() method in AllocatedBuffer
82 public AllocatedBuffer release() { in wrap() method in AllocatedBuffer
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_wrapper.cc70 py::gil_scoped_release release; in PYBIND11_MODULE() local
81 py::gil_scoped_release release; in PYBIND11_MODULE() local
92 py::gil_scoped_release release; in PYBIND11_MODULE() local
115 py::gil_scoped_release release; in PYBIND11_MODULE() local
129 py::gil_scoped_release release; in PYBIND11_MODULE() local
/external/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py203 def build_all_images_for_release(lang, release): argument
261 def maybe_apply_patches_on_git_tag(stack_base, lang, release): argument
302 def checkout_grpc_stack(lang, release): argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java36 void release(Allocation allocation); in release() method
43 void release(Allocation[] allocations); in release() method
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java49 void release(Allocation allocation); in release() method
57 void release(AllocationNode allocationNode); in release() method
/external/zstd/zlibWrapper/
DMakefile45 release : STDFLAGS = target
46 release : DEBUGFLAGS = target
47 release : all target
/external/kernel-headers/original/uapi/linux/
Dutsname.h10 char release[9]; member
20 char release[65]; member
28 char release[__NEW_UTS_LEN + 1]; member
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/utils/
DSuspendingSemaphore.kt26 fun release() { in release() method
/external/python/cpython3/Lib/
Dplatform.py261 def _syscmd_ver(system='', release='', version='', argument
360 def win32_ver(release='', version='', csd='', ptype=''): argument
433 def mac_ver(release='', versioninfo=('', '', ''), machine=''): argument
463 def java_ver(release='', vendor='', vminfo=('', '', ''), osinfo=('', '', '')): argument
498 def system_alias(system, release, version): argument
920 def release(): function
/external/crosvm/rutabaga_gfx/ffi/
DMakefile10 release := macro
15 release :=--release macro
/external/python/uritemplates/
Dtox.ini23 deps =
26 commands =
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/
DDrmSessionManager.java42 void release(); in release() method
101 default void release() { in release() method
/external/ltp/android/
DREADME.md230 ### Merge the changes
261 ### Update the Android build targets

12345678910>>...38