/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/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/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/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/clang/test/SemaObjCXX/ |
D | message.mm | 79 struct String { struct 80 String(const char *); argument 88 other:(String&)str2; // expected-note{{passing argument to parameter 'str2' here}}
|
/external/marisa-trie/lib/marisa/ |
D | marisa-string.h | 10 String() : ptr_(NULL), length_(0) {} in String() function 11 explicit String(const char *str) : ptr_(str), length_(0) { in String() function 16 String(const char *ptr, std::size_t length) in String() function 18 String(const String &str) : ptr_(str.ptr_), length_(str.length_) {} in String() function
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | marisa-string.h | 10 String() : ptr_(NULL), length_(0) {} in String() function 11 explicit String(const char *str) : ptr_(str), length_(0) { in String() function 16 String(const char *ptr, std::size_t length) in String() function 18 String(const String &str) : ptr_(str.ptr_), length_(str.length_) {} in String() function
|
/external/clang/tools/libclang/ |
D | CXString.cpp | 59 CXString createRef(const char *String) { in createRef() 69 CXString createDup(const char *String) { in createDup() 82 CXString createRef(StringRef String) { in createRef() 98 CXString createDup(StringRef String) { in createDup()
|
/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/llvm/bindings/go/llvm/ |
D | string.go | 18 func (t TypeKind) String() string { func 52 func (t Type) String() string { func
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
D | PutStreamIntegrationTest.java | 41 …public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> … in serve()
|
D | GetAndPostIntegrationTest.java | 111 …public Response serve(String uri, Method method, Map<String, String> header, Map<String, String> p… in serve()
|
/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()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapGenerators.java | 37 @Override protected BiMap<String, String> create(Entry<String, String>[] entries) { in create() 47 @Override protected BiMap<String, String> create(Entry<String, String>[] entries) { in create()
|
D | TestStringBiMapGenerator.java | 66 Entry<String, String>[] entries); in create() 87 List<Entry<String, String>> insertionOrder) { in order()
|
D | SortedMapGenerators.java | 47 @Override public SortedMap<String, String> create(Entry<String, String>[] entries) { in create() 77 public Iterable<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order()
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 98 std::string Regex::sub(StringRef Repl, StringRef String, in sub() 184 std::string Regex::escape(StringRef String) { in escape()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestStringSortedMapGenerator.java | 56 public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) { in order() 61 protected abstract SortedMap<String, String> create(Entry<String, String>[] entries); in create()
|
D | TestStringMapGenerator.java | 62 Entry<String, String>[] entries); in create() 83 List<Entry<String, String>> insertionOrder) { in order()
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
D | WebServerPlugin.java | 14 void initialize(Map<String, String> commandLineOptions); in initialize() 18 …NanoHTTPD.Response serveFile(String uri, Map<String, String> headers, IHTTPSession session, File f… in serveFile()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheExpirationTest.java | 73 private void checkExpiration(LoadingCache<String, Integer> cache, WatchedCreatorLoader loader, in checkExpiration() 74 FakeTicker ticker, CountingRemovalListener<String, Integer> removalListener) { in checkExpiration() 122 private void runExpirationTest(LoadingCache<String, Integer> cache, WatchedCreatorLoader loader, in runExpirationTest() 123 FakeTicker ticker, CountingRemovalListener<String, Integer> removalListener) { in runExpirationTest() 397 private void runRemovalScheduler(LoadingCache<String, Integer> cache, in runRemovalScheduler() 398 CountingRemovalListener<String, Integer> removalListener, in runRemovalScheduler()
|
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/debug/ |
D | DebugServer.java | 58 private String toString(Map<String, ? extends Object> map) { in toString() 65 private String unsortedList(Map<String, ? extends Object> map) { in unsortedList()
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | MapTestSuiteBuilderTests.java | 61 Map.Entry<String, String>[] entries) { in create() 69 abstract Map<String, String> wrap(HashMap<String, String> map); in wrap()
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 269 …public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> … in serve() 324 protected Map<String, List<String>> decodeParameters(Map<String, String> parms) { in decodeParameters() 650 …protected void sendContentLengthHeaderIfNotAlreadyPresent(PrintWriter pw, Map<String, String> head… in sendContentLengthHeaderIfNotAlreadyPresent() 656 …protected void sendConnectionHeaderIfNotAlreadyPresent(PrintWriter pw, Map<String, String> header)… in sendConnectionHeaderIfNotAlreadyPresent() 662 private boolean headerAlreadySent(Map<String, String> header, String name) { in headerAlreadySent() 843 void parseBody(Map<String, String> files) throws IOException, ResponseException; in parseBody() 964 public void parseBody(Map<String, String> files) throws IOException, ResponseException { in parseBody() 1057 …private void decodeHeader(BufferedReader in, Map<String, String> pre, Map<String, String> parms, M… in decodeHeader() 1111 …decodeMultipartData(String boundary, ByteBuffer fbuf, BufferedReader in, Map<String, String> parms, in decodeMultipartData() 1276 private void decodeParms(String parms, Map<String, String> p) { in decodeParms() [all …]
|