/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/ |
D | float_functions.hpp | 97 typedef Float type; typedef 127 template <> struct is<float> { char x[10]; }; struct 128 template <> struct is<double> { char x[20]; }; argument 129 template <> struct is<long double> { char x[30]; }; struct 130 template <> struct is<boost::hash_detail::not_found> { char x[40]; }; struct 307 typedef double type; typedef 312 typedef float type; typedef 317 typedef long double type; typedef
|
/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | MatchValue.java | 40 public abstract boolean is(String item); in is() method in MatchValue 129 public boolean is(String item) { in is() method in MatchValue.BCP47LocaleWellFormedMatchValue 176 public boolean is(String item) { in is() method in MatchValue.LocaleMatchValue 296 private final LstrType type; field in MatchValue.ValidityMatchValue 310 private ValidityMatchValue(LstrType type) { in ValidityMatchValue() 314 private ValidityMatchValue(LstrType type, Set<Status> statuses, boolean shortId) { in ValidityMatchValue() 341 LstrType type = LstrType.fromString(typeName); in of() local 346 public boolean is(String item) { in is() method in MatchValue.ValidityMatchValue 420 public synchronized boolean is(String item) { in is() method in MatchValue.Bcp47MatchValue 538 public boolean is(String item) { in is() method in MatchValue.RangeMatchValue [all …]
|
D | ElementAttributeInfo.java | 77 Map<DtdType, ElementAttributeInfo> result, DtdType type, String path) in addElementAttributeInfo() argument 125 private ElementAttributeInfo(String filename, DtdType type) throws IOException { in ElementAttributeInfo() 134 InputSource is = new InputSource(fis); in ElementAttributeInfo() local 184 String eName, String aName, String type, String mode, String value) in attributeDecl() 211 private Set<String> getIdentifiers(String type) { in getIdentifiers()
|
/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/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_export.cpp | 40 ExportInstr::ExportInstr(ExportType type, unsigned loc, const RegisterVec4& value): in ExportInstr() 105 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() 111 ExportInstr::last_from_string(std::istream& is, ValueFactory& vf) in last_from_string() 119 ExportInstr::from_string_impl(std::istream& is, ValueFactory& vf) in from_string_impl() 127 ExportInstr::ExportType type; in from_string_impl() local 255 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() 385 EMemWriteType type, in MemRingOutInstr() 488 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() 503 auto type = itype->second; in from_string() local 565 EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string() [all …]
|
D | sfn_instrfactory.cpp | 37 string type; in from_string() local 38 std::istringstream is(s); in from_string() local 171 ControlFlowInstr::CFType type; in process_jump() local
|
/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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/stream/detail/ |
D | match_manip.hpp | 107 typedef match_manip<Expr> type; typedef 131 typedef match_manip<Expr, mpl::false_, mpl::false_, Skipper> type; typedef 150 operator>>(std::basic_istream<Char, Traits> &is, in operator >>() 169 operator>>(std::basic_istream<Char, Traits> &is, in operator >>() 188 operator>>(std::basic_istream<Char, Traits> &is, in operator >>() 210 std::basic_istream<Char, Traits> &is, in operator >>()
|
/external/deqp-deps/amber/src/ |
D | pipeline.cc | 52 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo() 65 Pipeline::Pipeline(PipelineType type) : pipeline_type_(type) { in Pipeline() 106 const auto* is = info.GetShader(); in AddShader() local 134 const auto* is = info.GetShader(); in SetShaderOptimizations() local 151 const auto* is = info.GetShader(); in SetShaderCompileOptions() local 170 const auto* is = info.GetShader(); in SetShaderRequiredSubgroupSize() local 213 const auto* is = info.GetShader(); in SetShaderVaryingSubgroupSize() local 230 const auto* is = info.GetShader(); in SetShaderRequireFullSubgroups() local 262 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() 483 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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/binary/ |
D | binary.hpp | 153 typedef uint_least8_t type; typedef 159 typedef uint_least16_t type; typedef 165 typedef uint_least32_t type; typedef 172 typedef uint_least64_t type; typedef 187 typedef float type; typedef 193 typedef double type; typedef 203 static info is() in is() function 212 static info is() in is() function 290 typedef unused_type type; typedef
|
/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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/binary/ |
D | binary.hpp | 149 typedef uint_least8_t type; typedef 156 typedef uint_least16_t type; typedef 163 typedef uint_least32_t type; typedef 171 typedef uint_least64_t type; typedef 187 typedef float type; typedef 194 typedef double type; typedef 204 static char const* is() in is() function 213 static char const* is() in is() function 228 bits> type; typedef 271 typedef unused_type type; typedef
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLKey.java | 114 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is) in fromPrivateKeyPemInputStream() 265 public static OpenSSLKey fromPublicKeyPemInputStream(InputStream is) in fromPublicKeyPemInputStream() 294 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() 327 static PrivateKey getPrivateKey(PKCS8EncodedKeySpec keySpec, int type) in getPrivateKey()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLKey.java | 108 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is) in fromPrivateKeyPemInputStream() 259 public static OpenSSLKey fromPublicKeyPemInputStream(InputStream is) in fromPublicKeyPemInputStream() 287 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() 320 static PrivateKey getPrivateKey(PKCS8EncodedKeySpec keySpec, int type) in getPrivateKey()
|
/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_variant.cpp | 74 >::type type; in operator ()() typedef 100 test_istream is(testfile, TEST_STREAM_FLAGS); in test_type() local 133 test_istream is(testfile, TEST_STREAM_FLAGS); in do_bad_read() local 194 test_istream is(testfile, TEST_STREAM_FLAGS); in test_pointer() local 229 test_istream is(testfile, TEST_STREAM_FLAGS); in test_variant_set() local 263 test_istream is(testfile, TEST_STREAM_FLAGS); in test_variant_map() local
|
/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/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/ |
D | pair.hpp | 99 typename detail::as_fusion_element<Second>::type> type; typedef 105 typedef typename Pair::first_type type; typedef 111 typedef typename Pair::second_type type; typedef 133 operator>>(std::istream& is, pair<First, Second>& p) in operator >>()
|
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/ |
D | duration_get.hpp | 38 typedef Rep type; typedef 45 is_signed<Rep>::value, long long, unsigned long long>::type>::type type; typedef 51 typedef process_times<typename duration_io_intermediate<Rep>::type> type; typedef 424 …iter_type get_unit(iter_type i, iter_type e, std::ios_base& is, std::ios_base::iostate& err, rt_ra… in get_unit() 438 …iter_type get_unit(duration_units<CharT> const &facet, iter_type i, iter_type e, std::ios_base& is, in get_unit()
|