HomeSort by relevance Sort by last modified time
    Searched defs:feature (Results 101 - 125 of 584) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/vulkan-validation-layers/layers/
shader_validation.cpp 1145 VkBool32 const VkPhysicalDeviceFeatures::*feature; member in class:CapabilityInfo::VkPhysicalDeviceFeatures
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 245 for (AccessibilityShortcutController.ToggleableFrameworkFeatureInfo feature : features) {
246 shortcutFeatureKeys.add(feature.getSettingKey());
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 21 * \brief Api Feature Query tests
98 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_)
263 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f },
264 { LIMIT(maxTessellationGenerationLevel), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
265 { LIMIT(maxTessellationPatchSize), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
266 { LIMIT(maxTessellationControlPerVertexInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
267 { LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
268 { LIMIT(maxTessellationControlPerPatchOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
269 { LIMIT(maxTessellationControlTotalOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f },
270 { LIMIT(maxTessellationEvaluationInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f }
2055 const VkBool32 VkPhysicalDeviceFeatures::* feature; member in class:vkt::api::__anon17614::__anon17618::VkPhysicalDeviceFeatures
    [all...]
  /external/libdrm/include/drm/
amdgpu_drm.h 573 uint32_t feature; member in struct:drm_amdgpu_info_firmware
  /external/opencv/cv/src/
cvhaar.cpp 68 CvHidHaarFeature feature; member in struct:CvHidHaarTreeNode
316 CvHaarFeature* feature = classifier->haar_feature + l; local
322 if( fabs(feature->rect[2].weight) < DBL_EPSILON ||
323 feature->rect[2].r.width == 0 ||
324 feature->rect[2].r.height == 0 )
325 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) );
528 CvHaarFeature* feature = local
533 &cascade->stage_classifier[i].classifier[j].node[l].feature;
551 r[k] = feature->rect[k].r
2173 CvHaarFeature* feature = &tree->haar_feature[k]; local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageManagerTest.java 1239 FeatureInfo feature = new FeatureInfo(); local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 470 * Represents a feature that has been automatically added due to
478 * Name of the implied feature.
488 * List of human-readable reasons for why this feature was implied.
493 struct Feature {
494 Feature() : required(false), version(-1) {}
495 explicit Feature(bool required, int32_t version = -1) : required(required), version(version) {}
498 * Whether the feature is required.
503 * What version of the feature is requested.
509 * Represents a <feature-group> tag in the AndroidManifest.xml
522 KeyedVector<String8, Feature> features
548 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local
567 const Feature& feature = grp.features[i]; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 556 const char* feature; local
558 feature = TQualifier::getGeometryString(intermediate.getInputPrimitive());
560 feature = "vertices";
562 feature = "unknown";
565 checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList.back()->getWritableType(), ioArraySymbolResizeList.back()->getName());
570 checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList[i]->getWritableType(), ioArraySymbolResizeList[i]->getName());
583 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* feature, TType& type, const TString& name)
589 error(loc, "inconsistent input primitive for array size of", feature, name.c_str());
591 error(loc, "inconsistent output number of vertices for array size of", feature, name.c_str());
661 const char* feature = ".length() on vectors and matrices" local
1406 const char* feature = featureString.c_str(); local
1463 const char* feature = biasFeatureString.c_str(); local
1486 const char* feature = featureString.c_str(); local
1630 const char* feature = featureString.c_str(); local
3055 const char* feature = "arrays of arrays"; local
3421 const char* feature = "built-in block redeclaration"; local
4095 const char* feature = "layout-id value"; local
4123 const char* feature = "offset"; local
4133 const char* feature = "uniform buffer-member align"; local
4183 const char* feature = "transform feedback qualifier"; local
4726 const char* feature = "location qualifier on input"; local
4743 const char* feature = "location qualifier on output"; local
4761 const char* feature = "location qualifier on uniform or buffer"; local
5818 const char* feature = "location on block member"; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 487 __u32 feature; member in struct:drm_amdgpu_info_firmware
  /bionic/libc/kernel/uapi/linux/
hdreg.h 76 __u8 feature; member in struct:hd_drive_cmd_hdr
81 __u8 feature; member in struct:hd_drive_task_hdr
91 __u8 feature; member in struct:hd_drive_hob_hdr
  /external/expat/tests/
runtests.c 4014 const XML_Feature *feature = XML_GetFeatureList(); local
    [all...]
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 786 __u32 feature; member in struct:drm_amdgpu_info_firmware
  /external/kernel-headers/original/uapi/linux/
hdreg.h 80 __u8 feature; member in struct:hd_drive_cmd_hdr
87 __u8 feature; member in struct:hd_drive_task_hdr
98 __u8 feature; member in struct:hd_drive_hob_hdr
292 #define SETFEATURES_DIS_RLA 0x55 /* Disable read look-ahead feature */
304 #define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */
479 * 3: Power Management Feature Set
480 * 2: Removable Feature Set
481 * 1: Security Feature Set
482 * 0: SMART Feature Set
490 * 10: 48-bit Address Feature Se
    [all...]
  /external/v8/src/
isolate.cc 3536 use_counter_callback_(reinterpret_cast<v8::Isolate*>(this), feature); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 327 // Get feature
328 int feature = 0; local
330 feature = Integer.parseInt(tokens[1]);
332 Log.e(TAG, "updateInteropDatabase: Invalid feature '" + tokens[1] + "'");
365 interopDatabaseAddNative(feature, addr, length);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 75 __u8 feature; member in struct:hd_drive_cmd_hdr
81 __u8 feature; member in struct:hd_drive_task_hdr
92 __u8 feature; member in struct:hd_drive_hob_hdr
282 #define SETFEATURES_DIS_RLA 0x55 /* Disable read look-ahead feature */
294 #define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */
465 * 3: Power Management Feature Set
466 * 2: Removable Feature Set
467 * 1: Security Feature Set
468 * 0: SMART Feature Set
476 * 10: 48-bit Address Feature Se
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 

Completed in 993 milliseconds

1 2 3 45 6 7 8 91011>>