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

1 2 3 45 6 7 8 9

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 432 ProjectProperties props = ProjectProperties.load(folderPath, PropertyType.DEFAULT); local
433 if (props != null) {
434 String targetHash = props.getProperty(ProjectProperties.PROPERTY_TARGET);
462 if (props == null) {
463 props = ProjectProperties.create(folderPath, PropertyType.DEFAULT);
467 props.setProperty(ProjectProperties.PROPERTY_TARGET, target.hashString());
502 String ref = props.getProperty(propName);
511 props.setProperty(propName, libraryPath);
515 // save the default props if needed.
518 props.save()
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
fst.h 424 void SetProperties(uint64 props) { properties_ = props; }
426 void SetProperties(uint64 props, uint64 mask) {
428 properties_ |= props & mask;
minimize.h 515 uint64 props = fst->Properties(kAcceptor | kIDeterministic| local
517 if (!(props & kIDeterministic))
520 if (!(props & kAcceptor)) { // weighted transducer
544 } else if (props & kWeighted) { // weighted acceptor
rmepsilon.h 227 uint64 props; local
229 SccVisitor<Arc> scc_visitor(&scc, 0, 0, &props);
341 uint64 props = fst.Properties(kFstProperties, false); local
342 SetProperties(RmEpsilonProperties(props, true), kCopyProperties);
verify.h 109 << "(props1 = stored props, props2 = tested)";
  /frameworks/base/awt/java/awt/image/
ImageConsumer.java 89 * @param props
93 public void setProperties(Hashtable<?, ?> props);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
ImageDecoder.java 172 protected void setProperties(Hashtable<?, ?> props) {
178 ic.setProperties(props);
  /frameworks/base/libs/rs/
rsProgram.cpp 196 if (rsc->props.mLogShaders) {
226 if (rsc->props.mLogShaders) {
rsScriptC.cpp 293 if (rsc->props.mLogScripts) {
347 if (rsc->props.mLogScripts) {
374 if (rsc->props.mLogScripts) {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.java 323 Properties props = new Properties(); local
325 props.load(is);
336 int totalEntries = props.size();
339 Enumeration keys = props.keys();
343 String val = props.getProperty(javaName);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 156 GR_WM_PROPERTIES props ; local
171 props.flags = GR_WM_FLAGS_PROPS ;
172 props.props = GR_WM_PROPS_NODECORATE ;
173 GrSetWMProperties (FSwindow, & props) ;
  /external/icu4c/test/cintltst/
cucdtst.c 2090 props[][3]={ \/* code point, property, value *\/ local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 417 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES); local
422 if (props != null) {
423 String useTCCLStr = props.getProperty(TCCL_KEY);
558 if (props != null) {
565 String factoryClass = props.getProperty(FACTORY_PROPERTY);
619 if( props!=null ) {
620 Enumeration names = props.propertyNames();
623 String value = props.getProperty(name);
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogManager.java 189 private Properties props; field in class:LogManager
235 props = new Properties();
388 return props.getProperty(name);
485 props.load(ins);
495 String configs = props.getProperty("config"); //$NON-NLS-1$
507 String property = props.getProperty(logger.getName() + ".level"); //$NON-NLS-1$
549 props = new Properties();
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 454 " var props = [];"
456 " props[props.length] = prop;"
458 " return props;"
470 v8::Handle<v8::Array> props = v8::Handle<v8::Array>::Cast(propsObj);
471 *count = props->Length();
474 v8::Local<v8::Value> name = props->Get(v8::Integer::New(i));
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 252 Properties props = new Properties(); local
253 props.load(is);
254 vip = props;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 83 List<ICalendar.Property> props = component.getProperties("PROP1"); local
84 assertEquals(2, props.size());
85 List<ICalendar.Parameter> params = props.get(1).getParameters("PARAM1");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java 111 public void saveProperties(Properties props) {
112 props.setProperty(PROP_API_LEVEL, Integer.toString(mApiLevel));
114 props.setProperty(PROP_CODENAME, mCodename);
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 20 // TODO: separate props for diff kinds of files (m, c, reports) ?
  /external/freetype/include/freetype/
ftbdf.h 188 * `info->props' array within a `FontRec' structure of a PCF font.
  /external/icu4c/samples/
Makefile 23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8
Makefile.in 23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8
  /external/webkit/WebCore/css/
makeprop.pl 42 struct props {
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontManager.java 667 Properties props = null; local
671 props = new Properties();
672 props.load(fis);
676 return props;
687 Vector<FontProperty> props = fProperties.get(fpName); local
689 if (props == null){
693 int size = props.size();
701 fps[i] = props.elementAt(i);

Completed in 166 milliseconds

1 2 3 45 6 7 8 9