/external/guava/guava/src/com/google/common/base/ |
D | Joiner.java | 95 public <A extends Appendable> A appendTo(A appendable, Iterable<?> parts) throws IOException { in appendTo() 105 public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) throws IOException { in appendTo() 121 public final <A extends Appendable> A appendTo(A appendable, Object[] parts) throws IOException { in appendTo() 139 public final StringBuilder appendTo(StringBuilder builder, Iterable<?> parts) { in appendTo() 150 public final StringBuilder appendTo(StringBuilder builder, Iterator<?> parts) { in appendTo() 152 appendTo((Appendable) builder, parts); in appendTo() local 164 public final StringBuilder appendTo(StringBuilder builder, Object[] parts) { in appendTo() 182 public final String join(Iterable<?> parts) { in join() 192 public final String join(Iterator<?> parts) { in join() 200 public final String join(Object[] parts) { in join()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | NotARotationMatrixException.java | 45 public NotARotationMatrixException(String specifier, Object ... parts) { in NotARotationMatrixException() 56 public NotARotationMatrixException(Localizable specifier, Object ... parts) { in NotARotationMatrixException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | EstimationException.java | 46 public EstimationException(String specifier, Object ... parts) { in EstimationException() 57 public EstimationException(Localizable specifier, Object ... parts) { in EstimationException()
|
/external/grpc-grpc/src/php/tests/interop/ |
D | stress_client.php | 84 $parts = explode(':', $raw_args['server_addresses']); variable 99 $parts = explode(':', $test_case_str); variable
|
D | metrics_client.php | 21 $parts = explode(':', $args['metrics_server_address']); variable
|
/external/skqp/infra/bots/recipe_modules/builder_name_schema/ |
D | builder_name_schema.py | 77 def MakeBuilderName(**parts): 84 def process(depth, parts): argument 148 def _parse(depth, role, parts): argument
|
/external/skia/infra/bots/recipe_modules/builder_name_schema/ |
D | builder_name_schema.py | 77 def MakeBuilderName(**parts): 84 def process(depth, parts): argument 148 def _parse(depth, role, parts): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | IntegratorException.java | 42 public IntegratorException(final String specifier, final Object ... parts) { in IntegratorException() 52 public IntegratorException(final Localizable specifier, final Object ... parts) { in IntegratorException()
|
D | DerivativeException.java | 41 public DerivativeException(final String specifier, final Object ... parts) { in DerivativeException() 51 public DerivativeException(final Localizable specifier, final Object ... parts) { in DerivativeException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | OptimizationException.java | 45 public OptimizationException(String specifier, Object ... parts) { in OptimizationException() 56 public OptimizationException(Localizable specifier, Object ... parts) { in OptimizationException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
D | EventException.java | 41 public EventException(final String specifier, final Object ... parts) { in EventException() 51 public EventException(final Localizable specifier, final Object ... parts) { in EventException()
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | MultipartEntity.java | 118 protected Part[] parts; field in MultipartEntity 131 public MultipartEntity(Part[] parts, HttpParams params) { in MultipartEntity() 142 public MultipartEntity(Part[] parts) { in MultipartEntity()
|
D | Part.java | 358 public static void sendParts(OutputStream out, final Part[] parts) in sendParts() 374 public static void sendParts(OutputStream out, Part[] parts, byte[] partBoundary) in sendParts() 402 public static long getLengthOfParts(Part[] parts) in getLengthOfParts() 418 public static long getLengthOfParts(Part[] parts, byte[] partBoundary) throws IOException { in getLengthOfParts()
|
/external/python/cpython3/Lib/test/ |
D | test_glob.py | 13 def norm(self, *parts): 19 def mktemp(self, *parts): 45 def glob(self, *parts, **kwargs): 199 def rglob(self, *parts, **kwargs):
|
/external/python/cpython2/Lib/test/ |
D | test_glob.py | 16 def norm(self, *parts): 19 def mktemp(self, *parts): 45 def glob(self, *parts):
|
/external/grpc-grpc/test/core/slice/ |
D | slice_string_helpers_test.cc | 64 grpc_slice_buffer* parts; in test_strsplit() local 131 grpc_slice_buffer* parts; in test_strsplit_nospace() local
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | RulesFileParser.java | 50 String[] parts = line.split("\\s+"); in parse() local 78 private static void error(int line, String[] parts) { in error()
|
/external/guava/guava/src/com/google/common/net/ |
D | InternetDomainName.java | 123 private final ImmutableList<String> parts; field in InternetDomainName 222 private static boolean validateSyntax(List<String> parts) { in validateSyntax() 306 public ImmutableList<String> parts() { in parts() method in InternetDomainName
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_generator.cc | 116 vector<string> parts; in Generate() local 125 vector<string> parts; in Generate() local
|
/external/walt/android/WALT/app/src/main/jni/ |
D | findteensy.py | 27 parts = line.split() variable
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathStarrer.java | 31 XPathParts parts = XPathParts.getInstance(path); in set() local 40 public String set(XPathParts parts, Set<String> skipAttributes) { in set()
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | PlutoniumProvider.java | 24 public PlutoniumProvider(@Inventor Person inventor, @Used PinballParts parts) {} in PlutoniumProvider()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 2193 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() 2202 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) { in tcAssign() 2208 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() 2217 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() 2222 void APInt::tcSetBit(WordType *parts, unsigned bit) { in tcSetBit() 2227 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() 2233 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() 2247 unsigned APInt::tcMSB(const WordType *parts, unsigned n) { in tcMSB() 2297 WordType c, unsigned parts) { in tcAdd() 2319 unsigned parts) { in tcAddPart() [all …]
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2343 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() 2356 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() 2366 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() 2379 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() 2387 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() 2394 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit() 2403 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() 2421 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB() 2478 integerPart c, unsigned int parts) in tcAdd() 2503 integerPart c, unsigned int parts) in tcSubtract() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2317 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() 2330 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() 2340 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() 2353 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() 2361 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() 2368 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit() 2377 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() 2395 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB() 2452 integerPart c, unsigned int parts) in tcAdd() 2477 integerPart c, unsigned int parts) in tcSubtract() [all …]
|