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

<<41424344454647484950>>

  /external/harfbuzz/src/
harfbuzz-indic.cpp 1150 static QString propertiesToString(int properties)
1153 properties = ~properties;
1154 if (properties & LocaProperty)
1156 if (properties & CcmpProperty)
1158 if (properties & InitProperty)
1160 if (properties & NuktaProperty)
1162 if (properties & AkhantProperty
1219 unsigned char properties = scriptProperties[script-HB_Script_Devanagari]; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 1150 static QString propertiesToString(int properties)
1153 properties = ~properties;
1154 if (properties & LocaProperty)
1156 if (properties & CcmpProperty)
1158 if (properties & InitProperty)
1160 if (properties & NuktaProperty)
1162 if (properties & AkhantProperty
1219 unsigned char properties = scriptProperties[script-HB_Script_Devanagari]; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 85 // fields keeping the system values of corresponding properties
102 // set up the properties defining the default values needed by SSL stuff
115 // roll the properties back to system values
127 // set up the properties defining the default values needed by SSL stuff
154 // roll the properties back to system values
167 // set up the properties defining the default values needed by SSL stuff
195 // roll the properties back to system values
205 // set up the properties defining the default values needed by SSL stuff
236 // roll the properties back to system values
379 // setting up the properties pointing to the key/trust store
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 482 PointerProperties properties = new PointerProperties(); local
484 assertEquals(MotionEvent.INVALID_POINTER_ID, properties.id);
485 assertEquals(MotionEvent.TOOL_TYPE_UNKNOWN, properties.toolType);
489 PointerProperties properties = new PointerProperties(); local
490 properties.id = 1;
491 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE;
493 PointerProperties copy = new PointerProperties(properties);
499 PointerProperties properties = new PointerProperties(); local
500 properties.id = 1;
501 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 38 @returnScopeInterface.properties() ::= <<
39 <@super.properties()>
40 /* ST returnScope.properties */
57 <returnScopeInterface.properties()>
97 @genericParserHeaderFile.properties() ::= <<
98 <@super.properties()>
99 /* ST genericParser.properties */
181 /* <@STAttrMap.properties()> */
212 @STAttrMap.properties() ::= <<
213 /* -------- ST start STAttrMap.properties ------------ *
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 32 import java.util.Properties;
152 // no login.config.url.N security properties should be set
154 .createJavaPropertiesFile(new Properties());
170 "-Djava.security.properties=" + javaSecurityFile,
178 // the test is based on assumption that security properties
196 * Tests loading config files specified with the security properties
215 // set up security properties
216 Properties props = new Properties();
226 "-Djava.security.properties=" + javaSecurityFile
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 26 import java.util.Properties;
126 // Test for method java.util.Properties java.lang.System.getProperties()
127 Properties p = System.getProperties();
129 // Ensure spec'ed properties are non-null. See System.getProperties()
289 * @tests java.lang.System#setProperties(java.util.Properties)
293 // java.lang.System.setProperties(java.util.Properties)
295 Properties orgProps = System.getProperties();
296 java.util.Properties tProps = new java.util.Properties();
301 assertEquals("Failed to set properties", "this is a test property", System.getProperties(
    [all...]
  /external/openfst/src/include/fst/
relabel.h 34 #include <fst/test-properties.h>
61 uint64 props = fst->Properties(kFstProperties, false);
218 uint64 props = fst.Properties(kCopyProperties, false);
249 uint64 props = fst.Properties(kCopyProperties, false);
284 SetProperties(impl.Properties(), kCopyProperties);
327 uint64 Properties() const { return Properties(kFstProperties); }
329 // Set error if found; return FST impl properties.
330 uint64 Properties(uint64 mask) const {
331 if ((mask & kError) && fst_->Properties(kError, false)
    [all...]
compact-fst.h 37 #include <fst/test-properties.h>
84 // // Return the properties that are always true for an fst
86 // uint64 Properties();
445 using FstImpl<A>::Properties;
528 SetProperties(impl.Properties());
561 if (Properties(kError)) return 0;
586 if (!HasArcs(s) && !Properties(kILabelSorted))
594 if (!HasArcs(s) && !Properties(kOLabelSorted))
705 // Properties always true of this Fst class
718 SetProperties(impl.Properties());
981 uint64 properties = copy_properties | local
    [all...]
matcher.h 83 // // This specifies the known Fst properties as viewed from this
84 // // matcher. It takes as argument the input Fst's known properties.
85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
202 uint64 props = fst_->Properties(true_prop | false_prop, test);
291 virtual uint64 Properties(uint64 inprops) const {
424 rewrite_both_ = fst.Properties(kAcceptor, true);
496 virtual uint64 Properties(uint64 props) const;
524 uint64 RhoMatcher<M>::Properties(uint64 inprops) const {
525 uint64 outprops = matcher_->Properties(inprops)
    [all...]
  /prebuilts/tools/common/http-client/src/
commons-logging-1.1.1-src.zip 
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 38 namespace['events'], and namespace['properties'].
41 for item_type in ('types', 'functions', 'events', 'properties'):
116 'properties': self._GenerateProperties(self._namespace.properties),
146 'properties': self._GenerateProperties(type_.properties),
197 'properties': [],
226 # Treat params as properties of the custom Event object associated with
228 event_dict['properties'] += [self._GenerateProperty(param)
247 def _GenerateProperties(self, properties)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 122 const StylePropertySet* properties = styleKeyframe->properties(); local
123 for (unsigned j = 0; j < properties->propertyCount(); j++) {
124 CSSPropertyID property = properties->propertyAt(j).id();
182 const PropertySet& keyframeProperties = keyframes[i]->properties();
186 const PropertySet& startKeyframeProperties = startKeyframe->properties();
187 const PropertySet& endKeyframeProperties = endKeyframe->properties();
204 ASSERT(startKeyframe->properties().size() == allProperties.size());
205 ASSERT(endKeyframe->properties().size() == allProperties.size());
212 const PropertySet& properties = keyframes[i]->properties() variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 725 // before deciding which properties to transition.
749 if (keyframe->properties())
750 result.addMatchedProperties(keyframe->properties());
773 // decl, there's nothing to override. So just add the first properties.
775 if (keyframe->properties()) {
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 166 // Different kind of properties.
625 * properties are requested
638 // Find all the named properties.
644 // Get names for named interceptor properties if any.
655 // Find all the indexed properties.
661 // Get names for indexed interceptor properties.
676 // Copy names for named properties.
683 // Copy names for indexed properties.
695 * Return the properties for this object as an array of PropertyMirror objects.
697 * properties are requeste
    [all...]
  /build/tools/check_prereq/
check_prereq.c 20 #include <cutils/properties.h>
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/res/values/
base-strings.xml 26 This samples demonstrates the use of MotionEvent properties to keep track of individual touches
  /developers/samples/android/input/multitouch/BasicMultitouch/
template-params.xml 31 This samples demonstrates the use of MotionEvent properties to keep track of individual touches
  /development/build/
Android.mk 6 $(HOST_OUT)/development/sdk/%_source.properties, \
10 $(HOST_OUT)/development/samples/%_source.properties, \
18 $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template
26 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_template
  /development/samples/Snake/res/values/
attrs.xml 23 <!-- Defining properties to use four different colors in 4 segments of BackgroundView -->
  /development/samples/browseable/BasicMultitouch/res/values/
base-strings.xml 26 This samples demonstrates the use of MotionEvent properties to keep track of individual touches
  /device/generic/goldfish/camera/
EmulatedQemuCamera2.cpp 26 #include <cutils/properties.h>
  /device/generic/goldfish/qemu-props/
Android.mk 22 # to setup various system properties sent by the emulator program.
  /docs/source.android.com/
DoxygenLayout.xml 51 <properties title=""/>
72 <properties title=""/>
153 <properties title=""/>
172 <properties title=""/>
  /external/android-mock/
build.xml 20 <!-- Global Build Properties -->
21 <property file="build.properties"/>
28 <!-- Android Mock Source Jar Properties -->
32 <!-- Android Mock Test Properties -->

Completed in 953 milliseconds

<<41424344454647484950>>