Home
last modified time | relevance | path

Searched refs:Deletes (Results 1 – 20 of 20) sorted by relevance

/external/vulkan-validation-layers/
Dbuild_windows_targets.bat13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DestroyResourceOp.pbtxt16 summary: "Deletes the resource specified by the handle."
/external/libmojo/mojo/public/cpp/system/
DBUILD.gn5 # Deletes libsystem.dylib from the build dir, since it shadows
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.ipp352 // Complete the operation. May throw an exception. Deletes the object.
416 // Complete the operation. May throw an exception. Deletes the object.
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp591 std::vector<Instruction *> Deletes; in transOCLBuiltinFromVariable() local
598 Deletes.push_back(LD); in transOCLBuiltinFromVariable()
606 Deletes.push_back(EEI); in transOCLBuiltinFromVariable()
608 Deletes.push_back(LD); in transOCLBuiltinFromVariable()
621 for (auto &I:Deletes) { in transOCLBuiltinFromVariable()
/external/python/cpython2/Lib/
Dpdb.doc198 Deletes the specified alias.
/external/python/cpython2/Doc/library/
D_winreg.rst98 Deletes the specified key.
114 Deletes the specified key.
Dcd.rst316 Deletes the parser and frees the memory it was using. The object should not be
Dpdb.rst377 Deletes the specified alias.
Ddis.rst769 Deletes local ``co_varnames[var_num]``.
/external/python/cpython3/Doc/library/
Dwinreg.rst114 Deletes the specified key.
133 Deletes the specified key.
Ddis.rst949 Deletes local ``co_varnames[var_num]``.
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto76 // Deletes all worker-side state associated with the given session handle.
/external/googletest/googletest/docs/
DPrimer.md415 1. Deletes the fixture.
/external/llvm/docs/
DMergeFunctions.rst784 with bitcast(F). Deletes G.”
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1822 | ``del elem[n]`` | Deletes n'th child element. |
1833 | ``del elem.attrib[name]`` | Deletes attribute *name*. |
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1822 | ``del elem[n]`` | Deletes n'th child element. |
1833 | ``del elem.attrib[name]`` | Deletes attribute *name*. |
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md626 Deletes the given attribute from either all nodes, or just the one specified in
/external/python/cpython2/Misc/
Dcheatsheet1537 rmtree(path[, Deletes an entire directory tree, ignoring errors if
/external/antlr/antlr-3.4/tool/
DCHANGES.txt1077 * Fix ANTLR-169. Deletes tmp lexer grammar file.