Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/external/libmojo/mojo/public/cpp/bindings/
Dstring.h24 String() : is_null_(false) {} in String() function
25 String(const std::string& str) : value_(str), is_null_(false) {} in String() function
26 String(const char* chars) : is_null_(!chars) { in String() function
30 String(const char* chars, size_t num_chars) in String() function
32 String(const mojo::String& str) in String() function
36 String(const char chars[N]) in String() function
39 String(std::string&& other) : value_(std::move(other)), is_null_(false) {} in String() function
40 String(String&& other) : is_null_(true) { Swap(&other); } in String() function
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { // NOLINT in String() function
233 String(const ::string& str) { // NOLINT in String() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletModule.java304 void through(Class<? extends Filter> filterKey, Map<String, String> initParams); in through()
305 void through(Key<? extends Filter> filterKey, Map<String, String> initParams); in through()
307 void through(Filter filter, Map<String, String> initParams); in through()
320 void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams); in with()
321 void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams); in with()
323 void with(HttpServlet servlet, Map<String, String> initParams); in with()
DServletsModuleBuilder.java78 Map<String, String> initParams) { in with()
83 Map<String, String> initParams) { in with()
87 private void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams, in with()
102 Map<String, String> initParams) { in with()
DFiltersModuleBuilder.java74 Map<String, String> initParams) { in through()
81 Map<String, String> initParams) { in through()
86 Map<String, String> initParams, in through()
96 Map<String, String> initParams) { in through()
/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
DRouterNanoHTTPD.java70 … public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in get()
72 … public Response put(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in put()
74 …public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in post()
76 …public Response delete(UriResource uriResource, Map<String, String> urlParams, IHTTPSession sessio… in delete()
78 …public Response other(String method, UriResource uriResource, Map<String, String> urlParams, IHTTP… in other()
93 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get()
97 …public Response post(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session)… in post()
101 …public Response put(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in put()
105 …public Response delete(UriResource uriResource, Map<String, String> urlParams, IHTTPSession sessio… in delete()
109 …public Response other(String method, UriResource uriResource, Map<String, String> urlParams, IHTTP… in other()
[all …]
/external/clang/test/SemaObjCXX/
Dmessage.mm92 struct String { struct
93 String(const char *); argument
101 other:(String&)str2; // expected-note{{passing argument to parameter 'str2' here}}
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfig.java59 public CaliperConfig(ImmutableMap<String, String> properties) in CaliperConfig()
68 ImmutableMap<String, String> groupProperties, Class<T> type) in mapGroupNamesToClasses()
90 findResultProcessorConfigs(ImmutableMap<String, String> resultsProperties) in findResultProcessorConfigs()
170 ImmutableMap<String, String> resultsProperties, String name) { in getResultProcessorConfig()
184 private static List<String> getArgs(Map<String, String> properties) { in getArgs()
DCaliperConfigLoader.java79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties()
/external/guava/guava-tests/test/com/google/common/collect/
DMultimapsCollectionTest.java108 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet()
123 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys()
208 public List<Entry<String, Integer>> order( in order()
363 abstract M transform(Multimap<String, String> multimap); in transform()
372 public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) { in order()
484 public Iterable<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order()
514 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter()
548 abstract ListMultimap<String, Integer> filter(ListMultimap<String, Integer> multimap); in filter()
/external/autotest/frontend/client/src/autotest/tko/
DConditionTabView.java13 protected void checkForHistoryChanges(Map<String, String> newParameters) { in checkForHistoryChanges()
34 public void handleHistoryArguments(Map<String, String> arguments) { in handleHistoryArguments()
44 protected abstract void fillDefaultHistoryValues(Map<String, String> arguments); in fillDefaultHistoryValues()
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/debug/
DDebugServer.java53 private void listItem(StringBuilder sb, Map.Entry<String, ? extends Object> entry) { in listItem()
90 private String toString(Map<String, ? extends Object> map) { in toString()
97 private String unsortedList(Map<String, ? extends Object> map) { in unsortedList()
/external/testng/src/main/java/org/testng/internal/
DParameters.java52 Map<String, String> params, XmlSuite xmlSuite) in createInstantiationParameters()
69 Map<String, String> params, in createConfigurationParameters()
404 Map<String, String> allParameterNames, in handleParameters()
501 public MethodParameters(Map<String, String> params, Map<String, String> methodParams) { in MethodParameters()
505 public MethodParameters(Map<String, String> params, Map<String, String> methodParams, in MethodParameters()
518 public MethodParameters(Map<String, String> params, in MethodParameters()
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java59 private static void addHeaders(HttpUriRequest httpRequest, Map<String, String> headers) { in addHeaders()
66 private static List<NameValuePair> getPostParameterPairs(Map<String, String> postParams) { in getPostParameterPairs()
75 public HttpResponse performRequest(Request<?> request, Map<String, String> additionalHeaders) in performRequest()
95 Map<String, String> additionalHeaders) throws AuthFailureError { in createHttpRequest()
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DGithubFeedbackTask.java49 Map<String, String> params, in GithubFeedbackTask()
83 public static String sendFeedback(Map<String, String> environmentDetails) throws IOException { in sendFeedback()
122 private static byte[] convertToGithubIssueFormat(Map<String, String> environmentDetails) { in convertToGithubIssueFormat()
130 private static String generateGithubIssueBody(Map<String, String> body) { in generateGithubIssueBody()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DParameterSet.java54 private ParameterSet(ImmutableMap<String, Parameter> map) { in ParameterSet()
66 public ImmutableSetMultimap<String, String> fillInDefaultsFor( in fillInDefaultsFor()
86 public void injectAll(Object benchmark, Map<String, String> actualValues) { in injectAll()
/external/volley/src/main/java/com/android/volley/
DNetworkResponse.java36 public NetworkResponse(int statusCode, byte[] data, Map<String, String> headers, in NetworkResponse()
45 public NetworkResponse(int statusCode, byte[] data, Map<String, String> headers, in NetworkResponse()
54 public NetworkResponse(byte[] data, Map<String, String> headers) { in NetworkResponse()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DPutStreamIntegrationTest.java78 …public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> … in serve()
/external/testng/src/main/java/org/testng/xml/
DSuiteGenerator.java23 Map<String, Collection<String>> classAndMethodNames, Collection<String> groupNames, in createSuite()
60 Map<String, String> parameters, String annotationType, int logLevel) { in createCustomizedSuite()
/external/owasp/sanitizer/src/main/org/owasp/html/
DTrie.java53 public Trie(Map<String, Integer> elements) { in Trie()
57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { in Trie()
70 List<Map.Entry<String, Integer>> elements, int depth, in Trie()
149 Map<String, T> m) { in sortedUniqEntries()

12345678910>>...22