Home
last modified time | relevance | path

Searched refs:ob2 (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/es6/
Dmicrotask-delivery.js111 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/
Dtest_struct_namevalue.c103 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/
Docl_test.cpp255 …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/
Dproperty.m15 id ob0, ob1, ob2, ob3, ob4;
23 @property(copy) id ob2; property
35 @synthesize ob2;
/external/opencv3/modules/ts/include/opencv2/ts/
Docl_test.hpp279 …e checkRectSimilarity(const cv::Size & sz, std::vector<cv::Rect>& ob1, std::vector<cv::Rect>& ob2);