OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Verify
(Results
76 - 100
of
299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/Analysis/
PHITransAddr.h
93
///
Verify
- Check internal consistency of this data structure. If the
96
bool
Verify
() const;
/external/chromium_org/remoting/webapp/unittests/
it2me_helper_channel_unittest.js
92
//
Verify
events are forwarded.
109
//
Verify
events are forwarded.
128
//
Verify
events are forwarded.
146
//
Verify
events are forwarded.
168
//
Verify
events are forwarded.
/external/chromium_org/v8/test/mjsunit/
array-feedback.js
63
//
Verify
that basic elements kind feedback works for non-constructor
112
//
Verify
that keyed calls work
128
//
Verify
that feedback is turned off if the call site goes megamorphic.
145
//
Verify
that crankshaft consumes type feedback.
189
//
Verify
that cross context calls work
/external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js
10
* 1. Resize the client window to various sizes and
verify
the existence of
48
//
Verify
that scrollbars are added/removed correctly on the home screen.
55
*
Verify
the test cases for the home-screen.
69
//
Verify
there are no scroll-bars if the window is as big as it needs
77
//
Verify
there is a vertical scroll-bar if the window is shorter than it
86
//
Verify
there is a horizontal scroll-bar if the window is narrow than it
95
//
Verify
there are both horizontal and vertical scroll-bars, even if one
110
//
Verify
there are both horizontal and vertical scroll-bars, if both are
cancel_pin_browser_test.js
12
* 4.
Verify
that the session is connected.
invalid_pin_browser_test.js
11
* 3.
Verify
that there is connection error due to invalid access code.
/external/llvm/unittests/Transforms/Utils/
Cloning.cpp
304
EXPECT_TRUE(Sub1.
Verify
());
307
EXPECT_TRUE(Sub2.
Verify
());
320
EXPECT_TRUE(CU1.
Verify
());
323
EXPECT_TRUE(CU2.
Verify
());
345
//
Verify
that the debug location data is the same
352
EXPECT_TRUE(OldSubprogram.
Verify
());
353
EXPECT_TRUE(NewSubprogram.
Verify
());
/external/chromium_org/net/cert/
nss_cert_database_unittest.cc
531
// Need to import intermediate cert for the
verify
of google cert, otherwise
560
int error = verify_proc->
Verify
(goog_cert.get(),
591
int error = verify_proc->
Verify
(puny_cert.get(),
623
int error = verify_proc->
Verify
(puny_cert.get(),
655
// Server cert should
verify
.
659
int error = verify_proc->
Verify
(certs[0].get(),
697
// Server cert should fail to
verify
.
701
int error = verify_proc->
Verify
(certs[0].get(),
745
// Server cert should
verify
.
749
int error = verify_proc->
Verify
(certs[0].get()
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js
38
//
Verify
that users can add and remove words in the dictionary.
58
//
Verify
that users can search words in the dictionary.
91
//
Verify
that dictionary shows newly added words that arrived in a
114
//
Verify
that dictionary hides newly removed words that arrived in a
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py
59
checker: function to
verify
the constraint.
70
def
Verify
(self, flag_values):
71
"""
Verify
that constraint is satisfied.
73
flags library calls this method to
verify
Validator's constraint.
116
checker: function to
verify
the validator.
156
checker: function to
verify
the validator.
/external/chromium_org/chrome/utility/image_writer/
image_writer_handler.cc
89
image_writer_->
Verify
();
/external/chromium_org/net/quic/crypto/
channel_id_nss.cc
16
bool ChannelIDVerifier::
Verify
(StringPiece key,
/external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared_unittest.cc
10
TEST(MediaStreamVideoTrackShared,
Verify
) {
16
//
Verify
buffers
32
//
Verify
format
50
//
Verify
width
72
//
Verify
height
/external/chromium_org/third_party/python_gflags/
gflags_validators.py
59
checker: function to
verify
the constraint.
70
def
Verify
(self, flag_values):
71
"""
Verify
that constraint is satisfied.
73
flags library calls this method to
verify
Validator's constraint.
116
checker: function to
verify
the validator.
156
checker: function to
verify
the validator.
/external/chromium_org/v8/test/mjsunit/regress/
negative_lookup.js
59
//
Verify
that directly setting x fails.
63
//
Verify
that setting x through the IC fails.
readonly1.js
64
//
Verify
that direct setting fails.
68
//
Verify
that setting through the IC fails.
readonly2.js
55
//
Verify
that direct setting fails.
59
//
Verify
that setting through the IC fails.
readonly3.js
58
//
Verify
that direct setting fails.
62
//
Verify
that setting through the IC fails.
readonly5.js
61
//
Verify
that directly setting x fails.
65
//
Verify
that setting x through the IC fails.
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.h
61
static void
Verify
(lldb_private::Stream *s, SymbolFileDWARF* dwarf2Data);
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
126
/// Whether the JIT should
verify
IR modules during compilation.
532
void setVerifyModules(bool
Verify
) {
533
VerifyModules =
Verify
;
698
/// setVerifyModules - Set whether the JIT implementation should
verify
700
EngineBuilder &setVerifyModules(bool
Verify
) {
701
VerifyModules =
Verify
;
/external/chromium_org/chrome/tools/
webforms_aggregator_unittests.py
267
"""
Verify
the retriever can download a page."""
274
"""
Verify
that the crawler is able to find a reg page from the given URL."""
280
"""
Verify
that the crawler won't find a non existent reg page
288
"""
Verify
the threaded crawler finds reg page from a file of URLs."""
/external/chromium_org/media/cast/logging/
serialize_deserialize_test.cc
95
void
Verify
(const DeserializedLog& video_log) {
159
Verify
(video_log);
195
Verify
(video_log);
/external/chromium_org/native_client_sdk/src/build_tools/tests/
verify_ppapi_test.py
123
verify_ppapi.
Verify
(dsc_filename, dsc_sources_and_headers,
130
self.assertRaises(verify_ppapi.VerifyException, verify_ppapi.
Verify
,
141
self.assertRaises(verify_ppapi.VerifyException, verify_ppapi.
Verify
,
/external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc
260
if (!ui::LatencyInfo::
Verify
(params.latency_info,
308
if (!ui::LatencyInfo::
Verify
(latency_info,
318
if (!ui::LatencyInfo::
Verify
(params.latency_info,
Completed in 1954 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>