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

1 2 3

  /external/pdfium/xfa/fde/css/
cfde_csssyntaxparser.h 22 PropertyName,
34 PropertyName,
cfde_csssyntaxparser.cpp 52 m_eMode = bOnlyDeclaration ? FDE_CSSSyntaxMode::PropertyName
115 SwitchMode(FDE_CSSSyntaxMode::PropertyName);
128 case FDE_CSSSyntaxMode::PropertyName:
133 return FDE_CSSSyntaxStatus::PropertyName;
144 return FDE_CSSSyntaxStatus::PropertyName;
157 SwitchMode(FDE_CSSSyntaxMode::PropertyName);
cfde_cssstylesheet.cpp 78 case FDE_CSSSyntaxStatus::PropertyName: {
132 case FDE_CSSSyntaxStatus::PropertyName:
cfde_cssstyleselector.cpp 153 if (eStatus == FDE_CSSSyntaxStatus::PropertyName) {
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_tgsi.c 40 switch (prop->Property.PropertyName) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 137 ULONGLONG PropertyName;
msinkaut.h     [all...]
mmcobj.h     [all...]
sapi51.h     [all...]
sapi53.h     [all...]
  /external/pdfium/fxjs/
fxjs_v8.h 211 const CFX_WideString& PropertyName);
213 const CFX_WideString& PropertyName,
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 489 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
493 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT)
tgsi_build.c     [all...]
tgsi_dump.c 483 ENM(prop->Property.PropertyName, tgsi_property_names);
489 switch (prop->Property.PropertyName) {
tgsi_point_sprite.c 484 switch (prop->Property.PropertyName) {
tgsi_scan.c 646 unsigned name = fullprop->Property.PropertyName;
  /external/lzma/CPP/7zip/Bundles/SFXWin/
makefile 87 $O\PropertyName.obj \
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 299 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 179 /// @param PropertyName Name of the Objective C property assoicated with
188 StringRef PropertyName = StringRef(),
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 658 SmallString<100> PropertyName = thisPropertyName;
659 PropertyName[0] = front;
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 470 StringRef PropertyName(PropertyNameString);
487 if (PropertyName.equals("target") ||
488 (PropertyName.find("delegate") != StringRef::npos) ||
489 (PropertyName.find("dataSource") != StringRef::npos)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 338 DIType Ty, StringRef PropertyName,
353 MDString::get(VMContext, PropertyName),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]

Completed in 393 milliseconds

1 2 3