/third_party/alsa-lib/src/pcm/ |
H A D | pcm_linear.c | 500 * \param root Root configuration node 510 snd_config_t *root, snd_config_t *conf, in _snd_pcm_linear_open() 536 err = snd_pcm_slave_conf(root, slave, &sconf, 1, in _snd_pcm_linear_open() 545 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_linear_open() 509 _snd_pcm_linear_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_linear_open() argument
|
H A D | pcm_mulaw.c | 512 * \param root Root configuration node 522 snd_config_t *root, snd_config_t *conf, in _snd_pcm_mulaw_open() 548 err = snd_pcm_slave_conf(root, slave, &sconf, 1, in _snd_pcm_mulaw_open() 558 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_mulaw_open() 521 _snd_pcm_mulaw_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_mulaw_open() argument
|
H A D | pcm_mmap_emul.c | 463 * \param root Root configuration node 472 snd_config_t *root ATTRIBUTE_UNUSED, in _snd_pcm_mmap_emul_open() 499 err = snd_pcm_slave_conf(root, slave, &sconf, 0); in _snd_pcm_mmap_emul_open() 502 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_mmap_emul_open()
|
H A D | pcm_adpcm.c | 624 * \param root Root configuration node 634 snd_config_t *root, snd_config_t *conf, in _snd_pcm_adpcm_open() 660 err = snd_pcm_slave_conf(root, slave, &sconf, 1, in _snd_pcm_adpcm_open() 670 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_adpcm_open() 633 _snd_pcm_adpcm_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_adpcm_open() argument
|
H A D | pcm_alaw.c | 499 * \param root Root configuration node 509 snd_config_t *root, snd_config_t *conf, in _snd_pcm_alaw_open() 535 err = snd_pcm_slave_conf(root, slave, &sconf, 1, in _snd_pcm_alaw_open() 545 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_alaw_open() 508 _snd_pcm_alaw_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_alaw_open() argument
|
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep.c | 145 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int mode) in snd_hwdep_open_noupdate() argument 149 err = snd_config_search_definition(root, "hwdep", name, &hwdep_conf); in snd_hwdep_open_noupdate() 154 err = snd_hwdep_open_conf(hwdep, name, root, hwdep_conf, mode); in snd_hwdep_open_noupdate()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 178 static int snd_timer_open_noupdate(snd_timer_t **timer, snd_config_t *root, const char *name, int mode) in snd_timer_open_noupdate() argument 182 err = snd_config_search_definition(root, "timer", name, &timer_conf); in snd_timer_open_noupdate() 187 err = snd_timer_open_conf(timer, name, root, timer_conf, mode); in snd_timer_open_noupdate()
|
/third_party/gn/src/gn/ |
H A D | loader_unittest.cc | 76 std::unique_ptr<ParseNode> root; member 135 canned->root = Parser::Parse(canned->tokens, &err); 162 cur.second(found->second->root.get()); 195 // Request the root build file be loaded. This should kick off the default 201 // Completing the build config load should kick off the root build file load. 206 // Load the root build file. 263 // Request the root build file be loaded. This should kick off the default 268 // Completing the build config load should kick off the root build file load. 273 // Completing the root build file should define a target which must have 314 // Request the root buil [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | unumberformattertst.c | 40 void addUNumberFormatterTest(TestNode** root); 42 #define TESTCASE(x) addTest(root, &x, "tsformat/unumberformatter/" #x) 44 void addUNumberFormatterTest(TestNode** root) { in addUNumberFormatterTest() argument
|
H A D | ulistfmttest.c | 26 void addUListFmtTest(TestNode** root); 28 #define TESTCASE(x) addTest(root, &x, "tsformat/ulistfmttest/" #x) 30 void addUListFmtTest(TestNode** root) in addUListFmtTest() argument
|
H A D | cdateintervalformattest.c | 27 void addDateIntervalFormatTest(TestNode** root); 29 #define TESTCASE(x) addTest(root, &x, "tsformat/cdateintervalformattest/" #x) 31 void addDateIntervalFormatTest(TestNode** root) in addDateIntervalFormatTest() argument
|
H A D | uregiontest.c | 36 void addURegionTest(TestNode** root); 38 #define TESTCASE(x) addTest(root, &x, "tsformat/uregiontest/" #x) 40 void addURegionTest(TestNode** root) in addURegionTest() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsdcfmsy.cpp | 223 DecimalFormatSymbols root(Locale::getRoot(), errorCode); in testLastResortData() 224 if(errorCode.errDataIfFailureAndReset("DecimalFormatSymbols(root) failed")) { in testLastResortData() 227 // Note: It is not necessary that the last resort data matches the root locale, in testLastResortData() 230 if(*lastResort == root) { in testLastResortData() 231 errln("DecimalFormatSymbols last resort data unexpectedly matches root"); in testLastResortData() 243 // Check that now all of the symbols match root. in testLastResortData() 246 assertEquals("last-resort symbol vs. root", root.getSymbol(e), lastResort->getSymbol(e)); in testLastResortData() 249 // but not in root. in testLastResortData()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 85 String root = icuData.getName(); in writeTo() 87 root += ":table(nofallback)"; in writeTo() 89 // TODO: Replace with "open(root, out)" once happy with differences (it adds a blank line). in writeTo() 90 out.print(root); in writeTo() 98 // account for the implicit root segment. in writeTo() 129 // The -1 is to adjust for the implicit root element which means indentation (depth) in openNextPath()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBxliffExporter.java | 252 // If this isn't the root locale, find the parent in exportFile() 277 Element root = xml.getDocumentElement(); in exportFile() 278 root.setAttribute("version", "1.1"); in exportFile() 279 //root.appendChild(root); in exportFile() 293 root.appendChild(file_elem); in exportFile()
|
/third_party/libabigail/tools/ |
H A D | kmidiff.cc | 109 << " --debug-info-dir1|--d1 <path> the root for the debug info of " in display_usage() 111 << " --debug-info-dir2|--d2 <path> the root for the debug info of " in display_usage() 185 // elfutils wants the root path to the debug info to be in parse_command_line() 201 // elfutils wants the root path to the debug info to be in parse_command_line() 350 /// @param root the directory to consider. 354 print_kernel_dist_binary_paths_under(const string& root, const options &opts) in print_kernel_dist_binary_paths_under() argument 360 if (get_binary_paths_from_kernel_dist(root, /*debug_info_root_path*/"", in print_kernel_dist_binary_paths_under() 363 cout << "Found kernel binaries under: '" << root << "'\n"; in print_kernel_dist_binary_paths_under() local
|
/third_party/rust/crates/clap/clap_complete/src/ |
H A D | dynamic.rs | 504 let root = current_dir.join(existing.to_os_str()); in complete_path() 505 debug!("complete_path: root={:?}, prefix={:?}", root, prefix); in complete_path() 507 for entry in std::fs::read_dir(&root) in complete_path()
|
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 66 root = os.environ.get("ProgramFiles(x86)") or os.environ.get("ProgramFiles") 67 if not root: 72 os.path.join(root, "Microsoft Visual Studio", "Installer", "vswhere.exe"),
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 151 // Rewrite the index of an EOpIndexIndirect expression. The root can never need replacing, because 394 // Same implementation as in RewriteExpressionTraverser. That traverser cannot replace root. 411 // Same implementation as in RewriteExpressionTraverser. That traverser cannot replace root. 664 TIntermBlock *root, in RewriteStructSamplers() 669 root->traverse(&traverser); in RewriteStructSamplers() 671 return traverser.updateTree(compiler, root); in RewriteStructSamplers() 663 RewriteStructSamplers(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, int *removedUniformsCountOut) RewriteStructSamplers() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputTree.cpp | 716 void OutputTree(TIntermNode *root, TInfoSinkBase &out) in OutputTree() argument 719 ASSERT(root); in OutputTree() 720 root->traverse(&it); in OutputTree()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 510 for root, subdirs, files in os.walk(folder_to_reflow): 513 file_path = os.path.join(root, file) 516 sub_folder = os.path.join(root, subdir)
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 322 static void writeTestCaseList (const xe::TestRoot& root, const ShortTestResultMap& resultMap, xe::xml::Writer& dst) in writeTestCaseList() argument 328 for (int childNdx = 0; childNdx < root.getNumChildren(); childNdx++) in writeTestCaseList() 329 writeTestCaseListNode(root.getChild(childNdx), resultMap, dst); in writeTestCaseList()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | OVR_multiview2_test.cpp | 175 void VariableOccursNTimes(TIntermBlock *root, in VariableOccursNTimes() argument 182 root->traverse(&viewIDByNameAndQualifier); in VariableOccursNTimes() 189 root->traverse(&viewIDByName); in VariableOccursNTimes()
|
H A D | OVR_multiview_test.cpp | 172 void VariableOccursNTimes(TIntermBlock *root, in VariableOccursNTimes() argument 179 root->traverse(&viewIDByNameAndQualifier); in VariableOccursNTimes() 186 root->traverse(&viewIDByName); in VariableOccursNTimes()
|
H A D | InitOutputVariables_test.cpp | 104 VerifyOutputVariableInitializers(TIntermBlock *root) : TIntermTraverser(true, false, false) in VerifyOutputVariableInitializers() argument 106 ASSERT(root != nullptr); in VerifyOutputVariableInitializers() 110 sh::TIntermFunctionDefinition *main = FindMain(root); in VerifyOutputVariableInitializers()
|