OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bba
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/androidfw/tests/
ByteBucketArray_test.cpp
24
ByteBucketArray<int>
bba
;
local
25
ASSERT_TRUE(
bba
.set(0, 1));
26
ASSERT_TRUE(
bba
.set(10, 2));
27
ASSERT_TRUE(
bba
.set(26, 3));
28
ASSERT_TRUE(
bba
.set(129, 4));
29
ASSERT_TRUE(
bba
.set(234, 5));
31
for (size_t i = 0; i <
bba
.size(); i++) {
33
case 0: EXPECT_EQ(1,
bba
[i]); break;
34
case 10: EXPECT_EQ(2,
bba
[i]); break;
35
case 26: EXPECT_EQ(3,
bba
[i]); break
[
all
...]
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
753
let
bba
= insert_block context "a" bbb in
var
754
insist ([|
bba
; bbb |] = basic_blocks fn);
755
ignore (build_unreachable (builder_at_end context
bba
));
[
all
...]
/external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s
1044
# CHECK:
bba
: incl
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 91 milliseconds