Home
last modified time | relevance | path

Searched defs:name1 (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/scripts/
Dblockdiff.py31 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument
/system/bt/btcore/test/
Dproperty_test.cc101 const bt_bdname_t* name1 = property_as_name(property); in TEST_F() local
219 const char* name1 = "My btcore name"; in TEST_F() local
232 const char* name1 = "My btcore name "; in TEST_F() local
/system/update_engine/scripts/update_payload/
Dchecker.py449 def _CheckPresentIff(val1, val2, name1, name2, obj_name): argument