HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 801 - 825 of 1285) sorted by null

<<31323334353637383940>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 20 import org.objectweb.asm.Attribute;
547 public void visitAttribute(Attribute attr) {
571 public void visitAttribute(Attribute attr) {
    [all...]
DependencyFinder.java 23 import org.objectweb.asm.Attribute;
424 public void visitAttribute(Attribute attr) {
448 public void visitAttribute(Attribute attr) {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java 37 import javax.naming.directory.Attribute;
114 * LDAP attribute identifiers.
322 * Gets one or more binary values from an attribute.
324 * @param name the location holding the attribute
325 * @param attrId the attribute identifier
353 * The map contains an entry for each requested attribute. The
354 * attribute name is the key, values are byte[][]. If there are no
355 * values for that attribute, values are byte[0][].
382 Attribute attr = attrs.get(attrId);
399 * Get the values for the given attribute. If the attribute is nul
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 359 using llvm::Attribute;
364 llvm::makeArrayRef(Attribute::NoCapture)));
375 llvm::makeArrayRef(Attribute::NoCapture)));
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 849 int32_t Display::getAttribute(hwc2_config_t configId, Attribute attribute)
853 configId, static_cast<int32_t>(attribute), &value);
857 configId, to_string(attribute).c_str(),
869 .setWidth(getAttribute(configId, Attribute::Width))
870 .setHeight(getAttribute(configId, Attribute::Height))
871 .setVsyncPeriod(getAttribute(configId, Attribute::VsyncPeriod))
872 .setDpiX(getAttribute(configId, Attribute::DpiX))
873 .setDpiY(getAttribute(configId, Attribute::DpiY))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest3.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 477 return ((Attribute)javaSucks[0]).type;
486 return ((Attribute)javaSucks[0]).name;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 167 .Attribute(dwarf2reader::DW_AT_name, dwarf2reader::DW_FORM_string)
232 // childless DIE of the given tag, with one attribute of the given name
234 // code, waiting for the attribute value to be appended.
241 .Attribute(name, form)
245 // Create the compilation unit, up to the attribute value.
457 // Tests for the other attribute forms could go here.
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 26 // attribute. It looks up the Unit containing the DIE and calls
121 WithColor(OS, syntax::Attribute) << attrString;
123 WithColor(OS, syntax::Attribute).get() << format("DW_AT_Unknown_%x", attr);
161 // We have dumped the attribute raw value. For some attributes
249 // Skip preceding attribute values.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 37 import org.mockito.asm.Attribute;
422 public void visitAttribute(final Attribute attr) {
425 throw new IllegalArgumentException("Invalid attribute (must not be null)");
TraceClassVisitor.java 36 import org.mockito.asm.Attribute;
300 public void visitAttribute(final Attribute attr) {
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 86 void visit(Attribute* attr) override {
87 pb::Attribute* pbAttr = getPbCompoundValue()->mutable_attr();
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 236 const char* fileName = elem.Attribute("file");
258 LOGE("ModelBuilder::parseAttributes cannot parse attribute %s:%s for task type %d",
  /external/clang/include/clang/AST/
CommentSema.h 175 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
  /external/clang/lib/AST/
CommentParser.cpp 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
447 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
457 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
464 Attrs.push_back(HTMLStartTagComment::Attribute(
  /external/llvm/lib/Analysis/
LoopPass.cpp 335 // Containing function has Attribute::OptimizeNone and transformation
339 if (F && F->hasFnAttribute(Attribute::OptimizeNone)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 258 // Emit the DIE attribute values.
260 dwarf::Attribute Attr = V.getAttribute();
270 // Emit an attribute using the defined form.
  /external/llvm/lib/Target/AMDGPU/
R600TextureIntrinsicsReplacer.cpp 151 F->addFnAttr(Attribute::ReadNone);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 261 // Replace sret attribute with noalias. This reduces register pressure by
267 .removeAttribute(F->getContext(), ArgNo + 1, Attribute::StructRet)
268 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias));
274 Attribute::StructRet)
275 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias));
634 // Attribute - Keep track of the parameter attributes for the arguments
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 315 // LLVM 'nocapture' attribute is only set for arguments whose address
414 "gcroot intrinsic not compatible with safestack attribute");
669 if (!F.hasFnAttribute(Attribute::SafeStack)) {
686 // (safestack attribute takes precedence).
688 B.addAttribute(Attribute::StackProtect)
689 .addAttribute(Attribute::StackProtectReq)
690 .addAttribute(Attribute::StackProtectStrong);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 179 if (CS.hasFnAttr(Attribute::Convergent))
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
23 ARMBuildAttrs::AttrType Attribute;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java 49 protected Attribute[] attributes() {
MethodVisitorTee.java 51 public void visitAttribute(Attribute attr) {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 20 import org.mockito.asm.Attribute;

Completed in 1065 milliseconds

<<31323334353637383940>>