Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 12068) sorted by relevance

12345678910>>...483

/external/cronet/third_party/icu/
Dsources.gni2 # Use of this source code is governed by a BSD-style license that can be
5 # find source/i18n -maxdepth 1 ! -type d | egrep '\.(c|cpp|h)$' |\
9 "source/i18n/alphaindex.cpp",
10 "source/i18n/anytrans.cpp",
11 "source/i18n/anytrans.h",
12 "source/i18n/astro.cpp",
13 "source/i18n/astro.h",
14 "source/i18n/basictz.cpp",
15 "source/i18n/bocsu.cpp",
16 "source/i18n/bocsu.h",
[all …]
Dicu.gypi2 # Use of this source code is governed by a BSD-style license that can be
7 # find source/i18n -maxdepth 1 ! -type d | egrep '\.(c|cpp)$' | \
11 'source/i18n/alphaindex.cpp',
12 'source/i18n/anytrans.cpp',
13 'source/i18n/astro.cpp',
14 'source/i18n/basictz.cpp',
15 'source/i18n/bocsu.cpp',
16 'source/i18n/brktrans.cpp',
17 'source/i18n/buddhcal.cpp',
18 'source/i18n/calendar.cpp',
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DExternalUnitConversionData.java24 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()
63 private String extractUnit(String quantity, String source, Set<String> changes) { in extractUnit() argument
65 source = replace(footnotes, source, "", changes); in extractUnit()
67 if (source.contains("(15 °C)")) { in extractUnit()
70 source = replace(temperature, source, " $1$2$3", changes); in extractUnit()
72 String oldSource = source; in extractUnit()
[all …]
/external/skia/bazel/external/icu/
DBUILD.bazel23 _icu_version_major_num = "69" # defined in source/common/unicode/uvernum.h
109 "source/common/bmpset.h",
110 "source/common/brkeng.h",
111 "source/common/bytesinkutil.h",
112 "source/common/capi_helper.h",
113 "source/common/charstr.h",
114 "source/common/charstrmap.h",
115 "source/common/cmemory.h",
116 "source/common/cpputils.h",
117 "source/common/cstr.h",
[all …]
/external/skia/bazel/external/dng_sdk/
DBUILD.bazel8 "source/dng_1d_function.cpp",
9 "source/dng_1d_table.cpp",
10 "source/dng_abort_sniffer.cpp",
11 "source/dng_area_task.cpp",
12 "source/dng_bad_pixels.cpp",
13 "source/dng_bottlenecks.cpp",
14 "source/dng_camera_profile.cpp",
15 "source/dng_color_space.cpp",
16 "source/dng_color_spec.cpp",
17 "source/dng_date_time.cpp",
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DBUILD.gn421 "source/assembly_grammar.cpp",
422 "source/assembly_grammar.h",
423 "source/binary.cpp",
424 "source/binary.h",
425 "source/cfa.h",
426 "source/common_debug_info.h",
427 "source/diagnostic.cpp",
428 "source/diagnostic.h",
429 "source/disassemble.cpp",
430 "source/disassemble.h",
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn418 "source/assembly_grammar.cpp",
419 "source/assembly_grammar.h",
420 "source/binary.cpp",
421 "source/binary.h",
422 "source/cfa.h",
423 "source/common_debug_info.h",
424 "source/diagnostic.cpp",
425 "source/diagnostic.h",
426 "source/disassemble.cpp",
427 "source/disassemble.h",
[all …]
/external/deqp-deps/SPIRV-Tools/
DBUILD.gn406 "source/assembly_grammar.cpp",
407 "source/assembly_grammar.h",
408 "source/binary.cpp",
409 "source/binary.h",
410 "source/cfa.h",
411 "source/common_debug_info.h",
412 "source/diagnostic.cpp",
413 "source/diagnostic.h",
414 "source/disassemble.cpp",
415 "source/disassemble.h",
[all …]
/external/google-fruit/tests/
Dtest_register_factory.py48 source = '''
64 source,
74 source = '''
89 source,
97 source = '''
133 source,
137 source = '''
163 source,
167 source = '''
188 source,
[all …]
Dtest_install.py36 source = '''
60 source,
68 source = '''
82 source,
95 source = '''
130 source,
138 source = '''
156 source,
164 source = '''
182 source,
[all …]
Dtest_register_constructor.py41 source = '''
59 source)
62 source = '''
80 source)
83 source = '''
101 source)
110 source = '''
142 source,
146 source = '''
159 source)
[all …]
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
DKDocFormatterTest.kt57 val source = task.comment in checkFormatter() constant
65 DokkaVerifier(tempDir).verify(source, reformatted) in checkFormatter()
87 source: String, in checkFormatter()
94 val task = FormattingTask(options, source.trim(), indent) in checkFormatter()
138 val source = in testWithOffset() constant
152 checkFormatter(source, KDocFormattingOptions(72), reformatted, indent = " ") in testWithOffset()
153 val initialOffset = source.indexOf("default") in testWithOffset()
154 val newOffset = findSamePosition(source, initialOffset, reformatted) in testWithOffset()
163 val source = in testWordBreaking() constant
177 checkFormatter(source, KDocFormattingOptions(72), reformatted, indent = " ") in testWordBreaking()
[all …]
/external/webrtc/modules/rtp_rtcp/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
20 "source/byte_io.h",
21 "source/rtcp_packet.h",
22 "source/rtcp_packet/app.h",
23 "source/rtcp_packet/bye.h",
24 "source/rtcp_packet/common_header.h",
25 "source/rtcp_packet/compound_packet.h",
26 "source/rtcp_packet/dlrr.h",
[all …]
/external/skia/third_party/dng_sdk/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
13 public_include_dirs = [ "../externals/dng_sdk/source" ]
38 "../externals/dng_sdk/source/RawEnvironment.h",
39 "../externals/dng_sdk/source/dng_1d_function.cpp",
40 "../externals/dng_sdk/source/dng_1d_function.h",
41 "../externals/dng_sdk/source/dng_1d_table.cpp",
42 "../externals/dng_sdk/source/dng_1d_table.h",
43 "../externals/dng_sdk/source/dng_abort_sniffer.cpp",
44 "../externals/dng_sdk/source/dng_abort_sniffer.h",
45 "../externals/dng_sdk/source/dng_area_task.cpp",
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts8 <source>Select network interface to add</source>
13 <source>driver</source>
18 <source>interface</source>
23 <source>description</source>
28 <source>Add interface command could not be completed.</source>
33 <source>Failed to add the interface.</source>
38 <source>Failed to add the interface into registry.</source>
46 <source>wpa_gui error</source>
54 <source>Event history</source>
59 <source>Close</source>
[all …]
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class_test.py57 source = """
65 self.GenerateMethodSource(source))
68 source = """
82 self.GenerateMethodSource(source))
85 source = """
95 self.GenerateMethodSource(source))
98 source = """
111 self.GenerateMethodSource(source))
114 source = """
127 self.GenerateMethodSource(source))
[all …]
/external/angle/src/tests/compiler_tests/
DBufferVariables_test.cpp47 const std::string &source = in TEST_F() local
56 if (!compile(source)) in TEST_F()
65 const std::string &source = in TEST_F() local
71 if (!compile(source)) in TEST_F()
80 const std::string &source = in TEST_F() local
89 if (!compile(source)) in TEST_F()
98 const std::string &source = in TEST_F() local
107 if (!compile(source)) in TEST_F()
117 const std::string &source = in TEST_F() local
123 if (compile(source)) in TEST_F()
[all …]
/external/okio/okio/src/commonTest/kotlin/okio/
DAbstractBufferedSourceTest.kt39 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()
72 assertEquals(0xcdab.toShort().toLong(), source.readShortLe().toLong()) in readShortLe()
[all …]
/external/skia/third_party/libyuv/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
16 "../externals/libyuv/source/compare.cc",
17 "../externals/libyuv/source/compare_common.cc",
18 "../externals/libyuv/source/compare_gcc.cc",
19 "../externals/libyuv/source/compare_mmi.cc",
20 "../externals/libyuv/source/compare_msa.cc",
21 "../externals/libyuv/source/compare_neon.cc",
22 "../externals/libyuv/source/compare_neon64.cc",
23 "../externals/libyuv/source/compare_win.cc",
24 "../externals/libyuv/source/convert.cc",
[all …]
/external/python/cpython3/Lib/test/
Dtest_zipapp.py26 source = self.tmpdir / 'source'
27 source.mkdir()
28 (source / '__main__.py').touch()
30 zipapp.create_archive(str(source), str(target))
35 source = self.tmpdir / 'source'
36 source.mkdir()
37 (source / '__main__.py').touch()
39 zipapp.create_archive(source, target)
44 source = self.tmpdir / 'source'
45 source.mkdir()
[all …]
/external/skia/bazel/external/libyuv/
DBUILD.bazel30 "source/compare.cc",
31 "source/compare_common.cc",
32 "source/compare_gcc.cc",
33 "source/compare_mmi.cc",
34 "source/compare_msa.cc",
35 "source/compare_neon.cc",
36 "source/compare_neon64.cc",
37 "source/compare_win.cc",
38 "source/convert.cc",
39 "source/convert_argb.cc",
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c183 const rchar *source = *source_; in copy_match() local
188 && source < ctx->sentinel && target < ctx->tsentinel in copy_match()
189 && ((c = *source++) == *pattern++)) in copy_match()
192 *source_ = source; in copy_match()
201 #define MATCH(PAT, source, target, ctx) ( \ argument
204 source, target, ctx) \
215 const rchar *source = *source_, *pstart = pattern; in copy_imatch() local
220 && source < ctx->sentinel && target < ctx->tsentinel in copy_imatch()
221 && ((c = *source++) == *pattern in copy_imatch()
227 *source_ = source; in copy_imatch()
[all …]
/external/libaom/aom_scale/generic/
Dgen_scalers.c39 void aom_horizontal_line_5_4_scale_c(const unsigned char *source, in aom_horizontal_line_5_4_scale_c() argument
43 const unsigned char *const source_end = source + source_width; in aom_horizontal_line_5_4_scale_c()
46 while (source < source_end) { in aom_horizontal_line_5_4_scale_c()
47 const unsigned int a = source[0]; in aom_horizontal_line_5_4_scale_c()
48 const unsigned int b = source[1]; in aom_horizontal_line_5_4_scale_c()
49 const unsigned int c = source[2]; in aom_horizontal_line_5_4_scale_c()
50 const unsigned int d = source[3]; in aom_horizontal_line_5_4_scale_c()
51 const unsigned int e = source[4]; in aom_horizontal_line_5_4_scale_c()
58 source += 5; in aom_horizontal_line_5_4_scale_c()
63 void aom_vertical_band_5_4_scale_c(unsigned char *source, int src_pitch, in aom_vertical_band_5_4_scale_c() argument
[all …]
/external/llvm/lib/Support/
DConvertUTF.c122 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
124 while (source < sourceEnd) { in ConvertUTF32toUTF16()
129 ch = *source++; in ConvertUTF32toUTF16()
134 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
152 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
160 *sourceStart = source; in ConvertUTF32toUTF16()
171 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
174 while (source < sourceEnd) { in ConvertUTF16toUTF32()
175 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32()
176 ch = *source++; in ConvertUTF16toUTF32()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTF.cpp148 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
150 while (source < sourceEnd) { in ConvertUTF32toUTF16()
155 ch = *source++; in ConvertUTF32toUTF16()
160 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
178 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
186 *sourceStart = source; in ConvertUTF32toUTF16()
197 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
200 while (source < sourceEnd) { in ConvertUTF16toUTF32()
201 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32()
202 ch = *source++; in ConvertUTF16toUTF32()
[all …]

12345678910>>...483