Searched refs:prop (Results 276 - 300 of 429) sorted by relevance

<<1112131415161718

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c1221 xmlChar *prop; local
1224 prop = xmlGetProp(cur, BAD_CAST "prefer");
1225 if (prop != NULL) {
1226 if (xmlStrEqual(prop, BAD_CAST "system")) {
1228 } else if (xmlStrEqual(prop, BAD_CAST "public")) {
1233 prop, NULL, NULL);
1235 xmlFree(prop);
1238 prop = xmlGetProp(cur, BAD_CAST "id");
1240 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1241 xmlFree(prop);
1341 xmlChar *prop; local
[all...]
H A Dcheck-relaxng-test-suite.py213 name = node.prop('name')
238 name = node.prop('name')
/external/libxml2/
H A Dcatalog.c1218 xmlChar *prop; local
1221 prop = xmlGetProp(cur, BAD_CAST "prefer");
1222 if (prop != NULL) {
1223 if (xmlStrEqual(prop, BAD_CAST "system")) {
1225 } else if (xmlStrEqual(prop, BAD_CAST "public")) {
1230 prop, NULL, NULL);
1232 xmlFree(prop);
1235 prop = xmlGetProp(cur, BAD_CAST "id");
1237 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1238 xmlFree(prop);
1338 xmlChar *prop; local
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl2Test.java519 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
534 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
552 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
567 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
518 createSaslServer(String mech, String prot, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
533 createSaslServer(String mech, String prot, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
551 createSaslClient(String[] mech, String prot, String auth, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
566 createSaslClient(String[] mech, String prot, String auth, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
/external/chromium_org/build/android/
H A Dadb_gdb741 # Return the build fingerprint contained in a build.prop file.
742 # $1: path to build.prop file
760 -f "$ANDROID_PRODUCT_OUT/system/build.prop" ]; then
762 "$ANDROID_PRODUCT_OUT"/system/build.prop)
780 if [ ! -f "$PULL_LIBS_DIR/build.prop" ]; then
784 HOST_FINGERPRINT=$(get_build_fingerprint_from "$PULL_LIBS_DIR/build.prop")
871 rm -f $PULL_LIBS_DIR/build.prop
890 echo "Pulling device build.prop"
891 adb pull /system/build.prop $PULL_LIBS_DIR/build.prop
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp668 info->prop.fp.writesDepth = scan.writes_z;
669 info->prop.fp.usesDiscard = scan.uses_kill;
672 info->prop.gp.instanceCount = 1; // default value
721 void Source::scanProperty(const struct tgsi_full_property *prop) argument
723 switch (prop->Property.PropertyName) {
725 info->prop.gp.outputPrim = prop->u[0].Data;
728 info->prop.gp.inputPrim = prop->u[0].Data;
731 info->prop
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc64 const int32_t Tag::prop = TAG('p', 'r', 'o', 'p'); member in class:sfntly::Tag
/external/lzma/CPP/Common/
H A DMyWindows.h179 MY_EXTERN_C HRESULT VariantClear(VARIANTARG *prop);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp668 info->prop.fp.writesDepth = scan.writes_z;
669 info->prop.fp.usesDiscard = scan.uses_kill;
672 info->prop.gp.instanceCount = 1; // default value
721 void Source::scanProperty(const struct tgsi_full_property *prop) argument
723 switch (prop->Property.PropertyName) {
725 info->prop.gp.outputPrim = prop->u[0].Data;
728 info->prop.gp.inputPrim = prop->u[0].Data;
731 info->prop
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc64 const int32_t Tag::prop = TAG('p', 'r', 'o', 'p'); member in class:sfntly::Tag
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java419 XMPNode prop = (XMPNode) it.next();
421 if (canBeRDFAttrProp(prop))
425 write(prop.getName());
427 appendNodeValue(prop.getValue(), true);
/external/chromium/base/win/
H A Devent_trace_consumer_unittest.cc257 EtwTraceProperties prop; local
258 EtwTraceController::Stop(kTestSessionName, &prop);
/external/chromium_org/base/win/
H A Devent_trace_consumer_unittest.cc284 EtwTraceProperties prop; local
285 EtwTraceController::Stop(session_name_.c_str(), &prop);
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_java_tests.py153 def _SystemPropToXml(prop):
154 key, value = prop.split('=')
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h424 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
428 * @param value a value in the range u_getIntPropertyMinValue(prop)..
429 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
440 UProperty prop, int32_t value, UErrorCode* ec);
451 * @param prop a string specifying a property alias, either short or long.
462 * @param propLength the length of the prop, or -1 if NULL
479 const UChar *prop, int32_t propLength,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlreader.h251 int prop,
255 int prop);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... lang.String[] getArrayFromList (java.lang.String) String prop java.util.Vector list java.util. ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/common/unicode/
H A Duset.h428 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
432 * @param value a value in the range u_getIntPropertyMinValue(prop)..
433 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
444 UProperty prop, int32_t value, UErrorCode* ec);
455 * @param prop a string specifying a property alias, either short or long.
466 * @param propLength the length of the prop, or -1 if NULL
483 const UChar *prop, int32_t propLength,
/external/libxml2/include/libxml/
H A Dxmlreader.h251 int prop,
255 int prop);
/external/v8/src/
H A Dhydrogen.cc3992 ObjectLiteral::Property* prop) {
3993 Literal* key = prop->key()->AsLiteral();
3998 Handle<Map> type = prop->GetReceiverType();
3999 bool is_monomorphic = prop->IsMonomorphic() &&
4012 Property* prop = (expr->AsProperty() != NULL) local
4015 Literal* key = prop->key()->AsLiteral();
4107 Property* prop = expr->target()->AsProperty(); local
4108 ASSERT(prop != NULL);
4110 CHECK_ALIVE(VisitForValue(prop->obj()));
4115 if (prop
3990 BuildStoreNamed(HValue* object, HValue* value, ObjectLiteral::Property* prop) argument
4202 Property* prop = target->AsProperty(); local
4365 Property* prop = expr->target()->AsProperty(); local
4696 HandlePolymorphicElementAccess(HValue* object, HValue* key, HValue* val, Expression* prop, int ast_id, int position, bool is_store, bool* has_side_effects) argument
5725 Property* prop = callee->AsProperty(); local
5809 Property* prop = callee->AsProperty(); local
6146 Property* prop = expr->expression()->AsProperty(); local
6321 Property* prop = target->AsProperty(); local
[all...]
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h348 virtual void SetStringProperty(const char* prop, const std::string& str,
350 virtual void SetBooleanProperty(const char* prop, bool b, bool* dest);
351 virtual void SetIntegerProperty(const char* prop, int i, int* dest);
352 virtual void SetValueProperty(const char* prop, Value* val);
353 virtual void ClearProperty(const char* prop);
356 virtual void SetOrClearStringProperty(const char* prop,
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js1966 prop: function( name, value ) {
1967 return jQuery.access( this, name, value, true, jQuery.prop );
2254 // Fallback to prop when attributes are not supported
2256 return jQuery.prop( elem, name, value );
2378 prop: function( elem, name, value ) {
2439 return jQuery.prop( elem, name ) === true || ( attrNode = elem.getAttributeNode( name ) ) && attrNode.nodeValue !== false ?
3031 for ( var i = this.props.length, prop; i; ) {
3032 prop = this.props[ --i ];
3033 event[ prop ] = originalEvent[ prop ];
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1607 set: function(prop, value){
1608 switch ($type(prop)){
1610 for (var p in prop) this.set(p, prop[p]);
1613 var property = Element.Properties.get(prop);
1614 (property && property.set) ? property.set.apply(this, Array.slice(arguments, 1)) : this.setProperty(prop, value);
1619 get: function(prop){
1620 var property = Element.Properties.get(prop);
1621 return (property && property.get) ? property.get.apply(this, Array.slice(arguments, 1)) : this.getProperty(prop);
1624 erase: function(prop){
[all...]

Completed in 873 milliseconds

<<1112131415161718