OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_step
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc
309
std::string
test_step
= base::StringPrintf("
test_step
=%d", step);
local
310
safe_browsing_service_->protocol_manager_->set_additional_query(
test_step
);
426
int
test_step
) {
429
"%s?client=chromium&appver=1.0&pver=3.0&
test_step
=%d&chunk_type=add",
430
kDBVerifyPath,
test_step
);
437
int
test_step
) {
439
"%s?client=chromium&appver=1.0&pver=3.0&
test_step
=%d",
440
kUrlVerifyPath,
test_step
);
449
int
test_step
) {
[
all
...]
/external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h
92
// Returns whether |
test_step
| is a RESULT_* step.
93
static bool IsResult(const TestStep&
test_step
);
cdm_file_io_test.cc
501
bool FileIOTest::IsResult(const TestStep&
test_step
) {
502
switch (
test_step
.type) {
537
TestStep
test_step
= test_steps_.front();
542
switch (
test_step
.type) {
560
file_io->Write(
test_step
.data,
test_step
.data_size);
/external/e2fsprogs/e2fsck/
crc32.c
488
static __u32
test_step
(__u32 init, unsigned char *buf, size_t len)
function
555
crc1 =
test_step
(INIT1, buf1, i);
556
crc2 =
test_step
(INIT2, buf2, i);
558
crc3 =
test_step
(INIT1 ^ INIT2, buf3, i);
/external/chromium_org/third_party/sqlite/src/src/
test1.c
3882
static int
test_step
(
function
[
all
...]
Completed in 569 milliseconds