/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 562 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 D | Intermediate.cpp | 2687 // 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 D | tinyexr.h | 3222 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 D | app_spawn_module_interface_test.cpp | 320 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 D | spvIR.h | 311 // 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 D | control_hw.c | 517 * \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 D | rawmidi_hw.c | 476 char *name, snd_config_t *root ATTRIBUTE_UNUSED, in _snd_rawmidi_hw_open()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 455 * \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 D | seq_hw.c | 618 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 D | LikelySubtagsBuilder.java | 195 Trie.Span rootSpan = trie.root(); in writeLsrTable()
|
H A D | DistanceTable.java | 184 rootNode.writeTo(trie.root()); in getTrie()
|
/third_party/mbedtls/library/ |
H A D | Makefile | 343 # See root Makefile 362 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 769 * 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 D | cp.js | 157 // parent and stops once it reaches the src parent or the root path. 161 if (destParent === srcParent || destParent === parse(destParent).root) {
|
H A D | cp-sync.js | 136 if (destParent === srcParent || destParent === parse(destParent).root) return;
|
/third_party/node/lib/internal/test_runner/ |
H A D | utils.js | 252 function countCompletedTest(test, harness = test.root.harness) {
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
H A D | polyfill.js | 188 // 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 D | samplecheck.bat | 220 %SAMPLE_URESB% root
|
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 507 // root can be null during bootstrapping. in SumFreeList() 512 ->root(RootIndex::kFreeSpaceMap) in SumFreeList()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.h | 220 // 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 D | query.py | 105 exists=True, root=self.parent)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 284 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 D | samplecheck.bat | 220 %SAMPLE_URESB% root
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftglyph.c | 619 bitmap->root.advance = glyph->advance; in FT_EXPORT_DEF()
|