HomeSort by relevance Sort by last modified time
    Searched refs:str_obj (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/bin/
partition_unittest.py 28 str_obj = str(partition.FsOptions('abc', 'def', 'ghi', 'jkl'))
29 self.assert_('FsOptions' in str_obj)
30 self.assert_('abc' in str_obj)
31 self.assert_('def' in str_obj)
32 self.assert_('ghi' in str_obj)
33 self.assert_('jkl' in str_obj)
  /art/runtime/arch/
stub_test.cc 887 Handle<mirror::String> str_obj(
896 // 1.1) Assign str_obj to array[0..3]
900 Invoke3(reinterpret_cast<size_t>(array.Get()), 0U, reinterpret_cast<size_t>(str_obj.Get()),
904 EXPECT_EQ(str_obj.Get(), array->Get(0));
906 Invoke3(reinterpret_cast<size_t>(array.Get()), 1U, reinterpret_cast<size_t>(str_obj.Get()),
910 EXPECT_EQ(str_obj.Get(), array->Get(1));
912 Invoke3(reinterpret_cast<size_t>(array.Get()), 2U, reinterpret_cast<size_t>(str_obj.Get()),
916 EXPECT_EQ(str_obj.Get(), array->Get(2));
918 Invoke3(reinterpret_cast<size_t>(array.Get()), 3U, reinterpret_cast<size_t>(str_obj.Get()),
922 EXPECT_EQ(str_obj.Get(), array->Get(3))
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js     [all...]
  /external/v8/src/
d8.cc 660 Local<String> str_obj; local
666 .ToLocal(&str_obj)) {
671 v8::String::Utf8Value str(str_obj);
    [all...]
  /external/v8/test/cctest/
test-api.cc 1687 v8::Local<v8::Object> str_obj = boxed_string.As<v8::Object>(); local
    [all...]

Completed in 186 milliseconds