HomeSort by relevance Sort by last modified time
    Searched full:attributes (Results 201 - 225 of 8226) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
attr-coldhot.c 11 // CHECK: attributes [[ATTR]] = { {{.*}}cold{{.*}}optsize{{.*}} }
ms-declspecs.c 30 // CHECK: attributes [[NAKED]] = { naked noinline nounwind{{.*}} }
31 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
32 // CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
33 // CHECK: attributes [[NR]] = { noreturn }
  /external/clang/test/CodeGenCXX/
cxx11-noreturn.cpp 10 // CHECK: attributes [[NR]] = { noreturn nounwind{{.*}} }
  /external/clang/test/CodeGenObjC/
nonlazy-msgSend.m 8 // CHECK: attributes [[NLB]] = { nonlazybind }
  /external/clang/test/PCH/
cxx11-statement-attributes.cpp 2 // RUN: %clang_cc1 -include %S/Inputs/cxx11-statement-attributes.h -std=c++11 -Wimplicit-fallthrough -fsyntax-only %s -o - -verify
3 // Run the same tests, this time with the attributes loaded from the PCH file.
4 // RUN: %clang_cc1 -x c++-header -emit-pch -std=c++11 -o %t %S/Inputs/cxx11-statement-attributes.h
7 // expected-warning@Inputs/cxx11-statement-attributes.h:10 {{fallthrough annotation does not directly precede switch label}}
  /external/clang/test/Parser/
access-spec-attrs.cpp 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation attributes}}
attributes.mm 14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '@interface'}}
17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C directives$}}
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives$}}
24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '@protocol'}}
  /external/clang/test/SemaObjC/
weak-property.m 13 @property (weak, assign) id v1; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}}
14 @property (weak, copy) id v2; // expected-error {{property attributes 'copy' and 'weak' are mutually exclusive}}
15 @property (weak, retain) id v3; // expected-error {{property attributes 'retain' and 'weak' are mutually exclusive}}
16 @property (weak, assign) id v4; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}}
  /external/e2fsprogs/misc/
lsattr.1.in 4 lsattr \- list file attributes on a Linux second extended file system
15 lists the file attributes on a second extended file system. See
17 for a description of the attributes and what they mean.
21 Recursively list attributes of directories and their contents.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
PlatformStatus.java 29 NamedNodeMap attributes = anElement.getAttributes(); local
30 this.id = (String) attributes.getNamedItem("id").getNodeValue();
31 this.name = (String) attributes.getNamedItem("name").getNodeValue();
32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue();
  /external/llvm/test/Assembler/
2008-09-29-RetAttr.ll 1 ; Test return attributes
  /external/llvm/test/Transforms/FunctionAttrs/
2008-09-03-ReadOnly.ll 13 ; CHECK: attributes #0 = { readonly }
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML (Advanced).text 17 And with attributes:
  /external/mesa3d/src/gallium/state_trackers/xvmc/
Makefile 12 attributes.c
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 20 * \brief AttributeBase provides the real storage for attributes of options.
22 * Attributes are options affecting the link editing of input files.
26 * "attributes of input files"
28 * AttributeBase is the storage for attributes of input files. Each input
30 * most attributes of input files are identical, our design lets input files
31 * which have identical attributes share common attribute. AttributeBase is
83 * \brief The base class of attributes. Providing the raw operations of an
84 * attributes
86 * For conventience and producing less bugs, we move the stoarges of attributes
121 * Some systems can not enable certain attributes of a input file
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadRecord.java 26 // Only word lists have attributes, and the ContentValues should contain the same
28 // attributes, a null pointer here means this record represents metadata.
30 public DownloadRecord(final String clientId, final ContentValues attributes) {
32 mAttributes = attributes;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/
crtend.o 
crti.o 
crtn.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/thumb/
crtend.o 
crtendS.o 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/
crtend.o 
crtendS.o 

Completed in 778 milliseconds

1 2 3 4 5 6 7 891011>>