/external/swiftshader/third_party/subzero/src/ |
IceCfgNode.cpp | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
case.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
case.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | [all...] |
/external/clang/lib/CodeGen/ |
CGClass.cpp | 632 llvm::Value *Counter = CGF.Builder.CreateLoad(IndexVar); 634 llvm::ConstantInt::get(Counter->getType(), NumElements); 635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr, 651 // Emit the increment of the loop counter. 652 llvm::Value *NextVal = llvm::ConstantInt::get(Counter->getType(), 1); 653 Counter = CGF.Builder.CreateLoad(IndexVar); 654 NextVal = CGF.Builder.CreateAdd(Counter, NextVal, "inc"); [all...] |
CGOpenMPRuntime.cpp | [all...] |
/external/autotest/server/ |
autotest.py | 178 metrics.Counter( [all...] |
autoserv | 230 metrics.Counter(
|
autoserv.py | 230 metrics.Counter(
|
/external/python/cpython3/Lib/unittest/ |
case.py | [all...] |
/external/tensorflow/tensorflow/core/util/ |
example_proto_fast_parsing.cc | 29 #include "tensorflow/core/lib/monitoring/counter.h" 414 BlockingCounter counter(n - 1); 416 thread_pool->Schedule([i, &f, &counter] { 418 counter.DecrementCount(); 422 counter.Wait(); 474 static auto* duplicated_dense_feature = monitoring::Counter<0>::New( 485 static auto* duplicated_sparse_feature = monitoring::Counter<0>::New( [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
gcm_s390x.go | 14 // (gcmAsm) uses the KMCTR instruction to encrypt using AES in counter mode and 74 // NewGCM returns the AES cipher wrapped in Galois Counter Mode. This is only 135 // cryptBlocksGCM encrypts src using AES in counter mode using the given 136 // function code and key. The rightmost 32-bits of the counter are incremented 137 // between each block as required by the GCM spec. The initial counter value 138 // is given by cnt, which is updated with the value of the next counter value 147 // counterCrypt encrypts src using AES in counter mode and places the result 154 // buffer for counter values. 177 // deriveCounter computes the initial GCM counter state from the given nonce. 180 // GCM has two modes of operation with respect to the initial counter [all...] |
/prebuilts/go/linux-x86/src/crypto/aes/ |
gcm_s390x.go | 14 // (gcmAsm) uses the KMCTR instruction to encrypt using AES in counter mode and 74 // NewGCM returns the AES cipher wrapped in Galois Counter Mode. This is only 135 // cryptBlocksGCM encrypts src using AES in counter mode using the given 136 // function code and key. The rightmost 32-bits of the counter are incremented 137 // between each block as required by the GCM spec. The initial counter value 138 // is given by cnt, which is updated with the value of the next counter value 147 // counterCrypt encrypts src using AES in counter mode and places the result 154 // buffer for counter values. 177 // deriveCounter computes the initial GCM counter state from the given nonce. 180 // GCM has two modes of operation with respect to the initial counter [all...] |
/external/autotest/frontend/afe/ |
rpc_utils.py | 483 host_counts = collections.Counter(host_objects) [all...] |
/external/autotest/scheduler/ |
drone_manager.py | 583 metrics.Counter(m).increment( [all...] |
scheduler_models.py | 487 _COMPLETION_COUNT_METRIC = metrics.Counter( [all...] |
/external/autotest/tko/ |
parse.py | 461 metrics.Counter(
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar | |
/external/python/cpython3/Lib/ |
pprint.py | 434 _dispatch[_collections.Counter.__repr__] = _pprint_counter
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
FutureTaskTest.java | 227 class Counter extends CheckedRunnable {
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 605 * \brief Simple incremental counter. 611 class Counter 614 Counter (int count = 0) : m_count(count) {} 624 ExpandContext (Counter& symCounter) : m_symCounter(symCounter) {} 644 Counter& m_symCounter; [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 639 * \brief Simple incremental counter. 645 class Counter 648 Counter (int count = 0) : m_count(count) {} 658 ExpandContext (Counter& symCounter) : m_symCounter(symCounter) {} 678 Counter& m_symCounter; [all...] |
/external/autotest/client/common_lib/ |
utils_unittest.py | [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
monitors_test.py | 751 self.call_counter = collections.Counter() [all...] |