/external/llvm/cmake/modules/ |
TableGen.cmake | 45 PROPERTIES GENERATED 1) 56 set_target_properties(${target} PROPERTIES FOLDER "Tablegenning") 77 set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${CX_NATIVE_TG_DIR}) 123 set_target_properties(${target} PROPERTIES LINK_FLAGS -Wl,--stack,16777216)
|
/external/llvm/test/TableGen/ |
intrinsic-order.td | 21 list<IntrinsicProperty> Properties = [];
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
CMakeLists.txt | 58 set_target_properties(JITTests PROPERTIES ENABLE_EXPORTS 1)
|
/external/openssl/crypto/asn1/ |
charmap.h | 2 * Mask of various character properties
|
/external/v8/test/mjsunit/ |
builtins.js | 30 // Checks that all function properties of the builtin object that are actually 31 // constructors (recognized by having properties on their .prototype object), 32 // have only unconfigurable properties on the prototype, and the methods 42 // A constructor is a function with a prototype and properties on the
|
/external/v8/test/mjsunit/regress/ |
regress-1692.js | 52 // Inherited properties are ignored. 58 // Own properties. 76 // Nonexisting properties. 80 // String object properties.
|
/frameworks/base/core/java/android/animation/ |
package.html | 5 to animate object properties of any type. <code>int</code>, <code>float</code>, and hexadecimal
|
/frameworks/base/services/java/com/android/server/location/ |
MockProvider.java | 58 ProviderProperties properties) { 59 if (properties == null) throw new NullPointerException("properties is null"); 63 mProperties = properties;
|
/frameworks/compile/libbcc/include/bcc/Support/ |
Properties.h | 24 #include <cutils/properties.h>
|
/frameworks/rs/ |
rsCompatibilityLib.h | 30 // from cutils/properties.h
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 492 android::CameraProperties::Properties* properties = NULL; local 573 if(gCameraProperties.getProperties(cameraid, &properties) < 0) 575 ALOGE("Couldn't get camera properties"); 589 if(properties && (camera->initialize(properties) != android::NO_ERROR)) 627 // initialize camera properties here... 646 android::CameraProperties::Properties* properties = NULL; local 649 // initialize camera properties here.. [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
SystemPropertiesBenchmark.java | 24 // Force the properties to be recreated.
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldMemoryHandlerTest.java | 24 import java.util.Properties; 36 final static Properties props = new Properties(); 54 public static InputStream propertiesToInputStream(Properties p) throws IOException {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/ |
ExtendedPhoneDirectoriesManager.java | 15 * in assets/contacts_extensions.properties. {@link ExtensionsFactory} will load the implementation
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILRootLayoutElement.java | 16 * Declares layout properties for the root-layout element. See the
|
SMILTopLayoutElement.java | 16 * Declares layout properties for the top-layout element. See the top-layout
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Power_Suite.py | 80 """<Inheritance> - All of the properties of the superclass. """ 90 """properties - every property of the System Events application """ 93 properties = _Prop_properties() variable 116 'properties' : _Prop_properties,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportPropertiesPage.java | 32 * Page for export properties, used by {@link ExportEditor}. 33 * It displays a part to edit the properties and another part 49 super(editor, PAGE_ID, "Export Properties"); // tab's label, user visible, keep it short 62 form.setText("Android Export Properties");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLListProperty.java | 24 * A list property is a container for a list of properties, addressed by index. 33 * Construct a list of properties of given size from the provided template. 158 "Values cannot be set for composite properties."); //$NON-NLS-1$ 164 "Values cannot be obtained for composite properties."); //$NON-NLS-1$
|
/sdk/testapps/aidlTest/libWithAidl/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/aidlTest/mainProject/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/basicProjectWithAidl/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/buildConfigTest/app/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/customViewTest/libWithCustomView/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/customViewTest/mainProject/ |
ant.properties | 13 # the following properties:
|