HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 176 - 200 of 3938) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/core/lib/random/
simple_philox_test.cc 79 std::set<uint32> first; local
83 first.insert(v);
91 EXPECT_EQ(kCount, first.size());
  /external/testng/src/test/java/test/jarpackages/
JarPackagesTest.java 32 String first = tla.getPassedTests().get(0).getName(); local
34 boolean fThenG = "f".equals(first) && "g".equals(second);
35 boolean gThenF = "g".equals(first) && "f".equals(second);
43 String first = tla.getPassedTests().get(0).getName(); local
45 boolean fThenG = "f".equals(first) && "g".equals(second);
46 boolean gThenF = "g".equals(first) && "f".equals(second);
  /external/v8/src/
source-position.cc 33 bool first = true; local
35 if (!first) out << " inlined at ";
37 first = false;
  /external/valgrind/memcheck/tests/vbit-test/
main.c 157 IROp first = Iop_INVALID + 1; local
162 first = Iop_CasCmpEQ8; last = first + 1;
169 for (opkind = first; opkind < last; ++opkind) {
  /external/vogar/src/vogar/target/
TargetMonitorRunListener.java 65 * first two Assert lines and everything after the testFoo() line in this
103 int first = 0; local
104 for (; first < last; first++) {
105 String className = stackTraceElements[first].getClassName();
111 if (first > 0) {
112 first--; // retain one assertSomething() line in the trace
115 if (first < last) {
116 t.setStackTrace(Arrays.copyOfRange(stackTraceElements, first, last));
  /external/webrtc/webrtc/base/
stringutils.cc 123 std::string::size_type first = s.find_first_not_of(kWhitespace); local
126 if (first == std::string::npos || last == std::string::npos) {
130 return s.substr(first, last - first + 1);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
sli.h 32 Macroblocks(uint8_t picture_id, uint16_t first, uint16_t number);
38 uint16_t first() const { return item_ >> 19; } function in class:webrtc::rtcp::Sli::Macroblocks
  /frameworks/av/media/libeffects/loudness/common/core/
byte_swapper.h 44 char *first = &new_val, *last = first + kValSize - 1, x; local
45 for (; first < last; ++first, --last) {
47 *last = *first;
48 *first = x;
  /frameworks/base/core/java/android/text/
CharSequenceCharacterIterator.java 42 public char first() { method in class:CharSequenceCharacterIterator
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 49 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); local
51 assertEquals("first item should be at top of screen",
53 first.getTop());
54 assertTrue("first button of first list item should have focus",
55 first.getChildAt(0).isFocused());
57 first.getHeight() < mListView.getHeight());
60 assertTrue("first button of second item should be on screen",
67 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); local
68 final int topOfFirstItemBefore = first.getTop()
87 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); local
    [all...]
ListWithScreenOfNoSelectablesTest.java 43 assertTrue("expecting first position to be selectable",
58 // go down until first (and only selectable) item is off screen
59 View first = mListView.getChildAt(0); local
60 while (first.getParent() != null) {
83 // go down untile first (and only selectable) item is off screen
84 View first = mListView.getChildAt(0); local
85 while (first.getParent() != null) {
95 assertEquals("first visible position", 0, mListView.getFirstVisiblePosition());
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OneShotScheduler.java 53 Filter first = null; local
54 // return the first filter that is not scheduled before.
68 if (first == filter) {
71 // save the first scheduled one
72 if (first == null) first = filter;
  /libcore/ojluni/src/main/java/sun/misc/
Cleaner.java 72 static private Cleaner first = null; field in class:Cleaner
79 if (first != null) {
80 cl.next = first;
81 first.prev = cl;
83 first = cl;
94 if (first == cl) {
96 first = cl.next;
98 first = cl.prev;
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 83 return addrs.first(isNotIPv4)
85 return addrs.first(isIPv4)
88 // first returns the first address which satisfies strategy, or if
89 // none do, then the first address of any kind.
90 func (addrs addrList) first(strategy func(Addr) bool) Addr { func
101 // The first address, and any with a matching label, are returned as
172 // Expect the first ']' just before the last ':'.
  /prebuilts/go/linux-x86/src/net/
ipsock.go 83 return addrs.first(isNotIPv4)
85 return addrs.first(isIPv4)
88 // first returns the first address which satisfies strategy, or if
89 // none do, then the first address of any kind.
90 func (addrs addrList) first(strategy func(Addr) bool) Addr { func
101 // The first address, and any with a matching label, are returned as
172 // Expect the first ']' just before the last ':'.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer_size.pass.cpp 28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, str, n2);
    [all...]
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 35 size_t first = 0; local
37 while (first < last) {
38 size_t current = (first + last) / 2;
53 first = current + 1;
104 // different function, always try and unwind with the dwarf information first.
Symbols.cpp 40 size_t first = 0; local
42 while (first < last) {
43 size_t current = first + (last - first) / 2;
50 first = current + 1;
  /system/extras/perfprofd/
map_utils.h 40 // Maybe we need to extend the first one.
42 AggregatedSymbol& first = map_.begin()->second; local
43 CHECK_LT(val, map_.begin()->first);
44 if (first.symbol == sym) {
  /system/keymaster/ng/include/
keystore_hidl_support.h 37 template <typename First, typename... Args>
38 inline static std::ostream& formatArgs(std::ostream& out, First&& first, Args&&... args) {
39 out << first; local
  /system/security/keystore/include/keystore/
keystore_hidl_support.h 43 template <typename First, typename... Args>
44 inline static std::ostream& formatArgs(std::ostream& out, First&& first, Args&&... args) {
45 out << first; local
130 ++pos; // skip first byte
  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 59 const vector<SimpleParcelable> original{SimpleParcelable("first", 0),
124 PersistableBundle first; local
127 first.putInt(String16("test_int"), 1231);
130 const vector<PersistableBundle> original{first, second, third};
  /toolchain/binutils/binutils-2.27/libiberty/
objalloc.c 203 /* First set P to the chunk which contains the block we are freeing,
228 struct objalloc_chunk *first; local
237 first = NULL;
252 else if (first == NULL)
253 first = q;
258 if (first == NULL)
259 first = p;
260 o->chunks = (PTR) first;
  /tools/dexter/dexter/
dissasembler.cc 30 bool first = true; local
32 ss << (first ? "" : ", ") << type->Decl();
33 first = false;
46 if (instr == current_block.region.first) {
65 bool first = true; local
67 printf(first ? " " : ", ");
69 first = false;
144 bool first = true; local
147 printf("%sv%d", (first ? "" : ","), reg);
148 first = false
257 bool first = true; local
299 bool first = true; local
    [all...]
  /frameworks/support/slices/core/src/androidTest/java/androidx/slice/
SliceTest.java 127 private void assertEquivalent(IconCompat first, IconCompat second) {
128 assertEquals(first.getType(), second.getType());
129 assertEquals(first.getResId(), second.getResId());
130 assertEquals(first.getResPackage(), second.getResPackage());

Completed in 650 milliseconds

1 2 3 4 5 6 78 91011>>