Home
last modified time | relevance | path

Searched refs:root (Results 1476 - 1500 of 1827) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/rust/crates/glob/src/
H A Dlib.rs217 let root = if root_len > 0 { in glob_with()
223 if root_len > 0 && check_windows_verbatim(root.unwrap()) { in glob_with()
236 let scope = root.map_or_else(|| PathBuf::from("."), to_scope); in glob_with()
1060 // this test assumes that there is a /root directory and that
1061 // the user running this test is not root or otherwise doesn't
1067 let mut iter = glob("/root/*").unwrap(); in test_iteration_errors()
1077 assert!(err.path() == Path::new("/root")); in test_iteration_errors()
/third_party/python/Lib/
H A Dplistlib.py177 self.root = None
187 return self.root
217 # this is the root object
218 self.root = value
460 root object.
867 Return the unpacked root object (which usually is a dictionary).
889 Return the unpacked root object (which usually is a dictionary).
H A Dimaplib.py569 def getquota(self, root):
570 """Get the quota root's resource usage and limits.
574 (typ, [data]) = <instance>.getquota(root)
576 typ, dat = self._simple_command('GETQUOTA', root)
786 def setquota(self, root, limits):
787 """Set the quota root's resource limits.
789 (typ, [data]) = <instance>.setquota(root, limits)
791 typ, dat = self._simple_command('SETQUOTA', root, limits)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp182 bool TIntermRebuild::rebuildRoot(TIntermBlock &root) in rebuildRoot() argument
184 if (!rebuildInPlace(root)) in rebuildRoot()
188 return mCompiler.validateAST(&root); in rebuildRoot()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py415 # to the repository root, and that this script will be invoked from
416 # the repository root.
501 root = self.registry.tree.getroot()
502 for tag in root.findall('tags/tag'):
517 for spvext in root.findall('spirvextensions/spirvextension'):
/third_party/python/Lib/test/
H A Dtest_runpy.py259 for root, dirs, files in os.walk(top, topdown=False):
262 os.remove(os.path.join(root, name))
266 fullname = os.path.join(root, name)
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-sample-project.js375 Program root files: ["/user/username/projects/sample1/tests/index.ts"]
692 Program root files: ["/user/username/projects/sample1/tests/index.ts"]
952 Program root files: ["/user/username/projects/sample1/tests/index.ts"]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2598 TIntermTyped *root = nullptr; in evaluateRvalue() local
2600 int swizzle = lvalue(root, offset, insert->src[0].rel, mask, address, node); in evaluateRvalue()
2602 source(insert->src[0], root, offset); in evaluateRvalue()
2617 TIntermTyped *root = nullptr; in evaluateRvalue() local
2619 int swizzle = lvalue(root, offset, mov1->src[0].rel, mask, address, node); in evaluateRvalue()
2621 source(mov1->src[0], root, offset); in evaluateRvalue()
2628 Instruction *mov = emit(sw::Shader::OPCODE_MOV, node, i, root, offset + i); in evaluateRvalue()
2637 TIntermTyped *root = nullptr; in lvalue() local
2640 int swizzle = lvalue(root, offset, dst.rel, mask, address, node); in lvalue()
2642 dst.type = registerType(root); in lvalue()
2649 lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node) lvalue() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c864 struct device_node *root, *route; in rockchip_drm_show_logo() local
872 root = of_get_child_by_name(np, "route"); in rockchip_drm_show_logo()
873 if (!root) { in rockchip_drm_show_logo()
895 for_each_child_of_node(root, route) in rockchip_drm_show_logo()
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c1055 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local
1056 if (root == NULL) { in ParseNetworkInfosConfig()
1063 cJSON* array = cJSON_GetObjectItem(root, NETWORK_CONFIG_SERVER_INFO_NAME); in ParseNetworkInfosConfig()
1093 cJSON_Delete(root); in ParseNetworkInfosConfig()
/test/xts/device_attest/services/core/network/
H A Dattest_network.c1149 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local
1150 if (root == NULL) { in ParseNetworkInfosConfig()
1157 char *valueString = cJSON_GetStringValue(cJSON_GetObjectItem(root, NETWORK_CONFIG_SERVER_INFO_NAME)); in ParseNetworkInfosConfig()
1171 cJSON_Delete(root); in ParseNetworkInfosConfig()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c1255 * \param root Root configuration node
1265 snd_config_t *root, snd_config_t *conf, in _snd_pcm_plug_open()
1334 err = snd_pcm_slave_conf(root, slave, &sconf, 3, in _snd_pcm_plug_open()
1362 rate_converter = snd_pcm_rate_get_default_converter(root); in _snd_pcm_plug_open()
1365 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_plug_open()
1264 _snd_pcm_plug_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_plug_open() argument
H A Dpcm_file.c1025 * \param root Root configuration node
1035 snd_config_t *root, snd_config_t *conf, in _snd_pcm_file_open()
1112 if (snd_config_search(root, "defaults.pcm.file_format", &n) >= 0) { in _snd_pcm_file_open()
1124 err = snd_pcm_slave_conf(root, slave, &sconf, 0); in _snd_pcm_file_open()
1132 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_file_open()
1034 _snd_pcm_file_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_file_open() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java125 // this tests tests loading of root bundle when a resource bundle in TestJB3879()
593 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s); in TestAliases()
595 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed"); in TestAliases()
831 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root"); in TestJB4102()
833 // AmPmMarkers now exist in root/islamic calendar, so this test is rendered useless. in TestJB4102()
835 // t = root.getWithFallback("calendar/islamic-civil/AmPmMarkers"); in TestJB4102()
841 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera"); in TestJB4102()
918 if(!fromRoot.equals("This data comes from root")){ in TestJavaULocaleBundleLoading()
956 // so return the root bundl in TestJavaULocaleBundleLoading()
[all...]
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java897 Element root = doc.createElement("list"); in setToNode()
898 doc.appendChild(root); in setToNode()
901 root.appendChild(fun.toXml(doc)); in setToNode()
906 root.appendChild(root2); in setToNode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java122 // this tests tests loading of root bundle when a resource bundle in TestJB3879()
590 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s); in TestAliases()
592 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed"); in TestAliases()
831 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root"); in TestJB4102()
833 // AmPmMarkers now exist in root/islamic calendar, so this test is rendered useless. in TestJB4102()
835 // t = root.getWithFallback("calendar/islamic-civil/AmPmMarkers"); in TestJB4102()
841 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera"); in TestJB4102()
918 if(!fromRoot.equals("This data comes from root")){ in TestJavaULocaleBundleLoading()
956 // so return the root bundl in TestJavaULocaleBundleLoading()
[all...]
/third_party/lame/misc/
H A Dabx.c46 // Program must be installed SUID root. Decompressing phase is using NORMAL priority
49 // Not only increase priority but change to relatime scheduling. Program must be installed SUID root
180 compl root [MAX >> 1]; // Sinus-/Kosinustabelle variable
235 root [i] [0] = cos (x); in fft()
236 root [i] [1] = sin (x); in fft()
244 f_t* bp = (f_t*) root; in fft()
/third_party/mesa3d/src/glx/
H A Ddrisw_glx.c147 Window root; in swrastGetDrawableInfo() local
152 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth); in swrastGetDrawableInfo()
712 Window root; in driswCreateDrawable() local
716 XGetGeometry(dpy, xDrawable, &root, &x, &y, &uw, &uh, &bw, &depth); in driswCreateDrawable()
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp1042 UnicodeString* root = new UnicodeString("root"); in testLocale() local
1048 service.registerInstance(root, "", status); in testLocale()
1154 confirmEqual("test zappp", root, target); in testLocale()
1193 confirmEqual("test with en locale", root, target); in testLocale()
/third_party/qrcodegen/c/
H A Dqrcodegen.c368 uint8_t root = 1; in reedSolomonComputeDivisor() local
372 result[j] = reedSolomonMultiply(result[j], root); in reedSolomonComputeDivisor()
376 root = reedSolomonMultiply(root, 0x02); in reedSolomonComputeDivisor()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvcommn.c480 while ( ( p + 4 ) < gxvalid->root->limit ) in gxv_LookupTable_fmt2_skip_endmarkers()
541 if ( gxvalid->root->level == FT_VALIDATE_TIGHT ) in gxv_LookupTable_fmt2_validate()
612 if ( gxvalid->root->level == FT_VALIDATE_TIGHT ) in gxv_LookupTable_fmt4_validate()
652 while ( p < gxvalid->root->limit ) in gxv_LookupTable_fmt6_skip_endmarkers()
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c258 static av_always_inline uint8_t colormap_nearest_iterative(const PaletteUseContext *s, const struct color_node *root, const uint8_t *target) in colormap_nearest_iterative() argument
266 const struct color_node *kd = &root[cur_color_id]; in colormap_nearest_iterative()
327 return root[best_node_id].palette_id; in colormap_nearest_iterative()
330 #define COLORMAP_NEAREST(s, search, root, target) \
331 search == COLOR_SEARCH_NNS_ITERATIVE ? colormap_nearest_iterative(s, root, target) : \
332 search == COLOR_SEARCH_NNS_RECURSIVE ? colormap_nearest_recursive(s, root, target) : \
/third_party/glfw/src/
H A Dx11_init.c516 // First we read the _NET_SUPPORTING_WM_CHECK property on the root window in detectEWMH()
519 if (!_glfwGetWindowPropertyX11(_glfw.x11.root, in detectEWMH()
558 // looking in the _NET_SUPPORTED property on the root window in detectEWMH()
563 _glfwGetWindowPropertyX11(_glfw.x11.root, in detectEWMH()
730 _glfw.x11.root); in initExtensions()
751 XRRSelectInput(_glfw.x11.display, _glfw.x11.root, in initExtensions()
1041 return XCreateWindow(_glfw.x11.display, _glfw.x11.root, in createHelperWindow()
1525 _glfw.x11.root = RootWindow(_glfw.x11.display, _glfw.x11.screen); in _glfwInitX11()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc728 Handle<Object> root = isolate()->root_handle(root_index); in LoadRootMapWord() local
729 Node* map = HeapConstant(Handle<Map>::cast(root)); in LoadRootMapWord()
739 Handle<Object> root = isolate()->root_handle(root_index); in LoadRoot() local
740 if (root->IsSmi()) { in LoadRoot()
741 return SmiConstant(Smi::cast(*root)); in LoadRoot()
743 return HeapConstant(Handle<HeapObject>::cast(root)); in LoadRoot()
H A Dscheduler.cc1341 // Make sure root nodes are scheduled in their respective blocks. in InitializePlacement()
1406 // Run the schedule early algorithm on a set of fixed root nodes.
1408 for (Node* const root : *roots) { in Run()
1409 queue_.push(root); in Run()
1452 // No need to propagate to fixed node, it's guaranteed to be a root. in PropagateMinimumPositionToNode()
1523 // Run the schedule late algorithm on a set of fixed root nodes.
1525 for (Node* const root : *roots) { in Run()
1526 ProcessQueue(root); in Run()
1531 void ProcessQueue(Node* root) { in ProcessQueue() argument
1533 for (Node* node : root in ProcessQueue()
[all...]

Completed in 51 milliseconds

1...<<51525354555657585960>>...74