Home
last modified time | relevance | path

Searched +full:- +full:- +full:native +full:- +full:file (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/third_party/cups/vcnet/
Dlibcups2_native.nuspec10 <license type="expression">Apache-2.0</license>
11 <icon>build/native/cups-128.png</icon>
12 <readme>build/native/README.md</readme>
14 <description>OpenPrinting CUPS is a standards-based, open source printing system for Linux®
15-like operating systems. The CUPS library provides a convenient API for communicating with Interne…
16 …<copyright>Copyright © 2020-2025 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright ©…
17 <tags>http ipp native</tags>
23 <file src="..\desktop\cups-128.png" target="build\native" />
24 <file src="..\README.md" target="build\native" />
25 <file src="libcups2_native.props" target="build\native" />
[all …]
Dlibcups2_native.redist.nuspec10 <license type="expression">Apache-2.0</license>
11 <icon>build/native/cups-128.png</icon>
12 <readme>build/native/README.md</readme>
14 <description>OpenPrinting CUPS is a standards-based, open source printing system for Linux®
15-like operating systems. This package provides the redistributable content for the CUPS library. C…
16 …<copyright>Copyright © 2020-2025 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright ©…
17 <tags>http ipp native</tags>
24 <file src="..\desktop\cups-128.png" target="build\native" />
25 <file src="..\README.md" target="build\native" />
26 <!--<file src="Win32\**\libcups2*.dll" target="build\native\bin\Win32" />
[all …]
Dlibcups2.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
14 <ProjectGuid>{CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}</ProjectGuid>
65 …ectories>..\vcnet;..;..\vcnet\regex;packages\libressl_native.3.7.3\build\native\include;%(Addition…
75 …s>packages\libressl_native.3.7.3\build\native\lib\x64\Release\ssl.lib;packages\libressl_native.3.7…
91 …ectories>..\vcnet;..;..\vcnet\regex;packages\libressl_native.3.7.3\build\native\include;%(Addition…
99 …s>packages\libressl_native.3.7.3\build\native\lib\x64\Release\ssl.lib;packages\libressl_native.3.7…
117 <ClCompile Include="..\cups\dest-job.c" />
118 <ClCompile Include="..\cups\dest-localization.c" />
119 <ClCompile Include="..\cups\dest-options.c" />
123 <ClCompile Include="..\cups\file.c" />
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_native_fence_sync.txt40 associated with a native synchronization fence object that is referenced
41 using a file descriptor. These EGL fence sync objects have nearly
43 except that they have an additional attribute storing the file descriptor
44 referring to the native fence object.
46 This extension assumes the existence of a native fence synchronization
47 object that behaves similarly to an EGL fence sync object. These native
50 native object's signal status may not change again.
77 EGL_NO_NATIVE_FENCE_FD_ANDROID -1
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
92 must be set to either a file descriptor that refers to a native fence
[all …]
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_native_fence_sync.txt40 associated with a native synchronization fence object that is referenced
41 using a file descriptor. These EGL fence sync objects have nearly
43 except that they have an additional attribute storing the file descriptor
44 referring to the native fence object.
46 This extension assumes the existence of a native fence synchronization
47 object that behaves similarly to an EGL fence sync object. These native
50 native object's signal status may not change again.
77 EGL_NO_NATIVE_FENCE_FD_ANDROID -1
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
92 must be set to either a file descriptor that refers to a native fence
[all …]
/third_party/grpc/src/ruby/nativedebug/
DREADME.md2 applications that use grpc pre-compiled binary gems.
4 An example of a pre-compiled binary gem is `grpc-1.58.0-x86_64-linux.gem`
5 (as opposed to a source-built gem like `grpc-1.58.0.gem`).
7 `grpc-native-debug` gems contain debug symbols which complement the
8 native libraries in these grpc binary gems. After fetching and unpacking a
9 proper `grpc-native-debug` gem, one can load the correct `.dbg` symbol file to
14 grpc-ruby pre-compiled binary gems are *released with debug symbols stripped*.
18 # Using grpc-native-debug
20 ## Finding the correct grpc-native-debug gem
22 Each `grpc-native-debug` gem is *one-to-one* with a `grpc` gem. Specifically:
[all …]
/third_party/elfutils/tests/
Drun-native-test.sh3 # This file is part of elfutils.
5 # This file is free software; you can redistribute it and/or modify
19 . $srcdir/test-subr.sh
26 # the fixed test cases (run-allregs.sh et al) to test that backend
29 tempfiles native.c native
31 > native.c
33 native=0
36 test $native -eq 0 || {
37 kill -9 $native 2> /dev/null || :
38 wait $native 2> /dev/null || :
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp1 //===- NativeSession.cpp - Native implementation of IPDBSession -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
15 #include "llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h"
16 #include "llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h"
17 #include "llvm/DebugInfo/PDB/Native/NativeEnumTypes.h"
18 #include "llvm/DebugInfo/PDB/Native/NativeExeSymbol.h"
19 #include "llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h"
20 #include "llvm/DebugInfo/PDB/Native/NativeTypeEnum.h"
[all …]
DNativeEnumInjectedSources.cpp1 //==- NativeEnumInjectedSources.cpp - Native Injected Source Enumerator --*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h"
11 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
12 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
13 #include "llvm/DebugInfo/PDB/Native/PDBStringTable.h"
28 Data = Data.take_front(DataLength - Offset); in readStreamData()
38 PDBFile &File; member in llvm::pdb::__anon5cc1f31f0111::NativeInjectedSource
42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() argument
[all …]
/third_party/mesa3d/.gitlab-ci/meson/
Dbuild.sh6 . "${SCRIPTS_DIR}/setup-test-env.sh"
8 section_switch meson-cross-file "meson: cross file generate"
10 set -e
11 set -o xtrace
21 echo "-D${i}:werror=false "
25 CROSS_FILE=/cross_file-"$CROSS".txt
27 export PATH=$PATH:$PWD/.gitlab-ci/build
29 touch native.file
30 printf > native.file "%s\n" \
33 # We need to control the version of llvm-config we're using, so we'll
[all …]
/third_party/backends/japi/
DSane.java1 /* sane - Scanner Access Now Easy.
3 This file is part of the SANE package.
28 the executable file might be covered by the GNU General Public
40 // Sane.java - Java version of SANE API.
42 // Written: 10/9/97 - JSF
54 public static int STATUS_GOOD = 0; // everything A-OK
60 public static int STATUS_EOF = 5; // no more data available (end-of-file)
78 private native int getDevicesNative( in getDevicesNative()
81 private native void getOptionNative(int handle, int option, SaneOption opt); in getOptionNative()
101 public native int init(int[] versionCode); in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
5 /* This file is distributed under the University of Illinois Open Source */
8 /*===----------------------------------------------------------------------===*/
10 /* This file enumerates variables from the LLVM configuration so that they
12 This is a C header that can be included in the llvm-c headers. */
21 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
30 #define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu"
32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
5 /* This file is distributed under the University of Illinois Open Source */
8 /*===----------------------------------------------------------------------===*/
10 /* This file enumerates variables from the LLVM configuration so that they
12 This is a C header that can be included in the llvm-c headers. */
21 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
30 #define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu"
32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
5 /* This file is distributed under the University of Illinois Open Source */
8 /*===----------------------------------------------------------------------===*/
10 /* This file enumerates variables from the LLVM configuration so that they
12 This is a C header that can be included in the llvm-c headers. */
21 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"
30 #define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu"
32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
5 /* This file is distributed under the University of Illinois Open Source */
8 /*===----------------------------------------------------------------------===*/
10 /* This file enumerates variables from the LLVM configuration so that they
12 This is a C header that can be included in the llvm-c headers. */
21 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-apple-darwin16.3.0"
30 #define LLVM_HOST_TRIPLE "x86_64-apple-darwin16.3.0"
32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
Dllvm-config.h1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
5 /* This file is distributed under the University of Illinois Open Source */
8 /*===----------------------------------------------------------------------===*/
10 /* This file enumerates variables from the LLVM configuration so that they
12 This is a C header that can be included in the llvm-c headers. */
21 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-win32"
30 #define LLVM_HOST_TRIPLE "i686-pc-win32"
32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file declares the llvm::sys::path namespace. It is designed after
13 //===----------------------------------------------------------------------===//
28 enum class Style { windows, posix, native }; enumerator
37 /// * The root-name element, if present.
38 /// * The root-directory element, if present.
40 /// * Dot, if one or more trailing non-root slash characters are present.
58 Style S = Style::native; ///< The path style to use.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
7 See the accompanying DESIGN.rst file for a more detailed technical overview of
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
7 See the accompanying DESIGN.rst file for a more detailed technical overview of
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_device_drm.txt27 Version 5 - December 28th, 2015
57 "native" rendering APIs to implement the basic graphics
58 functionality of native windowing systems. This creates demand
60 top of native GPU or device objects rather than native window
62 native devices and constructing EGL displays and surfaces from
63 them have been solved in various platform and implementation-
66 any underlying "native" APIs or functionality.
119 To obtain a DRM device file for an EGLDeviceEXT, call
122 of the device file (e.g. "/dev/dri/cardN").
128 name is EGL_DRM_MASTER_FD_EXT. If specified, the value must be a file
[all …]
/third_party/EGL/extensions/EXT/
DEGL_EXT_device_drm.txt27 Version 5 - December 28th, 2015
57 "native" rendering APIs to implement the basic graphics
58 functionality of native windowing systems. This creates demand
60 top of native GPU or device objects rather than native window
62 native devices and constructing EGL displays and surfaces from
63 them have been solved in various platform and implementation-
66 any underlying "native" APIs or functionality.
119 To obtain a DRM device file for an EGLDeviceEXT, call
122 of the device file (e.g. "/dev/dri/cardN").
128 name is EGL_DRM_MASTER_FD_EXT. If specified, the value must be a file
[all …]
/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md5 accepts the name of the module being requested as well as an array of so-called "resolvers" - struc…
35 Additionally, this extension provides a means of easily defining so-called "native" JerryScript mod…
36 resolved using the native JerryScript module resolver `jerryx_module_native_resolver`, which can be…
37 `jerryx_module_resolve()`. Native modules are registered during application startup and by calling …
56 …resolve` function pointer returns `true`, the `jerry_value_t` returned in its out-parameter will be
70 - `name` - the name of the module to load
71 - `resolvers_p` - the list of resolvers to call in sequence
72 - `resolver_count` - the number of resolvers in `resolvers_p`
73 - return value - `jerry_value_t` representing the module that was loaded, or the error that occurre…
91 - `name` - the name of the module to remove from cache or a JavaScript `undefined` to clear the ent…
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2posix.33 PCRE2 - Perl-compatible regular expressions (revised API)
25 This set of functions provides a POSIX-style API for the PCRE2 regular
26 expression 8-bit library. There are no POSIX-style wrappers for PCRE2's 16-bit
27 and 32-bit libraries. See the
31 documentation for a description of PCRE2's native API, which contains much
34 \fBIMPORTANT NOTE\fP: The functions described here are NOT thread-safe, and
35 should not be used in multi-threaded applications. They are also limited to
36 processing subjects that are not bigger than 2GB. Use the native API instead.
38 These functions are wrapper functions that ultimately call the PCRE2 native
39 API. Their prototypes are defined in the \fBpcre2posix.h\fP header file, and
[all …]
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c4 * you may not use this file except in compliance with the License.
7 * http://www.apache.org/licenses/LICENSE-2.0
16 #include "ecma-alloc.h"
17 #include "ecma-array-object.h"
18 #include "ecma-globals.h"
19 #include "ecma-objects.h"
20 #include "ecma-objects-general.h"
21 #include "ecma-helpers.h"
31 * Create a native pointer property to store the native pointer and its type info.
33 * @return true - if property was just created with specified value,
[all …]
/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
13 "Native" OpenSSL uses the Windows APIs directly at run time.
14 To build a native OpenSSL you can either use:
21 run on the GNU-like development environment MSYS2
28 Native builds using Visual C++
[all …]

12345678910>>...45