Home
last modified time | relevance | path

Searched refs:booleans (Results 1 – 25 of 41) sorted by relevance

12

/external/libsepol/src/
Dgenbools.c149 int sepol_genbools(void *data, size_t len, char *booleans) argument
160 if (load_booleans(&policydb, booleans, &changes) < 0) {
161 WARN(NULL, "error while reading %s", booleans);
195 int hidden sepol_genbools_policydb(policydb_t * policydb, const char *booleans) argument
199 rc = load_booleans(policydb, booleans, &changes);
Dexpand.c2720 int booleans, tunables, i; in discard_tunables() local
2724 booleans = tunables = 0; in discard_tunables()
2735 booleans++; in discard_tunables()
2743 assert(!(booleans && tunables)); in discard_tunables()
2745 if (booleans || preserve_tunables) { in discard_tunables()
/external/llvm/test/CodeGen/Generic/
D2003-07-08-BadCastToBool.ll11 ;; for bitwise operations but not booleans! For booleans,
/external/sepolicy/
Dgenfs_contexts6 # selinuxfs booleans can be individually labeled.
Dte_macros228 # Allow domain to set SELinux booleans.
Dsystem.te35 # Set SELinux booleans.
/external/llvm/test/CodeGen/X86/
D2011-20-21-zext-ui2fp.ll4 ; Check that the booleans are converted using zext and not via sext.
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java280 private boolean[] booleans; field in ArrayAccessReplaceTest.Simple
298 return booleans[pos]; in getBoolean()
342 booleans[pos] = value; in setBoolean()
/external/libsepol/include/sepol/policydb/
Dservices.h30 int sepol_genbools_policydb(policydb_t * policydb, const char *booleans);
/external/libsepol/
DAndroid.mk8 src/booleans.c \
DChangeLog173 * Merged fix from Karl to remap booleans at expand time to
399 Prepare for removal of booleans* and *.users files.
402 degenerate case where there are no booleans or booleans.local
708 * Merged booleans.local patch from Dan Walsh.
756 * Merged patch from Dan Walsh to ignore case on booleans.
/external/libselinux/
DAndroid.mk6 src/booleans.c \
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1175 private String[] booleans = {"checked", "compact", "declare", "defer", field in XMLWriter
1189 for (int j = 0; j < booleans.length; j++) { in booleanAttribute()
1190 if (name.equals(booleans[j])) return true; in booleanAttribute()
/external/llvm/test/Transforms/GlobalOpt/
D2009-03-05-dbg.ll1 …obalopt -stats -disable-output 2>&1 | grep "1 globalopt - Number of global vars shrunk to booleans"
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll11 ; booleans where at least one operand is true/false/undef.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest1.java591 boolean[] booleans = { true, false, false, true }; in test_18_9_writeObject()
592 objToSave = booleans; in test_18_9_writeObject()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1612 boolean[] booleans = new boolean[3]; in testReadAndWriteArray()
1613 assertEquals(false, swapBooleanArray.invoke(null, booleans, 1, true)); in testReadAndWriteArray()
1614 assertEquals("[false, true, false]", Arrays.toString(booleans)); in testReadAndWriteArray()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto150 // For booleans, "true" or "false".
/external/dbus/
DNEWS.pre-1-0332 - booleans are now 32-bit instead of 8-bit
/external/webkit/Source/JavaScriptCore/
DChangeLog1955 Mapping booleans the same way as integers
1958 Instead of having a seperate tag field for booleans,
DChangeLog-2008-08-1015000 (KJS::CodeGenerator::emitLoad): Add and emitLoad override for booleans.
20277 When converting numeric values to booleans we need to account for NaN
26852 add an evaluation path for booleans like the one we have for numbers
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101620 be private instead of protected. Removed m_inited. Changed booleans to not use bit
2499 booleans out of Mac-specific ifdef.
2639 removed the unused alpha and flipped booleans.
3918 a CGImageRef. Changed constructor to take two booleans instead of the repetition
6515 _drawnImage, and _needsImageUpdate booleans. Changed RenderHTMLCanvas to derive from
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163273 Use enums instead of booleans in ImageSource/ImageDecoder constructors
3894 Remove flags and instead add two booleans for being open.
5083 always in a valid state. Before, the x,y,width,height booleans may be true, but
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-093160 … (-[WebTextRendererFactory rendererWithFont:]): Select the appropriate cache based on 3 booleans:
7669 Set booleans to either YES or NO, rather than setting them only in the YES case.
28716 replaced disallowsScrolling boolean ivar with separate booleans for
28721 take the two disallow booleans into account separately
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1621402 (WebKit::WebInspectorProxy::WebInspectorProxy): Initialize new booleans.
21403 (WebKit::WebInspectorProxy::invalidate): Reset new booleans.
30251 Handle booleans in injected bundle messages
40881 - Removed m_canGoBack and m_canGoForward booleans and instead use the BackForwardList.

12