/external/dbus/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true)
|
/external/dnsmasq/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true)
|
/external/iproute2/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true)
|
/hardware/libhardware_legacy/qemu/ |
Android.mk | 1 ifeq ($(QEMU_HARDWARE),true)
|
/system/bluetooth/ |
Android.mk | 1 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
|
/frameworks/base/tools/layoutlib/create/tests/data/ |
mock_android.jardesc | 4 <options buildIfNeeded="true" compress="true" descriptionLocation="/layoutlib_create/tests/data/mock_android.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/> 5 <storedRefactorings deprecationInfo="true" structuralOnly="false"/> 7 <manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true"> 13 <selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
|
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 21 descriptorShouldBe("{definedProperty:'defined'}", "'definedProperty'", {writable: true, enumerable: true, configurable: true, value:'"defined"'}); 22 descriptorShouldBe("Array.prototype", "'concat'", {writable: true, enumerable: false, configurable: true, value:"Array.prototype.concat"}); 23 descriptorShouldBe("Date.prototype", "'toISOString'", {writable: true, enumerable: false, configurable: true, value: "Date.prototype.toISOString"}); 24 descriptorShouldBe("String.prototype", "'concat'", {writable: true, enumerable: false, configurable: true, value:"String.prototype.concat"}); 25 descriptorShouldBe("RegExp.prototype", "'exec'", {writable: true, enumerable: false, configurable: true, value:"RegExp.prototype.exec"}) [all...] |
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormat.java | 41 return true; 81 addAttribute("ColorSpaceType", "name", DATATYPE_STRING, true, null, values); 84 addAttribute("NumChannels", "value", DATATYPE_INTEGER, true, 0, Integer.MAX_VALUE); // list 90 addAttribute("Gamma", "value", DATATYPE_FLOAT, true, null); 93 addBooleanAttribute("BlackIsZero", "value", true, true); 97 addAttribute("PaletteEntry", "index", DATATYPE_INTEGER, true, null); 98 addAttribute("PaletteEntry", "red", DATATYPE_INTEGER, true, null); 99 addAttribute("PaletteEntry", "green", DATATYPE_INTEGER, true, null); 100 addAttribute("PaletteEntry", "blue", DATATYPE_INTEGER, true, null) [all...] |
/external/webkit/WebKitLibraries/win/tools/vsprops/ |
FeatureDefines.vsprops | 17 PerformEnvironmentSet="true" 22 PerformEnvironmentSet="true" 27 PerformEnvironmentSet="true" 32 PerformEnvironmentSet="true" 37 PerformEnvironmentSet="true" 42 PerformEnvironmentSet="true" 47 PerformEnvironmentSet="true" 52 PerformEnvironmentSet="true" 57 PerformEnvironmentSet="true" 62 PerformEnvironmentSet="true" [all...] |
FeatureDefinesCairo.vsprops | 17 PerformEnvironmentSet="true" 22 PerformEnvironmentSet="true" 27 PerformEnvironmentSet="true" 32 PerformEnvironmentSet="true" 37 PerformEnvironmentSet="true" 42 PerformEnvironmentSet="true" 47 PerformEnvironmentSet="true" 52 PerformEnvironmentSet="true" 57 PerformEnvironmentSet="true" 62 PerformEnvironmentSet="true" [all...] |
/dalvik/tests/008-instanceof/ |
expected.txt | 5 bbOkay (true) = true
|
/external/opencore/ |
Android_system_extras.mk | 4 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true) 7 ifneq ($(TARGET_SIMULATOR),true)
|
/external/ping/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true) 11 endif # TARGET_SIMULATOR != true
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
jar_example.jardesc | 4 <options buildIfNeeded="true" compress="true" descriptionLocation="/common/tests/data/jar_example.jardesc" exportErrors="false" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/> 5 <storedRefactorings deprecationInfo="true" structuralOnly="false"/> 7 <manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true"> 13 <selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
|
/dalvik/vm/mterp/c/ |
OP_FILLED_NEW_ARRAY_RANGE.c | 2 GOTO_invoke(filledNewArray, true);
|
OP_INVOKE_DIRECT_RANGE.c | 2 GOTO_invoke(invokeDirect, true);
|
OP_INVOKE_INTERFACE_RANGE.c | 2 GOTO_invoke(invokeInterface, true);
|
OP_INVOKE_STATIC_RANGE.c | 2 GOTO_invoke(invokeStatic, true);
|
OP_INVOKE_SUPER_QUICK_RANGE.c | 2 GOTO_invoke(invokeSuperQuick, true);
|
OP_INVOKE_SUPER_RANGE.c | 2 GOTO_invoke(invokeSuper, true);
|
OP_INVOKE_VIRTUAL_QUICK_RANGE.c | 2 GOTO_invoke(invokeVirtualQuick, true);
|
OP_INVOKE_VIRTUAL_RANGE.c | 2 GOTO_invoke(invokeVirtual, true);
|
/external/e2fsprogs/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true)
|
/external/e2fsprogs/debian/ |
uuid-runtime.prerm | 5 /usr/sbin/uuidd -k || true
|
/external/opencore/build_config/opencore_dynamic/ |
makefile | 13 opencore_common_PRELINK := true 14 opencore_player_PRELINK := true 15 opencore_author_PRELINK := true 16 opencore_2way_PRELINK := true
|