Home
last modified time | relevance | path

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

123456

/external/libwebsockets/lib/plat/unix/
Dunix-caps.c74 char strs[1024]; local
92 char strs[1024]; local
121 char strs[1024]; local
144 char strs[1024]; local
171 char strs[1024]; local
201 char strs[1024]; local
/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Das_string_op_test.py40 s = lambda strs: [x.decode("ascii") for x in strs] argument
88 s = lambda strs: [x.decode("ascii") for x in strs] argument
124 s = lambda strs: [x.decode("ascii") for x in strs] argument
141 s = lambda strs: [x.decode("ascii") for x in strs] argument
155 s = lambda strs: [x.decode("ascii") for x in strs] argument
/external/selinux/libsepol/src/
Dkernel_to_common.h80 struct strs { struct
95 int strs_init(struct strs **strs, size_t size); argument
Dkernel_to_common.c107 int strs_init(struct strs **strs, size_t size) in strs_init()
138 void strs_destroy(struct strs **strs) in strs_destroy()
152 void strs_free_all(struct strs *strs) in strs_free_all()
164 int strs_add(struct strs *strs, char *s) in strs_add()
185 int strs_create_and_add(struct strs *strs, const char *fmt, int num, ...) in strs_create_and_add()
212 char *strs_remove_last(struct strs *strs) in strs_remove_last()
221 int strs_add_at_index(struct strs *strs, char *s, size_t index) in strs_add_at_index()
246 char *strs_read_at_index(struct strs *strs, size_t index) in strs_read_at_index()
262 void strs_sort(struct strs *strs) in strs_sort()
270 unsigned strs_num_items(const struct strs *strs) in strs_num_items()
[all …]
Dkernel_to_conf.c277 struct strs *strs; in class_constraint_rules_to_strs() local
331 struct strs *strs; in class_validatetrans_rules_to_strs() local
454 struct strs *strs; in write_sids_to_conf() local
523 struct strs *strs; in class_or_common_perms_to_str() local
783 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
796 struct strs *strs; in write_sensitivity_rules_to_conf() local
914 struct strs *strs = args; in map_category_aliases_to_strs() local
927 struct strs *strs; in write_category_rules_to_conf() local
1171 struct strs *strs; in write_polcap_rules_to_conf() local
1214 struct strs *strs; in write_type_attributes_to_conf() local
[all …]
Dkernel_to_cil.c286 struct strs *strs; in class_constraint_rules_to_strs() local
330 struct strs *strs; in class_validatetrans_rules_to_strs() local
437 struct strs *strs; in class_or_common_perms_to_str() local
556 struct strs *strs; in write_sids_to_cil() local
825 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
839 struct strs *strs = NULL; in write_sensitivity_rules_to_cil() local
929 struct strs *strs = args; in map_category_aliases_to_strs() local
943 struct strs *strs = NULL; in write_category_rules_to_cil() local
1188 struct strs *strs; in write_polcap_rules_to_cil() local
1231 struct strs *strs; in write_type_attributes_to_cil() local
[all …]
/external/python/setuptools/setuptools/
D_reqs.py6 def parse_strings(strs): argument
15 def parse(strs): argument
/external/perfetto/src/trace_processor/util/
Dglob_benchmark.cc37 std::vector<std::string> strs; in LoadTraceStrings() local
61 std::vector<std::string> strs = LoadTraceStrings(state); in BM_Glob() local
86 std::vector<std::string> strs = LoadTraceStrings(state); in BM_SqliteGlob() local
/external/strace/tests/
Dnlattr_ifla_af_spec.c118 static const char * const strs[] = { in print_inet_conf_val() local
130 static const char * const strs[] = { in print_inet6_conf_val() local
141 static const char * const strs[] = { in print_inet6_stats_val() local
152 static const char * const strs[] = { in print_icmp6_stats_val() local
/external/strace/tests-mx32/
Dnlattr_ifla_af_spec.c118 static const char * const strs[] = { in print_inet_conf_val() local
130 static const char * const strs[] = { in print_inet6_conf_val() local
141 static const char * const strs[] = { in print_inet6_stats_val() local
152 static const char * const strs[] = { in print_icmp6_stats_val() local
/external/strace/tests-m32/
Dnlattr_ifla_af_spec.c118 static const char * const strs[] = { in print_inet_conf_val() local
130 static const char * const strs[] = { in print_inet6_conf_val() local
141 static const char * const strs[] = { in print_inet6_stats_val() local
152 static const char * const strs[] = { in print_icmp6_stats_val() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-flow-20.kt13 val strs = flowOf("one", "two", "three") // strings in <lambda>() constant
Dexample-flow-22.kt13 val strs = flowOf("one", "two", "three").onEach { delay(400) } // strings every 400 ms in <lambda>() constant
Dexample-flow-21.kt13 val strs = flowOf("one", "two", "three").onEach { delay(400) } // strings every 400 ms in <lambda>() constant
/external/libchrome/mojo/public/cpp/bindings/tests/
Dwtf_types_unittest.cc65 WTF::Vector<WTF::String> strs(4); in ConstructStringArray() local
112 WTF::Vector<WTF::String> strs = ConstructStringArray(); in TEST_F() local
133 WTF::Vector<WTF::String, 1> strs(4); in TEST_F() local
159 WTF::Vector<WTF::String> strs = ConstructStringArray(); in TEST_F() local
197 WTF::Vector<WTF::String> strs = ConstructStringArray(); in TEST_F() local
/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingProducerModule.java65 static Set<String> strs() { in strs() method in MultibindingProducerModule
70 static int strCount(Set<String> strs) { in strCount()
/external/rappor/analysis/R/
Dsimulation.R24 strs <- paste0("V_", as.character(1:num_strings)) functionVar
97 CreateMap <- function(strs, params, generate_pos = TRUE, basic = FALSE) { argument
154 GetSample <- function(N, strs, probs) { argument
171 strs <- colnames(map[[1]]) functionVar
233 strs <- SetOfStrings(num_strings) functionVar
Dread_input.R95 strs <- map_pos[, 1] functionVar
124 list(map = map, strs = strs, map_pos = map_pos) nameattr
Dngrams_simulation.R78 strs <- sapply(1:num_strs, function(i) GenerateString(str_len)) functionVar
149 strs <- c(sort(valid_cands), new_cands) vector
183 strs <- GeneratePopulation(N, num_strs = num_strs, functionVar
218 strs = strs, pairings = pairings, inds = inds, cands = cands, nameattr
/external/cronet/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForAnnotationProcessor.java30 String[] sendToNative(String[] strs); in sendToNative()
31 SampleForAnnotationProcessor[] sendSamplesToNative(SampleForAnnotationProcessor[] strs); in sendSamplesToNative()
56 String[] strs = new String[] {"the", "quick", "brown", "fox"}; in test() local
/external/perfetto/src/protozero/filtering/
Dstring_filter_benchmark.cc36 std::vector<std::pair<size_t, size_t>> strs; in LoadTraceStrings() local
64 auto strs = LoadTraceStrings(state, storage); in Benchmark() local
/external/clang/test/CodeGenCXX/
Dnoinline-template.cpp14 Vector<int> strs; in foo() local
/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc227 char* gpr_strjoin(const char** strs, size_t nstrs, size_t* final_length) { in gpr_strjoin()
231 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep()
296 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
310 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dstring.cc235 char* gpr_strjoin(const char** strs, size_t nstrs, size_t* final_length) { in gpr_strjoin()
239 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep()
286 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
300 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split()
/external/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c19 char** strs = backtrace_symbols(callstack, frames); in death_function() local

123456