Searched refs:props (Results 226 - 250 of 422) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/chromium_org/chrome/browser/web_dev_style/
H A Dcss_checker.py67 props = map(lambda r: r[0:r.find(':')], rules)
68 if props != sorted(props):
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc78 props = *props_;
87 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
88 language_tag = hb_ot_tag_from_language (props.language);
H A Dhb-coretext.cc696 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction))
702 if (buffer->props.language)
711 hb_language_to_string (buffer->props.language),
750 int level = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1;
889 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
954 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction))
988 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);
997 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction))
1027 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction))
H A Dhb-ot-layout-private.hh345 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) argument
347 info->glyph_props() = props;
453 /* Make sure no one directly touches our props... */
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc78 props = *props_;
87 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
88 language_tag = hb_ot_tag_from_language (props.language);
H A Dhb-ot-layout-private.hh345 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) argument
347 info->glyph_props() = props;
438 /* Make sure no one directly touches our props... */
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp231 const CByteBuffer &props = coderInfo.Props; local
232 size_t size = props.GetCapacity();
237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size));
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.h147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapDevice.cpp74 const SkDeviceProperties* props) {
96 if (props && false) {
97 // return SkNEW_ARGS(SkBitmapDevice, (bitmap, *props));
360 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { argument
361 return SkSurface::NewRaster(info, &props);
73 Create(const SkImageInfo& origInfo, const SkDeviceProperties* props) argument
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/external/openfst/src/include/fst/
H A Dmatcher-fst.h232 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
274 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
H A Dmutable-fst.h55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) { argument
273 if (GetImpl()->Properties(exprops) != (props & exprops))
275 GetImpl()->SetProperties(props, mask);
H A Drational.h168 uint64 props = fst.Properties(kFstProperties, false); local
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
235 uint64 props = FstImpl<A>::Properties(); local
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
H A Dcompact-fst.h1238 uint64 props = Properties(); local
1239 return fst.Properties(props, true) == props;
1281 uint64 props = Properties(); local
1282 return fst.Properties(props, true) == props;
1323 uint64 props = Properties(); local
1324 return fst.Properties(props, true) == props;
1365 uint64 props local
1407 uint64 props = Properties(); local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h424 void SetProperties(uint64 props) { properties_ = props; } argument
426 void SetProperties(uint64 props, uint64 mask) { argument
428 properties_ |= props & mask;
H A Drational.h109 uint64 props = fst.Properties(kFstProperties, false); local
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
169 uint64 props = Properties(); local
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
/external/chromium_org/build/android/
H A Dprovision_devices.py98 # Android will not respect the local props file if it is world writable.
196 props = device.RunShellCommand('getprop')
197 for prop in props:
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule_engine.js241 * @param {Object} props Property dictionary.
247 cvox.SpeechRuleEngine.prototype.addPersonality_ = function(navs, props) {
250 var value = parseFloat(props[key]);
/external/chromium_org/third_party/icu/source/samples/
H A DMakefile.in23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/chromium_org/third_party/skia/gm/
H A Ddftext.cpp51 SkSurfaceProps props(SkSurfaceProps::kUseDistanceFieldFonts_Flag,
53 SkAutoTUnref<SkSurface> surface(SkSurface::NewRenderTarget(ctx, info, 0, &props));
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_wrapper.cc218 ScopedDrmPropertyPtr property(drmModeGetProperty(fd_, connector->props[i]));
243 ScopedDrmPropertyPtr property(drmModeGetProperty(fd_, connector->props[i]));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .XSLTProcess$OutputProperty prop java.util.Enumeration props org.apache.tools.ant.taskdefs. ...
/external/icu/icu4c/source/samples/
H A DMakefile.in23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/lzma/C/
H A DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member in struct:__anon26739
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);

Completed in 654 milliseconds

1234567891011>>