OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:booleans
(Results
151 - 175
of
780
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/selinux/policycoreutils/po/
Makefile
71
booleans
.py \
98
booleans
.py:
99
sepolicy
booleans
-a >
booleans
.py
101
$(POTFILE): $(POTFILES)
booleans
.py
110
@rm -f
booleans
.py
/external/selinux/gui/
booleansPage.py
2
# booleansPage.py - GUI for
Booleans
page in system-config-securitylevel
203
cat = self.
booleans
.get_category(key).lower()
204
val = self.
booleans
.get_desc(key).lower()
212
self.
booleans
= seobject.booleanRecords()
213
booleansList = self.
booleans
.get_all(self.local)
219
self.store.set_value(iter, MODULE, self.
booleans
.get_category(name))
220
self.store.set_value(iter, DESC, self.
booleans
.get_desc(name))
/external/selinux/libsepol/src/
genbools.c
160
int sepol_genbools(void *data, size_t len, const char *
booleans
)
171
if (load_booleans(&policydb,
booleans
, &changes) < 0) {
172
WARN(NULL, "error while reading %s",
booleans
);
206
int hidden sepol_genbools_policydb(policydb_t * policydb, const char *
booleans
)
210
rc = load_booleans(policydb,
booleans
, &changes);
booleans.c
8
#include <sepol/
booleans
.h>
213
ERR(handle, "could not iterate over
booleans
");
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SampleDeviceInfo.java
32
boolean[]
booleans
= {Boolean.TRUE, Boolean.FALSE};
49
store.addArrayResult("bar_boolean",
booleans
);
/external/selinux/libsepol/include/sepol/
booleans.h
37
/* Return the number of
booleans
*/
52
/* Iterate the
booleans
/external/selinux/policycoreutils/load_policy/
load_policy.c
39
fprintf(stderr, "%s: Warning! The -b option is no longer supported,
booleans
are always preserved across reloads. Continuing...\n",
64
"%s: Warning! Boolean file argument (%s) is no longer supported, installed
booleans
file is always used. Continuing...\n",
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseBooleanEncodedValue.java
34
import com.google.common.primitives.
Booleans
;
61
return
Booleans
.compare(getValue(), ((BooleanEncodedValue)o).getValue());
/prebuilts/go/darwin-x86/src/internal/cpu/
cpu.go
11
// The
booleans
in x86 contain the correspondingly named cpuid feature bit.
63
// The
booleans
in arm64 contain the correspondingly named cpu feature bit.
/prebuilts/go/linux-x86/src/internal/cpu/
cpu.go
11
// The
booleans
in x86 contain the correspondingly named cpuid feature bit.
63
// The
booleans
in arm64 contain the correspondingly named cpu feature bit.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
boolquery.py
28
"""Query SELinux policy
Booleans
.
59
"""Generator which yields all
Booleans
matching the criteria."""
/external/selinux/libsepol/man/man3/
sepol_genbools.3
26
An errno of EINVAL indicates that one or more
booleans
listed in the
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidBooleanTest.java
22
* Tests some basic functionality of
Booleans
.
/system/sepolicy/tools/sepolicy-analyze/
README
56
BOOLEANS
(
booleans
)
57
sepolicy-analyze out/target/product/<board>/root/sepolicy
booleans
60
Policy
booleans
are forbidden in Android policy, so if there is any
/external/selinux/policycoreutils/setsebool/
setsebool.c
106
fprintf(stderr, "Could not change active
booleans
: "
110
perror("Could not change active
booleans
");
112
perror("Could not change active
booleans
. Please try as root");
153
"Cannot set persistent
booleans
without managed policy.\n");
156
"Cannot set persistent
booleans
, please try as root.\n");
/external/guava/guava/src/com/google/common/primitives/
Booleans.java
49
public final class
Booleans
{
50
private
Booleans
() {}
85
* BitSet} instead, replacing {@code
Booleans
.contains(array, true)}
86
* with {@code !bitSet.isEmpty()} and {@code
Booleans
.contains(array, false)}
291
int result =
Booleans
.compare(left[i], right[i]);
386
&&
Booleans
.indexOf(array, (Boolean) target, start, end) != -1;
392
int i =
Booleans
.indexOf(array, (Boolean) target, start, end);
403
int i =
Booleans
.lastIndexOf(array, (Boolean) target, start, end);
451
result = 31 * result +
Booleans
.hashCode(array[i]);
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
Uncompliant_OutboundParameter.xml
26
<!-- Tested
Booleans
-->
65
<!-- Tested
Booleans
-->
Uncompliant_UndeclaredConfigurableElement.xml
26
<!-- Tested
Booleans
-->
65
<!-- Tested
Booleans
-->
Uncompliant_UndeclaredParameter.xml
26
<!-- Tested
Booleans
-->
66
<!-- Tested
Booleans
-->
Uncompliant_UnorderConfigurableElement.xml
25
<!-- Tested
Booleans
-->
64
<!-- Tested
Booleans
-->
/frameworks/base/apct-tests/perftests/core/src/android/text/
BoringLayoutCreateDrawPerfTest.java
45
private static final boolean[]
BOOLEANS
= new boolean[]{false, true};
53
for (boolean cached :
BOOLEANS
) {
PaintMeasureDrawPerfTest.java
43
private static final boolean[]
BOOLEANS
= new boolean[]{false, true};
49
for (boolean cached :
BOOLEANS
) {
StaticLayoutCreateDrawPerfTest.java
45
private static final boolean[]
BOOLEANS
= new boolean[]{false, true};
57
for (boolean cached :
BOOLEANS
) {
TextViewSetTextMeasurePerfTest.java
49
private static final boolean[]
BOOLEANS
= new boolean[]{false, true};
58
for (boolean cached :
BOOLEANS
) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ODRHash.h
63
// Add
booleans
to ID and uses it to calculate the hash.
78
// Save
booleans
until the end to lower the size of data to process.
Completed in 391 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>