OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empty1
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/policy/
policy_map_unittest.cc
39
PolicyMap
empty1
;
local
41
EXPECT_TRUE(
empty1
.Equals(empty2));
42
EXPECT_TRUE(empty2.Equals(
empty1
));
43
EXPECT_FALSE(
empty1
.Equals(a));
44
EXPECT_FALSE(a.Equals(
empty1
));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp
73
bool
empty1
= delayed; // Can fst1 be the empty machine?
local
80
if (!
empty1
)
88
(kAccessible | kCoAccessible) && !
empty1
) {
293
bool
empty1
= delayed; // Can fst1 be the empty machine?
local
299
if (!
empty1
&& !empty2) {
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java
159
boolean
empty1
= array1 == null || array1.length == 0;
161
if (
empty1
&& empty2) {
164
if (
empty1
!= empty2 && (
empty1
|| empty2)) {
/external/chromium_org/components/policy/core/common/
policy_map_unittest.cc
122
PolicyMap
empty1
;
local
124
EXPECT_TRUE(
empty1
.Equals(empty2));
125
EXPECT_TRUE(empty2.Equals(
empty1
));
126
EXPECT_FALSE(
empty1
.Equals(a));
127
EXPECT_FALSE(a.Equals(
empty1
));
/external/openfst/src/lib/
properties.cc
87
bool
empty1
= delayed; // Can fst1 be the empty machine?
local
94
if (!
empty1
)
102
(kAccessible | kCoAccessible) && !
empty1
) {
382
bool
empty1
= delayed; // Can fst1 be the empty machine?
local
388
if (!
empty1
&& !empty2) {
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp
174
} constexpr
empty1
;
variable in typeref:union:Empty
Completed in 53 milliseconds