/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | line-map.h | 1 /* Map logical line numbers to (source file, line number) pairs. 2 Copyright (C) 2001-2013 Free Software Foundation, Inc. 20 what you give them. Help stamp out software-hoarding! */ 29 /* Reason for creating a new line map with linemap_add. LC_ENTER is 59 /* An ordinary line map encodes physical source locations. Those 60 physical source locations are called "spelling locations". 62 Physical source file TO_FILE at line TO_LINE at column 0 is represented 69 The highest possible source location is MAX_SOURCE_LOCATION. */ 76 include stack have this set to -1. */ 85 /* Number of the low-order source_location bits used for a column number. */ [all …]
|
/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | profiles-others.json | 3 "id" : "profiles-others", 5 "lastUpdated" : "2019-11-01T09:29:23.356+11:00" 18 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", 22 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", 26 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", 27 "valueCode" : "trial-use" 34 "date" : "2019-11-01T09:29:23+11:00", 55 "uri" : "http://hl7.org/fhir/object-implementation", 77 "key" : "dom-2", 82 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string [all …]
|
/aosp_15_r20/prebuilts/tools/common/api-generator/ |
HD | api-generator-22.9.3.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
HD | api-generator-25.0.0.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
HD | api-generator-22.9.1.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
HD | api-generator-22.9.2.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
HD | api-generator-22.9.4.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
HD | api-generator-26.0.0.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
/aosp_15_r20/external/guice/lib/build/ |
HD | bnd-0.0.384.jar | ... META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
OSGI- ... |
/aosp_15_r20/art/libartbase/base/ |
H A D | mem_map_test.cc | 2 * Copyright (C) 2013 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 53 // Find a valid map address and unmap it before returning. in GetValidMapAddress() 55 MemMap map = MemMap::MapAnonymous("temp", in GetValidMapAddress() local 60 CHECK(map.IsValid()); in GetValidMapAddress() 61 return map.Begin(); in GetValidMapAddress() 68 // Map a two-page memory region. in RemapAtEndTest() 172 MemMap dest = MemMap::MapAnonymous("MapAnonymousEmpty-atomic-replace-dest", in TEST_F() 178 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local 183 ASSERT_TRUE(source.IsValid()); in TEST_F() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/ |
D | bundle.rs | 3 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 52 pub fn add(&mut self, proposal: Proposal, sender: Sender, source: ProposalSource) { in add() 57 source, in add() 63 source, in add() 68 source, in add() 74 source, in add() 79 source, in add() 84 source, in add() 90 source, in add() 97 source, in add() [all …]
|
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-contrib.jar | ... java.util.Map finalFileSizeMetrics
java.util.Map individualFileSizes
protected java.util.Map parseFileSizes (java ... |
/aosp_15_r20/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/tradefed/ |
HD | tradefed-contrib.jar | ... util.Map$Entry e
java.util.Map stats
java.util.Map patterns
java.util ... |
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncSourceFetcherTest.java | 2 * Copyright (C) 2022 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 71 import com.android.adservices.service.measurement.Source; 104 import java.util.Map; 119 private static final String ANDROID_APP_SCHEME = "android-app"; 123 private static final String ENROLLMENT_ID = "enrollment-id"; 126 private static final String DEFAULT_DESTINATION = "android-app://com.myapps"; 151 private static final Uri OS_DESTINATION = Uri.parse("android-app://com.os-destination"); 156 Uri.parse("android-app://com.os-destination/my/path"); 157 private static final Uri WEB_DESTINATION = WebUtil.validUri("https://web-destination.test"); [all …]
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | commons-collections.jar | ... META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF ... |
/aosp_15_r20/external/google-fruit/tests/data_structures/ |
H A D | test_semistatic_map.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 11 # distributed under the License is distributed on an "AS-IS" BASIS, 31 source = ''' 36 … SemistaticMap<int, std::string> map(values.begin(), values.end(), values.size(), memory_pool); 37 Assert(map.find(0) == nullptr); 38 Assert(map.find(2) == nullptr); 39 Assert(map.find(5) == nullptr); 44 source, 48 source = ''' 53 … SemistaticMap<int, std::string> map(values.begin(), values.end(), values.size(), memory_pool); [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
H A D | CollectorsTest.java | 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 35 import java.util.Map; 85 Supplier<Stream<T>> source, in assertValue() argument 99 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 101 () -> source.get().map(mapper), in assertValue() 117 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 119 () -> source.get().flatMap(mapper), in assertValue() 134 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 136 () -> source.get().filter(filter), in assertValue() 141 …static class GroupingByAssertion<T, K, V, M extends Map<K, ? extends V>> extends CollectorAssertio… [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/Collectors/ |
H A D | CollectorsTest.java | 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 34 import java.util.Map; 88 Supplier<Stream<T>> source, in assertValue() argument 102 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 104 () -> source.get().map(mapper::apply), in assertValue() 120 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 122 () -> source.get().flatMap(mapper::apply), in assertValue() 137 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue() argument 139 () -> source.get().filter(filter), in assertValue() 144 …static class GroupingByAssertion<T, K, V, M extends Map<K, ? extends V>> extends CollectorAssertio… [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.h | 2 * Copyright (C) 2017 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 24 #include <android-base/logging.h> 31 #include <map> 70 // - The main model is the top-level model being compiled (not referenced by any 72 // - A referenced model is a non-top-level model being compiled (referenced by 75 // - A source model is either the main model or a referenced model. 76 // - A step model is a model excerpted from a source model during the 78 // - A partition is a LogicalStep representing at least one operation of a 79 // source model. In particular, ExecutionStep represents a step model, IfStep [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.cons/ |
H A D | deduct.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // <map> 13 // class Compare = less<iter-value-type<InputIterator>>, 14 // class Allocator = allocator<iter-value-type<InputIterator>>> 15 // map(InputIterator, InputIterator, 17 // -> map<iter-value-type<InputIterator>, Compare, Allocator>; 19 // map(initializer_list<Key>, Compare = Compare(), Allocator = Allocator()) 20 // -> map<Key, Compare, Allocator>; [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/py/ |
H A D | cpp_test.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 21 # pylint: disable=protected-access 150 ) -> None: 163 def run_process_test_with_invalid_commands(self, command: str) -> None: 171 def test_process_valid_with_gn_compile_command(self) -> None: 172 """Test output against typical GN-generated compile commands.""" 176 # pylint: disable=line-too-long 177 …-none-eabi-g++ -MMD -MF stm32f429i_disc1_debug/obj/pw_allocator/block.block.cc.o.d -Wno-psabi -m… 178 # pylint: enable=line-too-long 179 'executable': 'arm-none-eabi-g++', [all …]
|
/aosp_15_r20/external/bcc/src/lua/bpf/ |
H A D | bpf.lua | 1 --[[ 8 http://www.apache.org/licenses/LICENSE-2.0 16 -- LuaJIT to BPF bytecode compiler. 17 -- 18 -- The code generation phase is currently one-pass and produces: 19 -- * Compiled code in BPF bytecode format (https://www.kernel.org/doc/Documentation/networking/filt… 20 -- * Variables with liveness analysis and other meta (spill information, compile-time value) 21 -- 22 -- The code generator optimises as much as possible in single pass: 23 -- * Fold compile-time expressions and constant propagation [all …]
|
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | dagger-android-jarimpl-2.23.jar | ... META-INF/
META-INF/MANIFEST.MF
dagger/
dagger/android ... |
/aosp_15_r20/out/soong/.intermediates/external/nanohttpd/libnanohttpd/android_common_apex30/javac/ |
D | libnanohttpd.jar | ... META-INF/
META-INF/MANIFEST.MF
fi/
fi/iki ... ... |
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | XLikelySubtags.java | 13 import java.util.Map; 14 import java.util.Map.Entry; 28 private static final Map<String, Map<String, R2<List<String>, String>>> aliasInfo = 30 private static final Map<String, R2<List<String>, String>> REGION_ALIASES = 32 private static final Map<String, R2<List<String>, String>> LANGUAGE_ALIASES = 46 public <K, V> V getSubtable(Map<K, V> langTable, final K language) { in getSubtable() 58 public Map<Object, Object> make() { 67 public Map<Object, Object> make() { 114 result.append('-').append(script); in toString() 117 result.append('-').append(region); in toString() [all …]
|