Searched refs:props (Results 201 - 225 of 422) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc113 hb_direction_t direction = buffer->props.direction;
H A Dhb-ot-shape-complex-arabic.cc175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
181 if (plan->props.script == HB_SCRIPT_ARABIC)
222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
320 if (plan->props.script == HB_SCRIPT_MONGOLIAN)
/external/lzma/C/
H A DLzmaDec.h134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
H A DXzDec.c71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
81 p->delta = (unsigned)props[0] + 1;
87 UInt32 v = GetUi32(props);
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
236 props = props;
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
539 memcpy(filter->props, header + pos, (size_t)size);
547 printf(" %2X", filter->props[
[all...]
/external/lzma/xz-embedded/
H A Dxz_private.h115 * big enough, and XZ_OPTIONS_ERROR if props indicates something that this
119 uint8_t props);
H A Dxz_dec_lzma2.c799 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) argument
801 if (props > (4 * 5 + 4) * 9 + 8)
805 while (props >= 9 * 5) {
806 props -= 9 * 5;
813 while (props >= 9) {
814 props -= 9;
818 s->lzma.lc = props;
1128 XZ_EXTERN enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) argument
1131 if (props > 39)
1134 s->dict.size = 2 + (props
[all...]
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Dcss_checker.py56 props = map(lambda r: r[0:r.find(':')], rules)
57 if props != sorted(props):
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c138 CLzmaEncProps props; local
146 LzmaEncProps_Init(&props);
147 res = LzmaEnc_SetProps(enc, &props);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc759 CallProps props; local
762 props.SetEffect(i, VisitExpr(exprs[i], env));
765 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
767 return props.ComputeCumulativeEffect(IsRawPointerType(parent->getType()));
808 CallProps props; local
809 VisitArguments<>(call, &props, env);
810 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
811 return props.ComputeCumulativeEffect(IsRawPointerType(call->getType()));
816 CallProps* props,
819 props
815 VisitArguments(ExprType* call, CallProps* props, const Environment& env) argument
826 CallProps props; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c156 GR_WM_PROPERTIES props ; local
171 props.flags = GR_WM_FLAGS_PROPS ;
172 props.props = GR_WM_PROPS_NODECORATE ;
173 GrSetWMProperties (FSwindow, & props) ;
/external/qemu/hw/core/
H A Dqdev.c135 for (prop = info->props; prop && prop->name; prop++) {
243 prop->next = dev->props;
244 dev->props = prop;
303 for (prop = dev->props; prop; prop = prop->next) {
476 for (prop = dev->props; prop; prop = prop->next) {
/external/openfst/src/include/fst/
H A Dmatcher.h85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
202 uint64 props = fst_->Properties(true_prop | false_prop, test); local
204 if (props & true_prop)
206 else if (props & false_prop)
496 virtual uint64 Properties(uint64 props) const;
681 virtual uint64 Properties(uint64 props) const;
852 virtual uint64 Properties(uint64 props) const;
1072 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
[all...]
H A Dcompose-filter.h202 // uint64 Properties(uint64 props) const;
274 uint64 Properties(uint64 props) const { return props; }
359 uint64 Properties(uint64 props) const { return props; }
459 uint64 Properties(uint64 props) const { return props; }
H A Drelabel.h61 uint64 props = fst->Properties(kFstProperties, false); local
111 fst->SetProperties(RelabelProperties(props), kFstProperties);
218 uint64 props = fst.Properties(kCopyProperties, false); local
219 SetProperties(RelabelProperties(props));
249 uint64 props = fst.Properties(kCopyProperties, false); local
250 SetProperties(RelabelProperties(props));
H A Dreplace-util.h93 uint64 props = kAccessible | kCoAccessible; local
97 if (fst_array_[i]->Properties(props, true) != props || !depaccess_[i])
185 mutable uint64 depprops_; // dependency Fst props
383 uint64 props = kAccessible | kCoAccessible; local
387 if (mutable_fst_array_[i]->Properties(props, false) != props)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c471 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
492 props = buf;
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
508 if (props != buf)
509 Xfree(props);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1584 static void queryAndValidateProps (tcu::TestContext& testCtx, const glw::Functions& gl, glw::GLuint programID, ProgramInterface interface, const char* targetResourceName, const ProgramInterfaceDefinition::Program* programDefinition, const std::vector<glw::GLenum>& props, const std::vector<const PropValidator*>& validators)
1589 std::vector<glw::GLint> propValues (props.size() + 1, -2); // prefill result buffer with an invalid value. -1 might be valid sometimes, avoid it. Make buffer one larger to allow detection of too many return values
1591 DE_ASSERT(props.size() == validators.size());
1630 gl.getProgramResourceiv(programID, glInterface, resourceNdx, (int)props.size(), &props[0], (int)propValues.size(), &written, &propValues[0]);
1631 GLU_EXPECT_NO_ERROR(gl.getError(), "get props");
1633 if (written != (int)props.size())
1635 testCtx.getLog() << tcu::TestLog::Message << "getProgramResourceiv returned unexpected number of values, expected " << (int)props.size() << ", got " << written << tcu::TestLog::EndMessage;
1656 message << "\t" << glu::getProgramResourcePropertyName(props[propNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propValues[propNdx]) << "\n";
1712 // Check interface props
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c471 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
492 props = buf;
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
508 if (props != buf)
509 Xfree(props);
/external/qemu/android/
H A Dmain-common-ui.c351 part_properties *props,
360 part_properties *p = get_part_properties(props, parts[i]);
422 part_properties* props = read_all_part_properties(aconfig_find(root, "parts")); local
432 part_properties *p = get_part_properties(props, parts[i]);
470 add_parts_to_layout(node, parts, N_PARTS, props, width, x_margin, y_margin);
479 add_parts_to_layout(node, parts, N_PARTS, props, height, x_margin, y_margin);
483 free_all_part_properties(props);
348 add_parts_to_layout(AConfig* layout, char* parts[], int n_parts, part_properties *props, int xoffset, int x_margin, int y_margin) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h48 uint64 props = fst->Properties(kFstProperties, false); local
82 fst->SetProperties(RelabelProperties(props), kFstProperties);
169 uint64 props = fst.Properties(kCopyProperties, false); local
170 SetProperties(RelabelProperties(props));
198 uint64 props = fst.Properties(kCopyProperties, false); local
199 SetProperties(RelabelProperties(props));
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java348 Properties props = new Properties();
349 props.load(fis);
350 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);

Completed in 3636 milliseconds

1234567891011>>