/external/libsepol/src/ |
D | genbools.c | 149 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);
|
D | expand.c | 2720 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/ |
D | 2003-07-08-BadCastToBool.ll | 11 ;; for bitwise operations but not booleans! For booleans,
|
/external/sepolicy/ |
D | genfs_contexts | 6 # selinuxfs booleans can be individually labeled.
|
D | te_macros | 228 # Allow domain to set SELinux booleans.
|
D | system.te | 35 # Set SELinux booleans.
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-20-21-zext-ui2fp.ll | 4 ; Check that the booleans are converted using zext and not via sext.
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 280 private boolean[] booleans; field in ArrayAccessReplaceTest.Simple 298 return booleans[pos]; in getBoolean() 342 booleans[pos] = value; in setBoolean()
|
/external/libsepol/include/sepol/policydb/ |
D | services.h | 30 int sepol_genbools_policydb(policydb_t * policydb, const char *booleans);
|
/external/libsepol/ |
D | Android.mk | 8 src/booleans.c \
|
D | ChangeLog | 173 * 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/ |
D | Android.mk | 6 src/booleans.c \
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 1175 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/ |
D | 2009-03-05-dbg.ll | 1 …obalopt -stats -disable-output 2>&1 | grep "1 globalopt - Number of global vars shrunk to booleans"
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 11 ; 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/ |
D | SerializationStressTest1.java | 591 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/ |
D | DexMakerTest.java | 1612 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/ |
D | descriptor.proto | 150 // For booleans, "true" or "false".
|
/external/dbus/ |
D | NEWS.pre-1-0 | 332 - booleans are now 32-bit instead of 8-bit
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 1955 Mapping booleans the same way as integers 1958 Instead of having a seperate tag field for booleans,
|
D | ChangeLog-2008-08-10 | 15000 (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/ |
D | ChangeLog-2006-05-10 | 1620 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/ |
D | ChangeLog-2011-02-16 | 3273 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/ |
D | ChangeLog-2006-02-09 | 3160 … (-[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/ |
D | ChangeLog-2011-02-16 | 21402 (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.
|