Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 25 of 33) sorted by relevance

12

/external/selinux/libsepol/src/
Dkernel_to_common.h74 struct strs { struct
89 int strs_init(struct strs **strs, size_t size); argument
Dkernel_to_common.c99 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 …]
Dkernel_to_conf.c262 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 …]
Dkernel_to_cil.c271 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/
Das_string_op_test.py41 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/
DMultibindingProducerModule.java50 static Set<String> strs() { in strs() method in MultibindingProducerModule
55 static int strCount(Set<String> strs) { in strCount()
DMultibindingComponent.java26 ListenableFuture<Set<String>> strs(); in strs() method
/external/clang/test/CodeGenCXX/
Dnoinline-template.cpp14 Vector<int> strs; in foo() local
/external/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c19 char** strs = backtrace_symbols(callstack, frames); in death_function() local
/external/libmojo/mojo/public/cpp/bindings/tests/
Dwtf_types_unittest.cc65 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/
DStrings.java382 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/
Dstrcat_test.cc68 string strs[] = {"Hello", "Cruel", "World"}; in TEST() local
215 string strs[] = {"Hello", "Cruel", "World"}; in TEST() local
/external/clang/test/CodeGen/
Dstaticinit.c14 static char* strs[] = { "one", "two", "three", "four" }; in f() local
/external/icu/icu4c/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = NULL; variable
/external/jemalloc/test/unit/
Dckh.c24 const char *strs[] = { in TEST_BEGIN() local
/external/python/cpython2/Lib/
Dtrace.py393 def find_lines_from_code(code, strs): argument
403 def find_lines(code, strs): argument
/external/python/cpython3/Lib/
Dtrace.py348 def _find_lines_from_code(code, strs): argument
358 def _find_lines(code, strs): argument
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js386 function makeSet(strs) { argument
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java422 String[] strs = { "a1", "b2" }; in testCreateStringArray() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp250 SmallVector<StringRef, 8> strs; in verifyTransformedFiles() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java495 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/
DTestFmwk.java494 String strs[] = new String[array.length]; in checkArray() local
514 String strs[] = new String[array.length]; in checkArray() local
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c905 DiCursor strs = DiCursor_INVALID; in ML_() local
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp518 LocalUResourceBundlePointer strs; in SimpleFilteredBreakIteratorBuilder() local
/external/testng/src/main/java/org/testng/
DTestNG.java1470 String[] strs = Utils.split(cla.listener, sep); in configure() local
1481 String[] strs = Utils.split(cla.methodSelectors, ","); in configure() local

12