Searched refs:prop (Results 226 - 250 of 429) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc_test.c302 char* prop = leveldb_property_value(db, "nosuchprop"); local
303 CheckCondition(prop == NULL);
304 prop = leveldb_property_value(db, "leveldb.stats");
305 CheckCondition(prop != NULL);
306 Free(&prop);
/external/chromium_org/v8/src/
H A Dobject-observe.js399 for (var prop in changeRecord) {
400 if (prop === 'object' || (hasType && prop === 'type')) continue;
401 %DefineOrRedefineDataProperty(newRecord, prop, changeRecord[prop],
/external/speex/libspeex/
H A Dmdf.c180 spx_word16_t *prop; member in struct:SpeexEchoState_
353 static inline void mdf_adjust_prop(const spx_word32_t *W, int N, int M, int P, spx_word16_t *prop) argument
368 prop[i] = spx_sqrt(tmp);
369 if (prop[i] > max_sum)
370 max_sum = prop[i];
374 prop[i] += MULT16_16_Q15(QCONST16(.1f,15),max_sum);
375 prop_sum += EXTEND32(prop[i]);
379 prop[i] = DIV32(MULT16_16(QCONST16(.99f,15), prop[i]),prop_sum);
380 /*printf ("%f ", prop[
[all...]
/external/icu4c/common/
H A Duniset_props.cpp860 UProperty prop; member in struct:__anon19147
866 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
953 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { argument
956 if (prop == UCHAR_GENERAL_CATEGORY_MASK) {
958 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) {
962 IntPropertyContext c = {prop, value};
963 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
969 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, argument
974 // prop and value used to be converted to char * using the default
980 if( !uprv_isInvariantUString(prop
[all...]
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp582 CSRegSet prop; local
584 prop = CSRSave[MBB];
586 prop = CSRRestore[MBB];
588 prop = CSRUsed[MBB];
589 if (prop.empty())
600 if (! CSRUsed[SUCC].contains(prop)) {
601 CSRUsed[SUCC] |= prop;
606 << "(" << stringifyCSRegSet(prop) << ")->"
616 if (! CSRUsed[PRED].contains(prop)) {
617 CSRUsed[PRED] |= prop;
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c653 xmlChar *prop = NULL; local
739 prop = xsltEvalAttrValueTemplate(ctxt, inst,
741 if (prop == NULL) {
746 if (xmlValidateQName(prop, 0)) {
749 "valid QName.\n", prop);
752 name = xsltSplitQName(ctxt->dict, prop, &prefix);
753 xmlFree(prop);
H A Dtransform.c3220 xmlChar *filename = NULL, *prop, *elements; local
3362 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3365 if (prop != NULL) {
3368 style->version = prop;
3370 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3373 if (prop != NULL) {
3376 style->encoding = prop;
3378 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3381 if (prop != NULL) {
3391 URI = xsltGetQNameURI(inst, &prop);
3881 xmlChar *prop = NULL; local
[all...]
/external/libxslt/libxslt/
H A Dattributes.c653 xmlChar *prop = NULL; local
739 prop = xsltEvalAttrValueTemplate(ctxt, inst,
741 if (prop == NULL) {
746 if (xmlValidateQName(prop, 0)) {
749 "valid QName.\n", prop);
752 name = xsltSplitQName(ctxt->dict, prop, &prefix);
753 xmlFree(prop);
H A Dtransform.c3220 xmlChar *filename = NULL, *prop, *elements; local
3362 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3365 if (prop != NULL) {
3368 style->version = prop;
3370 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3373 if (prop != NULL) {
3376 style->encoding = prop;
3378 prop = xsltEvalAttrValueTemplate(ctxt, inst,
3381 if (prop != NULL) {
3391 URI = xsltGetQNameURI(inst, &prop);
3881 xmlChar *prop = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp752 info.out[r].si = info.prop.fp.numColourResults++;
940 info.prop.fp.earlyFragTests = dcl.dcl_global_flags.early_depth_stencil;
952 info.prop.gp.outputPrim = g3dPrim(
956 info.prop.gp.inputPrim = g3dPrim(dcl.dcl_gs_input_primitive.primitive);
959 info.prop.gp.maxVertices = dcl.num;
962 info.prop.gp.instanceCount = dcl.num;
969 info.prop.tp.inputPatchSize =
973 info.prop.tp.outputPatchSize =
979 info.prop.tp.domain = PIPE_PRIM_LINES;
982 info.prop
[all...]
H A Dnv50_ir_driver.h159 } prop; member in struct:nv50_ir_prog_info
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp752 info.out[r].si = info.prop.fp.numColourResults++;
940 info.prop.fp.earlyFragTests = dcl.dcl_global_flags.early_depth_stencil;
952 info.prop.gp.outputPrim = g3dPrim(
956 info.prop.gp.inputPrim = g3dPrim(dcl.dcl_gs_input_primitive.primitive);
959 info.prop.gp.maxVertices = dcl.num;
962 info.prop.gp.instanceCount = dcl.num;
969 info.prop.tp.inputPatchSize =
973 info.prop.tp.outputPatchSize =
979 info.prop.tp.domain = PIPE_PRIM_LINES;
982 info.prop
[all...]
H A Dnv50_ir_driver.h159 } prop; member in struct:nv50_ir_prog_info
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.cc353 base::win::ScopedBstr prop(event_props[i]);
355 if (SUCCEEDED(bag->Read(prop, value.Receive(), error_log))) {
358 V_BSTR(&value), prop))) {
359 DLOG(ERROR) << "Failed to create script block for " << prop
363 DVLOG(1) << "script block created for event " << prop
368 DVLOG(1) << "event property " << prop << " not in property bag";
/external/v8/src/
H A Dmessages.js858 for (var prop in this.receiver) {
859 if (this.receiver.__lookupGetter__(prop) === this.fun ||
860 this.receiver.__lookupSetter__(prop) === this.fun ||
861 (!this.receiver.__lookupGetter__(prop) &&
862 this.receiver[prop] === this.fun)) {
867 name = prop;
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_battery.c198 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; local
230 prop |= GATT_CHAR_PROP_BIT_NOTIFY;
235 prop)) == 0)
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc278 void CppBoundClass::BindProperty(const std::string& name, CppVariant* prop) { argument
279 PropertyCallback* property_callback = prop == NULL ?
280 NULL : new CppVariantPropertyCallback(prop);
H A Dcpp_bound_class.h108 // Bind the Javascript property called |name| to a CppVariant |prop|.
109 void BindProperty(const std::string& name, CppVariant* prop);
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_type_generator.py209 for prop in type_.properties.values():
210 dependencies |= self._TypeDependencies(prop.type_,
211 hard=not prop.optional)
/external/qemu/android/
H A Dcmdline-options.h142 OPT_LIST( prop, "<name>=<value>", "set system property on boot")
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_eke.c193 const u8 *prop = NULL; local
241 prop = tmp - 3;
242 if (eap_eke_session_init(&data->sess, prop[0], prop[1], prop[2],
243 prop[3]) < 0) {
244 prop = NULL;
252 if (prop == NULL) {
291 wpabuf_put_data(resp, prop, 4); /* Selected Proposal */
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_eke.c193 const u8 *prop = NULL; local
241 prop = tmp - 3;
242 if (eap_eke_session_init(&data->sess, prop[0], prop[1], prop[2],
243 prop[3]) < 0) {
244 prop = NULL;
252 if (prop == NULL) {
291 wpabuf_put_data(resp, prop, 4); /* Selected Proposal */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_eke.c193 const u8 *prop = NULL; local
241 prop = tmp - 3;
242 if (eap_eke_session_init(&data->sess, prop[0], prop[1], prop[2],
243 prop[3]) < 0) {
244 prop = NULL;
252 if (prop == NULL) {
291 wpabuf_put_data(resp, prop, 4); /* Selected Proposal */
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1372 object prop = properties[i];
1377 if (!(prop is Int32))
1379 Int32 numFastBytes = (Int32)prop;
1388 if (!(prop is Int32))
1390 Int32 maximize = (Int32)prop;
1398 if (!(prop is String))
1401 int m = FindMatchFinder(((string)prop).ToUpper());
1415 if (!(prop is Int32))
1417 Int32 dictionarySize = (Int32)prop;
1431 if (!(prop i
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp940 UProperty prop; member in struct:__anon11664
946 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
1033 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { argument
1036 if (prop == UCHAR_GENERAL_CATEGORY_MASK) {
1038 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) {
1042 IntPropertyContext c = {prop, value};
1043 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
1049 UnicodeSet::applyPropertyAlias(const UnicodeString& prop, argument
1054 // prop and value used to be converted to char * using the default
1060 if( !uprv_isInvariantUString(prop
[all...]

Completed in 1319 milliseconds

1234567891011>>