Searched defs:string_array (Results 1 - 4 of 4) sorted by relevance

/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/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/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/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 1876 milliseconds