HomeSort by relevance Sort by last modified time
    Searched full:bitset (Results 276 - 300 of 1378) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form31c.java 29 import java.util.BitSet;
115 public BitSet compatibleRegs(DalvInsn insn) {
118 BitSet bits = new BitSet(sz);
Form31i.java 26 import java.util.BitSet;
88 public BitSet compatibleRegs(DalvInsn insn) {
90 BitSet bits = new BitSet(1);
Form51l.java 27 import java.util.BitSet;
85 public BitSet compatibleRegs(DalvInsn insn) {
87 BitSet bits = new BitSet(1);
  /external/bison/lib/
bitsetv-print.h 0 /* Bitset vectors.
  /external/compiler-rt/test/asan/TestCases/
coverage-levels.cc 26 // CHECK1: CovDump: bitset of 1 bits written for '{{.*}}', 1 bits are set
28 // CHECK2: CovDump: bitset of 2 bits written for '{{.*}}', 1 bits are set
30 // CHECK3: CovDump: bitset of 3 bits written for '{{.*}}', 2 bits are set
32 // CHECK3_NOBITSET-NOT: bitset of
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 24 __u8 operation; /* bitset of operations */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ECN.h 24 __u8 operation; /* bitset of operations */
  /external/llvm/test/Transforms/LowerTypeTests/
unnamed.ll 13 declare i1 @llvm.type.test(i8* %ptr, metadata %bitset) nounwind readnone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 24 __u8 operation; /* bitset of operations */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedSetException.as 31 public var expecting:BitSet;
33 public function MismatchedSetException(expecting:BitSet, input:IntStream) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MismatchedSetException.java 31 public BitSet expecting;
36 public MismatchedSetException(BitSet expecting, IntStream input) {
  /external/bison/src/
ielr.h 23 #include <bitset.h>
44 bitset **item_lookahead_sets);
  /external/libcxx/test/std/utilities/template.bitset/bitset.hash/
bitset.pass.cpp 19 #include <bitset>
29 typedef std::bitset<N> T;
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
all.pass.cpp 12 #include <bitset>
19 std::bitset<N> v;
any.pass.cpp 12 #include <bitset>
19 std::bitset<N> v;
none.pass.cpp 12 #include <bitset>
19 std::bitset<N> v;
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait_bitset.h 26 u_int32_t bitset = 0xffffffff; local
35 TEST(futex_wait_bitset(&futex, futex, &to, bitset, flags));
  /external/v8/src/snapshot/
startup-serializer.h 8 #include <bitset>
74 std::bitset<Heap::kStrongRootListLength> root_has_been_serialized_;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.hash/
bitset.pass.cpp 21 #include <bitset>
29 typedef std::bitset<N> T;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
all.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
any.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
none.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.cons/
default.pass.cpp 12 #include <bitset>
23 _LIBCPP_CONSTEXPR std::bitset<N> v1;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.hash/
bitset.pass.cpp 21 #include <bitset>
29 typedef std::bitset<N> T;

Completed in 5267 milliseconds

<<11121314151617181920>>