/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
sysroot-prefix.exp | 102 foreach test_object $sysroot_prefix_tests_framework_objects { 103 set sname [lindex $test_object 0] 104 set onamebase [lindex $test_object 1] 106 set libnamebase [lindex $test_object 2]
|
/external/autotest/frontend/afe/ |
site_rpc_interface.py | 661 test_object = {} 663 test_object[key] = getattr(control_obj, key) if hasattr( 672 test_object['id'] = _id 673 test_object['run_reset'] = True 674 test_object['description'] = test_object.get('doc', '') 675 test_object['test_time'] = test_object.get('time', 0) 676 test_object['test_retry'] = test_object.get('retries', 0 [all...] |
/external/v8/test/mjsunit/ |
elements-transition.js | 42 function test(test_double, test_object, set, length) { 60 } else if (i == length - 3 && test_object) { 77 } else if (i == length - 3 && test_object) { 93 function run_test(test_double, test_object, set, length) { 94 test(test_double, test_object, set, length);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_httpservers.py | 51 def __init__(self, test_object, request_handler): 54 self.test_object = test_object 58 self.test_object.PORT = self.server.socket.getsockname()[1] 59 self.test_object.server_started.set() 60 self.test_object = None
|
test_repr.py | 264 def test_object(self): member in class:LongReprTest
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_httpservers.py | 51 def __init__(self, test_object, request_handler): 54 self.test_object = test_object 58 self.test_object.PORT = self.server.socket.getsockname()[1] 59 self.test_object.server_started.set() 60 self.test_object = None
|
test_repr.py | 264 def test_object(self): member in class:LongReprTest
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httpservers.py | 51 def __init__(self, test_object, request_handler): 54 self.test_object = test_object 58 self.test_object.PORT = self.server.socket.getsockname()[1] 59 self.test_object.server_started.set() 60 self.test_object = None
|
test_repr.py | 264 def test_object(self): member in class:LongReprTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httpservers.py | 51 def __init__(self, test_object, request_handler): 54 self.test_object = test_object 58 self.test_object.PORT = self.server.socket.getsockname()[1] 59 self.test_object.server_started.set() 60 self.test_object = None
|
test_repr.py | 264 def test_object(self): member in class:LongReprTest
|
/external/autotest/client/cros/networking/ |
shill_proxy.py | 583 test_object = self.get_dbus_object(dbus_type, path) 584 object_properties = test_object.GetProperties(utf8_strings=True) 590 return test_object 594 # and test_object was removed in shill between the call to get
|
/external/harfbuzz_ng/test/api/ |
test-object.c | 227 test_object (void) function 372 hb_test_add (test_object);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_du.py | 43 def test_object(self): member in class:TestDu
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
test_mox.py | 211 self.test_object = TestObject() 216 == self.test_object) 220 self.assertFalse(mox.ContainsKeyValue("key", 2) == self.test_object) 224 self.assertFalse(mox.ContainsKeyValue("qux", 1) == self.test_object) [all...] |
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/ |
test_mox.py | 211 self.test_object = TestObject() 216 == self.test_object) 220 self.assertFalse(mox.ContainsKeyValue("key", 2) == self.test_object) 224 self.assertFalse(mox.ContainsKeyValue("qux", 1) == self.test_object) [all...] |
/external/v8/test/cctest/ |
test-api.cc | 288 source, "var test_object = %s; test_object", test_objects[i]); 289 Local<Value> test_object = CompileRun(source.start()); local 290 TestSignature("test_object.prop();", test_object, isolate); 291 TestSignature("test_object.accessor;", test_object, isolate); 292 TestSignature("test_object[accessor_key];", test_object, isolate); 293 TestSignature("test_object.accessor = 1;", test_object, isolate) [all...] |