| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | MatchValue.java | 39 public abstract boolean is(String item); in is() method in MatchValue 133 public boolean is(String item) { in is() method in MatchValue.LocaleMatchValue 252 private final LstrType type; field in MatchValue.ValidityMatchValue 265 private ValidityMatchValue(LstrType type) { in ValidityMatchValue() 269 private ValidityMatchValue(LstrType type, Set<Status> statuses, boolean shortId) { in ValidityMatchValue() 292 LstrType type = LstrType.fromString(typeName); in of() local 297 public boolean is(String item) { in is() method in MatchValue.ValidityMatchValue 364 public synchronized boolean is(String item) { in is() method in MatchValue.Bcp47MatchValue 478 public boolean is(String item) { in is() method in MatchValue.RangeMatchValue 516 public boolean is(String item) { in is() method in MatchValue.LiteralMatchValue [all …]
|
| D | ElementAttributeInfo.java | 88 private ElementAttributeInfo(String filename, DtdType type) throws IOException { in ElementAttributeInfo() 97 InputSource is = new InputSource(fis); in ElementAttributeInfo() local 144 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() 161 private Set<String> getIdentifiers(String type) { in getIdentifiers()
|
| D | XMLFileReader.java | 68 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() 155 InputSource is = new InputSource(instr); in read() local 160 InputSource is = new InputSource(reader); in read() local 164 …public static void read(String systemID, InputSource is, int handlers, boolean validating, AllHand… in read() 247 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() 441 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl()
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
| D | CoreMatchers.java | 102 public static <T> org.hamcrest.Matcher<T> is(org.hamcrest.Matcher<T> matcher) { in is() method in CoreMatchers 113 public static <T> org.hamcrest.Matcher<T> is(T value) { in is() method in CoreMatchers 130 public static void is(java.lang.Class<?> type) { in is() method in CoreMatchers 140 public static <T> org.hamcrest.Matcher<T> isA(java.lang.Class<T> type) { in isA() 268 public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { in any() 281 public static <T> org.hamcrest.Matcher<T> instanceOf(java.lang.Class<?> type) { in instanceOf() 334 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() 356 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { in nullValue()
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | Is.java | 48 public static <T> Matcher<T> is(Matcher<T> matcher) { in is() method in Is 60 public static <T> Matcher<T> is(T value) { in is() method in Is 72 public static <T> Matcher<T> isA(Class<T> type) { in isA()
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
| D | Downsampler.java | 103 …public Bitmap decode(InputStream is, BitmapPool pool, int outWidth, int outHeight, DecodeFormat de… in decode() 190 …private Bitmap downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, … in downsampleWithSize() 205 private static boolean shouldUsePool(InputStream is) { in shouldUsePool() 213 final ImageHeaderParser.ImageType type = new ImageHeaderParser(is).getType(); in shouldUsePool() local 233 private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) { in getConfig() 285 public int[] getDimensions(ExceptionCatchingInputStream is, BitmapFactory.Options options) { in getDimensions() 292 …private static Bitmap decodeStream(ExceptionCatchingInputStream is, BitmapFactory.Options options)… in decodeStream()
|
| /external/deqp-deps/amber/src/ |
| D | pipeline.cc | 51 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() 65 Pipeline::Pipeline(PipelineType type) : pipeline_type_(type) {} in Pipeline() 104 const auto* is = info.GetShader(); in AddShader() local 131 const auto* is = info.GetShader(); in SetShaderOptimizations() local 148 const auto* is = info.GetShader(); in SetShaderCompileOptions() local 167 const auto* is = info.GetShader(); in SetShaderRequiredSubgroupSize() local 210 const auto* is = info.GetShader(); in SetShaderVaryingSubgroupSize() local 227 const auto* is = info.GetShader(); in SetShaderRequireFullSubgroups() local 259 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() 471 auto type = parser.Parse("R8_UINT"); in CreatePushConstantBuffer() local [all …]
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/ |
| D | PropertyMetaModel.java | 17 private final Class<?> type; field in PropertyMetaModel 24 …public PropertyMetaModel(BaseNodeMetaModel containingNodeMetaModel, String name, Class<?> type, Op… in PropertyMetaModel() 38 public boolean is(Class<? extends Node> c, String fieldName) { in is() method in PropertyMetaModel 45 public boolean is(String fieldName) { in is() method in PropertyMetaModel
|
| D | BaseNodeMetaModel.java | 21 private final Class<? extends Node> type; field in BaseNodeMetaModel 27 …eNodeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String … in BaseNodeMetaModel() 39 public boolean is(Class<? extends Node> c) { in is() method in BaseNodeMetaModel
|
| /external/antlr/runtime/C/src/ |
| D | antlr3tokenstream.c | 416 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is) in consumeInitialHiddenTokens() 600 consume (pANTLR3_INT_STREAM is) in consume() 620 dbgConsume (pANTLR3_INT_STREAM is) in dbgConsume() 786 …NTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_UINT32 start, ANTLR3_UINT32 stop, ANTLR3_UINT32 type) in getTokensType() 800 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in _LA() 822 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in dbgLA() 837 mark (pANTLR3_INT_STREAM is) in mark() 846 dbgMark (pANTLR3_INT_STREAM is) in dbgMark() 859 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in release() 865 size (pANTLR3_INT_STREAM is) in size() [all …]
|
| D | antlr3baserecognizer.c | 84 antlr3BaseRecognizerNew(ANTLR3_UINT32 type, ANTLR3_UINT32 sizeHint, pANTLR3_RECOGNIZER_SHARED_STATE… in antlr3BaseRecognizerNew() 277 pANTLR3_INT_STREAM is; in antlr3RecognitionExceptionNew() local 420 pANTLR3_INT_STREAM is; in match() local 493 pANTLR3_INT_STREAM is; in matchAny() local 529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 tt… in mismatchIsUnwantedToken() 552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LI… in mismatchIsMissingToken() 646 pANTLR3_INT_STREAM is; in mismatch() local 1012 pANTLR3_INT_STREAM is; in displayRecognitionError() local 1327 pANTLR3_INT_STREAM is; in recover() local 1436 pANTLR3_INT_STREAM is; in recoverFromMismatchedToken() local [all …]
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | OpenSSLKey.java | 107 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is) in fromPrivateKeyPemInputStream() 263 static OpenSSLKey fromPublicKeyPemInputStream(InputStream is) in fromPublicKeyPemInputStream() 291 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() 324 static PrivateKey getPrivateKey(PKCS8EncodedKeySpec keySpec, int type) in getPrivateKey()
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | OpenSSLKey.java | 111 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is) in fromPrivateKeyPemInputStream() 267 static OpenSSLKey fromPublicKeyPemInputStream(InputStream is) in fromPublicKeyPemInputStream() 296 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() 329 static PrivateKey getPrivateKey(PKCS8EncodedKeySpec keySpec, int type) in getPrivateKey()
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
| D | PropertyBoxParserImpl.java | 39 …InputStream is = new BufferedInputStream(getClass().getResourceAsStream("/isoparser-default.proper… in PropertyBoxParserImpl() local 78 public Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent) { in getClassForFourCc() 88 public Box createBox(String type, byte[] userType, String parent) { in createBox() 144 private String type; field in PropertyBoxParserImpl.FourCcToBox 150 public FourCcToBox(String type, byte[] userType, String parent) { in FourCcToBox()
|
| /external/clang/test/SemaTemplate/ |
| D | alias-templates.cpp | 37 typedef T *type; typedef 58 typedef bool &type; typedef 76 void f1(U<T> i, U<Ts> ...is) { // expected-note 2{{couldn't infer template argument 'T'}} in f1() 83 void f2(U<Ts> ...is) { } // expected-note {{requires 0 arguments, but 1 was provided}} in f2() 87 …3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{requires 4 arguments, but 3 were provided}} in f3() 218 template<typename ...T> void g(X<typename T::type...> &) {} in g()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
| D | H264TrackImpl.java | 248 int type = data[0]; in readSamples() local 362 int type = data[1] >> 5; in handleNALUnit() local 370 ByteArrayInputStream is = cleanBuffer(data); in handleNALUnit() local 381 ByteArrayInputStream is = new ByteArrayInputStream(data); in handleNALUnit() local 442 …public SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFla… in SliceHeader() 587 public SEIMessage(InputStream is, SeqParameterSet sps) throws IOException { in SEIMessage()
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
| D | GifBitmapWrapperResourceDecoder.java | 82 ImageHeaderParser.ImageType type = parser.parse(bis); in decodeStream() local 139 public InputStream build(InputStream is, byte[] buffer) { in build() 146 public ImageHeaderParser.ImageType parse(InputStream is) throws IOException { in parse()
|
| /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
| D | Matchers.java | 188 public static <T> org.hamcrest.Matcher<T> is(org.hamcrest.Matcher<T> matcher) { in is() method in Matchers 199 public static <T> org.hamcrest.Matcher<T> is(T value) { in is() method in Matchers 216 public static void is(java.lang.Class<?> type) { in is() method in Matchers 226 public static <T> org.hamcrest.Matcher<T> isA(java.lang.Class<T> type) { in isA() 352 public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { in any() 365 public static <T> org.hamcrest.Matcher<T> instanceOf(java.lang.Class<?> type) { in instanceOf() 418 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() 440 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { in nullValue()
|
| /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
| D | InlineDexmakerMockMaker.java | 92 try (InputStream is = InlineDexmakerMockMaker.class.getClassLoader() in try() 327 public TypeMockability isTypeMockable(final Class<?> type) { in isTypeMockable()
|
| /external/cronet/components/metrics/debug/ |
| D | app.ts | 28 static get is(): string { method in MetricsInternalsAppElement 181 const [type, hash, timestamp, size, events] = row.querySelectorAll('td'); constant
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | GenerateAttributeList.java | 94 InputSource is = new InputSource(fis); in addFromDTD() local 127 InputSource is = new InputSource(fis); in addFromFiles() local 256 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl()
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
| D | ArchiveStreamFactoryTest.java | 68 try (InputStream is = new BufferedInputStream(fis)) { in aiffFilesAreNoTARs() 170 final String type; field in ArchiveStreamFactoryTest.TestData 173 …TestData(final String testFile, final String type, final boolean hasOut, final String expectedEnco… in TestData() 421 …private ArchiveInputStream getInputStreamFor(final String type, final String resource, final Archi… in getInputStreamFor() 429 …private ArchiveOutputStream getOutputStreamFor(final String type, final ArchiveStreamFactory facto… in getOutputStreamFor()
|
| /external/armnn/third-party/mapbox/ |
| D | variant.hpp | 182 using type = Dest; typedef 188 using type = Dest const&; typedef 194 using type = Dest&; typedef 200 using type = Dest&&; typedef 210 using type = decltype(std::declval<F>()(std::declval<Args>()...)); typedef 221 using type = typename std::decay<F>::type::result_type; typedef 648 VARIANT_INLINE bool is() const in is() function in mapbox::util::variant 655 VARIANT_INLINE bool is() const in is() function in mapbox::util::variant 1010 using type = __type_pack_element<Index, Types...>; typedef 1023 using type = First; typedef
|
| /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
| D | RemoteDebugEventSocketListener.java | 61 int type; field in RemoteDebugEventSocketListener.ProxyToken 67 public ProxyToken(int index, int type, int channel, in ProxyToken() 159 public int type; field in RemoteDebugEventSocketListener.ProxyTree 165 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, String text) { in ProxyTree() 228 InputStream is = channel.getInputStream(); in openConnection() local 407 int type = Integer.parseInt(elements[2]); in dispatch() local 429 int type = Integer.parseInt(elements[2]); in dispatch() local 464 int type = Integer.parseInt(elements[offset+1]); in deserializeNode() local
|
| D | DebugEventSocketProxy.java | 81 InputStream is = socket.getInputStream(); in handshake() local 254 int type = adaptor.getType(t); in LT() local 265 int type = adaptor.getType(t); in serializeNode() local 313 int type = adaptor.getType(t); in createNode() local
|