Searched refs:ob2 (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/mjsunit/es6/ |
D | microtask-delivery.js | 111 var ob2 = newObserver(2, function() { 121 ob2.value++; 125 assertArrayValues([1], ob2.recordCounts); 136 ob2.value++; 138 var ob2 = newObserver(2); 143 ob2.value++; 147 assertArrayValues([2], ob2.recordCounts); 157 var ob2 = newObserver(2, function() { 164 ob2.value++; 168 assertArrayValues([1], ob2.recordCounts);
|
/external/libmicrohttpd/src/testspdy/ |
D | test_struct_namevalue.c | 103 void *ob2; in main() local 173 ob2 = (i & 2) ? data : NULL; in main() 175 if(SPDY_INPUT_ERROR != SPDY_name_value_add(ob1,ob2,ob3)) in main() 192 ob2 = (i & 2) ? data : NULL; in main() 194 if(NULL != SPDY_name_value_lookup(ob1,ob2,ob3)) in main()
|
/external/opencv3/modules/ts/src/ |
D | ocl_test.cpp | 255 …ble TestUtils::checkRectSimilarity(const Size & sz, std::vector<Rect>& ob1, std::vector<Rect>& ob2) in checkRectSimilarity() argument 259 size_t sz2 = ob2.size(); in checkRectSimilarity() 280 for(vector<Rect>::const_iterator r2 = ob2.begin(); r2 != ob2.end(); r2++) in checkRectSimilarity()
|
/external/clang/test/CodeGenObjC/ |
D | property.m | 15 id ob0, ob1, ob2, ob3, ob4; 23 @property(copy) id ob2; property 35 @synthesize ob2;
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | ocl_test.hpp | 279 …e checkRectSimilarity(const cv::Size & sz, std::vector<cv::Rect>& ob1, std::vector<cv::Rect>& ob2);
|