Home
last modified time | relevance | path

Searched +defs:val +defs:is (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_variant.cpp100 test_istream is(testfile, TEST_STREAM_FLAGS); in test_type() local
133 test_istream is(testfile, TEST_STREAM_FLAGS); in do_bad_read() local
175 inline std::size_t hash_value(H const & val) { in hash_value()
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/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp52 inner_ptr val; member
54 friend inner_ptr val(const thing &t) { return t.val; } in val() function
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()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DFileMap.java300 int val = readInt(buffer, scanOffset); in findCentralDir() local
323 int val = readInt(buffer, scanOffset); in findCentralDir64() local
414 InputStream is; in getDataPtr() local
433 public static void readFully(InputStream is, byte[] bytes) throws IOException { in readFully()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java34 private InputStream is; field in BitstreamReader
42 public BitstreamReader(InputStream is) throws IOException { in BitstreamReader()
78 long val = 0; in readNBit() local
H A DCAVLCReader.java34 public CAVLCReader(InputStream is) throws IOException { in CAVLCReader()
39 long val = readNBit(n); in readNBit() local
60 long val = readNBit(cnt); in readUE() local
83 int val = readUE(); in readSE() local
164 private void trace(String message, String val) { in trace()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dsynchronized_value.hpp66 const_strict_lock_ptr(T const& val, Lockable & mtx) : in const_strict_lock_ptr()
70 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag) BOOST_NOEXCEPT : in const_strict_lock_ptr()
123 strict_lock_ptr(T & val, Lockable & mtx) : in strict_lock_ptr()
127 strict_lock_ptr(T & val, Lockable & mtx, adopt_lock_t tag) : in strict_lock_ptr()
214 const_unique_lock_ptr(T const& val, Lockable & mtx) in const_unique_lock_ptr()
225 const_unique_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
235 const_unique_lock_ptr(T const& val, Lockable & mtx, defer_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
246 const_unique_lock_ptr(T const& val, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
307 unique_lock_ptr(T & val, Lockable & mtx) in unique_lock_ptr()
508 synchronized_value& operator=(value_type const& val) in operator =()
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DExif.java32 public static int getOrientation(InputStream is) { in getOrientation()
39 Integer val = exif.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getOrientation() local
70 Integer val = exif.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getOrientation() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_tess.cpp110 TCSShader::read_prop(std::istream& is) in read_prop()
120 string val; in read_prop() local
237 TESShader::TESShader::read_prop(std::istream& is) in read_prop()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java105 InputSource is = new InputSource(in); in getLoadingDoc() local
125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
193 InputSource is; in resolveEntity() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DXMLUtils.java105 InputSource is = new InputSource(in); in getLoadingDoc() local
125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
193 InputSource is; in resolveEntity() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java105 InputSource is = new InputSource(in); in getLoadingDoc() local
125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
193 InputSource is; in resolveEntity() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSystemProperties.java62 protected static void native_set(String key, String val) { in native_set()
77 public static void override(String key, String val) { in override()
93 try (InputStream is = cl.getResourceAsStream("build.prop")) { in loadProperties()
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java760 InputStream is = null; in readExif() local
939 InputStream is = null; in writeExif() local
1013 InputStream is = null; in rewriteExif() local
1101 FileInputStream is = null; in forceRewriteExif() local
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1522 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1551 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1568 public boolean setTagValue(int tagId, Object val) { in setTagValue()
2043 private void doExifStreamIO(InputStream is, OutputStream os) throws IOException { in doExifStreamIO()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java763 InputStream is = null; in readExif() local
927 InputStream is = null; in writeExif() local
998 InputStream is = null; in rewriteExif() local
1083 FileInputStream is = null; in forceRewriteExif() local
1476 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1501 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1530 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1547 public boolean setTagValue(int tagId, Object val) { in setTagValue()
2022 private void doExifStreamIO(InputStream is, OutputStream os) throws IOException { in doExifStreamIO()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java760 InputStream is = null; in readExif() local
939 InputStream is = null; in writeExif() local
1013 InputStream is = null; in rewriteExif() local
1101 FileInputStream is = null; in forceRewriteExif() local
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1522 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1551 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1568 public boolean setTagValue(int tagId, Object val) { in setTagValue()
2043 private void doExifStreamIO(InputStream is, OutputStream os) throws IOException { in doExifStreamIO()
/aosp_15_r20/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h78 bool is(TokenKind K) const { return Kind == K; } in is() function
213 bool is(AsmToken::TokenKind K) const { return getTok().is(K); } in is() function
219 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace()
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3parser.inl248 IntStreamType* is = this->get_istream(); local
423 ANTLR_INLINE void Parser<ImplTraits>::set_perror_recovery( bool val )
509 ANTLR_INLINE RuleReturnValue<ImplTraits>::RuleReturnValue( const RuleReturnValue& val )
517 …E RuleReturnValue<ImplTraits>& RuleReturnValue<ImplTraits>::operator=( const RuleReturnValue& val )
557 RuleReturnValue_1<ImplTraits>::RuleReturnValue_1( const RuleReturnValue_1& val )
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dtable_helper.cpp38 std::string format_precision(double val, int digits) in format_precision()
61 boost::filesystem::ifstream is(p); in content_loader() local
171 std::string get_colour(boost::uintmax_t val, boost::uintmax_t best) in get_colour()
191 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java760 InputStream is = null; in readExif() local
939 InputStream is = null; in writeExif() local
1013 InputStream is = null; in rewriteExif() local
1101 FileInputStream is = null; in forceRewriteExif() local
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1522 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1551 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1568 public boolean setTagValue(int tagId, Object val) { in setTagValue()
2084 private void doExifStreamIO(InputStream is, OutputStream os) throws IOException { in doExifStreamIO()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c56 i915_debug_init(struct i915_screen *is) in i915_debug_init()
93 get_prim_name(unsigned val) in get_prim_name()
437 BR13(struct debug_stream *stream, unsigned val) in BR13()
447 BR22(struct debug_stream *stream, unsigned val) in BR22()
455 BR23(struct debug_stream *stream, unsigned val) in BR23()
463 BR09(struct debug_stream *stream, unsigned val) in BR09()
469 BR26(struct debug_stream *stream, unsigned val) in BR26()
477 BR11(struct debug_stream *stream, unsigned val) in BR11()
484 BR12(struct debug_stream *stream, unsigned val) in BR12()
490 BR16(struct debug_stream *stream, unsigned val) in BR16()
/aosp_15_r20/external/musl/src/time/
H A Dtimer_settime.c7 int timer_settime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *r… in timer_settime()
14 time_t is = val->it_interval.tv_sec, vs = val->it_value.tv_sec; in timer_settime() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/activation/jakarta.activation-api/1.2.1/
HDjakarta.activation-api-1.2.1.jar ... implements java.security.PrivilegedAction { final synthetic ClassLoader val$cl final synthetic String val$name void < ...
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.java317 final InputStream is; in loadEncodingInfo() local
343 String val = props.getProperty(javaName); in loadEncodingInfo() local
403 private static int lengthOfMimeNames(String val) { in lengthOfMimeNames()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java205 public static int getVersion(InputStream is, boolean littleEndianOk) throws IOException { in getVersion()
577 int val = get(c); in next() local
592 int val = get(c); in previous() local
898 int val = 0; in next() local
979 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local
1015 int rangeEnd(int start, int limitp, int val) { in rangeEnd()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DTrie2.java203 public static int getVersion(InputStream is, boolean littleEndianOk) throws IOException { in getVersion()
571 int val = get(c); in next() local
586 int val = get(c); in previous() local
892 int val = 0; in next() local
973 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local
1009 int rangeEnd(int start, int limitp, int val) { in rangeEnd()

12345678910>>...57