HomeSort by relevance Sort by last modified time
    Searched refs:Prop (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/
FdtParser.c 27 CONST INT32 *Prop;
48 Prop = fdt_getprop (DeviceTreeBlob, 0, "#address-cells", &Length);
50 AddressCells = fdt32_to_cpu (*Prop);
53 Prop = fdt_getprop (DeviceTreeBlob, 0, "#size-cells", &Length);
55 SizeCells = fdt32_to_cpu (*Prop);
62 Prop = fdt_getprop (DeviceTreeBlob, MemoryNode, "reg", &Length);
68 *SystemMemoryBase = fdt32_to_cpu (Prop[0]);
70 *SystemMemoryBase = (*SystemMemoryBase << 32) | fdt32_to_cpu (Prop[1]);
72 Prop += AddressCells;
74 *SystemMemorySize = fdt32_to_cpu (Prop[0]);
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
FdtParser.c 27 CONST INT32 *Prop;
48 Prop = fdt_getprop (DeviceTreeBlob, 0, "#address-cells", &Length);
50 AddressCells = fdt32_to_cpu (*Prop);
53 Prop = fdt_getprop (DeviceTreeBlob, 0, "#size-cells", &Length);
55 SizeCells = fdt32_to_cpu (*Prop);
62 Prop = fdt_getprop (DeviceTreeBlob, MemoryNode, "reg", &Length);
68 *SystemMemoryBase = fdt32_to_cpu (Prop[0]);
70 *SystemMemoryBase = (*SystemMemoryBase << 32) | fdt32_to_cpu (Prop[1]);
72 Prop += AddressCells;
74 *SystemMemorySize = fdt32_to_cpu (Prop[0]);
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/
ArmVirtPsciResetSystemLib.c 45 CONST VOID *Prop;
52 "method", &Prop, NULL);
57 if (AsciiStrnCmp (Prop, "hvc", 3) == 0) {
59 } else if (AsciiStrnCmp (Prop, "smc", 3) == 0) {
63 Prop));
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 72 // format "prop1" or "prop/subprop"
218 struct Prop {
233 void initProp(Prop *item);
234 void clearProp(Prop *item);
235 void clearPropValue(Prop *item);
236 void copyProp(Prop *dst, const Prop *src);
242 Prop *findProp(const char *name);
243 Prop *allocateProp(const char *name);
248 Prop *mProps
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 118 SWVENC_PROPERTY Prop;
271 Prop.id = SWVENC_PROPERTY_ID_FRAME_SIZE;
272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight;
273 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth;
275 Ret = swvenc_setproperty(m_hSwVenc, &Prop);
284 Prop.id = SWVENC_PROPERTY_ID_FRAME_ATTRIBUTES;
285 Prop.info.frame_attributes.stride_luma = m_sInPortDef.format.video.nStride;
286 Prop.info.frame_attributes.stride_chroma = m_sInPortDef.format.video.nStride;
287 Prop.info.frame_attributes.offset_luma = 0;
288 Prop.info.frame_attributes.offset_chroma
1797 SWVENC_PROPERTY prop; local
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 386 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) {
387 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl();
398 if (!Prop->isReadOnly())
401 auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext());
417 Prop->getIdentifier(), Prop->getQueryKind());
418 if (ShadowingProp && ShadowingProp != Prop) {
426 const ObjCPropertyDecl *Prop) {
428 const ObjCIvarDecl *IVar = findBackingIvar(Prop);
433 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 118 SWVENC_PROPERTY Prop;
271 Prop.id = SWVENC_PROPERTY_ID_FRAME_SIZE;
272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight;
273 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth;
275 Ret = swvenc_setproperty(m_hSwVenc, &Prop);
284 Prop.id = SWVENC_PROPERTY_ID_FRAME_ATTRIBUTES;
285 Prop.info.frame_attributes.stride_luma = m_sInPortDef.format.video.nStride;
286 Prop.info.frame_attributes.stride_chroma = m_sInPortDef.format.video.nStride;
287 Prop.info.frame_attributes.offset_luma = 0;
288 Prop.info.frame_attributes.offset_chroma
    [all...]
  /external/clang/include/clang/Index/
USRGeneration.h 47 void generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 110 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop,
118 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName());
121 S.DiagnosePropertyMismatch(Prop, ProtoProp, Proto->getIdentifier(), true);
128 CheckPropertyAgainstProtocol(S, Prop, P, Known);
    [all...]
