HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 576 - 600 of 6890) sorted by null

<<21222324252627282930>>

  /external/clang/test/ARCMT/
objcmt-property.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
59 // Properties that contain the name "delegate" or "dataSource",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh 29 #alternatively, you can do ./UpdateBugStateTask.sh 2>../properties/UpdateBugStateTask.properties
30 echo "Paste the following into UpdateBugStateTask.properties:"
  /external/emma/core/res/com/vladium/emma/
run_usage.res 48 'p', 'props', 'properties':
50 '<properties file>',
51 "properties override file";
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderHelper.java 39 import com.jme3.scene.plugins.blender.objects.Properties;
143 * This method loads the properties if they are available and defined for the structure.
145 * the structure we read the properties from
148 * @return loaded properties or null if they are not available
152 protected Properties loadProperties(Structure structure, BlenderContext blenderContext) throws BlenderFileException {
153 Properties properties = null; local
156 Pointer pProperties = (Pointer) id.getFieldValue("properties");
159 properties = new Properties();
    [all...]
  /external/openfst/src/test/
weight-tester.h 31 // This class tests a variety of identities and properties that must
90 if (Weight::Properties() & kCommutative)
107 if (Weight::Properties() & kLeftSemiring)
110 if (Weight::Properties() & kRightSemiring)
114 if (Weight::Properties() & kIdempotent)
117 if (Weight::Properties() & kPath)
121 CHECK(Weight::Properties() & (kLeftSemiring | kRightSemiring));
124 if (Weight::Properties() & kCommutative)
125 CHECK(Weight::Properties() & kSemiring);
132 if (Weight::Properties() & kLeftSemiring)
    [all...]
  /external/qemu/android/
boot-properties.h 16 /* Manage the set of boot system properties.
17 * See the documentation for the 'boot-properties' service
23 * in the Android source tree (in system/core/include/cutils/properties.h)
  /libcore/luni/src/test/java/libcore/java/sql/
OldDriverPropertyInfoTest.java 23 import java.util.Properties;
51 Properties props = new Properties();
  /development/tools/idegen/templates/idea/
compiler.xml 7 <entry name="?*.properties" />
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 19 # $Id: output_html.properties 468654 2006-10-28 07:09:23Z minchau $
21 # Specify defaults when method="html". These defaults use output_xml.properties
25 # XSLT properties do not need namespace qualification.
31 # Xalan-specific output properties. These can be overridden in the stylesheet
  /external/chromium/chrome/browser/sync/protocol/
bookmark_specifics.proto 19 // Properties of bookmark sync objects.
preference_specifics.proto 19 // Properties of preference sync objects.
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
open_tabs_from_bookmark_folder.applescript 10 tell window 1 to make new tab with properties {u}
  /external/chromium_org/ash/system/chromeos/network/
network_connect.h 50 // Configures a network with a dictionary of Shill properties, then sends a
54 const base::DictionaryValue& properties,
58 // Shill properties. The profile used is determined by |shared|.
59 ASH_EXPORT void CreateConfigurationAndConnect(base::DictionaryValue* properties,
  /external/chromium_org/chrome/browser/performance_monitor/
events.json 14 "properties": {
29 "properties": {
40 "properties": {
50 "properties": {
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
open_tabs_from_bookmark_folder.applescript 10 tell window 1 to make new tab with properties {u}
  /external/chromium_org/chrome/common/extensions/api/
preferences_private.json 9 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
console_tts_engine.js 12 var properties = ['voiceName', 'lang', 'gender', 'rate', 'pitch', 'volume'];
14 for (var i = 0; i < properties.length; ++i) {
15 if (options[properties[i]] != curOptions[properties[i]]) {
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
function_details.html 28 <h4 title="">Properties of return type</h4>
property.html 22 <h4 title="">Properties of each object</h4>
  /external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/
windows_permissions.html 7 <code><a href="tabs.html#property-Tab-favIconUrl">favIconUrl</a></code> properties of
  /external/chromium_org/chrome/installer/util/
installer_util_test_common.h 17 // Keeps all file properties identical (creation time, etc.).
  /external/chromium_org/chrome_frame/cfinstall/src/common/
cf-interactiondelegate-externs.js 6 * @fileoverview Defines an interface whose properties should be immune from
  /external/chromium_org/chrome_frame/
com_message_event.h 16 // specific properties itself and inherited properties from a browser provided
18 // NOTE: The messagePort and source properties will always be NULL.
65 // if our container does not require the properties/methods exposed by
  /external/chromium_org/chromeos/dbus/
nfc_manager_client.cc 15 NfcManagerClient::Properties::Properties(
24 NfcManagerClient::Properties::~Properties() {
52 virtual Properties* GetProperties() OVERRIDE {
83 // Create the properties structure.
84 properties_.reset(new Properties(
146 // Properties for neard Manager interface.
147 scoped_ptr<Properties> properties_;
nfc_record_client.h 26 // Structure of properties associated with an NFC record.
27 struct Properties : public NfcPropertySet {
72 Properties(dbus::ObjectProxy* object_proxy,
74 virtual ~Properties();
95 // Called when all properties for the record with object path |object_path|
97 // Observer::RecordPropertyChanged has been called for all properties that
100 // notified when all existing properties of a record are available for use.
113 // Obtain the properties for the NFC record with object path |object_path|;
115 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;

Completed in 1259 milliseconds

<<21222324252627282930>>