/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 422 "loadable_module": "com.apple.product-type.library.dynamic", 423 "shared_library": "com.apple.product-type.library.dynamic", 424 "static_library": "com.apple.product-type.library.static", 901 libraries are placed. This is added to the library search path. 1243 def _AdjustLibrary(self, library, config_name=None): 1244 if library.endswith(".framework"): 1245 l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0] 1247 m = self.library_re.match(library) 1248 l_flag = "-l" + m.group(1) if m else library 1256 # library orde [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 782 FT_Library library; member 790 FT_Stroker_New( FT_Library library, in FT_EXPORT_DEF() 798 if ( !library ) in FT_EXPORT_DEF() 804 memory = library->memory; in FT_EXPORT_DEF() 808 stroker->library = library; in FT_EXPORT_DEF() 869 FT_Memory memory = stroker->library->memory; in FT_Stroker_Done() 875 stroker->library = NULL; in FT_Stroker_Done() 2289 FT_Outline_Done( glyph->library, outline ); in FT_EXPORT_DEF() 2291 error = FT_Outline_New( glyph->library, in FT_EXPORT_DEF() [all...] |
H A D | ftmm.c | 150 FT_Done_MM_Var( FT_Library library, in FT_EXPORT_DEF() 156 if ( !library ) in FT_EXPORT_DEF() 159 memory = library->memory; in FT_EXPORT_DEF()
|
/third_party/benchmark/test/ |
H A D | cxx03_test.cc | 12 #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined.
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcmanag.h | 92 FT_Library library; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 36 HMODULE library; member 914 // https://msdn.microsoft.com/en-us/library/windows/desktop/aa965264(v=vs.85).aspx in mf_negotiate_types() 1135 context->functions.func_name = (void *)dlsym(context->library, #func_name); \ 1162 c->library = dlopen("mfplat.dll", 0); in mf_load_library() 1164 if (!c->library) { in mf_load_library() 1192 if (c->library) in mf_close() 1195 dlclose(c->library); in mf_close() 1196 c->library = NULL; in mf_close()
|
H A D | amfenc.h | 50 amf_handle library; ///< handle to DLL library member
|
/third_party/ffmpeg/libavformat/ |
H A D | avisynth.c | 56 void *library; member 130 avs_library.library = dlopen(AVISYNTH_LIB, RTLD_NOW | RTLD_LOCAL); in avisynth_load_library() 131 if (!avs_library.library) in avisynth_load_library() 136 dlsym(avs_library.library, #name); \ in avisynth_load_library() 173 dlclose(avs_library.library); in avisynth_load_library() 185 if (!avs_library.library) in avisynth_context_create() 241 dlclose(avs_library.library); in avisynth_atexit_handler() 1042 // Calling library must implement a lock for thread-safe opens. in avisynth_read_header()
|
/third_party/python/Lib/test/ |
H A D | test_getpath.py | 554 library="/Library/Frameworks/Python.framework/Versions/9.8/Python", 597 library="/Library/Frameworks/DebugPython.framework/Versions/9.8/DebugPython", 640 library="/Library/Frameworks/Python.framework/Versions/9.8/Python", 685 library="/Library/Frameworks/DebugPython.framework/Versions/9.8/DebugPython", 845 library="", variable in MockGetPathTests
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
/third_party/mbedtls/programs/test/ |
H A D | generate_cpp_dummy_build.sh | 28 * This program is a dummy C++ program to ensure Mbed TLS library header files
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffload.h | 64 cff_font_load( FT_Library library,
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 21 # of the library. 38 # TOP_DIR The top-most directory in the FreeType library source 122 $(info Otherwise, simply type `$(MAKE)' again to build the library,)
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | gtf_wrapper.py | 26 from egl.library import getExtOnlyIface
|
/drivers/peripheral/audio/effect/config/src/ |
H A D | parse_effect_config.c | 185 if (AudioEffectParseItem(effectObj, "library", &(effectDesc->library)) != HDF_SUCCESS) {
in AudioEffectParseEffect() 186 HDF_LOGE("%{public}s: parse item %{public}s fail!", __func__, "library");
in AudioEffectParseEffect() 192 HDF_LOGE("%{public}s: parse item %{public}s fail!", __func__, "library");
in AudioEffectParseEffect() 194 OsalMemFree((void *)effectDesc->library);
in AudioEffectParseEffect() 212 OsalMemFree((void *)effectDescs[i].library);
in AudioEffectReleaseDescs() 337 HDF_LOGE("%{public}s get library item fail!", __func__);
in AudioEffectGetLibraryCfgDescs() 344 HDF_LOGE("%{public}s: parse library[%{public}d] failed, ret = %{public}d", __func__, i, ret);
in AudioEffectGetLibraryCfgDescs() 398 HDF_LOGE("%{public}s: get library config failed", __func__);
in AudioEffectGetConfigDescriptor()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 75 # for library functions.)
108 $# locations of the zlib include file zlib.h and the built zlib library,
148 $# of the OpenWatcom library calling convention.)
|
/drivers/peripheral/audio/effect/model/src/ |
H A D | effect_model.c | 61 factLib = GetEffectLibFromList(g_cfgDescs->effectCfgDescs[i].library);
in EffectModelGetAllEffectDescriptors() 95 factLib = GetEffectLibFromList(g_cfgDescs->effectCfgDescs[i].library);
in EffectModelGetEffectDescriptor() 282 HDF_LOGE("%{public}s: regist library[%{private}s] failed", __func__, path);
in RegLibraryInst()
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 27 # Test programs are always statically linked against their library 28 # to be able to access their library's internals, even with shared builds.
|
/third_party/node/deps/v8/include/ |
H A D | v8config.h | 28 // This macro allows to test for the version of the GNU C library (or 29 // a compatible C library that masquerades as glibc). It evaluates to 246 // C library detection 251 // V8_LIBC_GLIBC - GNU C library 255 // to test for the GNU C library, use: 548 #error Inconsistent build configuration: To build the V8 shared library \ 550 V8 shared library set USING_V8_SHARED. 558 // static library or building a program which uses the V8 static library neither 570 // Setup for Linux shared library expor [all...] |
/third_party/python/Lib/distutils/command/ |
H A D | config.py | 38 ('library-dirs=', 'L', 308 def check_lib(self, library, library_dirs=None, headers=None, 310 """Determine if 'library' is available to be linked against, 315 'other_libraries' will be included in the link, in case 'library' 320 [library] + other_libraries, library_dirs)
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidobjs.c | 72 module = FT_Get_Module( slot->face->driver->root.library, in FT_LOCAL_DEF() 103 module = FT_Get_Module( size->root.face->driver->root.library, in cid_size_get_globals_funcs()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.h | 85 library(""), in GeneratorOptions() 105 // Put everything in a single file named by the library option. 119 // Create a library with name <name>_lib.js rather than a separate .js file 121 std::string library; member
|