Home
last modified time | relevance | path

Searched full:technologies (Results 1 – 25 of 2907) sorted by relevance

12345678910>>...117

/aosp_15_r20/external/python/bumble/bumble/
Dcompany_ids.py31 0x0009: "Infineon Technologies AG",
32 0x000A: "Qualcomm Technologies International, Ltd. (QTIL)",
36 0x000E: "Parthus Technologies Inc.",
49 0x001B: "Signia Technologies, Inc.",
60 0x0026: "C Technologies",
64 0x002A: "Symbol Technologies, Inc.",
100 0x004E: "Avago Technologies",
103 0x0051: "Tzero Technologies, Inc.",
145 0x007B: "Hanlynn Technologies",
148 0x007E: "Sports Tracking Technologies Ltd.",
[all …]
/aosp_15_r20/external/cpuinfo/test/name/
H A Dproc-cpuinfo-hardware.cc52 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8208")); in TEST()
54 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8209")); in TEST()
72 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8239")); in TEST()
74 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8609")); in TEST()
100 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8909")); in TEST()
102 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8216")); in TEST()
104 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8916", 4)); in TEST()
106 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8916MSM8916", 4)); in TEST()
108 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8917", 4)); in TEST()
110 parse_proc_cpuinfo_hardware("Qualcomm Technologies, Inc MSM8920")); in TEST()
[all …]
/aosp_15_r20/external/python/bumble/rust/src/wrapper/assigned_numbers/
Dcompany_ids.rs33 (9_u16, r#"Infineon Technologies AG"#),
34 (10_u16, r#"Qualcomm Technologies International, Ltd. (QTIL)"#),
38 (14_u16, r#"Parthus Technologies Inc."#),
51 (27_u16, r#"Signia Technologies, Inc."#),
62 (38_u16, r#"C Technologies"#),
66 (42_u16, r#"Symbol Technologies, Inc."#),
102 (78_u16, r#"Avago Technologies"#),
105 (81_u16, r#"Tzero Technologies, Inc."#),
147 (123_u16, r#"Hanlynn Technologies"#),
150 (126_u16, r#"Sports Tracking Technologies Ltd."#),
[all …]
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/RangingManagerTests/
Dranging_manager_tests.py88 technologies: Set[RangingTechnology],
107 technologies,
116 technologies,
172 TECHNOLOGIES = {RangingTechnology.UWB}
219 TECHNOLOGIES,
226 SESSION_HANDLE, self.responder.id, TECHNOLOGIES
234 TECHNOLOGIES,
246 TECHNOLOGIES = {RangingTechnology.UWB}
290 SESSION_HANDLE, initiator_preference, responder_preference, TECHNOLOGIES
370 TECHNOLOGIES = {RangingTechnology.WIFI_RTT}
[all …]
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAssignedNumbers.java78 * Infineon Technologies AG.
103 * Parthus Technologies Inc.
168 * Signia Technologies, Inc.
223 * C Technologies.
243 * Symbol Technologies, Inc.
423 * Avago Technologies.
438 * Tzero Technologies, Inc.
628 * Laird Technologies.
648 * Hanlynn Technologies.
663 * Sports Tracking Technologies Ltd.
[all …]
/aosp_15_r20/external/licenseclassifier/v2/assets/License/Zend-2.0/
H A Dlicense.txt3 Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved.
12 …roducts derived from this software without prior permission from Zend Technologies Ltd. For writte…
14Technologies Ltd. may publish revised and/or new versions of the license from time to time. Each v…
20 THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
23 DISCLAIMED. IN NO EVENT SHALL ZEND TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT,
/aosp_15_r20/external/licenseclassifier/licenses/
H A DZend-2.0.txt3 Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved.
12 …roducts derived from this software without prior permission from Zend Technologies Ltd. For writte…
14Technologies Ltd. may publish revised and/or new versions of the license from time to time. Each v…
20 THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
23 DISCLAIMED. IN NO EVENT SHALL ZEND TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT,
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/
H A DTag.java48 * set of technologies it contains via {@link #getTechList}. Arrays passed to and
91 * dispatch the tag to an activity that can handle the technologies present on the tag.
92 * Technologies are defined as sub-classes of {@link TagTechnology}, see the package
94 * more technologies in the tag. See {@link NfcAdapter#ACTION_TECH_DISCOVERED} for more detail.
277 * Get the technologies available in this tag, as fully qualified class names.
284 * Android defines a mandatory set of technologies that must be correctly
286 * set of proprietary technologies.
297 * Rediscover the technologies available on this tag.
299 * The technologies that are available on a tag may change due to
302 * method reenumerates the available technologies on the tag
[all …]
/aosp_15_r20/external/deqp/external/openglcts/
H A DREADME.md844 - Sumit Agarwal, Imagination Technologies
851 - Benji Bowman, Imagination Technologies
859 - Graham Connor, Imagination Technologies
879 - Matthew Harrison, Imagination Technologies
889 - James Jones, Imagination Technologies
902 - Georg Kolling, Imagination Technologies
911 - Alexandre Laurent, Imagination Technologies
915 - Radoslava Leseva, Imagination Technologies
920 - Wayne Lister, Imagination Technologies
932 - Assif Mirza, Imagination Technologies
[all …]
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/
DRangingTechnology.java42 public static final ImmutableList<RangingTechnology> TECHNOLOGIES = field in RangingTechnology
82 ImmutableList.Builder<RangingTechnology> technologies = ImmutableList.builder(); in parseByte() local
85 technologies.add(technology); in parseByte()
88 return technologies.build(); in parseByte()
91 public static byte[] toBitmap(List<RangingTechnology> technologies) { in toBitmap() argument
92 if (technologies.isEmpty()) { in toBitmap()
96 for (RangingTechnology technology : technologies) { in toBitmap()
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dshill_context.py23 """A context manager for allowing only specified technologies in shill.
61 logging.debug('Allowed technologies = [%s]', ','.join(self._allowed))
62 logging.debug('Originally enabled technologies = [%s]',
64 logging.debug('Originally prohibited technologies = [%s]',
66 logging.debug('To be prohibited technologies = [%s]',
70 # prohibited technologies.
88 # Re-enable originally enabled technologies as they may have been
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dlabconfig_data.py99 "technologies": GOBI_2000_TECHNOLOGIES,
105 "technologies": GENERIC_GSM_TECHNOLOGIES,
161 "technologies": LTE_TECHNOLOGIES,
169 "technologies": GOBI_2000_TECHNOLOGIES,
177 "technologies": GOBI_3000_TECHNOLOGIES,
185 "technologies": ICERA_TECHNOLOGIES,
193 "technologies": ICERA_TECHNOLOGIES,
H A Dlabconfig.py74 help='Radio access technologies to use (e.g. "WCDMA")')
142 """Gets technologies to use for machine; defaults to all available.
143 @param machine: Machine to get technologies for.
149 technologies_list = m["technologies"]
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/session/
DBaseRangingSession.java92 /** Technologies that this peer is ranging with. */
93 public final Set<RangingTechnology> technologies; field in BaseRangingSession.Peer
98 technologies = Sets.newConcurrentHashSet(Set.of(initialTechnology)); in Peer()
109 technologies.add(technology); in setUsingTechnology()
114 technologies.remove(technology); in setNotUsingTechnology()
238 if (peer.technologies.isEmpty()) { in onStopped()
297 return mPeers.get(mPeer).technologies; in getDataSources()
/aosp_15_r20/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java63 // could stay present. Usually all technologies are on the
409 // No key needed for other technologies in makeReadOnly()
554 * This method exists to "patch in" the ndef technologies, which is done inside Java instead of
797 // Try to find NDEF on any of the technologies. in findAndReadNdef()
798 int[] technologies = getTechList(); in findAndReadNdef() local
806 for (int techIndex = 0; techIndex < technologies.length; techIndex++) { in findAndReadNdef()
807 if (currentTargetTech == technologies[techIndex]) { in findAndReadNdef()
810 currentTargetTech = technologies[techIndex]; in findAndReadNdef()
895 int[] technologies = getTechList(); in findNdef() local
900 for (int techIndex = 0; techIndex < technologies.length; techIndex++) { in findNdef()
[all …]
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/lib/
Dranging_decorator.py97 technologies: Set[RangingTechnology],
100 """Verifies that the peer sends us data from all provided technologies before a timeout.
105 technologies: set of ranging technologies over which we want to receive
112 remaining_technologies = copy.deepcopy(technologies)
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/tech/
H A DTagTechnology.java30 * NFC tags are based on a number of independently developed technologies and offer a
33 * technologies and capabilities. Some sub-classes map to technology
35 * pseudo-technologies or capabilities (for example {@link Ndef}, {@link NdefFormatable}).
137 * technologies in use.
146 * technologies in use.
155 * technologies in use.
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dtelephony.h7 * (c) Copyright 1999-2001 Quicknet Technologies, Inc.
20 * IN NO EVENT SHALL QUICKNET TECHNOLOGIES, INC. BE LIABLE TO ANY PARTY FOR
23 * TECHNOLOGIES, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 * QUICKNET TECHNOLOGIES, INC. SPECIFICALLY DISCLAIMS ANY WARRANTIES,
28 * ON AN "AS IS" BASIS, AND QUICKNET TECHNOLOGIES, INC. HAS NO OBLIGATION
48 * Quicknet Technologies, Inc. - makes low density analog telephony cards
/aosp_15_r20/external/coreboot/
H A DAUTHORS268 Imagination Technologies
269 Infineon Technologies
512 Orion Technologies, LLC
555 Qualcomm Technologies, Inc.
738 VIA Technologies, Inc
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
37 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
43 // Revisions Copyright © 2000-2008 Lucent Technologies Inc. and others
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
37 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
43 // Revisions Copyright © 2000-2008 Lucent Technologies Inc. and others
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/mips/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
37 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
43 // Revisions Copyright © 2000-2008 Lucent Technologies Inc. and others
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
37 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
43 // Revisions Copyright © 2000-2008 Lucent Technologies Inc. and others
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
37 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
43 // Revisions Copyright © 2000-2008 Lucent Technologies Inc. and others
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/arm/
Dl.go4 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
10 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
38 // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
44 // Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others

12345678910>>...117