HomeSort by relevance Sort by last modified time
    Searched refs:allProperties (Results 1 - 25 of 29) sorted by null

1 2

  /art/test/922-properties/src/art/
Test922.java 35 Set<String> allProperties = getAllProperties();
38 retained.retainAll(allProperties);
45 Set<String> nonRecommended = new TreeSet<String>(allProperties);
54 String key = generate(allProperties);
58 String key2 = generateUnique(allProperties);
  /packages/services/Car/service/src/com/android/car/hal/
InfoHalService.java 53 Collection<VehiclePropConfig> allProperties) {
55 for (VehiclePropConfig p: allProperties) {
HalServiceBase.java 55 * Take supported properties from given allProperties and return List of supported properties.
56 * @param allProperties
61 Collection<VehiclePropConfig> allProperties) {
InputHalService.java 86 Collection<VehiclePropConfig> allProperties) {
88 for (VehiclePropConfig p: allProperties) {
SensorHalServiceBase.java 57 Collection<VehiclePropConfig> allProperties) {
60 for (VehiclePropConfig halProperty : allProperties) {
PropertyHalServiceBase.java 147 Collection<VehiclePropConfig> allProperties) {
150 for (VehiclePropConfig p : allProperties) {
RadioHalService.java 70 Collection<VehiclePropConfig> allProperties) {
72 for (VehiclePropConfig p : allProperties) {
PowerHalService.java 274 Collection<VehiclePropConfig> allProperties) {
275 for (VehiclePropConfig config : allProperties) {
VmsHalService.java 269 Collection<VehiclePropConfig> allProperties) {
271 for (VehiclePropConfig p : allProperties) {
AudioHalService.java 604 Collection<VehiclePropConfig> allProperties) {
605 for (VehiclePropConfig p : allProperties) {
  /external/v8/src/inspector/
v8-injected-script-host.cc 191 v8::Local<v8::Array> allProperties;
195 .ToLocal(&allProperties) ||
196 !allProperties->IsArray() || allProperties->Length() % 2 != 0)
210 for (uint32_t i = 0; i < allProperties->Length(); i += 2) {
212 if (!allProperties->Get(context, i).ToLocal(&key)) continue;
222 if (!allProperties->Get(context, i + 1).ToLocal(&value)) continue;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]
  /build/soong/android/
arch.go 511 var allProperties []interface{}
512 allProperties = append(allProperties, base.generalProperties...)
515 allProperties = append(allProperties, asp)
519 base.customizableProperties = allProperties
521 return m, allProperties
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 1741 milliseconds

1 2