Home
last modified time | relevance | path

Searched +defs:type +defs:is (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/
Dfloat_functions.hpp97 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]; }; argument
307 typedef double type; typedef
312 typedef float type; typedef
317 typedef long double type; typedef
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DMatchValue.java40 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 …]
/aosp_15_r20/external/deqp-deps/amber/src/
Dpipeline.cc51 Pipeline::ShaderInfo::ShaderInfo(Shader* shader, ShaderType type) in ShaderInfo()
64 Pipeline::Pipeline(PipelineType type) : pipeline_type_(type) {} in Pipeline()
103 const auto* is = info.GetShader(); in AddShader() local
130 const auto* is = info.GetShader(); in SetShaderOptimizations() local
147 const auto* is = info.GetShader(); in SetShaderCompileOptions() local
166 const auto* is = info.GetShader(); in SetShaderRequiredSubgroupSize() local
209 const auto* is = info.GetShader(); in SetShaderVaryingSubgroupSize() local
226 const auto* is = info.GetShader(); in SetShaderRequireFullSubgroups() local
258 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType()
470 auto type = parser.Parse("R8_UINT"); in CreatePushConstantBuffer() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp40 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 …]
H A Dsfn_shader.cpp70 ShaderIO::ShaderIO(const char *type, int loc, gl_varying_slot varying_slot): in ShaderIO()
159 Shader::add_info_from_string(std::istream& is) in add_info_from_string()
161 std::string type; in add_info_from_string() local
212 Shader::read_output(std::istream& is) in read_output()
240 Shader::read_input(std::istream& is) in read_input()
278 Shader::allocate_registers_from_string(std::istream& is, Pin pin) in allocate_registers_from_string()
311 Shader::allocate_arrays_from_string(std::istream& is) in allocate_arrays_from_string()
332 Shader::read_chipclass(std::istream& is) in read_chipclass()
350 Shader::read_family(std::istream& is) in read_family()
594 auto type = glsl_without_array(uniform->type); in scan_uniforms() local
[all …]
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java102 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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/stream/detail/
Dmatch_manip.hpp107 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 >>()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/binary/
Dbinary.hpp153 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
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java129 InputStream is = null; in findOrCreateUserLocked() local
290 private void notifyListener(final V type, final int userId, final boolean removed) { in notifyListener()
320 public final V type; field in RegisteredServicesCache.ServiceInfo
328 public ServiceInfo(V type, ComponentInfo componentInfo, ComponentName componentName) { in ServiceInfo()
346 public ServiceInfo<V> getServiceInfo(V type, int userId) { in getServiceInfo()
619 private boolean containsType(ArrayList<ServiceInfo<V>> serviceInfos, V type) { in containsType()
629 private boolean containsTypeAndUid(ArrayList<ServiceInfo<V>> serviceInfos, V type, int uid) { in containsTypeAndUid()
657 int type; in parseServiceInfo() local
686 private void readPersistentServicesLocked(InputStream is) in readPersistentServicesLocked()
733 InputStream is = null; in migrateIfNecessaryLocked() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfo.java90 String fileName, String type, long length, FileInputStream inputStream, int status) { in BluetoothOppSendFileInfo()
100 public BluetoothOppSendFileInfo(String data, String type, long length, int status) { in BluetoothOppSendFileInfo()
110 Context context, Uri uri, String type, boolean fromExternal) { in generateFileInfo()
226 FileInputStream is = null; in generateFileInfo() local
376 private static long getStreamSize(FileInputStream is) throws IOException { in getStreamSize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/binary/
Dbinary.hpp149 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
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java103 …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()
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3tokenstream.c416 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 …]
H A Dantlr3baserecognizer.c84 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 …]
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DNullabilityAnnotationsValidator.kt59 val type: ErrorType in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error
73 val type: WarningType in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
167 type is PrimitiveTypeItem -> { in <lambda>() typealias
173 type is ArrayTypeItem -> { in <lambda>() typealias
183 type is VariableTypeItem -> { in <lambda>() typealias
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java231 /*package*/ BluetoothSocket(int type, boolean auth, boolean encrypt, int port, ParcelUuid uuid) in BluetoothSocket()
250 int type, in BluetoothSocket()
280 int type, in BluetoothSocket()
343 int type, in BluetoothSocket()
367 int type, in BluetoothSocket()
411 int type, in BluetoothSocket()
1325 private String waitSocketSignal(InputStream is) throws IOException { in waitSocketSignal()
1393 private int readAll(InputStream is, byte[] b) throws IOException { in readAll()
1414 private int readInt(InputStream is) throws IOException { in readInt()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp37 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()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
H A DPropertyMetaModel.java17 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
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java248 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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_variant.cpp74 >::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
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMessage.java264 public Address[] getRecipients(String type) throws MessagingException { in getRecipients()
286 public void setRecipients(String type, Address[] addresses) throws MessagingException { in setRecipients()
659 public void epilogue(InputStream is) throws IOException { in epilogue()
671 public void preamble(InputStream is) throws IOException { in preamble()
686 public void raw(InputStream is) throws IOException { in raw()
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java188 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()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUriImage.java71 public Job<Bitmap> requestImage(int type) { in requestImage()
101 InputStream is = mApplication.getContentResolver() in openOrDownloadInner() local
124 InputStream is = new FileInputStream(mCacheEntry.cacheFile); in openOrDownloadInner() local
187 protected BitmapJob(int type) { in BitmapJob()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLKey.java108 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()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLKey.java114 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()

12345678910>>...48