/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 715 buildbot_common.BuildStep('Verify SDK Files') 718 verify_filelist.Verify(file_list_path, pepperdir) [all...] |
/external/chromium_org/third_party/protobuf/python/ |
mox.py | 22 Mox works in the record-replay-verify paradigm. When you first create 33 Once you are done interacting with the mock, you need to verify that 35 prematurely without calling some cleanup method!) The verify phase 58 # Verify all methods were called as expected 76 """Raised when Verify() is called before all expected methods have been called 99 return "Verify: Expected methods never called:\n%s" % (calls,) 197 """Call verify on all mock objects created.""" 246 def Verify(*args): 247 """Verify mocks. 332 """Verify that all of the expected calls have been made [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 722 // function is called. After each such call, call Verify* to verify 731 static void Verify##hook_type##WasCalled() { \ [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 722 // function is called. After each such call, call Verify* to verify 731 static void Verify##hook_type##WasCalled() { \ [all...] |
/external/chromium_org/ui/base/ime/ |
input_method_chromeos_unittest.cc | 185 void Verify(const std::string& text, [all...] |
/external/chromium_org/v8/src/ |
full-codegen.h | 932 // Verify that all back edges of a certain loop depth are patched [all...] |
assembler.cc | 832 void RelocInfo::Verify(Isolate* isolate) { [all...] |
heap-snapshot-generator.cc | [all...] |
hydrogen.h | 163 void Verify(); 380 void Verify(bool do_full_verify) const; [all...] |
hydrogen.cc | 468 void HBasicBlock::Verify() { 567 void HGraph::Verify(bool do_full_verify) const { 574 block->Verify(); 583 current->Verify(); 603 phi->Verify(); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 306 isolate->heap()->Verify();
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFCompileUnit.cpp | 313 DWARFCompileUnit::Verify(Stream *s) const [all...] |
/external/protobuf/python/ |
mox.py | 22 Mox works in the record-replay-verify paradigm. When you first create 33 Once you are done interacting with the mock, you need to verify that 35 prematurely without calling some cleanup method!) The verify phase 58 # Verify all methods were called as expected 76 """Raised when Verify() is called before all expected methods have been called 99 return "Verify: Expected methods never called:\n%s" % (calls,) 197 """Call verify on all mock objects created.""" 246 def Verify(*args): 247 """Verify mocks. 332 """Verify that all of the expected calls have been made [all...] |
/art/compiler/driver/ |
compiler_driver.cc | 531 // references with actual offsets. We cannot re-verify such instructions. 614 VLOG(compiler) << "Verify none mode specified, skipping verification."; 619 Verify(class_loader, dex_files, thread_pool, timings); 620 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false); [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.cc | 241 // Verify the certificate's KU is good. 257 // Verify the current time is within the certificate's validity period. 261 // Verify private key metadata is associated with this certificate. 653 // verify the certificate. Instead of verifying the certificate in the midst 657 // implementation, which could not verify the peer's certificate until after [all...] |
ssl_client_socket_unittest.cc | 666 // A mock CTVerifier that records every call to Verify but doesn't verify 670 MOCK_METHOD5(Verify, int(X509Certificate*, [all...] |
/external/chromium_org/v8/test/mjsunit/ |
smi-ops-inlined.js | 669 // Verify that we handle the (optimized) corner case of shifting by
|
/ndk/build/core/ |
init.mk | 361 # Verify that the 'awk' tool has the features we need.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntsecpkg.h | [all...] |
scardssp.h | [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | [all...] |
/external/chromium_org/net/quic/crypto/ |
quic_crypto_server_config.cc | 711 if (!ChannelIDVerifier::Verify(key, hkdf_input, signature)) { [all...] |
/external/chromium_org/third_party/python_gflags/ |
gflags.py | [all...] |
/art/runtime/gc/ |
heap.cc | 110 // Verify objet has a small allocation stack size since searching the allocation stack is slow. [all...] |