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

<<41424344454647484950>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 25 import java.util.Properties;
33 * <li>configure the serializer with key/value properties
40 * java.util.Properties props =
67 * java.util.Properties props =
98 * The encoding specified in the output {@link Properties} is used, or
121 * The encoding specified for the output {@link Properties} must be
169 public void setOutputFormat(Properties format);
172 * Returns the output format properties for this serializer.
176 public Properties getOutputFormat();
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 152 base::DictionaryValue properties; local
153 properties.SetStringWithoutPathExpansion(
155 properties.SetStringWithoutPathExpansion(
157 properties.SetBooleanWithoutPathExpansion(
166 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
171 service_path_, properties, share_network);
358 const base::DictionaryValue& properties) {
361 properties.GetStringWithoutPathExpansion(
368 properties.GetBooleanWithoutPathExpansion(
  /external/chromium_org/chrome/common/extensions/api/
cookies.json 14 "properties": {
31 "properties": {
47 "properties": {
73 "properties": {
103 "properties": {
137 "properties": {
154 "properties": {
185 "description": "Fired when a cookie is set or removed. As a special case, note that updating a cookie's properties is implemented as a two step process: the cookie to be updated is first removed entirely, generating a notification with \"cause\" of \"overwrite\" . Afterwards, a new cookie is written with the updated values, generating a second notification with \"cause\" \"explicit\".",
190 "properties": {
sockets_tcp.idl 11 // The socket properties specified in the <code>create</code> or
147 // |properties| : The socket properties (optional).
149 static void create(optional SocketProperties properties,
152 // Updates the socket properties.
154 // |properties| : The properties to update.
155 // |callback| : Called when the properties are updated.
157 SocketProperties properties,
types_private.json 26 "properties": {
42 "properties": {
67 "properties": {
98 "properties": {
125 "properties": {
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.cc 27 " \"properties\": {"
37 " \"properties\": {"
48 " \"properties\": {"
54 " \"properties\": {"
68 " \"properties\": {"
72 " \"properties\": {"
84 " \"properties\": {"
93 " \"properties\": {"
97 " \"properties\": {"
  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 137 KeySystemProperties* properties);
206 KeySystemProperties properties; local
207 properties.use_aes_decryptor = use_aes_decryptor;
210 properties.pepper_type = pepper_type;
214 properties.uuid = uuid;
221 AddSupportedType(mime_type, codecs_list, &properties);
224 concrete_key_system_map_[concrete_key_system] = properties;
238 KeySystemProperties* properties) {
244 MimeTypeMap& mime_types_map = properties->types;
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 34 * properties.
125 * @return the user's preferred visual properties for captions as a
139 * state and visual properties.
228 // We only need a single callback when multiple style properties
237 * Runnable posted when user style properties change. This is used to
238 * prevent unnecessary change notifications when multiple properties change
249 * Specifies visual properties for video captions, including foreground and
250 * background colors, edge properties, and typeface.
366 * Listener for changes in captioning properties, including enabled state
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java 193 CameraCharacteristics properties = local
198 if (properties != null) {
199 previewSizes = properties.get(
262 CameraCharacteristics properties = local
265 if (properties != null) {
266 jpegSizes = properties.get(
377 CameraCharacteristics properties = local
381 if (properties != null) {
382 recordingSizes = properties.get(
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 261 * handle this case, we test well-known array properties instead.
262 * properties.
343 * @param {Function} s the object that supplies the properties to augment
359 * Utility to set up the prototype, constructor and superclass properties to
367 * @param {Object} [overrides] additional properties/methods to add to the
396 * Applies all properties in the supplier to the receiver if the
397 * receiver does not have these properties yet. Optionally, one or
398 * more methods/properties can be specified (as additional
401 * properties will be applied and _will_ overwrite properties in
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 82 std::vector<int> properties; local
86 &properties)) {
87 int type = properties.front();
90 params->insert(params->begin(), properties.begin() + 1, properties.end());
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
themes.html 52 "properties" : {
83 <h3 id="properties">properties</h3>
87 properties such as background alignment,
90 To see the properties and the values they can have, see
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 37 * Replaces the given properties of the passed in object with stubs that throw
41 * @param {Object} object The object with properties to disable. The prototype
47 * @param {Array.<string>} propertyNames names of properties to disable.
106 // Document instance properties that we wish to disable need to be set when
116 // Deprecated document properties from
  /external/chromium_org/chromeos/network/
geolocation_handler.cc 65 const base::DictionaryValue& properties) {
67 if (properties.Get(shill::kEnabledTechnologiesProperty, &value) && value)
101 const base::DictionaryValue& properties) {
107 if (properties.empty())
111 for (base::DictionaryValue::Iterator iter(properties);
managed_network_configuration_handler.h 59 // Provides the properties of the network with |service_path| to |callback|.
65 // Provides the managed properties of the network with |service_path| to
76 // CreateConfiguration or if it is managed by a policy. The given properties
78 // properties.
92 const base::DictionaryValue& properties,
network_cert_migrator_unittest.cc 119 const base::DictionaryValue* properties = local
121 properties->GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty,
124 properties->GetListWithoutPathExpansion(shill::kEapCaCertPemProperty,
152 const base::DictionaryValue* properties = local
155 properties->GetDictionaryWithoutPathExpansion(shill::kProviderProperty,
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 24 /* ---------- LZMA Properties ---------- */
34 /* LzmaProps_Decode - decodes properties
37 SZ_ERROR_UNSUPPORTED - Unsupported properties
131 SZ_ERROR_UNSUPPORTED - Unsupported properties
219 SZ_ERROR_UNSUPPORTED - Unsupported properties
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 25 /* ---------- LZMA Properties ---------- */
35 /* LzmaProps_Decode - decodes properties
38 SZ_ERROR_UNSUPPORTED - Unsupported properties
132 SZ_ERROR_UNSUPPORTED - Unsupported properties
220 SZ_ERROR_UNSUPPORTED - Unsupported properties
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcmalloc_heap_profiler.py 12 # Enviroment variables to (android properties, default value) mapping.
21 """An internal class to set android properties and fetch dumps from device."""
34 def _SetDeviceProperties(self, properties):
36 # This profiler requires adb root to set properties.
38 for values in properties.itervalues():
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests 24 properties=
27 usage="usage: $0 -os <osType> -ws <windowingSystemType> -arch <architecture> [-noclean] [<test target>][-properties <path>]"
39 -properties) properties="-propertyfile $2";shift;;
89 $vm -cp eclipse/startup.jar -Dosgi.ws=$ws -Dosgi.os=$os -Dosgi.arch=$arch org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -file test.xml $tests -Dws=$ws -Dos=$os -Darch=$arch -D$installmode=true $properties -logger org.apache.tools.ant.DefaultLogger
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DimResultsElement.java 17 import org.eclipse.ui.views.properties.IPropertyDescriptor;
18 import org.eclipse.ui.views.properties.PropertyDescriptor;
19 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
95 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
113 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
  /external/emma/core/java12/com/vladium/emma/
AppLoggers.java 36 public static Logger create (final String appName, final IProperties properties, final Logger base)
38 if (properties == null)
39 throw new IllegalArgumentException ("null input: properties");
45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
  /external/libpng/
CMakeLists.txt 171 set_target_properties(${PNG_LIB_NAME} PROPERTIES PREFIX "lib")
182 set_target_properties(${PNG_LIB_NAME_STATIC} PROPERTIES PREFIX "lib")
188 set_target_properties(${PNG_LIB_NAME} PROPERTIES DEFINE_SYMBOL PNG_BUILD_DLL)
217 set_target_properties(${PNG_LIB_NAME} PROPERTIES
226 set_target_properties(${PNG_LIB_NAME_STATIC} PROPERTIES
  /external/llvm/utils/TableGen/
CodeGenTarget.h 32 // SelectionDAG node properties.
181 /// properties?
195 unsigned Properties; // Node properties
206 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /external/lzma/C/
LzmaDec.h 24 /* ---------- LZMA Properties ---------- */
34 /* LzmaProps_Decode - decodes properties
37 SZ_ERROR_UNSUPPORTED - Unsupported properties
131 SZ_ERROR_UNSUPPORTED - Unsupported properties
219 SZ_ERROR_UNSUPPORTED - Unsupported properties

Completed in 628 milliseconds

<<41424344454647484950>>