ScopeInfo.cpp 137 const ObjCPropertyDecl *Prop)
138 : Base(nullptr, true), Property(Prop) {
156 const ObjCPropertyDecl *Prop) {
157 assert(Msg && Prop);
159 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)];
203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
206 Prop));
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 230 Prop *prop = &mProps[i]; local
231 if (prop->mNameLen != len) {
234 if (memcmp(name, prop->mName, len) == 0) {
241 MediaAnalyticsItem::Prop *MediaAnalyticsItem::findProp(const char *name) {
250 void MediaAnalyticsItem::Prop::setName(const char *name, size_t len) {
262 MediaAnalyticsItem::Prop *MediaAnalyticsItem::allocateProp(const char *name) {
265 Prop *prop; local
268 prop = &mProps[i]
289 Prop *prop = &mProps[i]; local
304 Prop *prop = allocateProp(name); local
313 Prop *prop = allocateProp(name); local
322 Prop *prop = allocateProp(name); local
332 Prop *prop = allocateProp(name); local
342 Prop *prop = allocateProp(name); local
354 Prop *prop = allocateProp(name); local
371 Prop *prop = allocateProp(name); local
388 Prop *prop = allocateProp(name); local
407 Prop *prop = allocateProp(name); local
425 Prop *prop = findProp(name); local
436 Prop *prop = findProp(name); local
447 Prop *prop = findProp(name); local
468 Prop *prop = findProp(name); local
480 Prop *prop = findProp(name); local
528 Prop *prop = &mProps[i]; local
698 Prop *prop = &mProps[i]; local
790 Prop *prop = &mProps[i]; local
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/FdtClientDxe/
FdtClientDxe.c 36 OUT CONST VOID **Prop,
43 ASSERT (Prop != NULL);
45 *Prop = fdt_getprop (mDeviceTreeBase, Node, PropertyName, &Len);
46 if (*Prop == NULL) {
62 IN CONST VOID *Prop,
70 Ret = fdt_setprop (mDeviceTreeBase, Node, PropertyName, Prop, PropSize);
140 OUT CONST VOID **Prop,
152 return GetNodeProperty (This, Node, PropertyName, Prop, PropSize);
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
FdtPciHostBridgeLib.c 101 CONST VOID *Prop;
155 Status = FdtClient->GetNodeProperty (FdtClient, Node, "reg", &Prop, &Len);
165 ConfigBase = SwapBytes64 (((CONST UINT64 *)Prop)[0]);
166 ConfigSize = SwapBytes64 (((CONST UINT64 *)Prop)[1]);
171 Status = FdtClient->GetNodeProperty (FdtClient, Node, "bus-range", &Prop,
178 *BusMin = SwapBytes32 (((CONST UINT32 *)Prop)[0]);
179 *BusMax = SwapBytes32 (((CONST UINT32 *)Prop)[1]);
195 Status = FdtClient->GetNodeProperty (FdtClient, Node, "ranges", &Prop, &Len);
206 Record = (CONST DTB_PCI_HOST_RANGE_RECORD *)Prop + RecordIdx;
  /device/linaro/bootloader/edk2/ArmVirtPkg/Include/Protocol/
FdtClient.h 36 OUT CONST VOID **Prop,
46 IN CONST VOID *Prop,
73 OUT CONST VOID **Prop,
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciPcdProducerLib/
FdtPciPcdProducerLib.c 55 CONST VOID *Prop;
63 Status = FdtClient->GetNodeProperty (FdtClient, Node, "ranges", &Prop, &Len);
75 Record = (CONST DTB_PCI_HOST_RANGE_RECORD *)Prop + RecordIdx;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 48 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 48 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 84 private static final String PROP_PREFIX = "@prop@"; //$NON-NLS-1$
92 private Map<String, Map<String, Prop>> mAttributesMap =
93 new HashMap<String, Map<String, Prop>>();
202 Map<String, Prop> props = mAttributesMap.get(key);
203 final Prop prop = (props != null) ? props.get(actionId) : null;
205 if (prop != null) {
215 if (prop.isStringEdit()) {
243 if (prop.isToggle()) {
252 } else if (prop.isFlag())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
USRGeneration.h 52 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS);

Completed in 619 milliseconds

1 2 3 4