Searched refs:c2 (Results 1 – 6 of 6) sorted by relevance
/build/kati/ |
D | strutil.h | 129 size_t FindTwoOutsideParen(StringPiece s, char c1, char c2); 130 size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3);
|
D | strutil.cc | 429 size_t FindTwoOutsideParen(StringPiece s, char c1, char c2) { in FindTwoOutsideParen() argument 431 s, [&c1, &c2](char d) { return d == c1 || d == c2; }); in FindTwoOutsideParen() 434 size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3) { in FindThreeOutsideParen() argument 436 s, [&c1, &c2, &c3](char d) { return d == c1 || d == c2 || d == c3; }); in FindThreeOutsideParen()
|
D | find.cc | 104 AndCond(FindCond* c1, FindCond* c2) : c1_(c1), c2_(c2) {} in AndCond() argument 119 OrCond(FindCond* c1, FindCond* c2) : c1_(c1), c2_(c2) {} in OrCond() argument
|
/build/soong/third_party/zip/ |
D | reader_test.go | 518 0000080 00 d0 ff c2 54 8e 57 39 00 05 00 fa ff c2 54 8e 520 00000a0 ff c2 54 8e 57 39 00 05 00 fa ff 00 05 00 fa ff 632 00000b0 4f bb 3a 3f 75 f1 5d 7f 8f c2 68 67 77 8f 25 ff 645 0000180 3e f1 de 91 2f e3 9c 1b 82 cc c2 84 39 aa e6 de 649 00001c0 f4 16 f4 e6 8a b4 fc c2 cd bf 95 66 1d bb 35 aa 666 00002d0 b5 34 7e c4 c2 9e f5 a0 f6 5b 7e 6e ca 73 c7 ef
|
/build/make/target/product/gsi/ |
D | 29.txt | 135 VNDK-core: android.hardware.media.c2@1.0.so
|
D | current.txt | 135 VNDK-core: android.hardware.media.c2@1.0.so
|