/third_party/mbedtls/ |
D | mbedtls.gni | 39 "$MBEDTLSDIR/library/aes.c", 40 "$MBEDTLSDIR/library/aesni.c", 41 "$MBEDTLSDIR/library/aesce.c", 42 "$MBEDTLSDIR/library/alignment.c", 43 "$MBEDTLSDIR/library/aria.c", 44 "$MBEDTLSDIR/library/asn1parse.c", 45 "$MBEDTLSDIR/library/asn1write.c", 46 "$MBEDTLSDIR/library/base64.c", 47 "$MBEDTLSDIR/library/bignum.c", 48 "$MBEDTLSDIR/library/bignum_core.c", [all …]
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 41 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local 42 if (!library) in deDynamicLibrary_open() 46 library->libHandle = dlopen(basename((char*)fileName), RTLD_LAZY); in deDynamicLibrary_open() 48 library->libHandle = dlopen(fileName, RTLD_LAZY); in deDynamicLibrary_open() 50 if (!library->libHandle) in deDynamicLibrary_open() 52 deFree(library); in deDynamicLibrary_open() 56 return library; in deDynamicLibrary_open() 59 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close() argument 61 if (library && library->libHandle) in deDynamicLibrary_close() 62 dlclose(library->libHandle); in deDynamicLibrary_close() [all …]
|
/third_party/python/Doc/tools/ |
D | susp-ignored.csv | 113 library/__main__,,`, 114 library/ast,,:upper,lower:upper 115 library/ast,,:step,lower:upper:step 116 library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)]," 117 library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds 118 library/configparser,,:option,${section:option} 119 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 120 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 121 library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/ 122 library/datetime,,:MM, [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | SharedLibrary.hpp | 28 void freeLibrary(void *library); 29 void *getProcAddress(void *library, const char *name); 37 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local 39 if(library) in loadLibrary() 41 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 43 return library; in loadLibrary() 46 freeLibrary(library); in loadLibrary() 53 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local 55 if(library) in loadLibrary() 57 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 28 void freeLibrary(void *library); 29 void *getProcAddress(void *library, const char *name); 38 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local 40 if(library) in loadLibrary() 42 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 44 return library; in loadLibrary() 47 freeLibrary(library); in loadLibrary() 54 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local 56 if(library) in loadLibrary() 58 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
D | when-referenced-project-change-introduces-error-in-the-down-stream-project-and-then-fixes-it.js | 54 /user/username/projects/sample1/Library/library.ts 58 /user/username/projects/sample1/Library/library.ts 62 /user/username/projects/sample1/library/library.ts (computed .d.ts during emit) 69 /user/username/projects/sample1/Library/library.d.ts 74 /user/username/projects/sample1/Library/library.d.ts 79 /user/username/projects/sample1/library/library.d.ts (used version) 85 /user/username/projects/sample1/library/tsconfig.json: 87 /user/username/projects/sample1/library/library.ts: 95 /user/username/projects/sample1/library: 193 [96mLibrary/library.d.ts[0m:[93m2[0m:[93m5[0m [all …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_LIB_CTX.pod | 8 - OpenSSL library context 28 B<OSSL_LIB_CTX> is an internal OpenSSL library context type. 33 When a non default library context is in use care should be taken with 38 OSSL_LIB_CTX_new() creates a new OpenSSL library context. 40 OSSL_LIB_CTX_new_from_dispatch() creates a new OpenSSL library context 45 L<BIO_new_from_core_bio(3)>, require the library context to be created in this 50 new library context to the application library context. The new library context 51 is a full library context in its own right, but will have all the same providers 52 available to it that are available in the application library context (without 54 application library context then this will be automatically mirrored in the [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 50 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() argument 62 FT_UNUSED( library ); in FT_Raccess_Get_HeaderInfo() 179 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument 191 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 342 raccess_guess_apple_double( FT_Library library, 349 raccess_guess_apple_single( FT_Library library, 356 raccess_guess_darwin_ufs_export( FT_Library library, 363 raccess_guess_darwin_newvfs( FT_Library library, 370 raccess_guess_darwin_hfsplus( FT_Library library, 377 raccess_guess_vfat( FT_Library library, [all …]
|
D | ftglyph.c | 65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local 86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); in ft_bitmap_glyph_init() 98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local 106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in ft_bitmap_glyph_copy() 114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local 117 FT_Bitmap_Done( library, &glyph->bitmap ); in ft_bitmap_glyph_done() 165 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH() local 178 error = FT_Outline_New( library, in FT_DEFINE_GLYPH() 198 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done() 209 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local [all …]
|
D | ftobjs.c | 105 ft_open_face_internal( FT_Library library, 193 FT_Stream_New( FT_Library library, in FT_Stream_New() argument 205 if ( !library ) in FT_Stream_New() 211 memory = library->memory; in FT_Stream_New() 318 slot->library = driver->root.library; in ft_glyphslot_init() 842 FT_Library library; in FT_Load_Glyph() local 858 library = driver->root.library; in FT_Load_Glyph() 859 hinter = library->auto_hinter; in FT_Load_Glyph() 1512 FT_New_Face( FT_Library library, in FT_New_Face() argument 1528 return ft_open_face_internal( library, &args, face_index, aface, 1 ); in FT_New_Face() [all …]
|
D | ftlcdfil.c | 52 lcd_weights = slot->library->lcd_weights; in ft_lcd_padding() 53 lcd_filter_func = slot->library->lcd_filter_func; in ft_lcd_padding() 290 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() argument 293 if ( !library ) in FT_Library_SetLcdFilterWeights() 299 ft_memcpy( library->lcd_weights, weights, FT_LCD_FILTER_FIVE_TAPS ); in FT_Library_SetLcdFilterWeights() 300 library->lcd_filter_func = ft_lcd_filter_fir; in FT_Library_SetLcdFilterWeights() 309 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() argument 318 if ( !library ) in FT_Library_SetLcdFilter() 324 library->lcd_filter_func = NULL; in FT_Library_SetLcdFilter() 328 ft_memcpy( library->lcd_weights, in FT_Library_SetLcdFilter() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleResolutionWithSymlinks.types | 2 import { MyClass } from "./library-a"; 5 import { MyClass2 } from "./library-b"; 28 mkdir library-a 29 echo 'export class MyClass { private x: number; }' > library-a/index.ts 31 mkdir library-b; cd library-b 32 echo 'import {MyClass} from "library-a"; export { MyClass as MyClass2 }' > index.ts 35 ln -s ../../library-a library-a # Linux 36 # Windows: open command prompt as administrator and run: mklink /D library-a ..\..\library-a 39 echo 'import { MyClass } from "./library-a"; import { MyClass2 } from "./library-b"; let x: MyClass… 40 tsc app.ts # Should write to library-a/index.js, library-b/index.js, and app.js [all …]
|
D | defaultPropsEmptyCurlyBecomesAnyForJs.symbols | 1 === tests/cases/compiler/library.d.ts === 3 >Foo : Symbol(Foo, Decl(library.d.ts, --, --)) 4 >T : Symbol(T, Decl(library.d.ts, --, --)) 5 >U : Symbol(U, Decl(library.d.ts, --, --)) 8 >props : Symbol(Foo.props, Decl(library.d.ts, --, --)) 9 >T : Symbol(T, Decl(library.d.ts, --, --)) 12 >state : Symbol(Foo.state, Decl(library.d.ts, --, --)) 13 >U : Symbol(U, Decl(library.d.ts, --, --)) 16 >props : Symbol(props, Decl(library.d.ts, --, --)) 17 >T : Symbol(T, Decl(library.d.ts, --, --)) [all …]
|
D | moduleResolutionWithSymlinks.symbols | 2 import { MyClass } from "./library-a"; 5 import { MyClass2 } from "./library-b"; 28 mkdir library-a 29 echo 'export class MyClass { private x: number; }' > library-a/index.ts 31 mkdir library-b; cd library-b 32 echo 'import {MyClass} from "library-a"; export { MyClass as MyClass2 }' > index.ts 35 ln -s ../../library-a library-a # Linux 36 # Windows: open command prompt as administrator and run: mklink /D library-a ..\..\library-a 39 echo 'import { MyClass } from "./library-a"; import { MyClass2 } from "./library-b"; let x: MyClass… 40 tsc app.ts # Should write to library-a/index.js, library-b/index.js, and app.js [all …]
|
D | doYouNeedToChangeYourTargetLibraryES2015.errors.txt | 1 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 2 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 3 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 4 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 5 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 6 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 7 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 8 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 9 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… 10 …or TS2583: Cannot find name 'Reflect'. Do you need to change your target library? Try changing the… [all …]
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt | 1 …es' does not exist on type 'string[]'. Do you need to change your target library? Try changing the… 2 …padStart' does not exist on type '""'. Do you need to change your target library? Try changing the… 3 … 'padEnd' does not exist on type '""'. Do you need to change your target library? Try changing the… 4 …not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the… 5 …not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the… 6 …not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the… 7 …es not exist on type 'DateTimeFormat'. Do you need to change your target library? Try changing the… 8 …or TS2583: Cannot find name 'Atomics'. Do you need to change your target library? Try changing the… 9 … Cannot find name 'SharedArrayBuffer'. Do you need to change your target library? Try changing the… 10 … not exist on type 'Promise<unknown>'. Do you need to change your target library? Try changing the… [all …]
|
D | jsxNamespaceReexports.symbols | 1 === tests/cases/compiler/library.ts === 3 >createElement : Symbol(createElement, Decl(library.ts, 0, 0)) 4 >element : Symbol(element, Decl(library.ts, 0, 23)) 5 >props : Symbol(props, Decl(library.ts, 0, 39)) 6 >children : Symbol(children, Decl(library.ts, 0, 51)) 9 >JSX : Symbol(JSX, Decl(library.ts, 0, 79)) 12 >IntrinsicElements : Symbol(IntrinsicElements, Decl(library.ts, 2, 15)) 15 >key : Symbol(key, Decl(library.ts, 4, 5)) 21 >createElement : Symbol(createElement, Decl(library.ts, 8, 8)) 22 >JSX : Symbol(JSX, Decl(library.ts, 8, 23)) [all …]
|
/third_party/rust/crates/clang-sys/src/ |
D | link.rs | 17 pub fn $name(library: &mut super::SharedLibrary) { 18 let symbol = unsafe { library.library.get(stringify!($name).as_bytes()) }.ok(); 19 library.functions.$name = match symbol { 75 library: libloading::Library, 81 fn new(library: libloading::Library, path: PathBuf) -> Self { 82 Self { library, path, functions: Functions::default() } 100 if self.library.get::<unsafe extern fn()>($fn).is_ok() { 134 Some(library) => Some(f(&library)), 187 let library = libloading::Library::new(&path).map_err(|e| { localVariable 195 let mut library = SharedLibrary::new(library?, path); localVariable [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 96 const eglw::Library& library = nativeDisplay->getLibrary(); in getDefaultEglConfigList() local 98 std::vector<eglw::EGLConfig> configs = eglu::getConfigs(library, display); in getDefaultEglConfigList() 99 bool supportFloatConfigs = eglu::hasExtension(library, display, "EGL_EXT_pixel_format_float"); in getDefaultEglConfigList() 100 bool supportYUVConfigs = eglu::hasExtension(library, display, "EGL_EXT_yuv_surface"); in getDefaultEglConfigList() 104 int id = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFIG_ID); in getDefaultEglConfigList() 105 …deUint32 renderableBits = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RENDERABLE_TYPE… in getDefaultEglConfigList() 106 deUint32 conformantBits = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFORMANT); in getDefaultEglConfigList() 107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList() 108 deInt32 greenSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_GREEN_SIZE); in getDefaultEglConfigList() 109 deInt32 blueSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_BLUE_SIZE); in getDefaultEglConfigList() [all …]
|
/third_party/mbedtls/scripts/ |
D | bump_version.sh | 89 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp 90 mv tmp library/CMakeLists.txt 95 …sed -e "/mbedcrypto/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_CRYPTO/g" < library/CMakeLists.txt > … 96 mv tmp library/CMakeLists.txt 99 sed -e "s/SOEXT_CRYPTO?=so.[0-9]\{1,\}/SOEXT_CRYPTO?=so.$SO_CRYPTO/g" < library/Makefile > tmp 100 mv tmp library/Makefile 106 sed -e "/mbedx509/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_X509/g" < library/CMakeLists.txt > tmp 107 mv tmp library/CMakeLists.txt 110 sed -e "s/SOEXT_X509?=so.[0-9]\{1,\}/SOEXT_X509?=so.$SO_X509/g" < library/Makefile > tmp 111 mv tmp library/Makefile [all …]
|
/third_party/skia/third_party/externals/libwebp/ |
D | build.gradle | 261 lib library: "webp", linkage: "static" 277 lib library: "webp", linkage: "static" 293 lib library: "webpdemux", linkage: "static" 294 lib library: "webp", linkage: "static" 316 lib library: "webp", linkage: "static" 317 lib library: "imageio_util", linkage: "static" 333 lib library: "example_util", linkage: "static" 334 lib library: "imagedec", linkage: "static" 335 lib library: "imageio_util", linkage: "static" 336 lib library: "webpdemux", linkage: "static" [all …]
|
/third_party/abseil-cpp/ |
D | README.md | 3 The repository contains the Abseil C++ library code. Abseil is an open-source 5 standard library. 19 Abseil is an open-source collection of C++ library code designed to augment 20 the C++ standard library. The Abseil library code is collected from Google's 27 clearly within the library code we provide you. 29 Abseil is not meant to be a competitor to the standard library; we've 56 Abseil contains the following C++ library components: 59 <br /> The `base` library contains initialization code and other code which 61 other code (other than the C++ standard library). 63 <br /> The `algorithm` library contains additions to the C++ `<algorithm>` [all …]
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/ |
D | CMakeLists.txt | 4 # Sets the minimum version of CMake required to build the native library. 15 # Creates and names a library, sets it as either STATIC 20 add_library( # Sets the name of the library. 22 # Sets the library as a shared library. 38 # Searches for a specified prebuilt library and stores the path as a 40 # default, you only need to specify the name of the public NDK library 41 # you want to add. CMake verifies that the library exists before 46 # Specifies the name of the NDK library that 53 # Set the path to the Oboe library directory 56 # Add the Oboe library as a subproject. Since Oboe is an out-of-tree source library we must also [all …]
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-shared-library-support.md | 1 # Maintaining shared library support 4 a shared library. The shared library is called libnode with additional postfixes 6 The shared library provides a way to embed Node.js into other 13 out for when maintaining the shared library support. 15 Currently, shared library support has only been tested on: 22 ## Building with shared library option 24 On non-Windows platforms, Node.js is built with the shared library 26 platforms Node.js is built with the shared library option by 32 * library - libnode 36 against the shared library. [all …]
|
/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/ |
D | dynamic_loading_behavior.md | 6 the first library in the link list is the library which is called. 10 Applications cannot load symbols without specifying a library. 11 Putting RTLD_NEXT in dlsym will not find any symbols even if a loaded library 13 An app _must_ reference a library that was loaded with `dlopen` to be able to 15 If a loaded library loads subsequent libraries, and they all export the same 16 symbols, the library which the application explicitly loaded is the one whose 22 They will always be the first linked library is that exported the symbol. 23 In other words, loading a library explicitly doesn't change the behavior. 28 If a loaded library subsequently loads another library which exports the same 29 symbols, then the library the application explicitly loaded is used. [all …]
|