Searched refs:string_array (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc109 Array<String> string_array(3);
110 string_array[0] = "one";
111 string_array[1] = "two";
112 string_array[2] = "three";
113 args->string_array = string_array.Pass();
133 EXPECT_EQ(std::string("one"), arg.string_array[0].get());
134 EXPECT_EQ(std::string("two"), arg.string_array[1].get());
135 EXPECT_EQ(std::string("three"), arg.string_array[2].get());
157 void CheckCorruptedStringArray(const Array<String>& string_array) { argument
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h65 InsertStringArray (const char **string_array, size_t array_size, CommandReturnObject &result);
/external/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp125 BreakpointIDList::InsertStringArray (const char **string_array, size_t array_size, CommandReturnObject &result) argument
127 if (string_array == NULL)
135 if (BreakpointID::ParseCanonicalReference (string_array[i], &bp_id, &loc_id))
144 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", string_array[i]);
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py200 string_array = array.array('b')
201 string_array.fromstring(value.encode('utf8'))
203 string_array, data_offset, data, handle_offset)
206 string_array = self._array_type.DeserializeArray(
208 return unicode(string_array.tostring(), 'utf8')
/external/lldb/source/Expression/
H A DIRForTarget.cpp792 ConstantDataSequential *string_array = NULL; local
795 string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer());
799 Constant *numBytes_arg = ConstantInt::get(intptr_ty, cstr ? string_array->getNumElements() - 1 : 0, false);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc1063 REGISTER_OBJ_MAKER(string_array,
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc1063 REGISTER_OBJ_MAKER(string_array,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4830 milliseconds