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

<<21222324252627282930>>

  /external/emma/
release.properties 3 # properties that control release major.minor labeling:
8 # properties affecting formatting of build id and date:
  /external/harfbuzz/contrib/
harfbuzz-unicode-tables.c 6 #include "tables/category-properties.h"
7 #include "tables/combining-properties.h"
  /external/linux-tools-perf/
common-cmds.h 17 {"kmem", "Tool to trace/measure kernel memory(slab) properties"},
24 {"sched", "Tool to trace/measure scheduler properties (latencies)"},
  /external/llvm/test/
CMakeLists.txt 59 set_target_properties(check-llvm PROPERTIES FOLDER "Tests")
65 set_target_properties(check PROPERTIES FOLDER "Tests")
  /external/nist-sip/java/gov/nist/core/
ServerLogger.java 19 import java.util.Properties;
44 public void setStackProperties(Properties stackProperties);
  /external/proguard/build/
build.xml 7 <property file = "build/build.properties"/>
30 <include name = "proguard/*.properties"/>
54 <include name = "proguard/gui/*.properties"/>
78 <include name = "proguard/retrace/*.properties"/>
92 <fail message="Please set the value of the property ant.home in the file build/build.properties, if you want to build the optional ProGuard Ant task.">
111 <include name = "proguard/ant/*.properties"/>
125 <fail message="Please set the value of the property wtk.home in the file build/build.properties, if you want to build the optional ProGuard WTK plugin.">
144 <include name = "proguard/wtk/*.properties"/>
  /external/qemu/hw/
power_supply.h 65 /* Properties of type `int' */
97 /* Properties of type `const char *' */
  /frameworks/base/core/java/android/text/style/
ReplacementSpan.java 34 * explicitly instead of affecting Paint properties.
40 * explicitly instead of affecting Paint properties.
  /frameworks/base/libs/hwui/
Properties.h 20 #include <cutils/properties.h>
24 * This file contains the list of system properties used to configure
29 // Compile-time properties
47 // Debug properties
119 // Runtime configuration properties
143 // These properties are defined in mega-bytes
153 // These properties are defined in percentage (range 0..1)
156 // These properties are defined in pixels
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Build_Delegate.java 39 Map<String, String> properties = Bridge.getPlatformProperties(); local
40 String value = properties.get(property);
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.xml 7 <property file = "build/build.properties"/>
30 <include name = "proguard/*.properties"/>
54 <include name = "proguard/gui/*.properties"/>
78 <include name = "proguard/retrace/*.properties"/>
92 <fail message="Please set the value of the property ant.home in the file build/build.properties, if you want to build the optional ProGuard Ant task.">
111 <include name = "proguard/ant/*.properties"/>
125 <fail message="Please set the value of the property wtk.home in the file build/build.properties, if you want to build the optional ProGuard WTK plugin.">
144 <include name = "proguard/wtk/*.properties"/>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
EventListenersSidebarPane.js 152 // Changed from a Properties List
187 this.propertiesElement.className = "event-properties properties-tree source-code"; /* Changed from "properties" */
199 var properties = [];
202 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("type", this.eventListener.type));
204 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("useCapture", this.eventListener.useCapture));
206 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("isAttribute", this.eventListener.isAttribute));
208 properties.push(new WebInspector.RemoteObjectProperty("node", nodeObject));
211 properties.push(new WebInspector.RemoteObjectProperty("handler", remoteObject))
    [all...]
  /external/android-mock/src/
build-framework-gen.xml 3 <!-- Global Properties -->
4 <property file="../build.properties"/>
9 <!-- Android Framework Mockgen Properties -->
19 <!-- property name="framework.mock-bin" value=see build.properties -->
20 <!-- property name="framework.mock-jar" value=see build.properties -->
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 25 import java.util.Properties;
74 public Connection connect(String url, Properties info) throws SQLException {
90 throw new SQLException("Properties bundle is null");
111 } // end method connect(String, Properties)
121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /external/chromium/chrome/common/extensions/docs/static/
bookmarks.html 28 <h2 id="description">Objects and properties</h2>
41 <code>BookmarkTreeNode</code> properties
47 <code>index</code>, <code>title</code>, and <code>url</code> properties.
49 for information about the properties a node can have.
60 The first argument to <code>create()</code> specifies properties
  /external/chromium_org/base/mac/
objc_property_releaser.mm 53 // CFTypeRef-based properties declared as __attribute__((NSObject)),
105 objc_property_t* properties = class_copyPropertyList(class_, &property_count);
110 objc_property_t property = properties[property_index];
122 free(properties);
125 // It's only expected to release the properties it supervises once per Init.
  /external/chromium_org/chromeos/network/
geolocation_handler_unittest.cc 48 base::DictionaryValue properties; local
54 properties.SetStringWithoutPathExpansion(
56 properties.SetStringWithoutPathExpansion(
58 properties.SetStringWithoutPathExpansion(
60 manager_test_->AddGeoNetwork(shill::kTypeWifi, properties);
  /external/chromium_org/components/policy/core/common/
schema.h 63 // Used to iterate over the known properties of TYPE_DICTIONARY schemas.
94 // Returns an iterator that goes over the named properties of this schema.
102 // Returns the Schema for additional properties. If additional properties are
107 // the Schema for additional properties.
  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 42 * properties that are not methods. Use HasMethod() to handle methods.
72 * This should include all enumerable properties, including methods. Be sure
73 * to set |*property_count| to 0 and |properties| to NULL in all failure
78 * If you have any properties, allocate the property array with
85 struct PP_Var** properties,
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuntimeCSSEnabled.cpp 40 static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bool featureFlag)
43 RuntimeCSSEnabled::setCSSPropertyEnabled(properties[i], featureFlag);
151 // Internal properties shouldn't be exposed to the web
164 void RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSSPropertyID>& outVector)
167 CSSPropertyID property = properties[i];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.cpp 89 // We have to rebuild the properties list from scratch.
93 for (HashSet<CSSPropertyID>::const_iterator it = currKeyframe.properties().begin(); it != currKeyframe.properties().end(); ++it)
97 for (HashSet<CSSPropertyID>::const_iterator it = keyframe.properties().begin(); it != keyframe.properties().end(); ++it)
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 31 // objects (e.g. in object properties, slack tracking in progress or
67 // Both properties are pre-allocated in object properties.
76 // Both properties are unused in object properties.
  /external/clang/test/SemaObjC/
default-synthesize-1.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
15 @implementation SynthItAll // expected-note 2 {{detected while default synthesizing properties in class implementation}}
25 @implementation SynthSetter // expected-note 2 {{detected while default synthesizing properties in class implementation}}
45 @implementation SynthGetter // expected-note 2 {{detected while default synthesizing properties in class implementation}}
124 // expected-note {{detected while default synthesizing properties in class implementation}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
ECLIPSEF.SF 21 Name: plugin.properties
33 Name: data/env.properties
51 Name: templates/packager/packager.properties
60 Name: templates/packager/packaging.properties
84 Name: templates/headless-build/build.properties
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 24 * "Normal" category, used for properties that should be displayed without any effect.
28 * "Preferred" category, for properties that are most useful for component.
32 * "Advanced" category, for properties that are rarely used, visible if modified, even if not
37 * "Advanced" category, for properties that are rarely used, visible only if enabled.
41 * "Hidden" category, for properties that should not be displayed.

Completed in 488 milliseconds

<<21222324252627282930>>