OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOB
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java
53
private static final String
BOB
= "
Bob
";
55
private static final String BOB_EMAIL = "
bob
@_foo._bar";
115
insertSingleContact(
BOB
, BOB_PHONE, BOB_EMAIL, false);
232
} else if (
BOB
.equals(tag)) {
233
found.add(
BOB
);
323
} else if (
BOB
.equals(tag)) {
324
found.add(
BOB
);
413
} else if (
BOB
.equals(tag)) {
414
found.add(
BOB
);
824
Notification.Builder
bob
= new Notification.Builder(mContext)
local
[
all
...]
/external/clang/test/SemaCXX/
typedef-redecl.cpp
5
typedef REALLY_INT
BOB
;
Completed in 403 milliseconds