Home
last modified time | relevance | path

Searched +full:software +full:- +full:properties +full:- +full:common (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/intel-media-driver/media_driver/
H A Dmedia_top_cmake.cmake1 # Copyright (c) 2017-2023, Intel Corporation
4 # copy of this software and associated documentation files (the "Software"),
5 # to deal in the Software without restriction, including without limitation
7 # and/or sell copies of the Software, and to permit persons to whom the
8 # Software is furnished to do so, subject to the following conditions:
11 # in all copies or substantial portions of the Software.
13 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19 # OTHER DEALINGS IN THE SOFTWARE.
49 message("-- media -- PLATFORM = ${PLATFORM}")
[all …]
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DHost.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
20 import static com.google.common.base.Preconditions.checkNotNull;
22 import com.google.common.annotations.VisibleForTesting;
23 import com.google.common.base.MoreObjects;
24 import com.google.common.collect.ImmutableSortedMap;
25 import com.google.common.collect.Maps;
26 import com.google.common.hash.Funnel;
27 import com.google.common.hash.HashFunction;
28 import com.google.common.hash.PrimitiveSink;
[all …]
H A DVmSpec.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
21 import com.google.common.base.MoreObjects;
22 import com.google.common.collect.ImmutableSortedMap;
23 import com.google.common.collect.Maps;
24 import com.google.common.hash.Funnel;
25 import com.google.common.hash.PrimitiveSink;
39 private SortedMap<String, String> properties; field in VmSpec
44 this.properties = Maps.newTreeMap(); in VmSpec()
49 this.properties = Maps.newTreeMap(builder.properties); in VmSpec()
[all …]
/aosp_15_r20/external/gmmlib/Source/GmmLib/
H A DCMakeLists.txt5 # copy of this software and associated documentation files(the "Software"),
6 # to deal in the Software without restriction, including without limitation
8 # and / or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
12 # in all copies or substantial portions of the Software.
14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 # OTHER DEALINGS IN THE SOFTWARE.
57 # - increment major for any ABI change
58 # - increment minor for any interface change (e.g. new/modified function)
[all …]
/aosp_15_r20/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DTestUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
28 import android.media.audio.common.AudioChannelLayout;
29 import android.media.audio.common.AudioConfig;
30 import android.media.audio.common.AudioConfigBase;
31 import android.media.audio.common.AudioFormatDescription;
32 import android.media.audio.common.AudioFormatType;
39 import android.media.soundtrigger.Properties;
68 model.uuid = "12345678-2345-3456-4567-abcdef987654"; in createSoundModel()
69 model.vendorUuid = "87654321-5432-6543-7654-456789fedcba"; in createSoundModel()
[all …]
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DCaliperConfig.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
20 import static com.google.common.base.Preconditions.checkArgument;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkState;
28 import com.google.common.annotations.VisibleForTesting;
29 import com.google.common.base.MoreObjects;
30 import com.google.common.base.Strings;
31 import com.google.common.collect.BiMap;
32 import com.google.common.collect.HashBiMap;
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dmemcache_v1beta2.projects.locations.instances.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/external/apache-xml/test/java/xdocs/sources/tests/
H A Drun.xml3 <!--
4 * Licensed to the Apache Software Foundation (ASF) under one
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * Unless required by applicable law or agreed to in writing, software
19 -->
22 <li><link anchor="how-to-run">How-to: Run Xalan-J tests</link></li>
23 <li><link anchor="how-to-view-results">How-to: View Test Results</link></li>
24 <li><link anchor="test-options">Common Test Options</link></li>
25 <li><link anchor="how-to-run-c">How-to: Run Xalan-C tests</link></li>
28 <anchor name="how-to-run"/>
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/common/layout/
H A DDisplayFoldFeatureCommonTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
17 package androidx.window.common.layout;
19 import static androidx.window.common.layout.CommonFoldingFeature.COMMON_STATE_UNKNOWN;
20 import static androidx.window.common.layout.CommonFoldingFeature.COMMON_TYPE_FOLD;
21 import static androidx.window.common.layout.CommonFoldingFeature.COMMON_TYPE_HINGE;
22 import static androidx.window.common.layout.DisplayFoldFeatureCommon.DISPLAY_FOLD_FEATURE_PROPERTY_…
23 import static androidx.window.common.layout.DisplayFoldFeatureCommon.DISPLAY_FOLD_FEATURE_TYPE_HING…
24 import static androidx.window.common.layout.DisplayFoldFeatureCommon.DISPLAY_FOLD_FEATURE_TYPE_SCRE…
26 import static com.google.common.truth.Truth.assertThat;
[all …]
/aosp_15_r20/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
H A DSampleGenProperties.groovy8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
25 * Gradle extension that holds properties for sample generation.
27 * The sample generator needs a number of properties whose values can be
28 * inferred by convention from a smaller number of initial properties.
29 * This class defines fields for the initial properties, and getter
30 * methods for the inferred properties. It also defines a small number
31 * of convenience methods for setting up template-generation tasks.
41 * Directory where the top-level sample project lives
46 * Relative path to samples/common directory
[all …]
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/
H A DFileBasedTest.java2 * Licensed to the Apache Software Foundation (ASF) under one
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * Unless required by applicable law or agreed to in writing, software
34 import java.util.Properties;
36 //-------------------------------------------------------------------------
39 * Base class for file-based tests.
43 * <p>FileBasedTest defines a number of common fields that many
45 * <ul>These are each pre-initialized for you from the command line or property file.
52 * <li>(stored in testProps) logFile (string filename for any file-based Reporter)</li>
67 * to call super.usage() to get the common options string.</p>
[all …]
/aosp_15_r20/hardware/interfaces/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/
H A DSthalCli.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
22 import android.media.audio.common.AudioChannelLayout;
23 import android.media.audio.common.AudioConfig;
24 import android.media.audio.common.AudioConfigBase;
25 import android.media.audio.common.AudioFormatDescription;
26 import android.media.audio.common.AudioFormatType;
27 import android.media.audio.common.PcmType;
33 import android.media.soundtrigger.Properties;
49 * This is a quick-and-dirty sound trigger HAL console mock.
[all …]
/aosp_15_r20/external/angle/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp3 // Use of this source code is governed by a BSD-style license that can be
21 #include "common/angleutils.h"
22 #include "common/debug.h"
23 #include "common/platform_helpers.h"
24 #include "common/system_utils.h"
25 #include "common/vulkan/libvulkan_loader.h"
95 // If Vulkan doesn't exist, bail-out early: in getVulkanInstance()
205 // If Vulkan doesn't exist, bail-out early: in GetSystemInfoVulkanWithICD()
230 info->gpus.resize(physicalDeviceCount); in GetSystemInfoVulkanWithICD()
241 VkPhysicalDeviceProperties &properties = properties2.properties; in GetSystemInfoVulkanWithICD() local
[all …]
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dviewer_input_component.ts8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
18 import {PersistentStore} from 'common/persistent_store';
20 import {CollapsibleSections} from 'viewers/common/collapsible_sections';
21 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
22 import {ViewerEvents} from 'viewers/common/viewer_events';
31 selector: 'viewer-input',
33 <div class="card-grid">
34 <collapsed-sections
38 </collapsed-sections>
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
21 import android.media.audio.common.AidlConversion;
22 import android.media.audio.common.AudioConfig;
30 import android.media.soundtrigger.Properties;
52 Properties properties = aidlDesc.properties; in aidl2apiModuleDescriptor() local
55 properties.implementor, in aidl2apiModuleDescriptor()
56 properties.description, in aidl2apiModuleDescriptor()
57 properties.uuid, in aidl2apiModuleDescriptor()
58 properties.version, in aidl2apiModuleDescriptor()
[all …]
/aosp_15_r20/external/libaom/
H A DCMakeLists.txt7 # at www.aomedia.org/license/software. If the Alliance for Open Media Patent
23 "$ rm -rf CMakeCache.txt CMakeFiles\n"
24 "$ mkdir -p ../aom_build\n" "$ cd ../aom_build\n"
25 "And re-run CMake from the aom_build directory.")
53 # https://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
57 # libtool generates a .so file as .so.[c-a].a.r, while -version-info c:r:a is
60 # We set SO_FILE_VERSION = [c-a].a.r
64 math(EXPR SO_VERSION "${LT_CURRENT} - ${LT_AGE}")
75 include("${AOM_ROOT}/common/ivf_dec.cmake")
96 "${AOM_ROOT}/av1/common/av1_rtcd_defs.pl"
[all …]
/aosp_15_r20/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
42 if (halEvent->model != client->getHalHandle()) { in soundModelCallback()
44 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback()
48 client->soundModelCallback(halEvent); in soundModelCallback()
65 client->recognitionCallback(halEvent); in recognitionCallback()
72 ISoundTriggerHw::Properties properties; in getProperties() local
75 ret = -ENODEV; in getProperties()
79 ret = mHwDevice->get_properties(mHwDevice, &halProperties); in getProperties()
81 convertPropertiesFromHal(&properties, &halProperties); in getProperties()
[all …]
/aosp_15_r20/test/vts/tests/gpu_test/src/com/android/gpu/vts/
H A DVulkanTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
26 import com.android.compatibility.common.util.ApiLevelUtil;
27 import com.android.compatibility.common.util.FeatureUtil;
28 import com.android.compatibility.common.util.PropertyUtil;
29 import com.android.compatibility.common.util.VsrTest;
48 // Feature version corresponding to dEQP level for 2024-03-01.
51 // Feature version corresponding to dEQP level for 2023-03-01.
54 // Feature version corresponding to dEQP level for 2022-03-01.
57 // Feature version corresponding to dEQP level for 2021-03-01.
[all …]
/aosp_15_r20/external/aws-crt-java/
H A Dpom.xml2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
4 <groupId>software.amazon.awssdk.crt</groupId>
5 <artifactId>aws-crt</artifactId>
7 <version>1.0.0-SNAPSHOT</version>
9 <description>Java bindings for the AWS SDK Common Runtime</description>
10 <url>https://github.com/awslabs/aws-crt-java</url>
14 <name>The Apache Software License, Version 2.0</name>
15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
21 <name>AWS SDK Common Runtime Team</name>
22 <email>aws-sdk-common-[email protected]</email>
[all …]
/aosp_15_r20/development/tools/winscope/src/viewers/components/
H A Dviewer_input_method_component.ts8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
17 import {PersistentStore} from 'common/persistent_store';
19 import {CollapsibleSections} from 'viewers/common/collapsible_sections';
20 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
21 import {ImeUiData} from 'viewers/common/ime_ui_data';
25 selector: 'viewer-input-method',
27 <div class="card-grid">
28 <collapsed-sections
32 </collapsed-sections>
[all …]
H A Dproperties_component.ts8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
25 import {PersistentStore} from 'common/persistent_store';
28 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
29 import {CuratedProperties} from 'viewers/common/curated_properties';
30 import {TextFilter} from 'viewers/common/text_filter';
31 import {UiPropertyTreeNode} from 'viewers/common/ui_property_tree_node';
32 import {UserOptions} from 'viewers/common/user_options';
33 import {ViewerEvents} from 'viewers/common/viewer_events';
39 selector: 'properties-view',
[all …]
H A Dsurface_flinger_property_groups_component.ts8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
24 import {assertDefined} from 'common/assert_utils';
25 import {SfCuratedProperties} from 'viewers/common/curated_properties';
26 import {UiPropertyTreeNode} from 'viewers/common/ui_property_tree_node';
27 import {ViewerEvents} from 'viewers/common/viewer_events';
32 selector: 'surface-flinger-property-groups',
34 <div class="title-section">
35 <collapsible-section-title
36 title="PROPERTIES"
[all …]
/aosp_15_r20/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
60 if (halEvent->model != client->getHalHandle()) { in soundModelCallback_()
62 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback_()
66 client->soundModelCallback(halEvent); in soundModelCallback_()
83 client->recognitionCallback(halEvent); in recognitionCallback_()
90 ISoundTriggerHw::Properties properties; in getProperties() local
93 ret = -ENODEV; in getProperties()
97 ret = mHwDevice->get_properties(mHwDevice, &halProperties); in getProperties()
99 convertPropertiesFromHal(&properties, &halProperties); in getProperties()
[all …]
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
H A DVmPropertiesLogMessage.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.base.Objects;
22 import com.google.common.collect.ImmutableMap;
23 import com.google.common.collect.Maps;
28 * A message containing a selection of {@link System#getProperties() system properties} from the
34 private final ImmutableMap<String, String> properties; field in VmPropertiesLogMessage
40 public VmPropertiesLogMessage(ImmutableMap<String, String> properties) { in VmPropertiesLogMessage() argument
41 this.properties = checkNotNull(properties); in VmPropertiesLogMessage()
[all …]
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DBuilderRequiredProperties.java8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
18 import static com.google.auto.common.MoreStreams.toImmutableList;
19 import static com.google.auto.common.MoreStreams.toImmutableMap;
24 import com.google.common.annotations.VisibleForTesting;
25 import com.google.common.collect.ImmutableList;
26 import com.google.common.collect.ImmutableMap;
27 import com.google.common.collect.ImmutableSet;
32 * Code generation to track which properties have been set in a builder.
36 * Optional} properties. That means we must keep track of which ones have in fact been set. We do
[all …]

12345678910>>...48