Home
last modified time | relevance | path

Searched refs:map_str (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-container.cpp65 jerry_value_t map_str = jerry_create_string ((jerry_char_t *) "Map"); in HWTEST_F() local
69 jerry_value_t global_map = jerry_get_property (global, map_str); in HWTEST_F()
76 jerry_release_value (map_str); in HWTEST_F()
H A Dtest-objects-foreach.cpp38 jerry_value_t map_str = jerry_create_string ((const jerry_char_t *) "Map"); in test_container() local
39 jerry_value_t map_result = jerry_get_property (global, map_str); in test_container()
43 jerry_release_value (map_str); in test_container()
/third_party/pulseaudio/src/pulse/
H A Dformat.c587 char *map_str; in pa_format_info_get_channel_map() local
592 r = pa_format_info_get_prop_string(f, PA_PROP_FORMAT_CHANNEL_MAP, &map_str); in pa_format_info_get_channel_map()
596 map = pa_channel_map_parse(map, map_str); in pa_format_info_get_channel_map()
597 pa_xfree(map_str); in pa_format_info_get_channel_map()
620 char map_str[PA_CHANNEL_MAP_SNPRINT_MAX]; in pa_format_info_set_channel_map() local
622 pa_channel_map_snprint(map_str, sizeof(map_str), map); in pa_format_info_set_channel_map()
624 pa_format_info_set_prop_string(f, PA_PROP_FORMAT_CHANNEL_MAP, map_str); in pa_format_info_set_channel_map()
/third_party/ffmpeg/libavfilter/
H A Df_streamselect.c33 char *map_str; member
47 { "map", "input indexes to remap to outputs", OFFSET(map_str), AV_OPT_TYPE_STRING, {.str=NULL}, .flags=TFLAGS },
262 char *map = s->map_str; in init()
288 return parse_mapping(ctx, s->map_str); in init()
/third_party/benchmark/src/
H A Dsysinfo.cc285 std::string map_str; in GetCacheSizesFromKVFS() local
286 if (!ReadFromFile(StrCat(fpath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
288 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()

Completed in 5 milliseconds