Home
last modified time | relevance | path

Searched defs:root (Results 876 - 900 of 2205) sorted by relevance

1...<<31323334353637383940>>...89

/third_party/eudev/src/shared/
H A Dpath-util.c543 char *prefix_root(const char *root, const char *path) { in prefix_root() argument
[all...]
/third_party/exfatprogs/include/
H A Dexfat_fs.h36 struct exfat_inode *root; member
/third_party/eudev/src/udev/
H A Dudevadm-info.c287 bool root = 0; in uinfo() local
/third_party/ffmpeg/libavformat/
H A Dcache.c58 struct AVTreeNode *root; member
H A Durl.c164 static int append_path(char *root, char *out_end, char **rout, in append_path() argument
288 const char *root = "/"; in ff_make_absolute_url2() local
/third_party/elfutils/libdwelf/
H A Ddwelf_strtab.c66 struct Dwelf_Strent *root; member
/third_party/alsa-lib/src/pcm/
H A Dpcm_copy.c262 _snd_pcm_copy_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_copy_open() argument
/third_party/alsa-lib/src/pcm/scopes/
H A Dlevel.c220 _snd_pcm_scope_level_open(snd_pcm_t *pcm, const char *name, snd_config_t *root, snd_config_t *conf) _snd_pcm_scope_level_open() argument
/third_party/cJSON/tests/
H A Dcjson_add.c50 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_add_null() local
63 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_with_null_pointers() local
73 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_on_allocation_failure() local
86 cJSON *root = cJSON_CreateObject(); cjson_add_true_should_add_true() local
99 cJSON *root = cJSON_CreateObject(); cjson_add_true_should_fail_with_null_pointers() local
109 cJSON *root = cJSON_CreateObject(); cjson_add_true_should_fail_on_allocation_failure() local
166 cJSON *root = cJSON_CreateObject(); cjson_add_false_should_add_false() local
179 cJSON *root = cJSON_CreateObject(); cjson_add_false_should_fail_with_null_pointers() local
189 cJSON *root = cJSON_CreateObject(); cjson_add_false_should_fail_on_allocation_failure() local
202 cJSON *root = cJSON_CreateObject(); cjson_add_bool_should_add_bool() local
221 cJSON *root = cJSON_CreateObject(); cjson_add_bool_should_fail_with_null_pointers() local
231 cJSON *root = cJSON_CreateObject(); cjson_add_bool_should_fail_on_allocation_failure() local
244 cJSON *root = cJSON_CreateObject(); cjson_add_number_should_add_number() local
260 cJSON *root = cJSON_CreateObject(); cjson_add_number_should_fail_with_null_pointers() local
270 cJSON *root = cJSON_CreateObject(); cjson_add_number_should_fail_on_allocation_failure() local
284 cJSON *root = cJSON_CreateObject(); cjson_add_int64_number_should_add_int64_number() local
300 cJSON *root = cJSON_CreateObject(); cjson_add_int64_number_should_fail_with_null_pointers() local
310 cJSON *root = cJSON_CreateObject(); cjson_add_int64_number_should_fail_on_allocation_failure() local
324 cJSON *root = cJSON_CreateObject(); cjson_add_string_should_add_string() local
338 cJSON *root = cJSON_CreateObject(); cjson_add_string_should_fail_with_null_pointers() local
348 cJSON *root = cJSON_CreateObject(); cjson_add_string_should_fail_on_allocation_failure() local
361 cJSON *root = cJSON_CreateObject(); cjson_add_raw_should_add_raw() local
375 cJSON *root = cJSON_CreateObject(); cjson_add_raw_should_fail_with_null_pointers() local
385 cJSON *root = cJSON_CreateObject(); cjson_add_raw_should_fail_on_allocation_failure() local
398 cJSON *root = cJSON_CreateObject(); cJSON_add_object_should_add_object() local
410 cJSON *root = cJSON_CreateObject(); cjson_add_object_should_fail_with_null_pointers() local
420 cJSON *root = cJSON_CreateObject(); cjson_add_object_should_fail_on_allocation_failure() local
433 cJSON *root = cJSON_CreateObject(); cJSON_add_array_should_add_array() local
445 cJSON *root = cJSON_CreateObject(); cjson_add_array_should_fail_with_null_pointers() local
455 cJSON *root = cJSON_CreateObject(); cjson_add_array_should_fail_on_allocation_failure() local
[all...]
/third_party/gn/src/gn/
H A Dloader.cc238 BackgroundLoadFile(const Settings* settings, const SourceFile& file_name, const LocationRange& origin, const ParseNode* root) BackgroundLoadFile() argument
289 BackgroundLoadBuildConfig( Settings* settings, const Scope::KeyValueMap& toolchain_overrides, const ParseNode* root) BackgroundLoadBuildConfig() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c430 addBidiTransformTest(TestNode** root) in addBidiTransformTest() argument
H A Ducsdetst.c38 void addUCsdetTest(TestNode** root) in addUCsdetTest() argument
[all...]
H A Dunumberformattertst.c44 void addUNumberFormatterTest(TestNode** root) { in addUNumberFormatterTest() argument
H A Dulistfmttest.c30 void addUListFmtTest(TestNode** root) in addUListFmtTest() argument
H A Dcdtdptst.c38 void addDtFrDepTest(TestNode** root) in addDtFrDepTest() argument
H A Dcurrtest.c299 void addCurrencyTest(TestNode** root) in addCurrencyTest() argument
H A Dutf16tst.c56 addUTF16Test(TestNode** root) in addUTF16Test() argument
[all...]
H A Duregiontest.c40 void addURegionTest(TestNode** root) in addURegionTest() argument
H A Dusettest.c43 addUSetTest(TestNode** root) { in addUSetTest() argument
H A Dutmstest.c33 void addUtmsTest(TestNode** root) in addUtmsTest() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp144 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java126 getBundleInstance(String baseName, String localeName, ClassLoader root) getBundleInstance() argument
147 getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) getBundleInstance() argument
328 getRootType(String baseName, ClassLoader root) getRootType() argument
369 instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) instantiateBundle() argument
[all...]
/third_party/icu/icu4c/source/test/iotest/
H A Dstrtst.c795 addStringTest(TestNode** root) { in addStringTest() argument
[all...]
H A Dstream.cpp320 U_CFUNC void addStreamTests(TestNode** root) { in addStreamTests() argument
/third_party/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp140 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile() local

Completed in 17 milliseconds

1...<<31323334353637383940>>...89