/external/selinux/libsepol/src/ |
D | kernel_to_common.h | 74 struct strs { struct 89 int strs_init(struct strs **strs, size_t size); argument
|
D | kernel_to_common.c | 99 int strs_init(struct strs **strs, size_t size) in strs_init() 126 void strs_destroy(struct strs **strs) in strs_destroy() 140 void strs_free_all(struct strs *strs) in strs_free_all() 152 int strs_add(struct strs *strs, char *s) in strs_add() 173 int strs_create_and_add(struct strs *strs, const char *fmt, int num, ...) in strs_create_and_add() 200 char *strs_remove_last(struct strs *strs) in strs_remove_last() 209 int strs_add_at_index(struct strs *strs, char *s, unsigned index) in strs_add_at_index() 234 char *strs_read_at_index(struct strs *strs, unsigned index) in strs_read_at_index() 250 void strs_sort(struct strs *strs) in strs_sort() 258 unsigned strs_num_items(struct strs *strs) in strs_num_items() [all …]
|
D | kernel_to_conf.c | 262 struct strs *strs; in class_constraint_rules_to_strs() local 309 struct strs *strs; in class_validatetrans_rules_to_strs() local 431 struct strs *strs; in write_sids_to_conf() local 483 struct strs *strs; in class_or_common_perms_to_str() local 729 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local 742 struct strs *strs; in write_sensitivity_rules_to_conf() local 856 struct strs *strs = args; in map_category_aliases_to_strs() local 869 struct strs *strs; in write_category_rules_to_conf() local 1113 struct strs *strs; in write_polcap_rules_to_conf() local 1158 struct strs *strs; in write_type_attributes_to_conf() local [all …]
|
D | kernel_to_cil.c | 271 struct strs *strs; in class_constraint_rules_to_strs() local 312 struct strs *strs; in class_validatetrans_rules_to_strs() local 417 struct strs *strs; in class_or_common_perms_to_str() local 532 struct strs *strs; in write_sids_to_cil() local 765 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local 779 struct strs *strs; in write_sensitivity_rules_to_cil() local 870 struct strs *strs = args; in map_category_aliases_to_strs() local 884 struct strs *strs; in write_category_rules_to_cil() local 1139 struct strs *strs; in write_polcap_rules_to_cil() local 1184 struct strs *strs; in write_type_attributes_to_cil() local [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | as_string_op_test.py | 41 s = lambda strs: [x.decode("ascii") for x in strs] argument 85 s = lambda strs: [x.decode("ascii") for x in strs] argument 118 s = lambda strs: [x.decode("ascii") for x in strs] argument 135 s = lambda strs: [x.decode("ascii") for x in strs] argument
|
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ |
D | MultibindingProducerModule.java | 50 static Set<String> strs() { in strs() method in MultibindingProducerModule 55 static int strCount(Set<String> strs) { in strCount()
|
D | MultibindingComponent.java | 26 ListenableFuture<Set<String>> strs(); in strs() method
|
/external/clang/test/CodeGenCXX/ |
D | noinline-template.cpp | 14 Vector<int> strs; in foo() local
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | crashlog-stacktraces.c | 19 char** strs = backtrace_symbols(callstack, frames); in death_function() local
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | wtf_types_unittest.cc | 65 WTF::Vector<WTF::String> strs(4); in ConstructStringArray() local 110 WTFArray<WTF::String> strs = ConstructStringArray(); in TEST_F() local 131 WTF::Vector<WTF::String> strs = ConstructStringArray(); in TEST_F() local 152 WTFArray<WTF::String> strs = ConstructStringArray(); in TEST_F() local 253 WTF::Vector<WTF::String> strs = ConstructStringArray(); in TEST_F() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Strings.java | 382 String[] strs = new String[this.size()]; in toStringArray() local 394 String[] strs = new String[to - from]; in toStringArray() local
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat_test.cc | 68 string strs[] = {"Hello", "Cruel", "World"}; in TEST() local 215 string strs[] = {"Hello", "Cruel", "World"}; in TEST() local
|
/external/clang/test/CodeGen/ |
D | staticinit.c | 14 static char* strs[] = { "one", "two", "three", "four" }; in f() local
|
/external/icu/icu4c/source/tools/toolutil/ |
D | dbgutil.cpp | 25 static UnicodeString **strs = NULL; variable
|
/external/jemalloc/test/unit/ |
D | ckh.c | 24 const char *strs[] = { in TEST_BEGIN() local
|
/external/python/cpython2/Lib/ |
D | trace.py | 393 def find_lines_from_code(code, strs): argument 403 def find_lines(code, strs): argument
|
/external/python/cpython3/Lib/ |
D | trace.py | 348 def _find_lines_from_code(code, strs): argument 358 def _find_lines(code, strs): argument
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 386 function makeSet(strs) { argument
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowParcelTest.java | 422 String[] strs = { "a1", "b2" }; in testCreateStringArray() local
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 250 SmallVector<StringRef, 8> strs; in verifyTransformedFiles() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 495 String strs[] = new String[array.length]; in checkArray() local 515 String strs[] = new String[array.length]; in checkArray() local
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 494 String strs[] = new String[array.length]; in checkArray() local 514 String strs[] = new String[array.length]; in checkArray() local
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 905 DiCursor strs = DiCursor_INVALID; in ML_() local
|
/external/icu/icu4c/source/common/ |
D | filteredbrk.cpp | 518 LocalUResourceBundlePointer strs; in SimpleFilteredBreakIteratorBuilder() local
|
/external/testng/src/main/java/org/testng/ |
D | TestNG.java | 1470 String[] strs = Utils.split(cla.listener, sep); in configure() local 1481 String[] strs = Utils.split(cla.methodSelectors, ","); in configure() local
|