Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 25 of 144) 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
93 int strs_init(struct strs **strs, size_t size); argument
Dkernel_to_common.c59 int strs_init(struct strs **strs, size_t size) in strs_init()
90 void strs_destroy(struct strs **strs) in strs_destroy()
104 void strs_free_all(struct strs *strs) in strs_free_all()
116 int strs_add(struct strs *strs, char *s) in strs_add()
137 int strs_create_and_add(struct strs *strs, const char *fmt, ...) in strs_create_and_add()
162 char *strs_remove_last(struct strs *strs) in strs_remove_last()
171 int strs_add_at_index(struct strs *strs, char *s, size_t index) in strs_add_at_index()
196 char *strs_read_at_index(struct strs *strs, size_t index) in strs_read_at_index()
212 void strs_sort(struct strs *strs) in strs_sort()
220 unsigned strs_num_items(const struct strs *strs) in strs_num_items()
[all …]
Dkernel_to_conf.c278 struct strs *strs; in class_constraint_rules_to_strs() local
344 struct strs *strs; in class_validatetrans_rules_to_strs() local
467 struct strs *strs; in write_sids_to_conf() local
534 struct strs *strs; in class_or_common_perms_to_str() local
794 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
807 struct strs *strs; in write_sensitivity_rules_to_conf() local
925 struct strs *strs = args; in map_category_aliases_to_strs() local
938 struct strs *strs; in write_category_rules_to_conf() local
1182 struct strs *strs; in write_polcap_rules_to_conf() local
1225 struct strs *strs; in write_type_attributes_to_conf() local
[all …]
Dkernel_to_cil.c287 struct strs *strs; in class_constraint_rules_to_strs() local
343 struct strs *strs; in class_validatetrans_rules_to_strs() local
450 struct strs *strs; in class_or_common_perms_to_str() local
569 struct strs *strs; in write_sids_to_cil() local
836 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
850 struct strs *strs = NULL; in write_sensitivity_rules_to_cil() local
940 struct strs *strs = args; in map_category_aliases_to_strs() local
954 struct strs *strs = NULL; in write_category_rules_to_cil() local
1199 struct strs *strs; in write_polcap_rules_to_cil() local
1242 struct strs *strs; in write_type_attributes_to_cil() local
[all …]
/external/libbpf/src/
Dfeatures.c85 static const char strs[] = "\0int"; in probe_kern_btf() local
97 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func() local
115 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func_global() local
133 static const char strs[] = "\0x\0.data"; in probe_kern_btf_datasec() local
152 static const char strs[] = "\0x\0?.data"; in probe_kern_btf_qmark_datasec() local
171 static const char strs[] = "\0float"; in probe_kern_btf_float() local
183 static const char strs[] = "\0tag"; in probe_kern_btf_decl_tag() local
200 static const char strs[] = "\0tag"; in probe_kern_btf_type_tag() local
310 static const char strs[] = "\0int"; in probe_module_btf() local
449 static const char strs[] = "\0enum64"; in probe_kern_btf_enum64() local
[all …]
/external/perfetto/src/trace_processor/util/
Dglob_benchmark.cc40 std::vector<std::string> strs; in LoadTraceStrings() local
64 std::vector<std::string> strs = LoadTraceStrings(state); in BM_Glob() local
90 std::vector<std::string> strs = LoadTraceStrings(state); in BM_SqliteGlob() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-flow-20.kt9 val strs = flowOf("one", "two", "three") // strings in <lambda>() constant
Dexample-flow-22.kt9 val strs = flowOf("one", "two", "three").onEach { delay(400) } // strings every 400 ms in <lambda>() constant
Dexample-flow-21.kt9 val strs = flowOf("one", "two", "three").onEach { delay(400) } // strings every 400 ms in <lambda>() constant
/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/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/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/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingProducerModule.java68 static Set<String> strs() { in strs() method in MultibindingProducerModule
73 static int strCount(Set<String> strs) { in strCount()
/external/cronet/stable/third_party/jni_zero/test/java/src/org/jni_zero/
DSampleForAnnotationProcessor.java37 String[] sendToNative(String[] strs); in sendToNative()
38 SampleForAnnotationProcessor[] sendSamplesToNative(SampleForAnnotationProcessor[] strs); in sendSamplesToNative()
121 String[] strs = new String[] {"the", "quick", "brown", "fox"}; in test() local
/external/cronet/tot/third_party/jni_zero/test/java/src/org/jni_zero/
DSampleForAnnotationProcessor.java37 String[] sendToNative(String[] strs); in sendToNative()
38 SampleForAnnotationProcessor[] sendSamplesToNative(SampleForAnnotationProcessor[] strs); in sendSamplesToNative()
121 String[] strs = new String[] {"the", "quick", "brown", "fox"}; in test() local
/external/pytorch/benchmarks/dynamo/
Djoin_results.py13 def longest_common_prefix(strs): argument
/external/clang/test/CodeGenCXX/
Dnoinline-template.cpp14 Vector<int> strs; in foo() 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/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dstring.cc236 char* gpr_strjoin(const char** strs, size_t nstrs, size_t* final_length) { in gpr_strjoin()
240 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep()
287 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
301 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split()

123456