Searched defs:prop (Results 76 - 100 of 251) sorted by relevance

1234567891011

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc64 const int32_t Tag::prop = TAG('p', 'r', 'o', 'p'); member in class:sfntly::Tag
H A Dtag.h82 static const int32_t prop; member in struct:sfntly::Tag
/external/deqp/modules/gles31/functional/
H A Des31fSSBOArrayLengthTests.cpp120 const glw::GLenum prop = GL_OFFSET; local
126 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
133 const glw::GLenum prop = GL_OFFSET; local
139 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
146 const glw::GLenum prop = GL_ARRAY_STRIDE; local
152 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp263 int32_t prop; member in struct:__anon22230
298 int32_t prop=pnames->getPropertyEnum(p); local
299 if(prop<0) {
306 prop=ppucdProperties[i].prop;
307 U_ASSERT(prop>=0);
312 if(prop<UCHAR_BINARY_LIMIT) {
314 props.binProps[prop]=(UBool)binaryValue;
330 } else if (prop < UCHAR_INT_START) {
332 "error in preparsed UCD: prop valu
[all...]
/external/ipsec-tools/src/libipsec/
H A Dkey_debug.c215 struct sadb_prop *prop = (void *)ext; local
223 len = (PFKEY_UNUNIT64(prop->sadb_prop_len) - sizeof(*prop))
225 comb = (void *)(prop + 1);
226 printf("sadb_prop{ replay=%u\n", prop->sadb_prop_replay);
/external/ipsec-tools/src/racoon/
H A Dremoteconf.c514 struct isakmpsa *prop = p->proposal; local
588 while (prop) {
592 prop->prop_no, prop->trns_no,
593 saddr2str(prop->rmconf->remote));
596 (long)prop->lifetime);
598 prop->lifebyte);
600 alg_oakley_dhdef_name(prop->dh_group));
602 alg_oakley_encdef_name(prop->enctype));
604 alg_oakley_hashdef_name(prop
[all...]
/external/libselinux/src/
H A Dlabel_android_property.c89 char *buf_p, *prop = buf1, *context = buf2; local
103 items = sscanf(line_buf, "%255s %255s", prop, context);
113 spec_arr[nspec].property_key = strdup(prop);
116 "%s: out of memory at line %d on prop %s\n",
117 path, lineno, prop);
/external/libvterm/src/
H A Dvterm.c217 VTermValueType vterm_get_prop_type(VTermProp prop) argument
219 switch(prop) {
/external/lzma/C/
H A DLzma2Dec.c20 110uuuuu U U P P S - LZMA reset state + new prop
21 111uuuuu U U P P S - LZMA reset state + new prop + reset dic
61 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) argument
64 if (prop > 40)
66 dicSize = (prop == 40) ? 0xFFFFFFFF : LZMA2_DIC_SIZE_FROM_PROP(prop);
75 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) argument
78 RINOK(Lzma2Dec_GetOldProps(prop, props));
82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) argument
85 RINOK(Lzma2Dec_GetOldProps(prop, prop
330 Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp53 NCOM::CPropVariant prop; local
56 case kpidMainSubfile: prop = (UInt32)0; break;
57 case kpidNumVolumes: prop = (UInt32)_streams.Size(); break;
59 prop.Detach(value);
155 NCOM::CPropVariant prop; local
156 RINOK(openVolumeCallback->GetProperty(kpidName, &prop));
157 if (prop.vt != VT_BSTR)
159 name = prop.bstrVal;
216 NCOM::CPropVariant prop; local
217 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop));
243 NCOM::CPropVariant prop; local
284 NWindows::NCOM::CPropVariant prop; local
[all...]
/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) argument
47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));
H A DLzmaDecoder.cpp63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) argument
65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp125 NCOM::CPropVariant prop; local
126 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
127 if (prop.vt == VT_FILETIME)
129 filetime = prop.filetime;
132 else if (prop.vt != VT_EMPTY)
139 NCOM::CPropVariant prop; local
140 RINOK(_arc->Archive->GetProperty(_index, kpidSize, &prop));
141 _curSizeDefined = (prop.vt != VT_EMPTY);
143 _curSize = ConvertPropVariantToUInt64(prop);
169 NCOM::CPropVariant prop; local
200 NCOM::CPropVariant prop; local
[all...]
H A DExtract.cpp91 NCOM::CPropVariant prop; local
92 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK)
93 if (prop.vt == VT_UI8 || prop.vt == VT_UI4)
94 stdInProcessed = ConvertPropVariantToUInt64(prop);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp168 const struct opProperties *prop = &_initProps[i]; local
171 if (prop->mNeg & (1 << s))
172 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
173 if (prop->mAbs & (1 << s))
174 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
175 if (prop->mNot & (1 << s))
176 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
177 if (prop->fConst & (1 << s))
178 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
179 if (prop
[all...]
/external/qemu/android/avd/
H A Dutil.c190 char* prop = propertyFile_getValue((const char*)data->data, local
193 if (!prop) {
202 long long val = strtoll(prop, &end, 10);
204 end == prop || *end != '\0') {
205 D("Invalid int property: '%s:%s'", key, prop);
206 AFREE(prop);
213 AFREE(prop);
230 D("Could not find SDK version in build.prop, default is: %d", level);
253 p = bufprint(temp, end, "%s/system/build.prop", androidOut);
268 p = bufprint(temp, end, "%s/boot.prop", androidOu
[all...]
/external/qemu/android/
H A Dboot-properties.c47 BootProperty* prop = android_alloc( sizeof(*prop) + length + 1 ); local
50 prop->next = NULL;
51 prop->property = p = (char*)(prop + 1);
52 prop->length = length;
61 return prop;
94 BootProperty* prop; local
125 prop = boot_property_alloc(name, namelen, value, valuelen);
127 *_boot_properties_tail = prop;
303 BootProperty* prop; local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_android_property.c89 char *buf_p, *prop = buf1, *context = buf2; local
103 items = sscanf(line_buf, "%255s %255s", prop, context);
113 spec_arr[nspec].property_key = strdup(prop);
116 "%s: out of memory at line %d on prop %s\n",
117 path, lineno, prop);
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc64 const int32_t Tag::prop = TAG('p', 'r', 'o', 'p'); member in class:sfntly::Tag
H A Dtag.h82 static const int32_t prop; member in struct:sfntly::Tag
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DNPV8Object.cpp508 v8::Handle<v8::Value> prop = obj->Get(npIdentifierToV8Identifier(methodName, isolate)); local
509 return prop->IsFunction();
559 " for (var prop in obj) {"
560 " props[props.length] = prop;"
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { argument
58 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0;
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar3
286 const BinaryProperty &prop=binProps[which]; local
304 defaultGetValue(const IntProperty &prop, UChar32 c, UProperty ) argument
309 defaultGetMaxValue(const IntProperty &prop, UProperty ) argument
313 getMaxValueFromShift(const IntProperty &prop, UProperty ) argument
463 const BinaryProperty &prop=binProps[which]; local
467 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local
487 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local
498 const BinaryProperty &prop=binProps[which]; local
507 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local
[all...]
/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/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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp668 info->prop.fp.writesDepth = scan.writes_z;
669 info->prop.fp.usesDiscard = scan.uses_kill;
672 info->prop.gp.instanceCount = 1; // default value
721 void Source::scanProperty(const struct tgsi_full_property *prop) argument
723 switch (prop->Property.PropertyName) {
725 info->prop.gp.outputPrim = prop->u[0].Data;
728 info->prop.gp.inputPrim = prop->u[0].Data;
731 info->prop
[all...]

Completed in 8797 milliseconds

1234567891011