Home
last modified time | relevance | path

Searched refs:Other (Results 1 – 25 of 145) sorted by relevance

123456

/aosp12/build/soong/symbol_inject/
H A Delf_symboldata_test.go64 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 1, Value: 0x400238, Size: 0x0…
65 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 2, Value: 0x400254, Size: 0x0…
66 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 3, Value: 0x400278, Size: 0x0…
88 elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 25, Value: 0x0, Size: 0x0},
89 …elf.Symbol{Name: "crtstuff.c", Info: 0x4, Other: 0x0, Section: elf.SHN_ABS, Value: 0x0, Size: 0x0},
98 elf.Symbol{Name: "test.c", Info: 0x4, Other: 0x0, Section: elf.SHN_ABS, Value: 0x0, Size: 0x0},
99 …elf.Symbol{Name: "crtstuff.c", Info: 0x4, Other: 0x0, Section: elf.SHN_ABS, Value: 0x0, Size: 0x0},
102 elf.Symbol{Name: "", Info: 0x4, Other: 0x0, Section: elf.SHN_ABS, Value: 0x0, Size: 0x0},
201 elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 25, Value: 0x0, Size: 0x0},
211 elf.Symbol{Name: "test2.c", Info: 0x4, Other: 0x0, Section: elf.SHN_ABS, Value: 0x0, Size: 0x0},
[all …]
/aosp12/art/test/1922-owned-monitors-info/
H A Dexpected-stdout.txt114 owner-monitors, no suspend, Other thread
122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")]
208 Owned monitors: [Target("Other thread test (suspend: false): owned-monitor")]
212 Owned monitors: [Target("Other thread test (suspend: false): owned-monitor")]
218 Owned monitors: [Target("Other thread test (suspend: false): owned-monitor")]
226 Owned monitors: [Target("Other thread test (suspend: false): owned-monitor")]
227 owner-monitors, suspend, Other thread
321 Owned monitors: [Target("Other thread test (suspend: true): owned-monitor")]
325 Owned monitors: [Target("Other thread test (suspend: true): owned-monitor")]
331 Owned monitors: [Target("Other thread test (suspend: true): owned-monitor")]
[all …]
/aosp12/art/test/1934-jvmti-signal-thread/
H A Dexpected-stdout.txt9 Other thread Interrupted. err: java.lang.Error: Interrupted!
12 Other thread Stopped by: java.lang.Error: AWESOME!
15 Other thread Interrupted.
18 Other thread Stopped by: java.lang.Error: AWESOME!
21 Other thread interrupted. err: java.lang.Error: Interrupted!
24 Other thread Stopped by: java.lang.Error: AWESOME
27 Other thread Stopped by: java.lang.Error: AWESOME
/aosp12/art/test/1003-metadata-section-strings/src-art/
H A DMain.java33 System.out.println(Other.getString(1) == "string1"); in runTest()
34 System.out.println(Other.getString(2000) == "string2000"); in runTest()
35 System.out.println(Other.getString(3000) == "string3000"); in runTest()
36 System.out.println(Other.getString(5000) == "string5000"); in runTest()
/aosp12/build/blueprint/proptools/
H A Dtag_test.go161 Other int
163 Other int
172 Other int
174 Other int
176 Other int
/aosp12/frameworks/minikin/doc/
H A Dminikin_style.md15 6. Other libraries' files
28 #include <hb.h> // Other library, HarfBuzz, header file.
29 #include <log/log.h> // Other library, Android, header file.
30 #include <unicode/ubidi.h> // Other library, ICU, header file.
/aosp12/packages/modules/Virtualization/authfs/src/file/
H A Dremote_file.rs43 .map_err(|e| io::Error::new(io::ErrorKind::Other, e.get_description()))?; in remote_read_chunk()
90 .map_err(|e| io::Error::new(io::ErrorKind::Other, e.get_description()))?; in read_chunk()
118 .map_err(|e| io::Error::new(io::ErrorKind::Other, e.get_description()))?; in write_at()
129 .map_err(|e| io::Error::new(io::ErrorKind::Other, e.get_description()))?; in resize()
/aosp12/art/test/552-checker-sharpening/src/
H A DMain.java185 return Other.class; in $noinline$getOtherClass()
219 assertClassEquals(Other.class, $noinline$getOtherClass()); in main()
225 class Other { class
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
H A DOtherDetailsActivity.java35 import com.android.pump.db.Other;
44 private Other mOther;
46 public static void start(@NonNull Context context, @NonNull Other other) { in start()
106 Other other = mMediaDb.getOthers().get(i); in onItemsUpdated()
/aosp12/art/test/420-const-class/
H A Dexpected-stdout.txt3 class Main$Other
4 class Main$Other
/aosp12/art/test/617-clinit-oome/src/
H A DMain.java32 Class klass = Other.class; in main()
51 Other.print(); in main()
H A DOther.java17 public final class Other { class
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
H A DVideoStore.java61 void onOthersAdded(@NonNull Collection<Other> others); in onOthersAdded()
88 Collection<Other> others = new ArrayList<>(); in load()
188 Other other = new Other(id, mimeType, query.getName()); in load()
224 boolean loadData(@NonNull Other other) { in loadData()
H A DMediaDb.java60 private final List<Other> mOthers = new ArrayList<>();
129 public void onOthersAdded(@NonNull Collection<Other> others) { in MediaDb()
243 public @NonNull List<Other> getOthers() { in getOthers()
392 public void loadData(@NonNull Other other) { in loadData()
497 public @NonNull Other getOtherById(long id) { in getOtherById()
498 for (Other other : mOthers) { in getOtherById()
634 private void addOthers(@NonNull Collection<Other> others) { in addOthers()
720 private void updateOther(@NonNull Other other) { in updateOther()
H A DOther.java26 public class Other extends Video { class
36 Other(long id, @NonNull String mimeType, @NonNull String title) { in Other() method in Other
/aosp12/frameworks/native/cmds/lshal/
H A DNullableOStream.h37 template<typename Other>
38 NullableOStream &operator=(const NullableOStream<Other> &other) {
/aosp12/art/test/420-const-class/src/
H A DMain.java18 static class Other { class in Main
61 return Other.class; in $opt$LoadOtherClass()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
H A DOtherFragment.java41 import com.android.pump.db.Other;
88 …private final List<Other> mOthers; // TODO(b/123710968) Use android.support.v7.util.SortedList/and…
126 Other other = mOthers.get(position - 1); in onBindViewHolder()
249 private void bind(@NonNull Other other) {
/aosp12/art/test/414-static-fields/src/
H A DMain.java38 assertEquals(41, Other.staticField); in $opt$TestOtherClassStaticField()
48 assertEquals(a + 41, a + Other.staticField); in $opt$TestAddOtherClassStaticField()
H A DOther.java17 public class Other { class
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Deditor.rs67 io::Error::new(io::ErrorKind::Other, error) in from()
95 merkle_tree.calculate_fsverity_digest().map_err(|e| io::Error::new(io::ErrorKind::Other, e)) in calculate_fsverity_digest()
288 offset.try_into().map_err(|e| io::Error::new(io::ErrorKind::Other, e))?; in write_at()
299 size.try_into().map_err(|e| io::Error::new(io::ErrorKind::Other, e))?; in resize()
308 return Err(io::Error::new(io::ErrorKind::Other, "test!")); in read_chunk()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A Dcec_key_handling.md17 | Other keys | Forward to active source | Handle on device …
33 ### Other Devices
/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp44 a.values[Plural::Other] = util::make_unique<String>(pool.MakeRef("other")); in TEST()
48 b.values[Plural::Other] = util::make_unique<String>(pool.MakeRef("autre")); in TEST()
52 c.values[Plural::Other] = util::make_unique<String>(pool.MakeRef("other")); in TEST()
63 a.values[Plural::Other] = util::make_unique<String>(pool.MakeRef("other")); in TEST()
/aosp12/art/test/203-multi-checkpoint/
H A Dexpected-stdout.txt2 Other thread running
/aosp12/hardware/interfaces/configstore/
H A DREADME.md1 Configstore is specifically the configuration for surface flinger. Other configurations go in other…

123456