HomeSort by relevance Sort by last modified time
    Searched refs:has (Results 126 - 150 of 1350) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListMultimapTest.java 266 assertThat(multimap.keySet()).has().exactly("d", "c", "b", "a").inOrder();
267 assertThat(multimap.values()).has().exactly(2, 4, 3, 6, 5, 2).inOrder();
268 assertThat(multimap.get("a")).has().exactly(5, 2).inOrder();
269 assertThat(multimap.get("b")).has().exactly(3, 6).inOrder();
288 assertThat(multimap.keySet()).has().exactly("d", "a", "bb", "cc").inOrder();
289 assertThat(multimap.values()).has().exactly(2, 5, 2, 3, 6, 4).inOrder();
290 assertThat(multimap.get("a")).has().exactly(5, 2).inOrder();
291 assertThat(multimap.get("bb")).has().exactly(3, 6).inOrder();
305 assertThat(multimap.keySet()).has().exactly("b", "d", "a", "c").inOrder();
306 assertThat(multimap.values()).has().exactly(6, 3, 2, 5, 2, 4).inOrder()
    [all...]
LinkedHashMultisetTest.java 124 assertThat(ms.elementSet()).has().exactly("a", "b", "c").inOrder();
126 assertThat(ms.elementSet()).has().exactly("a", "b", "c").inOrder();
128 assertThat(ms.elementSet()).has().exactly("a", "b", "c").inOrder();
131 assertThat(ms.elementSet()).has().exactly("a", "c", "b").inOrder();
  /external/libhevc/common/arm/
ihevc_deblk_luma_vert.s 82 movlt r7,#0x0 @ r7 has the beta_index value
93 movlt r3,#0x0 @ r3 has the tc_index value
174 add r3,r8,r9 @ r3 has the d0 value
175 add r4,r11,r12 @ r4 has the d3 value
181 add r14,r8,r11 @ r13 has the value dp
182 add r12,r12,r9 @ r12 has the value dq
186 add r11, r3, r4 @ r3 has the value d
215 @ ubfx r7,r2,#24,#8 @ has the -1 value
216 @ and r2,#0xff @ has the -4 value
217 @ ubfx r8,r3,#24,#8 @ has the 3 valu
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
ltpfsscsi.sh 28 - These tests must be run after ssi_debug has been configured and built as a module so it can be loaded with
  /external/ltp/testcases/kernel/power_management/
README 81 To run cpu consolidation test user has to provide -w <workload> -l <sched_mc_level>.
84 To test CPU consolidation for sched_mc 2 kernbench has to run. Kernbench needs linux kernel source as input in /root directory . For example download from http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.4.tar.bz2. If Linux kernel source not found kernbench wiil not execute.
  /external/skia/include/gpu/gl/
GrGLExtensions.h 55 * Queries whether an extension is present. This will fail if init() has not been called.
57 bool has(const char[]) const;
  /external/skqp/include/gpu/gl/
GrGLExtensions.h 55 * Queries whether an extension is present. This will fail if init() has not been called.
57 bool has(const char[]) const;
  /external/skqp/src/pdf/
SkPDFSubsetFont.cpp 18 if (!glyphUsage.has(0)) {
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
gen_trieval.go 9 // Class is the Unicode BiDi class. Each rune has a single class.
56 // A trie entry has the following bits:
trieval.go 5 // Class is the Unicode BiDi class. Each rune has a single class.
52 // A trie entry has the following bits:
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 91 return existing.has(oldReg);
93 return existing.has(oldReg)
  /external/autotest/client/cros/cellular/
sms.py 155 '''Test that the SMS interface has no messages.'''
162 '''Test that the SMS interface has exactly one message at index 1
  /external/curl/docs/cmdline-opts/
cert-status.d 10 response, if the response suggests that the server certificate has been revoked,
keepalive-time.d 10 option has no effect if --no-keepalive is used.
location.d 6 If the server reports that the requested page has moved to a different
retry-delay.d 6 Make curl sleep this amount of time before each retry when a transfer has
  /external/elfutils/tests/
run-test-archive64.sh 31 Index of archive 'testarchive64.a' has 7 entries:
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapValuesTester.java 44 assertThat(multimap().values()).has().exactlyAs(expected);
53 assertThat(multimap().values()).has().exactlyAs(expected).inOrder();
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 8 # Not everything has been moved to this file yet, as this is a new facility.
  /external/llvm/test/MC/Mips/
cprestore-bad.s 20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
  /external/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 8 # Check that the empty .text section has the default alignment
  /external/mesa3d/src/gallium/state_trackers/xa/
README 34 The motivation behind this state tracker is that the Xorg state tracker has
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
cprestore-bad.s 20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 8 # Check that the empty .text section has the default alignment
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debug_addr_segment_selector.s 7 # ERR: .debug_addr table at offset 0x0 has unsupported segment selector size 1

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011>>