Home
last modified time | relevance | path

Searched +full:- +full:- +full:source (Results 1 – 25 of 1458) sorted by relevance

12345678910>>...59

/external/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
22 # SPIRV-Tools may be part of multiple projects in the Chromium tree.
25 spvtools_chromium_third_party = (abspath == "//third_party/vulkan-deps/spirv-tools/src/")
28 # TODO(b/158002593): Avoid the use of dependent-specific variables.
46 core_insts_file = "${target_gen_dir}/core.insts-$version.inc"
47 operand_kinds_file = "${target_gen_dir}/operand.kinds-$version.inc"
62 "--spirv-core-grammar",
64 "--core-insts-output",
66 "--extinst-debuginfo-grammar",
68 "--extinst-cldebuginfo100-grammar",
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
22 # SPIRV-Tools may be part of multiple projects in the Chromium tree.
25 spvtools_chromium_third_party = (abspath == "//third_party/vulkan-deps/spirv-tools/src/")
28 # TODO(b/158002593): Avoid the use of dependent-specific variables.
46 core_insts_file = "${target_gen_dir}/core.insts-$version.inc"
47 operand_kinds_file = "${target_gen_dir}/operand.kinds-$version.inc"
62 "--spirv-core-grammar",
64 "--core-insts-output",
66 "--extinst-debuginfo-grammar",
68 "--extinst-cldebuginfo100-grammar",
[all …]
/external/deqp-deps/SPIRV-Tools/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
35 core_insts_file = "${target_gen_dir}/core.insts-$version.inc"
36 operand_kinds_file = "${target_gen_dir}/operand.kinds-$version.inc"
51 "--spirv-core-grammar",
53 "--core-insts-output",
55 "--extinst-debuginfo-grammar",
57 "--extinst-cldebuginfo100-grammar",
59 "--operand-kinds-output",
83 "--spirv-core-grammar",
85 "--extinst-debuginfo-grammar",
[all …]
/external/skia/third_party/
DBUILD.bazel1 # https://github.com/bazelbuild/bazel-skylib
15 "-isystem include/third_party/skcms/",
72 "-isystem third_party/libpng/",
73 "-Wno-unused-but-set-variable",
76 # This adds -isystem "third_party/externals/libpng" to any dependent
80 # This rule adds -isystem "third_party/externals/libpng" to any dependent
81 # rule on this, which avoids having to add "-Ithird_party/libpng/" to copts for
174 "-Wno-unused-function",
176 "-isystem third_party/externals/zlib/",
179 "-mssse3",
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/
Dvc6cares.dsp1 # Microsoft Developer Studio Project File - Name="cares" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
8 CFG=cares - Win32 LIB Debug
17 !MESSAGE NMAKE /f "vc6cares.mak" CFG="cares - Win32 LIB Debug"
21 !MESSAGE "cares - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "cares - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "cares - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
24 !MESSAGE "cares - Win32 LIB Release" (based on "Win32 (x86) Static Library")
32 !IF "$(CFG)" == "cares - Win32 DLL Debug"
36 # PROP BASE Output_Dir "dll-debug"
[all …]
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1 # Microsoft Developer Studio Project File - Name="libcurl" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
8 CFG=libcurl - Win32 LIB Debug
17 !MESSAGE NMAKE /f "libcurl.mak" CFG="libcurl - Win32 LIB Debug"
21 !MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Li…
24 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library")
25 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Lin…
26 !MESSAGE "libcurl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
[all …]
/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp1 # Microsoft Developer Studio Project File - Name="Alone" - Package Owner=<4>
7 CFG=Alone - Win32 DebugU
16 !MESSAGE NMAKE /f "Alone.mak" CFG="Alone - Win32 DebugU"
20 !MESSAGE "Alone - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "Alone - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "Alone - Win32 ReleaseU" (based on "Win32 (x86) Console Application")
23 !MESSAGE "Alone - Win32 DebugU" (based on "Win32 (x86) Console Application")
33 !IF "$(CFG)" == "Alone - Win32 Release"
58 !ELSEIF "$(CFG)" == "Alone - Win32 Debug"
82 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU"
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DExternalUnitConversionData.java20 static final Pattern addHyphens = Pattern.compile("[- ]+");
22 …// first source is https://www.nist.gov/pml/special-publication-811/nist-guide-si-appendix-b-conve…
24 public final String source; field in ExternalUnitConversionData
29 …public ExternalUnitConversionData(String quantity, String source, String target, Rational factor, … in ExternalUnitConversionData() argument
35 this.source = extractUnit(quantity, source, sourceChanges); in ExternalUnitConversionData()
36 changes.putAll(source, sourceChanges); in ExternalUnitConversionData()
42 Rational offset = temperatureHack.get(this.source + "|" + this.target); in ExternalUnitConversionData()
51 degree Fahrenheit (°F) degree Celsius (°C) t/°C = (t/°F - 32)/1.8
54 kelvin (K) degree Celsius (°C) t/°C = T/K - 273.15
57 "fahrenheit|celsius", Rational.of("-32/1.8"),
[all …]
/external/timezone-boundary-builder/
Dtimezones.json5 "source": "overpass", string
12 "source": "overpass", string
19 "source": "overpass", string
26 "source": "overpass", string
33 "source": "overpass", string
40 "source": "overpass", string
47 "source": "overpass", string
54 "source": "overpass", string
61 "source": "overpass", string
62 "id": "Guinea-Bissau"
[all …]
/external/dng_sdk/
DAndroid.bp2 // CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
8 // Added automatically by a large-scale-change that took the approach of
22 // large-scale-change included anything that looked like it might be a license
26 // See: http://go/android-license-faq
31 "SPDX-license-identifier-Apache-2.0",
32 "SPDX-license-identifier-MIT",
45 name: "libdng_sdk-defaults",
47 "source/dng_1d_function.cpp",
48 "source/dng_1d_table.cpp",
49 "source/dng_abort_sniffer.cpp",
[all …]
/external/pdfium/third_party/yasm/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
10 # 1) C source files that should be included in the build (eg., lc3bid.c)
11 # 2) C source files that are #included by static C sources (eg., license.c)
16 # 1) yasm -- Sources, flags for the main yasm executable. Also has most of
18 # 2) yasm_config -- General build configuration including setting a
22 # 3) yasm_utils -- Object files with memory management and hashing utilities
24 # 4) genmacro, genmodule, etc. -- One executable target for each subprogram.
25 # 5) generate_license, generate_module, etc. -- Actions that invoke programs
27 # 6) compile_gperf, compile_re2c, etc. -- Actions that invoke programs that
71 # are now shipped pre-generated by yasm.
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c2 * Copyright 2011 - 2014
9 * http://www.apache.org/licenses/LICENSE-2.0
130 U('-'), U('o'), U('-'),
131 U('-'), U('O'), U('-')
135 U('-'), U('m'), U('o'), U('z'), U('-'),
136 U('-'), U('M'), U('O'), U('Z'), U('-')
140 U('-'), U('w'), U('e'), U('b'), U('k'), U('i'), U('t'), U('-'),
141 U('-'), U('W'), U('E'), U('B'), U('K'), U('I'), U('T'), U('-')
145 U('-'), U('m'), U('s'), U('-'),
146 U('-'), U('M'), U('S'), U('-')
[all …]
/external/libyuv/files/
Dlinux.mk2 # make -f linux.mk CXX=clang++
5 CFLAGS?=-O2 -fomit-frame-pointer
6 CFLAGS+=-Iinclude/
9 CXXFLAGS?=-O2 -fomit-frame-pointer
10 CXXFLAGS+=-Iinclude/
13 source/compare.o \
14 source/compare_common.o \
15 source/compare_gcc.o \
16 source/compare_mmi.o \
17 source/compare_msa.o \
[all …]
/external/wayland/src/
Devent-loop.c42 #include "wayland-util.h"
43 #include "wayland-private.h"
44 #include "wayland-server-core.h"
45 #include "wayland-os.h"
49 #define TIMER_REMOVED -2
65 /* pointers to the user-visible event sources */
82 int (*dispatch)(struct wl_event_source *source,
96 wl_event_source_fd_dispatch(struct wl_event_source *source, in wl_event_source_fd_dispatch() argument
99 struct wl_event_source_fd *fd_source = (struct wl_event_source_fd *) source; in wl_event_source_fd_dispatch()
103 if (ep->events & EPOLLIN) in wl_event_source_fd_dispatch()
[all …]
/external/icu/icu4c/source/common/
Ducnvlat1.cpp5 * Copyright (C) 2000-2015, International Business Machines
9 * encoding: UTF-8
31 /* ISO 8859-1 --------------------------------------------------------------- */
33 /* This is a table-less and callback-less version of ucnv_MBCSSingleToBMPWithOffsets(). */
38 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local
46 source=(const uint8_t *)pArgs->source; in _Latin1ToUnicodeWithOffsets()
47 target=pArgs->target; in _Latin1ToUnicodeWithOffsets()
48 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Latin1ToUnicodeWithOffsets()
49 offsets=pArgs->offsets; in _Latin1ToUnicodeWithOffsets()
57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
[all …]
/external/clang/test/Index/
Dusrs.m29 - (id) godzilla;
35 - (id) godzilla {
52 - (id) meth1;
55 - (id) meth2;
58 - (id) meth3;
61 - (id) meth4;
64 - (id) meth1 { return 0; }
65 - (id) meth2 { return 0; }
66 - (id) meth3 { return 0; }
69 - (id) meth4 { return 0; }
[all …]
/external/libjpeg-turbo/
Drdppm.c5 * Copyright (C) 1991-1997, Thomas G. Lane.
7 * libjpeg-turbo Modifications:
8 * Copyright (C) 2015-2017, 2020-2021, D. R. Commander.
13 * The extended 2-byte-per-sample raw PPM/PGM formats are supported.
17 * These routines may need modification for non-Unix environments or
54 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0, -1
58 /* Private version of data source object */
67 JSAMPLE *rescale; /* => maxval-remapping array, or NULL */
95 /* Note that on a 16-bit-int machine, only values up to 64k can be read. */ in read_pbm_integer()
111 val = ch - '0'; in read_pbm_integer()
[all …]
/external/okio/okio/src/commonTest/kotlin/okio/
DAbstractBufferedSourceTest.kt8 * http://www.apache.org/licenses/LICENSE-2.0
39 private val source: BufferedSource constant in okio.AbstractBufferedSourceTest
44 source = pipe.source
50 assertEquals(0xab, (source.readByte() and 0xff).toLong()) in readBytes()
51 assertEquals(0xcd, (source.readByte() and 0xff).toLong()) in readBytes()
52 assertTrue(source.exhausted()) in readBytes()
57 source.readByte() in readByteTooShortThrows()
64 assertEquals(0xabcd.toShort().toLong(), source.readShort().toLong()) in readShort()
65 assertEquals(0xef01.toShort().toLong(), source.readShort().toLong()) in readShort()
66 assertTrue(source.exhausted()) in readShort()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h14 * Redistribution and use in source and binary forms, with or without modification,
17 * Redistributions of source code must retain the above copyright notice, this list
35 /*(Auto-generated)
43 // Table 2:3 - Definition of Base Types
48 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size);
60 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size);
62 #define BYTE_Marshal(source, buffer, size) \ argument
63 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
76 INT8_Marshal(INT8 *source, BYTE **buffer, INT32 *size);
78 #define INT8_Marshal(source, buffer, size) \ argument
[all …]
/external/rust/crates/quiche/
DCargo.lock4 name = "aho-corasick"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
27 "hermit-abi",
35 source = "registry+https://github.com/rust-lang/crates.io-index"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
46 "clang-sys",
53 "proc-macro2",
56 "rustc-hash",
[all …]
/external/rust/crates/combine/
DCargo.lock6 name = "aho-corasick"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
15 name = "async-channel"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
20 "concurrent-queue",
21 "event-listener",
22 "futures-core",
26 name = "async-executor"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
31 "async-task",
[all …]
/external/speex/win32/libspeexdsp/
Dlibspeexdsp.dsp1 # Microsoft Developer Studio Project File - Name="libspeexdsp" - Package Owner=<4>
7 CFG=libspeexdsp - Win32 Debug
16 !MESSAGE NMAKE /f "libspeexdsp.mak" CFG="libspeexdsp - Win32 Debug"
20 !MESSAGE "libspeexdsp - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "libspeexdsp - Win32 Debug" (based on "Win32 (x86) Static Library")
31 !IF "$(CFG)" == "libspeexdsp - Win32 Release"
45 # ADD CPP /nologo /MD /W1 /GX- /O2 /I "../../include" /I "../" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D…
52 LIB32=link.exe -lib
56 !ELSEIF "$(CFG)" == "libspeexdsp - Win32 Debug"
70 # ADD CPP /nologo /MDd /W3 /Gm- /GX- /Zi /Od /I "../../include" /I "../" /D "WIN32" /D "_DEBUG" /D …
[all …]
/external/freetype/builds/windows/visualce/
Dfreetype.dsp1 # Microsoft Developer Studio Project File - Name="freetype" - Package Owner=<4>
7 CFG=freetype - Win32 Debug Singlethreaded
16 !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded"
20 !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
23 !MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library")
25 !MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library")
35 !IF "$(CFG)" == "freetype - Win32 Release"
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c14 * Redistribution and use in source and binary forms, with or without modification,
17 * Redistributions of source code must retain the above copyright notice, this list
35 /*(Auto-generated)
44 // Table 2:3 - Definition of Base Types
49 if((*size -= 1) < 0) in UINT8_Unmarshal()
56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal() argument
60 if ((size == 0) || ((*size -= 1) >= 0)) in UINT8_Marshal()
62 UINT8_TO_BYTE_ARRAY(*source, *buffer); in UINT8_Marshal()
78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal() argument
80 return UINT8_Marshal((UINT8 *)source, buffer, size); in BYTE_Marshal()
[all …]
/external/cldr/common/supplemental/
Dunits.xml1 <?xml version="1.0" encoding="UTF-8" ?>
3 <!--
4 Copyright © 1991-2013 Unicode, Inc.
7 -->
19 …atomic weights according to STANDARD ATOMIC WEIGHTS 2019 on https://ciaaw.org/atomic-weights.htm"/>
25 …nt constant="G" value="6.67408E-11" status='approximate'/> <!-- https://arxiv.org/pdf/1510.07674…
28 <!-- NB: quantity ordering is used in canonical order of derived units. -->
30 <!-- SI Base Units -->
32 <unitQuantity baseUnit='candela' quantity='luminous-intensity' status='simple'/>
33 <unitQuantity baseUnit='candela-per-square-meter' quantity='illuminance'/>
[all …]

12345678910>>...59