HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 276 - 300 of 10154) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
sem.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct semid_ds' and more. */
39 handling. The definition is found in XPG2. */
shm.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct shmid_ds' and more. */
48 facility. The definition is found in XPG4.2. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
sem.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct semid_ds' and more. */
39 handling. The definition is found in XPG2. */
shm.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct shmid_ds' and more. */
48 facility. The definition is found in XPG4.2. */
  /toolchain/binutils/binutils-2.25/include/vms/
egsy.h 28 #define EGSY__V_WEAK 0x0001 /* Weak symbol definition. */
29 #define EGSY__V_DEF 0x0002 /* Symbol definition. */
34 #define EGSY__V_NORM 0x0040 /* Normal procedure definition. */
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 74 bfd_boolean definition; member in struct:stab_type_stack
398 long tindex, bfd_boolean definition, unsigned int size)
405 s->definition = definition;
861 bfd_boolean definition;
866 definition = info->type_stack->definition;
871 if (! stab_push_string (info, buf, 0, definition, size))
893 if (tindex != 0 && ! info->type_stack->definition)
896 the entry on the type stack is not a definition, so w
859 bfd_boolean definition; local
992 bfd_boolean definition; local
1019 bfd_boolean definition; local
1072 bfd_boolean definition; local
1113 bfd_boolean definition; local
1142 bfd_boolean definition; local
1313 bfd_boolean definition; local
1352 bfd_boolean definition; local
1414 bfd_boolean definition; local
1446 bfd_boolean definition; local
1496 bfd_boolean definition; local
1550 bfd_boolean definition; local
1649 bfd_boolean definition; local
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 35 * Displays a word and its definition.
57 TextView definition = (TextView) findViewById(R.id.definition); local
63 definition.setText(cursor.getString(dIndex));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
fields.py 27 def definition(self): member in class:BaseSchemaField
29 Returns the attribute definition structure DynamoDB expects.
33 >>> field.definition()
103 def definition(self): member in class:BaseIndexField
105 Returns the attribute definition structure DynamoDB expects.
109 >>> index.definition()
116 definition = []
119 definition.append({
124 return definition
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
predefined.py 107 Reduce CRC definition name to a simplified form:
138 definition = _crc_definitions_by_name.get(_simplify_name(crc_name), None)
139 if not definition:
140 definition = _crc_definitions_by_identifier.get(crc_name, None)
141 if not definition:
143 return definition
148 definition = _get_definition_by_name(crc_name)
149 crcmod.Crc.__init__(self, poly=definition['poly'], initCrc=definition['init'], rev=definition['reverse'], xorOut=definition['xor_out']
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
predefined.py 107 Reduce CRC definition name to a simplified form:
138 definition = _crc_definitions_by_name.get(_simplify_name(crc_name), None)
139 if not definition:
140 definition = _crc_definitions_by_identifier.get(crc_name, None)
141 if not definition:
143 return definition
148 definition = _get_definition_by_name(crc_name)
149 super().__init__(poly=definition['poly'], initCrc=definition['init'], rev=definition['reverse'], xorOut=definition['xor_out']
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
predefined.py 107 Reduce CRC definition name to a simplified form:
138 definition = _crc_definitions_by_name.get(_simplify_name(crc_name), None)
139 if not definition:
140 definition = _crc_definitions_by_identifier.get(crc_name, None)
141 if not definition:
143 return definition
148 definition = _get_definition_by_name(crc_name)
149 crcmod.Crc.__init__(self, poly=definition['poly'], initCrc=definition['init'], rev=definition['reverse'], xorOut=definition['xor_out']
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 5 // namespace-alias-definition, only namespace names are considered.
  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 8 label1: // expected-note{{previous definition is here}}
  /external/clang/test/CodeGenCXX/
optnone-def-decl.cpp 18 // Test optnone on definition but not extern declaration.
35 // Test optnone on both definition and declaration.
47 // Test optnone on definition and always_inline on declaration.
62 // Test optnone on declaration and always_inline on definition.
  /external/clang/test/Index/
annotate-deep-statements.cpp 13 // CHECK: Identifier: "foo" {{\[}}[[@LINE+1]]:6 - [[@LINE+1]]:9] FunctionDecl=foo:[[@LINE+1]]:6 (Definition)
complete-module-undef.m 7 // CHECK: complete-module-undef.m:8:1: ModuleImport=ModuleUndef:8:1 (Definition) Extent=[8:1 - 8:20]
file-refs.cpp 53 // CHECK-NEXT: Namespace=NS:1:11 (Definition) =[1:11 - 1:13]
60 // CHECK-NEXT: ClassDecl=C:2:9 (Definition)
61 // CHECK-NEXT: ClassDecl=C:2:9 (Definition) =[2:9 - 2:10]
62 // CHECK-NEXT: CXXConstructor=C:4:5 (Definition) =[4:5 - 4:6]
71 // CHECK-NEXT: ClassDecl=C:2:9 (Definition) =[2:9 - 2:10]
72 // CHECK-NEXT: CXXConstructor=C:4:5 (Definition) =[4:5 - 4:6]
86 // FIXME: Missing TemplateTypeParameter=T:27:20 (Definition)
92 // CHECK-NEXT: StructDecl=S:34:8 (Definition) =[34:8 - 34:9]
100 // CHECK-NEXT: TypedefDecl=Cake:39:11 (Definition) =[39:11 - 39:15]
file-refs.m 45 // CHECK: ObjCImplementationDecl=Foo:7:17 (Definition)
52 // CHECK-NEXT: ObjCImplementationDecl=Foo:7:17 (Definition) =[7:17 - 7:20]
58 // CHECK-NEXT: ObjCInstanceMethodDecl=setWithInt:andFloat::8:6 (Definition) =[8:6 - 8:16]
65 // CHECK-NEXT: ObjCInstanceMethodDecl=setWithInt:andFloat::8:6 (Definition) =[8:24 - 8:32]
70 // CHECK-NEXT: ObjCProtocolDecl=Prot1:18:11 (Definition)
71 // CHECK-NEXT: ObjCProtocolDecl=Prot1:18:11 (Definition) =[18:11 - 18:16]
79 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8] =[33:8 - 33:16]
84 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8]
87 // CHECK-NEXT: ObjCInstanceMethodDecl=protMeth:33:8 (Definition) [Overrides @19:8] =[33:8 - 33:16]
load-classes.cpp 27 // CHECK: load-classes.cpp:3:8: StructDecl=X:3:8 (Definition) Extent=[3:1 - 21:2]
30 // CHECK: load-classes.cpp:4:9: ParmDecl=value:4:9 (Definition) Extent=[4:5 - 4:14]
33 // CHECK: load-classes.cpp:5:14: ParmDecl=x:5:14 (Definition) Extent=[5:5 - 5:15]
35 // CHECK: load-classes.cpp:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:11] [access=protected]
38 // CHECK: load-classes.cpp:8:1: CXXAccessSpecifier=:8:1 (Definition) Extent=[8:1 - 8:9] [access=private]
43 // CHECK: load-classes.cpp:12:21: TemplateTypeParameter=T:12:21 (Definition) Extent=[12:12 - 12:22] [access=public]
46 // CHECK: load-classes.cpp:16:21: TemplateTypeParameter=T:16:21 (Definition) Extent=[16:12 - 16:22] [access=public]
49 // CHECK: load-classes.cpp:23:4: CXXConstructor=X:23:4 (Definition) Extent=[23:1 - 24:2] [access=public]
51 // CHECK: load-classes.cpp:23:10: ParmDecl=value:23:10 (Definition) Extent=[23:6 - 23:15]
load-exprs.c 35 // CHECK: macro definition=__clang__
36 // CHECK: load-exprs.c:1:13: TypedefDecl=T:1:13 (Definition) Extent=[1:1 - 1:14]
37 // CHECK: load-exprs.c:2:8: StructDecl=X:2:8 (Definition) Extent=[2:1 - 2:23]
38 // CHECK: load-exprs.c:2:16: FieldDecl=a:2:16 (Definition) Extent=[2:12 - 2:17]
39 // CHECK: load-exprs.c:2:19: FieldDecl=b:2:19 (Definition) Extent=[2:12 - 2:20]
40 // CHECK: load-exprs.c:3:6: FunctionDecl=f:3:6 (Definition) Extent=[3:1 - 8:2]
41 // CHECK: load-exprs.c:3:14: ParmDecl=ptr:3:14 (Definition) Extent=[3:8 - 3:17]
42 // CHECK: load-exprs.c:4:6: VarDecl=t_ptr:4:6 (Definition) Extent=[4:3 - 4:22]
47 // CHECK: load-exprs.c:6:12: VarDecl=x:6:12 (Definition) Extent=[6:3 - 6:32]
50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24
    [all...]
  /external/clang/test/PCH/
line-directive.c 25 // expected-note{{previous definition is here}}
  /external/clang/test/Sema/
attr-alias-elf.c 38 void f10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
43 void h10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
58 void test2_zed() __attribute__((alias("test2_foo"))); // expected-warning {{alias will always resolve to test2_bar even if weak definition of alias test2_foo is overridden}}
  /external/clang/test/SemaCXX/
fntype-decl.cpp 13 int h(int x) { // expected-note {{previous definition is here}}
ms-overload-entry-point.cpp 13 void wWinMain(void) {} // expected-note{{previous definition is here}}
vla.cpp 21 void pr23151(int (&)[*]) { // expected-error {{variable length array must be bound in function definition}}

Completed in 482 milliseconds

<<11121314151617181920>>