/device/generic/goldfish/ril/ |
misc.c | 36 char propValue[PROP_VALUE_MAX]; 37 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0);
|
reference-ril.c | 601 char propValue[PROP_VALUE_MAX]; 602 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && 603 strcmp("1", propValue) == 0; 618 char propValue[PROP_VALUE_MAX]; 771 char propValue[PROP_VALUE_MAX]; 780 if (property_get(propName, propValue, "") <= 0) { 786 strlcat(dnslist, propValue, dnslist_sz); 793 if (property_get(propName, propValue, "") <= 0) { 797 strlcat(dnslist, propValue, dnslist_sz); 808 } else if (property_get("net.eth0.gw", propValue, "") > 0) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPMeta.java | 187 * @param propValue the value for the property (only leaf properties have a value). 199 Object propValue, 208 * @param propValue the value for the property 214 Object propValue) throws XMPException; 230 * @param itemValue the new value of the array item. Has the same usage as propValue in 272 * propValue in <code>setProperty()</code>. 320 * @param itemValue the value of the array item. Has the same usage as propValue in getProperty. 361 * Has the same usage as propValue in getProperty. 411 * value of the qualifier, if the qualifier has a value. Has the same usage as propValue [all...] |
/external/icu/android_icu4j/testing/src/android/icu/extratest/ |
AndroidICUVersionTest.java | 48 String propValue = prop.getProperty(VERSION_PROP_NAME); 49 assertNotNull("Expected ICU version can't be null", propValue); 50 expectedIcuVersion = VersionInfo.getInstance(propValue);
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTestCase.cpp | 173 virtual void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0; 228 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const; 229 virtual void validateSingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0; 230 virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const; 244 void SingleVariableValidator::validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const 258 validateSingleVariable(path, resource, propValue, implementationName); 266 validateBuiltinVariable(resource, propValue, implementationName); 275 void SingleVariableValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const 278 DE_UNREF(propValue); 288 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPMetaImpl.java | 768 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue, 771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options); 778 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue) 781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null); 797 public void setPropertyInteger(String schemaNS, String propName, int propValue, 800 setProperty(schemaNS, propName, new Integer(propValue), options); 807 public void setPropertyInteger(String schemaNS, String propName, int propValue) 810 setProperty(schemaNS, propName, new Integer(propValue), null); 826 public void setPropertyLong(String schemaNS, String propName, long propValue, 829 setProperty(schemaNS, propName, new Long(propValue), options) [all...] |
/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 393 NCOM::CPropVariant propValue;
395 propValue = value;
401 propValue = res;
409 propValue = number;
411 propValue = value;
417 propValue = number;
419 propValue = value;
422 propValue = value;
424 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
|
/frameworks/base/cmds/idmap/ |
scan.cpp | 105 String16 propValue = String16(); 135 propValue = String16(p, len); 142 if (propName.size() > 0 && propValue.size() > 0) { 144 if (!check_property(propName, propValue)) {
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 177 var propValue = v[k]; 178 if ((propValue != null && typeof propValue == 'object')
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
ExtractICUData.java | 436 String propValue = it2.next(); 437 System.out.println("<tr><td>" + propValue + "</td></tr>");
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
load.go | 154 pValue, err = propValue(iv.value, meaning) 353 value, err = propValue(x.Value, x.GetMeaning()) 375 // propValue returns a Go value that combines the raw PropertyValue with a 377 func propValue(v *pb.PropertyValue, m pb.Property_Meaning) (interface{}, error) {
|
/device/generic/goldfish/wifi/ipv6proxy/ |
proxy.cpp | 77 char propValue[PROP_VALUE_MAX];
|
/external/guice/extensions/persist/lib/ |
hibernate-entitymanager.jar | |
hibernate3.jar | |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
log4j-1.3alpha-8.jar | |
/external/guice/lib/build/ |
spring-beans.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-lang-2.6.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
commons-lang-2.6.jar | |
findbugs.jar | |
/external/v8/src/inspector/build/closure-compiler/ |
closure-compiler.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.osgi_3.13.0.v20180409-1500.jar | |