/external/libxml2/test/ |
dav6 | 6 <D:prop> 10 </D:prop> 17 <D:prop> 19 </D:prop>
|
/external/tinyxml/ |
tinyXmlTest.dsp | 25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "tinyXmlTest___Win32_Release"
36 # PROP BASE Intermediate_Dir "tinyXmlTest___Win32_Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0 [all...] |
tinyXmlTestSTL.dsp | 25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "tinyXmlTestSTL___Win32_Release"
36 # PROP BASE Intermediate_Dir "tinyXmlTestSTL___Win32_Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0 [all...] |
echo.dsp | 25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0 [all...] |
/external/toybox/kconfig/ |
symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); local 42 prop->expr = expr_alloc_symbol(sym_lookup(def, 1)); 114 struct property *prop; local 116 for_all_choices(sym, prop) 117 return prop; 123 struct property *prop; local 125 for_all_defaults(sym, prop) { 126 prop->visible.tri = expr_calc_value(prop->visible.expr); 127 if (prop->visible.tri != no 135 struct property *prop; local 163 struct property *prop; local 196 struct property *prop; local 227 struct property *prop; local 266 struct property *prop; local 389 struct property *prop; local 443 struct property *prop; local 530 struct property *prop; local 793 struct property *prop; local 833 struct property *prop; local [all...] |
/external/clang/test/PCH/ |
objc_exprs.h | 21 @property (assign) id prop; variable 25 return p.prop;
|
/external/clang/test/SemaObjC/ |
nowarn-superclass-method-mismatch.m | 9 @property () __weak id PROP; 20 @synthesize PROP;
|
tentative-property-decl.m | 18 @property(nonatomic, copy, readonly) NSString *prop; 23 @property(nonatomic, copy, readwrite) NSString *prop; 27 @synthesize prop; 33 @property(nonatomic, copy, readonly) NSString *prop; 41 @property(nonatomic, copy, readwrite) NSString *prop; 45 @synthesize prop;
|
/external/libxml2/result/ |
dav16.sax | 6 SAX.startElement(D:prop) 13 SAX.endElement(D:prop)
|
dav18.sax | 6 SAX.startElement(D:prop) 13 SAX.endElement(D:prop)
|
/external/v8/test/mjsunit/regress/ |
regress-is-smi-repr.js | 12 Object.defineProperty(Number.prototype, "prop", { get: g }); 13 function f(s) { s.prop; }
|
/external/bzip2/ |
libbz2.dsp | 25 # PROP Scc_ProjName ""
26 # PROP Scc_LocalPath ""
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "Release" [all...] |
/external/icu/icu4c/source/common/ |
uprops.cpp | 45 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 53 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { 55 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0; 58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { 62 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 66 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 70 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 79 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) 283 const BinaryProperty &prop=binProps[which]; local 460 const BinaryProperty &prop=binProps[which]; local 464 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local 484 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local 495 const BinaryProperty &prop=binProps[which]; local 504 const IntProperty &prop=intProps[which-UCHAR_INT_START]; local [all...] |
/external/libpcap/Win32/Prj/ |
libpcap.dsp | 25 # PROP AllowPerConfigDependencies 0 26 # PROP Scc_ProjName "" 27 # PROP Scc_LocalPath "" 33 # PROP BASE Use_MFC 0 34 # PROP BASE Use_Debug_Libraries 0 35 # PROP BASE Output_Dir "Release" 36 # PROP BASE Intermediate_Dir "Release" 37 # PROP BASE Target_Dir "" 38 # PROP Use_MFC 0 39 # PROP Use_Debug_Libraries [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.cpp | 41 NCOM::CPropVariant prop;
local 45 case kpidName: prop = _subArchiveName; break;
50 case kpidName: prop = _fileInfo.Name; break;
51 case kpidIsDir: prop = _fileInfo.IsDir(); break;
52 case kpidSize: prop = _fileInfo.Size; break;
53 case kpidAttrib: prop = (UInt32)_fileInfo.Attrib; break;
54 case kpidCTime: prop = _fileInfo.CTime; break;
55 case kpidATime: prop = _fileInfo.ATime; break;
56 case kpidMTime: prop = _fileInfo.MTime; break;
58 prop.Detach(value); [all...] |
/device/lge/hammerhead/ |
CleanSpec.mk | 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 53 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 54 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 55 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 56 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 57 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 58 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 59 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) 60 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/hammerhead/system/build.prop) [all...] |
/external/lzma/CPP/7zip/Common/ |
CreateCoder.cpp | 25 NWindows::NCOM::CPropVariant prop;
local 26 RINOK(codecsInfo->GetProperty(index, propID, &prop));
27 if (prop.vt == VT_EMPTY)
29 else if (prop.vt == VT_UI4)
30 res = prop.ulVal;
38 NWindows::NCOM::CPropVariant prop;
local 39 RINOK(codecsInfo->GetProperty(index, propID, &prop));
40 if (prop.vt == VT_EMPTY)
42 else if (prop.vt == VT_BOOL)
43 res = VARIANT_BOOLToBool(prop.boolVal); 56 NWindows::NCOM::CPropVariant prop; local [all...] |
/external/pdfium/testing/resources/javascript/ |
globals.in | 65 var prop = props_to_test[i]; 67 global[prop.name] = prop.value; 69 app.alert("For " + prop.name + ": Setup: ERROR: " + e.toString()); 76 var prop = props_to_test[i]; 78 delete global[prop.name]; 80 app.alert("For " + prop.name + ": Delete: ERROR: " + e.toString()); 87 var prop = props_to_test[i]; 89 global.setPersistent(prop.name, should_persist); 91 app.alert("For " + prop.name [all...] |
/external/lzma/CPP/7zip/Compress/ |
DeltaFilter.cpp | 64 const PROPVARIANT &prop = props[i];
local 65 if (propIDs[i] != NCoderPropID::kDefaultProp || prop.vt != VT_UI4 || prop.ulVal < 1 || prop.ulVal > 256)
67 delta = prop.ulVal;
75 Byte prop = (Byte)(_delta - 1);
local 76 return outStream->Write(&prop, 1, NULL);
|
Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
49 if (prop.vt != VT_UI4) return E_INVALIDARG; lzma2Props.blockSize = prop.ulVal; break;
51 if (prop.vt != VT_UI4) return E_INVALIDARG; lzma2Props.numTotalThreads = (int)(prop.ulVal); break;
53 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
73 Byte prop = Lzma2Enc_WriteProperties(_encoder);
local 74 return WriteStream(outStream, &prop, 1);
|
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
12 if (prop.vt == VT_UI4)
16 resValue = prop.ulVal;
18 else if (prop.vt == VT_EMPTY)
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
85 if (prop.vt == VT_UI4)
87 UInt32 logDicSize = prop.ulVal;
93 if (prop.vt == VT_BSTR)
94 return ParsePropDictionaryValue(prop.bstrVal, resValue);
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads) [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
de-DE_kdt_phr.dtfmt | 27 :ATTR "1" :PROP table = "de-DE_pos.utf" type = pos
29 :ATTR "2" :PROP table = "de-DE_pos.utf" type = pos
31 :ATTR "3" :PROP table = "de-DE_pos.utf" type = pos
33 :ATTR "4" :PROP table = "de-DE_pos.utf" type = pos
35 :ATTR "5" :PROP table = "de-DE_pos.utf" type = pos
37 :ATTR "6" :PROP type = numeric
39 :ATTR "7" :PROP type = numeric
41 :ATTR "8" :PROP type = numeric
43 :ATTR "target" :PROP table = "..\phrtab.utf" type = phone
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
en-GB_kdt_phr.dtfmt | 27 :ATTR "1" :PROP table = "en-GB_pos.utf" type = pos
29 :ATTR "2" :PROP table = "en-GB_pos.utf" type = pos
31 :ATTR "3" :PROP table = "en-GB_pos.utf" type = pos
33 :ATTR "4" :PROP table = "en-GB_pos.utf" type = pos
35 :ATTR "5" :PROP table = "en-GB_pos.utf" type = pos
37 :ATTR "6" :PROP type = numeric
39 :ATTR "7" :PROP type = numeric
41 :ATTR "8" :PROP type = numeric
43 :ATTR "target" :PROP table = "..\phrtab.utf" type = phone
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
en-US_kdt_phr.dtfmt | 27 :ATTR "1" :PROP table = "en-US_pos.utf" type = pos
29 :ATTR "2" :PROP table = "en-US_pos.utf" type = pos
31 :ATTR "3" :PROP table = "en-US_pos.utf" type = pos
33 :ATTR "4" :PROP table = "en-US_pos.utf" type = pos
35 :ATTR "5" :PROP table = "en-US_pos.utf" type = pos
37 :ATTR "6" :PROP type = numeric
39 :ATTR "7" :PROP type = numeric
41 :ATTR "8" :PROP type = numeric
43 :ATTR "target" :PROP table = "..\phrtab.utf" type = phone
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
es-ES_kdt_phr.dtfmt | 27 :ATTR "1" :PROP table = "es-ES_pos.utf" type = pos
29 :ATTR "2" :PROP table = "es-ES_pos.utf" type = pos
31 :ATTR "3" :PROP table = "es-ES_pos.utf" type = pos
33 :ATTR "4" :PROP table = "es-ES_pos.utf" type = pos
35 :ATTR "5" :PROP table = "es-ES_pos.utf" type = pos
37 :ATTR "6" :PROP type = numeric
39 :ATTR "7" :PROP type = numeric
41 :ATTR "8" :PROP type = numeric
43 :ATTR "target" :PROP table = "..\phrtab.utf" type = phone
|