HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 751 - 775 of 6891) sorted by null

<<31323334353637383940>>

  /external/chromium_org/base/mac/
objc_property_releaser.h 16 // synthesized Objective-C properties marked "retain" or "copy". The expected
21 // the instance variables backing the appropriate properties. If
93 // -.cxx_destruct method), release all properties.
98 // Initialize this object so that it's armed to release the properties of
103 // type in the class hierarchy it's responsible for releasing properties
114 // Release all of the properties in object_ defined in class_ as either
116 // Properties must be synthesized to have identifiable instance variables.
  /external/chromium_org/base/win/
shortcut_unittest.cc 33 // Shortcut 1's properties
48 // Shortcut 2's properties (all different from properties of shortcut 1).
74 // Properties for the created shortcut.
77 // Properties for the updated shortcut.
239 // Expect only properties in |new_properties| to be set, all other properties
  /external/chromium_org/chrome/common/extensions/api/
gcm.json 9 "properties": {
55 "properties": {
75 "properties": {},
109 "properties": {
112 "properties": {},
136 "properties": {
148 "properties": {},
page_action.json 43 "properties": {
58 "properties": {
85 "properties": {
92 "properties": {
106 "properties": {
139 "properties": {
157 "properties": {
sockets_tcp_server.idl 11 // The socket properties specified in the <code>create</code> or
114 // |properties| : The socket properties (optional).
116 static void create(optional SocketProperties properties,
119 // Updates the socket properties.
121 // |properties| : The properties to update.
122 // |callback| : Called when the properties are updated.
124 SocketProperties properties,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 71 // This struct is for rarely used non-inherited CSS3, CSS2, and WebKit-specific properties.
73 // actually uses one of these properties.
104 DataRef<StyleDeprecatedFlexibleBoxData> m_deprecatedFlexibleBox; // Flexible box properties
106 DataRef<StyleMarqueeData> m_marquee; // Marquee properties
107 DataRef<StyleMultiColData> m_multiCol; // CSS3 multicol properties
108 DataRef<StyleTransformData> m_transform; // Transform properties (rotate, scale, skew, etc.)
176 unsigned m_textCombine : 1; // CSS3 text-combine properties
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator_test.py 98 manager.GetCppType(self.tabs.types['Tab'].properties['id'].type_))
101 manager.GetCppType(self.tabs.types['Tab'].properties['status'].type_))
104 manager.GetCppType(self.tabs.types['Tab'].properties['selected'].type_))
132 self.permissions.types['Permissions'].properties['origins'].type_))
148 self.windows.types['Window'].properties['tabs'].type_))
155 self.permissions.types['Permissions'].properties['origins'].type_,
159 self.permissions.types['Permissions'].properties['origins'].type_,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 21 import java.util.Properties;
51 Properties properties=new Properties(); local
53 properties.load(new FileInputStream(file));
54 Enumeration keys=properties.keys();
57 String script=getScript(key,properties.get(key).toString());
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 35 import java.util.Properties;
53 GpsXtraDownloader(Context context, Properties properties) {
56 // read XTRA servers from the Properties object
58 String server1 = properties.getProperty("XTRA_SERVER_1");
59 String server2 = properties.getProperty("XTRA_SERVER_2");
60 String server3 = properties.getProperty("XTRA_SERVER_3");
  /sdk/build/
tools.atree 44 sdk/files/tools_source.properties tools/source.properties
100 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
111 # We're skipping the build and src/ trees (except for src/proguard/ant/task.properties)
121 prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 78 const std::vector<TestProperty>& properties,
82 std::find_if(properties.begin(), properties.end(), matches_key);
83 ASSERT_TRUE(property != properties.end())
148 std::vector<TestProperty> properties; local
149 // We have no access to the TestResult's list of properties but we can
152 properties.push_back(result->GetTestProperty(i));
158 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
159 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js 8 * MetadataCache is a map from Entry to an object containing properties.
9 * Properties are divided by types, and all properties of one type are accessed
11 * Some of the properties:
54 * |properties| - an hierarchical object of values, and an object for each
256 if (type in item.properties) {
257 callback(item.properties[type]);
267 if (type in item.properties) {
269 // Got properties from provider.
270 callback(item.properties[type])
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_stress_test.cc 77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
  /external/chromium_org/third_party/icu/source/data/unidata/
PropertyAliases.txt 9 # This file contains aliases for properties used in the UCD.
12 # For information on which properties are normative, see UCD.html.
32 # NOTE: Property value names are NOT unique across properties. For example:
51 # Numeric Properties
59 # String Properties
76 # Miscellaneous Properties
96 # Catalog Properties
103 # Enumerated Properties
124 # Binary Properties
  /external/gtest/test/
gtest_stress_test.cc 78 const std::vector<TestProperty>& properties,
82 std::find_if(properties.begin(), properties.end(), matches_key);
83 ASSERT_TRUE(property != properties.end())
148 std::vector<TestProperty> properties; local
149 // We have no access to the TestResult's list of properties but we can
152 properties.push_back(result->GetTestProperty(i));
158 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
159 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
  /external/harfbuzz/src/
harfbuzz-buffer.c 174 HB_UInt properties,
186 glyph->properties = properties;
262 The properties for all replacement glyphs are taken
277 HB_UInt properties; local
291 properties = buffer->in_string[buffer->in_pos].properties;
303 item->properties = properties;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 174 HB_UInt properties,
186 glyph->properties = properties;
262 The properties for all replacement glyphs are taken
277 HB_UInt properties; local
291 properties = buffer->in_string[buffer->in_pos].properties;
303 item->properties = properties;
  /external/llvm/cmake/modules/
AddLLVM.cmake 22 set_target_properties( ${name} PROPERTIES EXCLUDE_FROM_ALL ON)
28 set_target_properties(${name} PROPERTIES FOLDER "Libraries")
54 set_target_properties( ${name} PROPERTIES PREFIX "" )
61 set_target_properties(${name} PROPERTIES
66 set_target_properties( ${name} PROPERTIES EXCLUDE_FROM_ALL ON)
74 set_target_properties(${name} PROPERTIES FOLDER "Loadable modules")
103 set_target_properties(${name} PROPERTIES FOLDER "Tools")
116 set_target_properties(${name} PROPERTIES FOLDER "Examples")
122 set_target_properties(${name} PROPERTIES FOLDER "Utils")
  /external/zlib/src/
CMakeLists.txt 141 set_source_files_properties(${ZLIB_ASMS} PROPERTIES LANGUAGE C COMPILE_FLAGS -DNO_UNDERLINE)
188 set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL)
189 set_target_properties(zlib PROPERTIES SOVERSION 1)
199 set_target_properties(zlib PROPERTIES VERSION ${ZLIB_FULL_VERSION})
204 set_target_properties(zlib zlibstatic PROPERTIES OUTPUT_NAME z)
206 set_target_properties(zlib PROPERTIES LINK_FLAGS "-Wl,--version-script,\"${CMAKE_CURRENT_SOURCE_DIR}/zlib.map\"")
210 set_target_properties(zlib PROPERTIES SUFFIX "1.dll")
243 set_target_properties(example64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
248 set_target_properties(minigzip64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.util.Properties.html 10 java.util.Properties
74 Class java.util.<A HREF="../../../../reference/java/util/Properties.html" target="_top"><font size="+2"><code>Properties</code></font></A>
86 <A NAME="java.util.Properties.load_added(java.io.Reader)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/util/Properties.html#load(java.io.Reader)" target="_top"><code>load</code></A>(<code>Reader</code>)</nobr>
93 <A NAME="java.util.Properties.store_added(java.io.Writer, java.lang.String)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/util/Properties.html#store(java.io.Writer, java.lang.String)" target="_top"><code>store</code></A>(<code>Writer,</nobr> String<nobr><nobr></code>)</nobr>
100 <A NAME="java.util.Properties.stringPropertyNames_added()"></A>
101 <nobr><code>Set&lt;String&gt;</code>&nbsp;<A HREF="../../../../reference/java/util/Properties.html#stringPropertyNames()" target="_top"><code>stringPropertyNames</code></A>()</nobr>
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom 44 <properties>
57 </properties>
72 <include>**/*.properties</include>
189 <properties>
198 </properties>
206 <properties>
213 </properties>
223 <properties>
226 </properties>
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
ICalendar.java 67 * Returns a list of properties with the specified name. Returns null
68 * if there are no such properties.
70 * @return A list of properties with the requested name.
  /external/android-mock/src/
build-runtime.xml 3 <!-- Global Properties -->
4 <property file="../build.properties"/>
6 <!-- Android Mock Runtime Properties -->
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 9 Removed any obsolete API. Lots of properties and methods have been turned virtual. Constants in UPPERCASE_ONLY have been turned into UppercaseOnly.
28 Antlr.Runtime.RuleReturnScope - removed setters from properties
30 Antlr.Runtime.ParserRuleReturnScope - removed setters from properties

Completed in 831 milliseconds

<<31323334353637383940>>