Searched
full:feature (Results
326 -
350 of
6147) sorted by null
<<11121314151617181920>>
/sdk/eclipse/features/com.android.ide.eclipse.gldebugger/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.gldebugger.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.hierarchyviewer/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.hierarchyviewer.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.monitor/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.monitor.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.ndk/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.ndk.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/sdk/eclipse/features/com.android.ide.eclipse.tests/ |
feature.xml | 2 <feature 24 </feature>
|
/sdk/eclipse/features/com.android.ide.eclipse.traceview/ |
pom.xml | 7 <artifactId>com.android.ide.eclipse.traceview.feature</artifactId> 8 <packaging>eclipse-feature</packaging>
|
/external/valgrind/main/tests/ |
s390x_features.c | 17 // - 0 if the machine provides the asked-for feature and the cpu 19 // - 1 the machine does not provide the asked-for feature or the 22 // - 2 if the asked-for feature isn't recognised (this will be the case for 23 // any feature if run on a non-s390x machine). 28 // s390x_features <feature> [<machine-model>] 200 static int go(char *feature, char *cpu) 209 if (strcmp(feature, "s390x-zarch") == 0 ) { 211 } else if (strcmp(feature, "s390x-n3") == 0 ) { 213 } else if (strcmp(feature, "s390x-stfle") == 0 ) { 215 } else if (strcmp(feature, "s390x-ldisp") == 0 ) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyopers.swg | 17 To dispatch to a statically defined function, use %feature("python:<slot>"), 31 %feature("python:tp_hash") MyClass "myHashFunc"; 37 use %feature("python:slot"). For example: 45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc; 51 the "functype" attribute of the feature enables SWIG to generate 61 operation, you may use %feature("python:slot") like this: 69 %feature("python:slot", "Py_LT") MyClass::lessThan; 92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname; 93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname [all...] |
/build/core/combo/arch/x86/ |
silvermont.mk | 1 # This file contains feature macro definitions specific to the
|
x86-atom.mk | 1 # This file contains feature macro definitions specific to the
|
/build/core/combo/arch/x86_64/ |
silvermont.mk | 1 # This file contains feature macro definitions specific to the
|
x86_64-atom.mk | 1 # This file contains feature macro definitions specific to the
|
x86_64.mk | 1 # This file contains feature macro definitions specific to the
|
/developers/build/prebuilts/gradle/CardReader/Application/src/main/res/xml/ |
nfc_tech_filter.xml | 4 <!-- Android's host card emulation feature only supports the IsoDep protocol. -->
|
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/res/xml/ |
nfc_tech_filter.xml | 4 <!-- Android's host card emulation feature only supports the IsoDep protocol. -->
|
/development/samples/browseable/CardEmulation/ |
_index.jd | 8 feature added in Android 4.4. This sample makes the device appear as a loyalty card
|
/development/samples/browseable/CardReader/res/xml/ |
nfc_tech_filter.xml | 4 <!-- Android's host card emulation feature only supports the IsoDep protocol. -->
|
/external/bluetooth/bluedroid/vnd/include/ |
vendor_api.h | 39 ** VENDOR SPECIFIC BLE FEATURE FUNCTIONS
|
/external/chromium_org/chrome/browser/gpu/ |
gpu_feature_checker.cc | 16 gpu::GpuFeatureType feature) { 18 !manager->IsFeatureBlacklisted(feature)); 23 GPUFeatureChecker::GPUFeatureChecker(gpu::GpuFeatureType feature, 25 : feature_(feature),
|
/external/chromium_org/components/precache/ |
README | 4 To enable this feature use the command line flag --enable-precache.
|
/external/chromium_org/net/android/javatests/src/org/chromium/net/ |
AndroidProxySelectorTest.java | 20 import org.chromium.base.test.util.Feature; 83 @Feature({"AndroidWebView"}) 96 @Feature({"AndroidWebView"}) 111 @Feature({"AndroidWebView"}) 125 @Feature({"AndroidWebView"}) 139 @Feature({"AndroidWebView"}) 154 @Feature({"AndroidWebView"}) 170 @Feature({"AndroidWebView"}) 186 @Feature({"AndroidWebView"}) 201 @Feature({"AndroidWebView"} [all...] |
/external/chromium_org/sync/protocol/ |
experiments_specifics.proto | 5 // Sync protocol datatype extension for experimental feature flags. 37 // Flags for enabling the experimental no-precommit GU feature. 42 // Flags for enabling the GCM feature. 47 // Flags for enabling the experimental enhanced bookmarks feature.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/ |
AndroidManifest.xml | 7 <uses-feature android:name="android.hardware.camera" /> 8 <uses-feature android:name="android.hardware.camera.autofocus" /> 9 <uses-feature android:glEsVersion="0x00020000" android:required="true"></uses-feature>
|
/external/chromium_org/third_party/skia/tools/ |
gcov_shim | 4 # This shim strips out that flag (a minor feature) so we can run gcov.
|
/external/clang/test/CodeGen/ |
2007-06-18-SextAttrAggregate.c | 9 // Technically this test wasn't written to test that feature, but it's a
|
Completed in 898 milliseconds
<<11121314151617181920>>