/external/libsepol/tests/ |
test-linker-cond-map.c | 57 void test_cond_expr_mapping(policydb_t * p, avrule_decl_t * d, test_cond_expr_t * bools, int len) 70 CU_ASSERT(expr->expr_type == bools[i].expr_type); 71 if (bools[i].bool) { 72 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0); 91 test_cond_expr_t bools[2]; local 102 bools[0].bool = "g_b_bool_1"; 103 bools[0].expr_type = COND_BOOL; 104 test_cond_expr_mapping(base, d, bools, 1); 112 bools[0].bool = "o1_b_bool_1"; 113 bools[0].expr_type = COND_BOOL 122 test_cond_expr_t bools[3]; local [all...] |
/art/test/407-arrays/src/ |
Main.java | 32 static void $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, 34 assertEquals(false, bools[0]); 35 assertEquals(false, bools[index]); 56 static void $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, 58 bools[0] = true; 59 assertEquals(true, bools[0]); 60 bools[1] = true; 61 assertEquals(true, bools[index]);
|
/external/clang/test/CodeGenObjC/ |
misc-atomic-property.m | 19 } bools; 25 bools x; 29 @property(assign) bools bools_p;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
LedConfiguration.java | 31 boolean[] bools = new boolean[2]; 32 source.readBooleanArray(bools); 33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]); 34 config.isTransient = bools[1];
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
boolobject.h | 16 /* Py_False and Py_True are the only two bools in existence.
|
structmember.h | 65 /* Added by Lillo: bools contained in the structure (assumed char) */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
boolobject.h | 16 /* Py_False and Py_True are the only two bools in existence.
|
structmember.h | 65 /* Added by Lillo: bools contained in the structure (assumed char) */
|
/frameworks/base/docs/downloads/training/ |
ThreadSample.zip | |
/external/llvm/test/Transforms/GlobalOpt/ |
integer-bool.ll | 2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
|
/external/chromium_org/content/public/common/ |
geoposition.cc | 9 // bools for this purpose; we may eventually follow that approach, but
|
/external/chromium_org/tools/gn/ |
value_unittest.cc | 17 // Test lists, bools, and ints.
|
/external/protobuf/src/google/protobuf/ |
unittest_repeated_packables_nano.proto | 64 repeated bool bools = 13; 89 repeated bool bools = 13 [ packed = true ];
|
/external/libsepol/src/ |
conditional.c | 61 static int bool_present(unsigned int target, unsigned int bools[], 70 while (i < num_bools && target != bools[i]) 83 /* same number of bools? */ 87 /* make sure all the bools in a are also in b */ 342 * number of bools. 372 ("Found expr with no bools and only a ! - this should never happen.\n"); 387 /* find all the bools in the expression */ 408 /* save the default values for the bools so we can play with them */ 414 /* loop through all possible combinations of values for bools in expression */ 416 /* temporarily set the value for all the bools in th [all...] |
/external/llvm/include/llvm/Support/ |
SaveAndRestore.h | 35 /// Similar to \c SaveAndRestore. Operates only on bools; the old value of a
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/ |
pack.py | 12 # will have an offset, a size and a bit (for mojom.BOOLs). 68 # Returns a 2-tuple of the field offset and bit (for BOOLs)
|
/external/chromium_org/third_party/skia/tools/lua/ |
glyph-usage.lua | 70 -- array is an array of bools (true), using glyphID as the index 78 -- take a table of bools, indexed by values, and return a sorted table of values
|
/external/skia/tools/lua/ |
glyph-usage.lua | 70 -- array is an array of bools (true), using glyphID as the index 78 -- take a table of bools, indexed by values, and return a sorted table of values
|
/external/chromium_org/content/renderer/ |
dom_automation_controller.cc | 74 // strings, bools, etc. to "JSON". This only works because (a) the JSON
|
/external/libsepol/include/sepol/policydb/ |
conditional.h | 31 /* this is the max unique bools in a conditional expression
|
/external/stlport/test/eh/ |
test_bit_vector.cpp | 101 // Allocate some random bools to insert
|
/external/skia/include/utils/ |
SkJSON.h | 208 * Creates an array of bools, initialized by copying the specified 260 bool* bools() const { function in class:SkJSON::Array
|
/external/ceres-solver/internal/ceres/ |
implicit_schur_complement.h | 98 // TODO(sameeragarwal): Get rid of the two bools below and replace
|
/external/chromium_org/third_party/markupsafe/ |
_speedups.c | 122 /* we don't have to escape integers, bools or floats */
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMBoxedReturnValueProvider.mm | 76 // ARM64 uses 'B' for BOOLs in method signature but 'c' in NSValue. That case
|