Searched defs:mo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java46 private boolean getExpected(boolean no, boolean so, boolean mo) { argument
53 return mo;
60 private String getExpected(String no, String so, String mo) { argument
67 return mo;
74 private int getExpected(int no, int so, int mo) { argument
81 return mo;
88 private int[] getExpected(int[] no, int[] so, int[] mo) { argument
95 return mo;
102 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { argument
103 boolean expected = getExpected(no, so, mo);
108 assertResource(int resId, int no, int so, int mo) argument
114 assertResource(int resId, String no, String so, String mo) argument
120 assertResource(int resId, int[] no, int[] so, int[] mo) argument
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp103 size_t mo; local
104 auto c1_status = consumer_queue_->Dequeue(100, &slot, &mo, &fence);
108 ASSERT_EQ(mi, mo);
383 TestMetadata mo; local
384 auto c1_status = consumer_queue_->Dequeue(100, &slot, &mo, &fence);
387 ASSERT_EQ(mi.a, mo.a);
388 ASSERT_EQ(mi.b, mo.b);
389 ASSERT_EQ(mi.c, mo.c);
409 int32_t mo; local
411 auto c1_status = consumer_queue_->Dequeue(100, &slot, &mo,
427 int64_t mo; local
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java286 * Add an SP sub-tree. mo must be PPS with an immediate instance child (e.g. Cred01) and an
289 * @param mo The new MO
292 private void addSP(OMANode mo) throws IOException { argument
296 moTree.getRoot().addChild(mo);
301 for (OMANode child : mo.getChildren()) {

Completed in 147 milliseconds