Home
last modified time | relevance | path

Searched refs:root (Results 1701 - 1725 of 1888) sorted by relevance

1...<<61626364656667686970>>...76

/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c562 memory = driver->root.root.memory; in FT_EXPORT_DEF()
3788 exc->face->root.family_name, in Ins_FDEF()
3789 exc->face->root.style_name )); in Ins_FDEF()
7778 !FT_IS_TRICKY( &exc->face->root ) ) in FT_EXPORT_DEF()
7828 100 * (FT_ULong)exc->face->root.num_glyphs ) in FT_EXPORT_DEF()
7829 exc->loopcall_counter_max = 100 * (FT_ULong)exc->face->root.num_glyphs; in FT_EXPORT_DEF()
7963 exc->face->root.family_name, in FT_EXPORT_DEF()
7964 exc->face->root.style_name )); in FT_EXPORT_DEF()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2687 // Follow the left branches down to the root of an l-value
2804 // This is to be executed after the final root is put on top by the parsing
2807 bool TIntermediate::postProcess(TIntermNode* root, EShLanguage /*language*/) in postProcess() argument
2809 if (root == nullptr) in postProcess()
2813 TIntermAggregate* aggRoot = root->getAsAggregate(); in postProcess()
2824 performTextureUpgradeAndSamplerRemovalTransformation(root); in postProcess()
2853 // addSymbolLinkageNode(root, symbolTable, "gl_Vertex"); in addSymbolLinkageNodes()
2854 // addSymbolLinkageNode(root, symbolTable, "gl_ModelViewProjectionMatrix"); in addSymbolLinkageNodes()
2863 // Add a child to the root node for the linker objects in addSymbolLinkageNodes()
4024 void TIntermediate::performTextureUpgradeAndSamplerRemovalTransformation(TIntermNode* root) in performTextureUpgradeAndSamplerRemovalTransformation() argument
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h3222 int root, leaf, next, avbl, used, dpth; in tdefl_calculate_minimum_redundancy() local
3230 root = 0; in tdefl_calculate_minimum_redundancy()
3233 if (leaf >= n || A[root].m_key < A[leaf].m_key) { in tdefl_calculate_minimum_redundancy()
3234 A[next].m_key = A[root].m_key; in tdefl_calculate_minimum_redundancy()
3235 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy()
3238 if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key)) { in tdefl_calculate_minimum_redundancy()
3239 A[next].m_key = (mz_uint16)(A[next].m_key + A[root].m_key); in tdefl_calculate_minimum_redundancy()
3240 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy()
3249 root in tdefl_calculate_minimum_redundancy()
5002 int child, root = start; mz_zip_reader_sort_central_dir_offsets_by_filename() local
5020 int child, root = 0; mz_zip_reader_sort_central_dir_offsets_by_filename() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp320 static int TestParseAppSandboxConfig(const cJSON *root, ParseJsonContext *context) in TestParseAppSandboxConfig() argument
364 \"sandbox-root\": \"/mnt/sandbox/<currentUserId>/app-root\", \ in HWTEST_F()
373 char *tmp = GetStringFromJsonObj(cJSON_GetObjectItemCaseSensitive(json, "global"), "sandbox-root"); in HWTEST_F()
377 tmp = GetStringFromJsonObj(nullptr, "sandbox-root"); in HWTEST_F()
388 \"sandbox-root\": \"/mnt/sandbox/<currentUserId>/app-root\", \ in HWTEST_F()
412 \"sandbox-root\": \"/mnt/sandbox/<currentUserId>/app-root\", \ in HWTEST_F()
/third_party/glslang/SPIRV/
H A DspvIR.h311 // Traverses the control-flow graph rooted at root in an order suited for
318 void inReadableOrder(Block* root, std::function<void(Block*, ReachReason, Block* header)> callback);
/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c517 * \param root Root configuration node
524 int _snd_ctl_hw_open(snd_ctl_t **handlep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) in _snd_ctl_hw_open()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c476 char *name, snd_config_t *root ATTRIBUTE_UNUSED, in _snd_rawmidi_hw_open()
/third_party/alsa-lib/src/pcm/
H A Dpcm_null.c455 * \param root Root configuration node
465 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, in _snd_pcm_null_open()
/third_party/alsa-lib/src/seq/
H A Dseq_hw.c618 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, in _snd_seq_hw_open()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilder.java195 Trie.Span rootSpan = trie.root(); in writeLsrTable()
H A DDistanceTable.java184 rootNode.writeTo(trie.root()); in getTrie()
/third_party/mbedtls/library/
H A DMakefile343 # See root Makefile
362 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h769 * coordinates are specified relative to the virtual root. If this
1257 } root; member
1335 * negative root x/y coordinates, the negative portion of those
/third_party/node/lib/internal/fs/cp/
H A Dcp.js157 // parent and stops once it reaches the src parent or the root path.
161 if (destParent === srcParent || destParent === parse(destParent).root) {
H A Dcp-sync.js136 if (destParent === srcParent || destParent === parse(destParent).root) return;
/third_party/node/lib/internal/test_runner/
H A Dutils.js252 function countCompletedTest(test, harness = test.root.harness) {
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
H A Dpolyfill.js188 // parent and stops once it reaches the src parent or the root path.
192 if (destParent === srcParent || destParent === parse(destParent).root) {
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat220 %SAMPLE_URESB% root
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc507 // root can be null during bootstrapping. in SumFreeList()
512 ->root(RootIndex::kFreeSpaceMap) in SumFreeList()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h220 // Compares obj with not_mapped_symbol root. When V8_EXTERNAL_CODE_SPACE is
230 void VisitRootPointers(Root root, const char* description,
248 // Returns true if the object was successfully serialized as a root.
/third_party/python/Lib/idlelib/
H A Dquery.py105 exists=True, root=self.parent)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h284 int lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node);
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat220 %SAMPLE_URESB% root
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c619 bitmap->root.advance = glyph->advance; in FT_EXPORT_DEF()

Completed in 54 milliseconds

1...<<61626364656667686970>>...76