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

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/net/
ethertypes.h 249 #define ETHERTYPE_SGITW 0x817E /* SGI/Time Warner prop. */
253 /* 0x8184 - 0x818C SGI prop. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 339 if want == 'prop' and form == 'prop' and aetypes.IsType(seld):
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 55 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 62 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
  /device/asus/deb/
releasetools.py 167 fp = info.info_dict["build.prop"]["ro.build.fingerprint"]
  /device/asus/flo/bdAddrLoader/
addrloader.c 217 ALOGE("Failed to set address in prop %s", DEFAULT_BDADDR_PROP);
  /device/asus/flo/
releasetools.py 192 fp = info.info_dict["build.prop"]["ro.build.fingerprint"]
  /device/lge/hammerhead/bdAddrLoader/
addrloader.c 210 ALOGE("Failed to set address in prop %s", DEFAULT_BDADDR_PROP);
  /device/lge/hammerhead/
releasetools.py 181 fp = info.info_dict["build.prop"]["ro.build.fingerprint"]
  /device/moto/shamu/bdAddrLoader/
addrloader.c 210 ALOGE("Failed to set address in prop %s", DEFAULT_BDADDR_PROP);
  /external/clang/test/SemaObjC/
attr-deprecated.m 93 @property int prop;
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 184 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest");
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 195 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest");
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 469 * @param prop the property to add to the map
472 public UnicodeMap<T> putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) {
476 T value = prop.getValue(it.codepoint);
484 T value = prop.get(key);
    [all...]
  /external/libvorbis/lib/
bitrate.c 186 /* prop up bitrate according to demand. pad this frame out with zeroes */
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 1071 info->prop.tp.domain = PIPE_PRIM_MAX;
1072 info->prop.tp.outputPrim = PIPE_PRIM_MAX;
1076 info->prop.gp.instanceCount = 1;
1077 info->prop.gp.maxVertices = 1;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 419 XMPNode prop = (XMPNode) it.next(); local
421 if (canBeRDFAttrProp(prop))
425 write(prop.getName());
427 appendNodeValue(prop.getValue(), true);
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 877 char prop[PROPERTY_VALUE_MAX]; local
878 if (property_get("media.stagefright.log-uri", prop, "false") &&
879 (!strcmp(prop, "1") || !strcmp(prop, "true"))) {
  /frameworks/base/docs/html/training/material/
shadows-clipping.jd 64 href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a> developer
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 817 char prop[PROPERTY_VALUE_MAX]; local
818 bool widi_on = (property_get("media.widi.enabled", prop, NULL) > 0) &&
819 (!strcmp(prop, "1") || !strcasecmp(prop, "true"));
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 312 String prop = getPropertyIgnoreCase(servAlg); local
313 if (prop == null) {
317 prop = getPropertyIgnoreCase(servAlg);
320 if (prop != null) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 257 uc.setRequestProperty("prop", "yo");
258 uc.setRequestProperty("prop", "yo2");
259 assertEquals("yo2", uc.getRequestProperty("prop"));
261 List<String> props = uc.getRequestProperties().get("prop");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 390 'prop' : property,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 212 x = property(get_desc('x'), set_desc('x'), del_desc('x'), 'prop x')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 212 x = property(get_desc('x'), set_desc('x'), del_desc('x'), 'prop x')

Completed in 360 milliseconds

<<31323334353637383940>>