Home
last modified time | relevance | path

Searched +defs:is +defs:root (Results 26 – 50 of 1382) sorted by relevance

12345678910>>...56

/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DRemoteViewsTest.java193 ViewGroup root = (ViewGroup) mActivityRule.getActivity().findViewById( in setUp() local
538 final ViewGroup root = (ViewGroup) mActivityRule.getActivity().findViewById( in testApplyWithDrawInstructions() local
801 try (InputStream is = context.getResources().openRawResource(resourceId) in getDrawInstructions()
1517 ViewGroup root = (ViewGroup) mResult.findViewById(R.id.remoteViews_good); in testRemoveAllViews() local
1527 ViewGroup root = (ViewGroup) mResult.findViewById(R.id.remoteViews_good); in testAddView() local
2248 View root = mResult.findViewById(R.id.remoteViews_good); in testSetViewOutlinePreferredRadius() local
2270 View root = mResult.findViewById(R.id.remoteViews_good); in testSetViewOutlinePreferredRadiusDimen() local
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventSocketProxy.java81 InputStream is = socket.getInputStream(); in handshake() local
338 public void addChild(Object root, Object child) { in addChild()
H A DRemoteDebugEventSocketListener.java228 InputStream is = channel.getInputStream(); in openConnection() local
445 ProxyTree root = new ProxyTree(rootID); in dispatch() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dutf8tst.c107 addUTF8Test(TestNode** root) in addUTF8Test()
1252 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java489 Scan(File root, int reason) throws FileNotFoundException { in Scan()
1050 FileInputStream is = new FileInputStream(file); in updateM4aMimeType()
1472 try (FileInputStream is = new FileInputStream(file)) { in scanItemAudio()
1545 try (FileInputStream is = new FileInputStream(file)) { in scanItemVideo()
1627 try (FileInputStream is = new FileInputStream(file)) { in scanItemImage()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp19 static void restoreAccurateTypeTagsIfPossible(const IValue& root) { in restoreAccurateTypeTagsIfPossible()
36 void restoreAccurateTypeTags(const IValue& root, const TypePtr& type_tag) { in restoreAccurateTypeTags()
181 bool is(const Type& type) { in is() function
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java333 … InputStream is = TestCharsetDetector.class.getResourceAsStream("CharsetDetectionTests.xml"); in TestDetection() local
353 Element root = doc.getDocumentElement(); in TestDetection() local
/aosp_15_r20/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
H A DTrustedCertificateStore.java153 public static void setDefaultUserDirectory(File root) { in setDefaultUserDirectory()
227 InputStream is = null; in readCertificate() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c107 addUTF8Test(TestNode** root) in addUTF8Test()
1252 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
/aosp_15_r20/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DTrustedCertificateStore.java146 public static void setDefaultUserDirectory(File root) { in setDefaultUserDirectory()
217 InputStream is = null; in readCertificate() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DDocumentTest.java103 Element root = doc.selectFirst("html"); in accessorsAreCaseInsensitive() local
461 InputStream is = new ByteArrayInputStream(input.getBytes(StandardCharsets.US_ASCII)); in testShiftJisRoundtrip() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java336 … InputStream is = TestCharsetDetector.class.getResourceAsStream("CharsetDetectionTests.xml"); in TestDetection() local
356 Element root = doc.getDocumentElement(); in TestDetection() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs55 root: PathBuf, field
148 pub fn is(&self, mode: c_short) -> bool { in is() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs55 root: PathBuf, field
148 pub fn is(&self, mode: c_short) -> bool { in is() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs55 root: PathBuf, field
148 pub fn is(&self, mode: c_short) -> bool { in is() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs55 root: PathBuf, field
148 pub fn is(&self, mode: c_short) -> bool { in is() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
H A Dfs.rs55 root: PathBuf, field
148 pub fn is(&self, mode: c_short) -> bool { in is() method
/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DSELinuxHostTest.java127 InputStream is = SELinuxHostTest.class.getResourceAsStream(resName); in copyResourceToTempFile() local
143 try (FileInputStream is = new FileInputStream(new File(src)); in appendTo()
472 Element root = doc.getDocumentElement(); in getVendorSepolicyVersionFromManifests() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLanguageGroup.java14 root("und"), enumConstant
70 add(temp, root, "root"); in add() argument
73 "no", "nb", "nn", "fo", "is", "yi", "nds"); in add()
/aosp_15_r20/external/libcap/psx/
H A Dpsx.c117 registered_thread_t *root; member
294 static void psx_new_state(psx_tracker_state_t was, psx_tracker_state_t is) in psx_new_state()
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse()
292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse()
307 Value& root, in parse()
805 std::istringstream is(buffer); in decodeDouble() local
1231 Value& root, in parse()
2091 Value* root, std::string* errs) override { in parse()
2193 Value* root, std::string* errs) in parseFromStream()
2205 std::istream& operator>>(std::istream& sin, Value& root) { in operator >>()
3917 Value Path::resolve(const Value& root, const Value& defaultValue) const { in resolve() argument
4296 std::string FastWriter::write(const Value& root) { in write()
[all …]
/aosp_15_r20/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse()
292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse()
307 Value& root, in parse()
805 std::istringstream is(buffer); in decodeDouble() local
1231 Value& root, in parse()
2091 Value* root, std::string* errs) override { in parse()
2193 Value* root, std::string* errs) in parseFromStream()
2205 std::istream& operator>>(std::istream& sin, Value& root) { in operator >>()
3917 Value Path::resolve(const Value& root, const Value& defaultValue) const { in resolve() argument
4296 std::string FastWriter::write(const Value& root) { in write()
[all …]
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DSelectorTest.java305 Element root = doc.getElementsByClass("HEAD").first(); in descendant() local
347 Element root = doc.getElementsByClass("head").first(); in deeperDescendant() local
1198 @Test public void is() { in is() method in SelectorTest
/aosp_15_r20/cts/tests/tests/os/src/android/os/storage/cts/
H A DStorageManagerTest.java328 final File root = Environment.getExternalStorageDirectory(); in testGetStorageVolume() local
1015 InputStream is = null; in copyRawToFile() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestBasic.java378 InputSource is = new InputSource(fis); in check() local
762 CLDRFile root = testInfo.getRoot(); in TestAPath() local

12345678910>>...56