/external/libmojo/mojo/public/cpp/bindings/ |
D | string.h | 24 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/ |
D | gtest-string.h | 192 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/ |
D | gtest-string.h | 192 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/ |
D | gtest-string.h | 192 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/ |
D | gtest-string.h | 192 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/ |
D | gtest-string.h | 192 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/ |
D | i18n.h | 29 # 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/ |
D | ServletModule.java | 304 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()
|
D | ServletsModuleBuilder.java | 78 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()
|
D | FiltersModuleBuilder.java | 74 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/ |
D | RouterNanoHTTPD.java | 70 … 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/ |
D | message.mm | 92 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/ |
D | CaliperConfig.java | 59 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()
|
D | CaliperConfigLoader.java | 79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MultimapsCollectionTest.java | 108 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/ |
D | ConditionTabView.java | 13 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/ |
D | DebugServer.java | 53 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/ |
D | Parameters.java | 52 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/ |
D | HttpClientStack.java | 59 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/ |
D | GithubFeedbackTask.java | 49 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/ |
D | ParameterSet.java | 54 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/ |
D | NetworkResponse.java | 36 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/ |
D | PutStreamIntegrationTest.java | 78 …public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> … in serve()
|
/external/testng/src/main/java/org/testng/xml/ |
D | SuiteGenerator.java | 23 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/ |
D | Trie.java | 53 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()
|