/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
case.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
case.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
case.py | [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
gcm_s390x.go | 69 // NewGCM returns the AES cipher wrapped in Galois Counter Mode. This is only 126 // cryptBlocksGCM encrypts src using AES in counter mode using the given 127 // function code and key. The rightmost 32-bits of the counter are incremented 128 // between each block as required by the GCM spec. The initial counter value 129 // is given by cnt, which is updated with the value of the next counter value 138 // counterCrypt encrypts src using AES in counter mode and places the result 145 // buffer for counter values. 168 // deriveCounter computes the initial GCM counter state from the given nonce. 171 // GCM has two modes of operation with respect to the initial counter 174 // with a four-byte big-endian counter starting at one, is use [all...] |
/prebuilts/go/linux-x86/src/crypto/aes/ |
gcm_s390x.go | 69 // NewGCM returns the AES cipher wrapped in Galois Counter Mode. This is only 126 // cryptBlocksGCM encrypts src using AES in counter mode using the given 127 // function code and key. The rightmost 32-bits of the counter are incremented 128 // between each block as required by the GCM spec. The initial counter value 129 // is given by cnt, which is updated with the value of the next counter value 138 // counterCrypt encrypts src using AES in counter mode and places the result 145 // buffer for counter values. 168 // deriveCounter computes the initial GCM counter state from the given nonce. 171 // GCM has two modes of operation with respect to the initial counter 174 // with a four-byte big-endian counter starting at one, is use [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/frontend/afe/ |
rpc_utils.py | 477 host_counts = collections.Counter(host_objects) [all...] |
/external/autotest/scheduler/ |
drone_manager.py | 557 metrics.Counter(m).increment( [all...] |
scheduler_models.py | 470 _COMPLETION_COUNT_METRIC = metrics.Counter( [all...] |
/external/autotest/server/ |
autoserv | 225 metrics.Counter(
|
autoserv.py | 225 metrics.Counter(
|
autotest.py | 156 metrics.Counter( [all...] |
/external/autotest/server/cros/dynamic_suite/ |
reporting.py | [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar | |
/libcore/jsr166-tests/src/test/java/jsr166/ |
FutureTaskTest.java | 227 class Counter extends CheckedRunnable {
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 596 * \brief Simple incremental counter. 602 class Counter 605 Counter (int count = 0) : m_count(count) {} 615 ExpandContext (Counter& symCounter) : m_symCounter(symCounter) {} 635 Counter& m_symCounter; [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 617 * \brief Simple incremental counter. 623 class Counter 626 Counter (int count = 0) : m_count(count) {} 636 ExpandContext (Counter& symCounter) : m_symCounter(symCounter) {} 656 Counter& m_symCounter; [all...] |
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 299 public static abstract class Counter { 302 * Returns the count associated with this Counter for the 321 * Returns the count associated with this Counter for the 339 * Returns the counts associated with this Counter for the 379 * in all states, measured in milli-ampere-milliseconds (mAms). The counter may always 580 public abstract Counter getBluetoothScanResultCounter(); 581 public abstract Counter getBluetoothScanResultBgCounter(); 786 * package. The mapping keys are tag names for the alarms, the counter contains 789 public abstract ArrayMap<String, ? extends Counter> getWakeupAlarmStats(); [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
trace_event_importer_unittest.py | 9 import telemetry.timeline.counter as tracing_counter 570 ctr = tracing_counter.Counter(None, 'testBasicCounter', [all...] |