HomeSort by relevance Sort by last modified time
    Searched full:prop (Results 751 - 775 of 1762) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.7.0/
dvlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.7.1/
dvlib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.7.3/
dvlib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.8.0/
dvlib-22.8.0.jar 
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 472 #define __gxx__cxx_attributes 0 // Not sure. Also see usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp
476 #define __gxx__cxx_defaulted_functions !defined(_LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS) // libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp
494 #define __gxx__cxx_unrestricted_unions 1 // Not sure. Also See usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 1423 struct tgsi_full_property prop; local
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 430 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
434 * @param value a value in the range u_getIntPropertyMinValue(prop)..
435 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
446 UProperty prop, int32_t value, UErrorCode* ec);
457 * @param prop a string specifying a property alias, either short or long.
468 * @param propLength the length of the prop, or -1 if NULL
485 const UChar *prop, int32_t propLength,
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBNF.java 52 "$leaf = '[' $s $list $s ']' | $prop;\r\n" +
54 "$prop = '\\' (p | P) '{' $s $propName $s '}' | '[:' '^'? $s $propName $s ':]';\r\n" +
  /external/libxml2/
check-relaxng-test-suite.py 213 name = node.prop('name')
238 name = node.prop('name')
xmlreader.c 2631 xmlAttrPtr prop; local
2733 xmlAttrPtr prop; local
    [all...]
catalog.c 1224 xmlChar *prop; local
1227 prop = xmlGetProp(cur, BAD_CAST "prefer");
1228 if (prop != NULL) {
1229 if (xmlStrEqual(prop, BAD_CAST "system")) {
1231 } else if (xmlStrEqual(prop, BAD_CAST "public")) {
1344 xmlChar *prop; local
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 32 char prop[PROPERTY_VALUE_MAX]; local
33 return (property_get("ro.kernel.qemu", prop, NULL) > 0);
  /frameworks/base/docs/html/training/transitions/
custom-transitions.jd 60 <a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>. Property
181 <a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>.</p>
  /hardware/intel/common/libmix/mix_video/src/
mixbufferpool.c 451 #define MIX_BUFFERPOOL_GETTER_CHECK_INPUT(obj, prop) \
452 if(!obj || !prop) return MIX_RESULT_NULL_PTR; \
mixvideoframe.c 254 #define MIX_VIDEOFRAME_GETTER_CHECK_INPUT(obj, prop) \
255 if(!obj || !prop) return MIX_RESULT_NULL_PTR; \
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 133 Properties prop = System.getProperties(); local
134 prop.load(bis);
  /bionic/benchmarks/
property_benchmark.cpp 48 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", android_data);
  /build/core/tasks/tools/
build_custom_image.mk 104 $(hide) echo "oem.buildnumber=$(BUILD_NUMBER)" >> $(PRIVATE_STAGING_DIR)/oem.prop)
  /build/core/
version_defaults.mk 32 # the build.prop target also wants INTERNAL_BUILD_ID_MAKEFILE to be set
  /build/tools/releasetools/
sign_target_files_apks 204 elif info.filename in ("SYSTEM/build.prop",
205 "VENDOR/build.prop",
206 "RECOVERY/RAMDISK/default.prop"):
210 if info.filename == "RECOVERY/RAMDISK/default.prop":
sign_target_files_apks.py 204 elif info.filename in ("SYSTEM/build.prop",
205 "VENDOR/build.prop",
206 "RECOVERY/RAMDISK/default.prop"):
210 if info.filename == "RECOVERY/RAMDISK/default.prop":
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeEventTest.java 85 new PropertyChangeEvent(null, "prop", new Object(), new Object());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 157 uc.setRequestProperty("prop", "yo");
158 uc.setRequestProperty("prop", "yo2");
159 assertEquals("yo2", uc.getRequestProperty("prop"));
161 List<String> props = uc.getRequestProperties().get("prop");
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
ProviderTest.java 60 .getResourceStream("java/security/Provider.prop.dat"));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 231 prop=8733

Completed in 441 milliseconds

<<31323334353637383940>>