/third_party/typescript/tests/baselines/reference/ |
H A D | doubleUnderscoreMappedTypes.js | 2 interface Properties { 8 const ok: Properties = { 14 type Keys = keyof Properties; 18 type Property2Type = Properties["__property2"]; 21 const partial: Partial<Properties> = {
|
H A D | controlFlowPropertyDeclarations.js | 9 // TODO handle/use .Properties value eg: MUST_USE_PROPERTY is not HTML attr 10 for (var propname in HTMLDOMPropertyConfig.Properties) { 11 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) { 158 // TODO handle/use .Properties value eg: MUST_USE_PROPERTY is not HTML attr
159 for (var propname in HTMLDOMPropertyConfig.Properties) {
160 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
|
H A D | tsxAttributeResolution16.js | 17 type Properties = CanadianAddress | AmericanAddress; 19 export class AddressComp extends React.Component<Properties, void> {
|
H A D | excessPropertyCheckWithUnions.js | 131 type Properties = 142 function F1(_arg: { props: Properties }) { } 150 function F2(_props: Properties) { }
|
/third_party/node/deps/v8/src/compiler/ |
H A D | operator.h | 38 // Properties inform the operator-independent optimizer about legal 61 using Properties = base::Flags<Property, uint8_t>; 65 Operator(Opcode opcode, Properties properties, const char* mnemonic, 99 Properties properties() const { return properties_; } in properties() 110 static size_t ZeroIfEliminatable(Properties properties) { in ZeroIfEliminatable() 114 static size_t ZeroIfNoThrow(Properties properties) { in ZeroIfNoThrow() 118 static size_t ZeroIfPure(Properties properties) { in ZeroIfPure() 141 Properties properties_; 150 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties) 170 Operator1(Opcode opcode, Properties propertie [all...] |
H A D | linkage.h | 255 Operator::Properties properties, in CallDescriptor() 412 Operator::Properties properties() const { return properties_; } in properties() 465 const Operator::Properties properties_; 520 Operator::Properties properties, CallDescriptor::Flags flags); 524 const char* debug_name, Operator::Properties properties, 531 Operator::Properties properties = Operator::kNoProperties,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | HeapAllocatorD3D12.cpp | 37 heapDesc.Properties.Type = mHeapType; in AllocateResourceHeap() 38 heapDesc.Properties.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_UNKNOWN; in AllocateResourceHeap() 39 heapDesc.Properties.MemoryPoolPreference = D3D12_MEMORY_POOL_UNKNOWN; in AllocateResourceHeap() 40 heapDesc.Properties.CreationNodeMask = 0; in AllocateResourceHeap() 41 heapDesc.Properties.VisibleNodeMask = 0; in AllocateResourceHeap()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | CustomFormatterMessageRefTest.java | 8 import java.util.Properties; 55 if (oProps != null && oProps instanceof Properties) { in format() 56 Properties props = (Properties) oProps; in format() 77 static final Properties PROPERTIES = new Properties();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 107 /// Properties which a MachineFunction may have at a given point in time. 159 return Properties[static_cast<unsigned>(P)]; in hasProperty() 163 Properties.set(static_cast<unsigned>(P)); in set() 168 Properties.reset(static_cast<unsigned>(P)); in reset() 174 Properties.reset(); in reset() 179 Properties |= MFP.Properties; in set() 184 Properties.reset(MFP.Properties); in reset() 191 return !V.Properties in verifyRequiredProperties() 198 BitVector Properties = global() member in llvm::MachineFunctionProperties 298 MachineFunctionProperties Properties; global() member in llvm::MachineFunction [all...] |
/third_party/rust/crates/unicode-ident/generate/src/ |
H A D | parse.rs | 7 pub struct Properties { structure names 12 impl Properties { impls 22 pub fn parse_xid_properties(ucd_dir: &Path) -> Properties { in parse_xid_properties() 23 let mut properties = Properties { in parse_xid_properties()
|
H A D | write.rs | 2 use crate::parse::Properties; 22 properties: &Properties, in output()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUConfig.java | 17 import java.util.Properties; 24 private static final Properties CONFIG_PROPS; 27 CONFIG_PROPS = new Properties();
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUConfig.java | 18 import java.util.Properties; 26 private static final Properties CONFIG_PROPS; 29 CONFIG_PROPS = new Properties();
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 24 private static Properties prop; 153 Properties defaults = new Properties(); in init() 160 prop = new Properties(defaults); in init()
|
H A D | RBPropertiesExporter.java | 31 return "Base Class Properties Files"; in RBPropertiesExporter() 58 Properties prop = new Properties(); in export()
|
H A D | RBPropertiesImporter.java | 103 Properties p = new Properties(); in beginImport()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedCLEnums_autogen.cpp | 96 return CommandQueueInfo::Properties; in FromCLenum() 118 case CommandQueueInfo::Properties: in ToCLenum() 145 case CommandQueueInfo::Properties: in operator <<() 174 return ContextInfo::Properties; in FromCLenum() 190 case ContextInfo::Properties: in ToCLenum() 210 case ContextInfo::Properties: in operator <<() 1585 return MemInfo::Properties; in FromCLenum() 1615 case MemInfo::Properties: in ToCLenum() 1657 case MemInfo::Properties: in operator <<() 1764 return PipeInfo::Properties; in FromCLenum() [all...] |
H A D | PackedCLEnums_autogen.h | 49 Properties = 3, member in cl::CommandQueueInfo 67 Properties = 2, member in cl::ContextInfo 350 Properties = 10, member in cl::MemInfo 385 Properties = 2, member in cl::PipeInfo 482 Properties = 5, member in cl::SamplerInfo
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ |
H A D | ICULocaleServiceProvider.java | 19 import java.util.Properties; 226 Properties spiConfigProps = new Properties(); in loadConfiguration()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 226 if sheet.Properties.Title == name { 236 return fmt.Sprintf("%v!A%v:%v", sheet.Properties.Title, index+1, index+1) 246 return fmt.Sprintf("%v!%c1:%c", sheet.Properties.Title, col, col) 281 SheetId: sheet.Properties.SheetId, 315 Properties: &sheets.SheetProperties{
|
/third_party/skia/src/gpu/effects/ |
H A D | GrPorterDuffXferProcessor.cpp | 107 enum Properties { enum in BlendFormula 116 SK_DECL_BITFIELD_OPS_FRIENDS(Properties) 121 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut, 133 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); 144 SK_MAKE_BITFIELD_OPS(BlendFormula::Properties) 146 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut, 160 static_cast<Properties>(
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/Properties/ |
H A D | Settings.cs | 11 namespace LzmaAlone.Properties
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
H A D | svprop.h | 41 FT_DEFINE_SERVICE( Properties ) in FT_DEFINE_SERVICE()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | Properties.java | 11 * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin 14 public class Properties implements Serializable { class
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | Properties.java | 12 * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin 16 public class Properties implements Serializable { class
|