Searched defs:resolutions (Results 1 – 9 of 9) sorted by relevance
/third_party/cJSON/tests/ |
D | readme_examples.c | 54 cJSON *resolutions = NULL; in create_monitor() local 125 cJSON *resolutions = NULL; in create_monitor_with_helpers() local 172 const cJSON *resolutions = NULL; in supports_full_hd() local
|
/third_party/rust/crates/cxx/syntax/ |
D | types.rs | 25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>, field 40 let mut resolutions = UnorderedMap::new(); in collect() localVariable
|
/third_party/typescript/src/compiler/ |
D | program.ts | 480 const resolutions: T[] = []; constant 611 const resolutions: T[] = []; constant 1221 … const resolutions = resolveTypeReferenceDirectiveNamesWorker(typeReferences, containingFilename); constant 1624 const resolutions = unknownModuleNames && unknownModuleNames.length constant 1873 const resolutions = resolveModuleNamesReusingOldState(moduleNames, newSourceFile); constant 3234 const resolutions = resolveTypeReferenceDirectiveNamesWorker(typeDirectives, file); constant 3368 const resolutions = resolveModuleNamesReusingOldState(moduleNames, file); constant
|
D | resolutionCache.ts | 76 resolutions: number; property 902 const resolutions = cache.get(filePath); constant
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 47 const glw::GLuint resolutions[TextureCubeMapArraySubImage3D::m_n_resolutions] variable
|
D | esextcTextureCubeMapArraySampling.cpp | 3595 …beMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions)
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 365 const resolutions: ts.MapLike<ts.ResolvedTypeReferenceDirective> = {}; constant
|
/third_party/typescript/lib/ |
D | tsc.js | 105738 resolutions: forResolution ? 1 : 0, property 105748 function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) { argument 105852 function invalidateResolutions(resolutions, canInvalidate) { argument
|
D | typingsInstaller.js | 127175 resolutions: forResolution ? 1 : 0, property 127185 function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) { argument 127294 function invalidateResolutions(resolutions, canInvalidate) { argument
|