Home
last modified time | relevance | path

Searched defs:operations (Results 1 – 22 of 22) sorted by relevance

/third_party/node/doc/api/
Dn-api.md3300 ### napi_coerce_to_bool
3322 ### napi_coerce_to_number
3344 ### napi_coerce_to_object
3366 ### napi_coerce_to_string
3388 ### napi_typeof
3417 ### napi_instanceof
3442 ### napi_is_array
3461 ### napi_is_arraybuffer
3479 ### napi_is_buffer
3498 ### napi_is_date
[all …]
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md232 #### General considerations on multi-part operations
244 #### Multi-part operation entry point family `"hash_multipart"`
276 #### Operation family `"mac_multipart"`
280 #### Operation family `"mac_verify_multipart"`
284 #### Operation family `"cipher_encrypt_multipart"`
288 #### Operation family `"cipher_decrypt_multipart"`
292 #### Operation family `"aead_encrypt_multipart"`
296 #### Operation family `"aead_decrypt_multipart"`
300 #### Operation family `"key_derivation"`
/third_party/openssl/doc/internal/man7/
DEVP_PKEY.pod141 =head3 Exporting implementation details
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc357 int threads, int iterations, int operations) { in RunTestCommon()
382 int iterations, int operations) { in RunTest()
394 int operations, in RunTestWithInvariantDebugging()
1617 int operations = threads * iterations; local
1631 int operations = iterations * threads; local
1645 int operations = iterations * threads; local
1652 int operations = iterations * threads; local
1666 int operations = iterations; local
1673 int operations = iterations; local
1681 int operations = iterations; local
[all …]
/third_party/python/Doc/library/
Dshutil.rst468 .. _shutil-copytree-example:
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp101 Operation operations; member
1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToName()
1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToDescription()
1318 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local
1386 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local
/third_party/node/benchmark/fixtures/
Dcoverage-many-branches.js75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial']; variable
/third_party/python/Doc/reference/
Dexpressions.rst1633 .. _is:
1634 .. _is not:
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_peeling.cpp184 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
273 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
290 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
/third_party/spirv-tools/source/opt/
Dloop_peeling.cpp184 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
273 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
290 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_peeling.cpp184 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
273 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
290 std::unordered_set<Instruction*> operations; in GetIteratingExitValues() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp234 static testType operations[] = in addShaderClockTests() local
DvktShaderBuiltinPrecisionTests.cpp336 const std::string operations[operationCount] = in getComparisonOperation() local
/third_party/node/benchmark/
Dcommon.js224 end(operations) { argument
/third_party/python/Lib/test/
Dtest_pyexpat.py191 def _verify_parse_output(self, operations): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp597 std::string& operations = specializationMap["OPERATIONS"]; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp884 } operations[] = in createDynamicStateComputeTests() local
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp148 vector<Operation> operations; member
DteglGLES2SharingThreadedTests.cpp2278 std::vector<OperationId> operations; in addRandomOperation() local
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c225 int operations = 1; variable
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1350 static const int operations[AST_NUM_OPERATORS] = { in do_hir() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp884 std::vector<Operation *> operations; member