/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afglobal.c | 126 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage() argument 129 FT_Face face = globals->face; in af_face_globals_compute_style_coverage() 131 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() 138 for ( i = 0; i < (FT_UInt)globals->glyph_count; i++ ) in af_face_globals_compute_style_coverage() 172 globals->module->default_script ) in af_face_globals_compute_style_coverage() 186 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 197 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 215 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 226 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 235 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage() [all …]
|
D | afloader.c | 51 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset() 53 if ( !loader->globals ) in af_loader_reset() 55 error = af_face_globals_new( face, &loader->globals, module ); in af_loader_reset() 59 (FT_Pointer)loader->globals; in af_loader_reset() 75 loader->globals = NULL; in af_loader_done() 96 AF_FaceGlobals globals = loader->globals; in af_loader_embolden_glyph_in_slot() local 105 globals->stem_darkening_for_ppem; in af_loader_embolden_glyph_in_slot() 138 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) ) in af_loader_embolden_glyph_in_slot() 150 globals->standard_vertical_width = stdVW; in af_loader_embolden_glyph_in_slot() 151 globals->stem_darkening_for_ppem = size_metrics->x_ppem; in af_loader_embolden_glyph_in_slot() [all …]
|
D | afmodule.c | 78 AF_FaceGlobals globals; in af_property_get_face_globals() local 84 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals() 85 if ( !globals ) in af_property_get_face_globals() 89 error = af_face_globals_new( face, &globals, module ); in af_property_get_face_globals() 93 (FT_Pointer)globals; in af_property_get_face_globals() 100 *aglobals = globals; in af_property_get_face_globals() 177 AF_FaceGlobals globals; in af_property_set() local 187 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set() 189 globals->increase_x_height = prop->limit; in af_property_set() 301 AF_FaceGlobals globals; in af_property_get() local [all …]
|
D | afshaper.c | 99 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage() argument 124 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage() 127 face = hb_font_get_face( globals->hb_font ); in af_shaper_get_coverage() 287 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage() 378 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_shaper_get_coverage() 476 upem = (FT_Int)metrics->globals->face->units_per_EM; in af_shaper_get_cluster() 480 font = metrics->globals->hb_font; in af_shaper_get_cluster() 507 hb_buffer_t* hb_buf = metrics->globals->hb_buf; in af_shaper_get_cluster() 591 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage() argument 596 FT_UNUSED( globals ); in af_shaper_get_coverage() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | importEqualsError45874.symbols | 1 === /globals.ts === 2 namespace globals { 3 >globals : Symbol(globals, Decl(globals.ts, 0, 0)) 6 >Foo : Symbol(Foo, Decl(globals.ts, 0, 19)) 9 >Bar : Symbol(Bar, Decl(globals.ts, 2, 14)) 11 import Foo = globals.toString.Blah; 12 >Foo : Symbol(Foo, Decl(globals.ts, 3, 1)) 13 >globals : Symbol(globals, Decl(globals.ts, 0, 0))
|
D | importEqualsError45874.js | 4 namespace globals { 8 import Foo = globals.toString.Blah; 15 var globals; variable 16 (function (globals) { argument 17 globals.Bar = {}; 18 })(globals || (globals = {})); 19 var Foo = globals.toString.Blah;
|
D | importEqualsError45874.types | 1 === /globals.ts === 2 namespace globals { 3 >globals : typeof globals 12 import Foo = globals.toString.Blah; 14 >globals : typeof globals
|
D | importEqualsError45874.errors.txt | 1 /globals.ts(5,22): error TS2694: Namespace 'globals' has no exported member 'toString'. 4 ==== /globals.ts (1 errors) ==== 5 namespace globals { 9 import Foo = globals.toString.Blah; 11 !!! error TS2694: Namespace 'globals' has no exported member 'toString'.
|
D | findAllReferencesTripleSlash.baseline.jsonc | 3 // require("globals"); 7 // /// <reference types="globals" /> 51 // require([|"globals"|]); 55 // /// <reference types="[|globals|]/*FIND ALL REFS*/" /> 64 "name": "globals", 71 "text": "\"globals\"",
|
D | spellingSuggestionGlobal2.errors.txt | 1 …spellingSuggestionGlobal2.ts(4,1): error TS2552: Cannot find name 'global'. Did you mean 'globals'? 7 const globals = { x: true } 8 global.x // should suggest `globals` (GH#42209) 10 !!! error TS2552: Cannot find name 'global'. Did you mean 'globals'? 11 !!! related TS2728 tests/cases/compiler/spellingSuggestionGlobal2.ts:3:7: 'globals' is declared her…
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshglob.c | 41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths() argument 44 PSH_Dimension dim = &globals->dimension[direction]; in psh_globals_scale_widths() 619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy() argument 621 if ( globals ) in psh_globals_destroy() 626 memory = globals->memory; in psh_globals_destroy() 627 globals->dimension[0].stdw.count = 0; in psh_globals_destroy() 628 globals->dimension[1].stdw.count = 0; in psh_globals_destroy() 630 globals->blues.normal_top.count = 0; in psh_globals_destroy() 631 globals->blues.normal_bottom.count = 0; in psh_globals_destroy() 632 globals->blues.family_top.count = 0; in psh_globals_destroy() [all …]
|
/third_party/typescript/src/harness/ |
D | evaluatorImpl.ts | 18 …eSet, rootFiles: string[], main: string }, options?: ts.CompilerOptions, globals?: Record<string, … 39 globals = { Symbol: FakeSymbol, ...globals }; 40 const loader = getLoader(compilerOptions, fs, globals); 44 …export function evaluateJavaScript(sourceText: string, globals?: Record<string, any>, sourceFile =… 45 globals = { Symbol: FakeSymbol, ...globals }; 47 return new CommonJsLoader(fs, globals).import(sourceFile); 50 …function getLoader(compilerOptions: ts.CompilerOptions, fs: vfs.FileSystem, globals: Record<string… 55 return new CommonJsLoader(fs, globals); 57 return new SystemLoader(fs, globals); 67 protected readonly globals: Record<string, any>; property in evaluator.Loader [all …]
|
/third_party/node/deps/npm/test/lib/commands/ |
D | doctor.js | 53 const globals = ({ globalPrefix }) => { function 87 globals, property 103 globals, property 122 globals, property 141 globals, property 159 globals, property 177 globals, property 196 globals, property 212 globals, property 228 globals, property [all …]
|
D | completion.js | 11 const { globals = {}, windows, ...options } = o 15 globals: (dirs) => ({ 19 ...(typeof globals === 'function' ? globals(dirs) : globals), 30 globals: { property 44 globals: ({ prefix }) => ({ 55 globals: ({ prefix }) => ({ 74 globals: { property 97 globals: { property
|
/third_party/python/Lib/ |
D | dataclasses.py | 412 def _create_fn(name, args, body, *, globals=None, locals=None, argument 434 exec(txt, globals, ns) 450 def _field_init(f, frozen, globals, self_name, slots): argument 459 globals[default_name] = f.default_factory 478 globals[default_name] = f.default_factory 487 globals[default_name] = f.default 492 globals[default_name] = f.default 530 self_name, globals, slots): argument 584 globals=globals, 588 def _repr_fn(fields, globals): argument [all …]
|
/third_party/python/Tools/c-analyzer/ |
D | README | 8 * globals used exclusively in main or in the REPL 14 The ignored-globals.txt file is organized similarly. Of the different 25 globals. Unlike the other globals, the runtime state represents a set 31 Consequently, the globals for Python's runtime state have been 32 consolidated under a single top-level _PyRuntime global. No new globals 34 _PyRuntimeState or one of its sub-structs. The check-c-globals script 35 should be run to ensure that no new globals have been added: 37 python3 Tools/c-analyzer/check-c-globals.py 43 If it reports any globals then they should be resolved. If the globals 45 Otherwise they should be added to ignored-globals.txt.
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_rt_intrinsics.c | 57 struct brw_nir_rt_globals_defs globals; in lower_rt_intrinsics_impl() local 58 brw_nir_rt_load_globals(b, &globals); in lower_rt_intrinsics_impl() 155 sysval = globals.launch_size; in lower_rt_intrinsics_impl() 263 sysval = globals.base_mem_addr; in lower_rt_intrinsics_impl() 267 sysval = nir_imul_imm(b, globals.hw_stack_size, 64); in lower_rt_intrinsics_impl() 271 sysval = nir_imul_imm(b, globals.sw_stack_size, 64); in lower_rt_intrinsics_impl() 275 sysval = globals.num_dss_rt_stacks; in lower_rt_intrinsics_impl() 279 sysval = globals.hit_sbt_addr; in lower_rt_intrinsics_impl() 283 sysval = globals.hit_sbt_stride; in lower_rt_intrinsics_impl() 287 sysval = globals.miss_sbt_addr; in lower_rt_intrinsics_impl() [all …]
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionListIsGlobalCompletion.ts | 39 const globals = completion.sorted([...x, ...completion.globals]) constant 45 { marker: ["5", "11"], exact: globals, isGlobalCompletion: true }, 46 { marker: ["18"], exact: globals.filter(name => name !== 'user'), isGlobalCompletion: true }, 50 { marker: "13", exact: globals, isGlobalCompletion: false }, 51 …{ marker: "15", exact: globals.filter(name => name !== 'x'), isGlobalCompletion: true, isNewIdenti…
|
/third_party/skia/third_party/externals/jinja2/ |
D | environment.py | 347 self.globals = DEFAULT_NAMESPACE.copy() 847 def _load_template(self, name, globals): argument 857 template = self.loader.load(self, name, globals) 863 def get_template(self, name, parent=None, globals=None): argument 883 return self._load_template(name, self.make_globals(globals)) 886 def select_template(self, names, parent=None, globals=None): argument 909 globals = self.make_globals(globals) 916 return self._load_template(name, globals) 922 def get_or_select_template(self, template_name_or_list, parent=None, globals=None): argument 930 return self.get_template(template_name_or_list, parent, globals) [all …]
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | environment.py | 347 self.globals = DEFAULT_NAMESPACE.copy() 847 def _load_template(self, name, globals): argument 857 template = self.loader.load(self, name, globals) 863 def get_template(self, name, parent=None, globals=None): argument 883 return self._load_template(name, self.make_globals(globals)) 886 def select_template(self, names, parent=None, globals=None): argument 909 globals = self.make_globals(globals) 916 return self._load_template(name, globals) 922 def get_or_select_template(self, template_name_or_list, parent=None, globals=None): argument 930 return self.get_template(template_name_or_list, parent, globals) [all …]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | environment.py | 321 self.globals = DEFAULT_NAMESPACE.copy() 795 def _load_template(self, name, globals): argument 804 template = self.loader.load(self, name, globals) 810 def get_template(self, name, parent=None, globals=None): argument 830 return self._load_template(name, self.make_globals(globals)) 833 def select_template(self, names, parent=None, globals=None): argument 847 globals = self.make_globals(globals) 854 return self._load_template(name, globals) 861 parent=None, globals=None): argument 869 return self.get_template(template_name_or_list, parent, globals) [all …]
|
/third_party/node/deps/npm/test/lib/ |
D | cli-entry.js | 35 globals: { 'process.argv': ['node', 'npm_g', '-v'] }, property 54 globals: { property 71 globals: { property 91 globals: { property 107 globals: { property 121 globals: { property 144 globals: { property 154 globals: { property
|
/third_party/node/deps/npm/test/lib/utils/ |
D | otplease.js | 40 globals: { property 62 globals: { property 87 globals: { property 112 globals: { property 127 globals: { property 140 globals: { property
|
/third_party/spirv-tools/test/opt/ |
D | inst_buff_addr_check_test.cpp | 235 const std::string globals = R"( in TEST_F() local 317 defs + decorates + globals + main_func + output_funcs, true, 7u, 23u); in TEST_F() 383 const std::string globals = R"( in TEST_F() local 451 defs + decorates + globals + main_func + output_funcs, true, 7u, 23u); in TEST_F() 508 const std::string globals = R"( in TEST_F() local 565 defs + decorates + globals + main_func + output_funcs, true); in TEST_F()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 73 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushFunction() local 74 for (unsigned int f = 0; f < globals.size(); ++f) { in pushFunction() 75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() 85 TIntermSequence& globals = intermediate.getTreeRoot()->getAsAggregate()->getSequence(); in pushGlobalReference() local 86 for (unsigned int f = 0; f < globals.size(); ++f) { in pushGlobalReference() 87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference()
|