HomeSort by relevance Sort by last modified time
    Searched full:props (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ToolPackage.java 56 Properties props,
65 props,
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 381 * @param props the list of properties to search in.
385 public static QName getQNameProperty(String key, Properties props)
388 String s = props.getProperty(key);
478 * @param props the list of properties to search in.
482 public static Vector getQNameProperties(String key, Properties props)
485 String s = props.getProperty(key);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 511 uint64 props = fst.Properties(kAcyclic | kCyclic | local
513 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
516 } else if (props & kAcyclic) {
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
523 uint64 props; local
525 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &props);
mutable-fst.h 43 virtual void SetProperties(uint64 props,
encode.h 257 uint64 Properties(uint64 props) {
265 return props & mask;
factor-weight.h 166 uint64 props = fst.Properties(kFstProperties, false); local
167 SetProperties(FactorWeightProperties(props), kCopyProperties);
synchronize.h 75 uint64 props = fst.Properties(kFstProperties, false); local
76 SetProperties(SynchronizeProperties(props), kCopyProperties);
  /frameworks/base/libs/rs/
rsContext.cpp 238 if (props.mLogTimes) {
285 rsc->props.mLogTimes = getProp("debug.rs.profile");
286 rsc->props.mLogScripts = getProp("debug.rs.script");
287 rsc->props.mLogObjects = getProp("debug.rs.object");
288 rsc->props.mLogShaders = getProp("debug.rs.shader");
rsContext.h 159 } props; member in class:android::renderscript::Context
  /external/icu4c/common/
propname.h 452 * 0: # NonContiguousEnumToOffset obj for props => name groups
461 * 2: # NameToEnum obj for binary & enumerated props
468 * 3: # NonContiguousEnumToOffset obj for enumerated props => ValueMaps
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveSerializer.java 525 ArrayList<PrimitiveElement> props = elem.getChildren(); local
528 int count = props.size();
530 PrimitiveElement property = props.get(i);
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangSystemTest.java 92 Properties props = System.getProperties(); local
96 System.setProperties(props);
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 237 // load app props, create coverage data, and register an exit hook for it:
249 // load app props only:
  /frameworks/base/awt/java/awt/
Cursor.java 125 * The cursor props.
354 * Load cursor props.
HeadlessToolkit.java 137 * Properties props) throws NullPointerException { throw new
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1308 initialize: function(tag, props){
1310 if (konstructor) return konstructor(props);
1311 if (typeof tag == 'string') return document.newElement(tag, props);
1312 return $(tag).set(props);
1343 var props = params.properties || {};
1345 var onload = props.onload || $empty;
1346 delete props.onload;
1347 props.id = props.name = $pick(props.id, props.name, iframe.id, iframe.name, 'IFrame_' + $time())
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
System.java 368 SystemProperties props = new SystemProperties(); local
369 props.preInit();
370 props.postInit();
371 System.systemProperties = props;
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 95 // user '-props' file property overrides:
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 101 // user '-props' file property overrides:
  /external/icu4c/tools/genprops/
store.c 127 uint16_t props;
128 UTRIE_GET16(trie, c, props);
278 static uint32_t printNumericTypeValueError(Props *p) {
288 makeProps(Props *p) {
  /hardware/ril/rild/
rild.c 126 // No lib sepcified on the command line, and nothing set in props.
  /external/icu4c/tools/gencase/
store.c 208 static Props excProps[MAX_EXC_COUNT];
287 setProps(Props *p) {
523 Props *p=excProps+(value>>UGENCASE_EXC_SHIFT);
540 Props p2={ 0 };
646 Props *p=excProps+(value>>UGENCASE_EXC_SHIFT);
822 makeException(uint32_t value, Props *p) {
    [all...]
  /external/webkit/WebCore/inspector/front-end/
InjectedScript.js 594 var props = {};
601 return props;
608 InjectedScript._getPropertyNames(scopeChain[i], props);
616 InjectedScript._getPropertyNames(expressionResult, props);
620 props[prop] = true;
623 return props;
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 123 // user '-props' file property overrides:
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 162 boot time. It is invoked by the 'qemu-props' helper program that is invoked

Completed in 252 milliseconds

1 2 3 4 56 7 8 9