/external/skia/tools/bookmaker/ |
cataloger.cpp | 104 bool Catalog::pngOut(Definition* example) { 106 if (!example->exampleToScript(&result, Definition::ExampleOptions::kPng)) { 121 bool Catalog::textOut(Definition* def, const char* stdOutStart, 124 if (!def->exampleToScript(&result, Definition::ExampleOptions::kText)) { 141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); 142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr;
|
/external/skqp/tools/bookmaker/ |
cataloger.cpp | 104 bool Catalog::pngOut(Definition* example) { 106 if (!example->exampleToScript(&result, Definition::ExampleOptions::kPng)) { 121 bool Catalog::textOut(Definition* def, const char* stdOutStart, 124 if (!def->exampleToScript(&result, Definition::ExampleOptions::kText)) { 141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); 142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr;
|
/external/clang/test/Index/ |
preamble_macro_template.cpp | 7 // CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] [Template arg 0: kind: 1, type: int] Extent=[4:1 - 6:2] 8 // CHECK: preamble_macro_template.h:4:13: ParmDecl=p:4:13 (Definition) Extent=[4:10 - 4:14] 14 // CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
|
/external/clang/test/Sema/ |
merge-decls.c | 17 int funcdef2() { return 0; } // expected-note {{previous definition is here}} 27 Vf2 g0; // expected-note {{previous definition is here}} 30 _Complex int g1; // expected-note {{previous definition is here}}
|
/external/clang/test/SemaCXX/ |
namespace.cpp | 5 namespace A { // expected-note 2 {{previous definition is here}} 14 class B {}; // expected-note {{previous definition is here}} 20 void C(); // expected-note {{previous definition is here}}
|
/external/guava/guava/src/com/google/thirdparty/publicsuffix/ |
PublicSuffixType.java | 22 * Specifies the type of a top-level domain definition. 27 /** private definition of a top-level domain */ 29 /** ICANN definition of a top-level domain */
|
/external/libxml2/test/schemas/ |
cos-ct-extends-1-3_0.xsd | 5 1.3 If it has an {attribute wildcard}, the complex type definition must 6 also have one, and the base type definition's {attribute wildcard}'s 7 {namespace constraint} must be a subset of the complex type definition's
|
/external/llvm/test/Transforms/MergeFunc/ |
fold-weak.ll | 19 ; don't know that the weak definition is the definitive definition or whether it 20 ; will be overriden by a stronger definition).
|
/external/sl4a/Docs/ |
generate_api_reference_md.py | 25 # STATE_RPC_DECORATOR: in the middle of a multi-line rpc definition 26 # STATE_FUNCTION_DECORATOR: in the middle of a multi-line function definition 42 # RE to match a function definition and extract out the function name. 60 """Parse RPC definition.""" 71 """Parse function definition.""" 142 # Multi-line RPC definition 147 # Multi-line function definition 157 # Done with RPC definition 160 # Multi-line RPC definition 167 # Done with function definition [all...] |
/external/tensorflow/tensorflow/contrib/lite/schema/builtin_ops_header/ |
generator.h | 15 // An utility library to generate pure C header for builtin ops definition. 24 // Check if the input enum name (from the Flatbuffer definition) is valid. 31 // The function generates a pure C header for builtin ops definition, and write
|
/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.27/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.27/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...] |
/compatibility/cdd/1_introduction/ |
1_0_intro.md | 17 Definition, including any documents incorporated via reference. 19 Where this definition or the software tests described in [section 39 Definition or the Compatibility Test Suite disagrees with the SDK 42 considered by inclusion to be part of this Compatibility Definition.
|
/compatibility/cdd/2_device-types/ |
2_0_intro.md | 12 Compatibility Definition.
|
/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));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/ |
nonmultipart.py | 20 # derived subtypes since none of them are, by definition, of content
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiSmmCommunicationAcpiTable.h | 2 PI SMM Communication ACPI Table Definition.
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
IpSecConfig.h | 45 /// IPsec Authentication Algorithm Definition
46 /// The number value definition is aligned to IANA assignment
58 /// IPsec Encryption Algorithm Definition
59 /// The number value definition is aligned to IANA assignment
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
MiscSubclassDriver.h | 61 // Data table entry definition.
89 // Global definition macros.
103 // This is definition for SMBIOS Oem data type 0x90
113 // This is definition for SMBIOS Oem data type 0x90
|
/external/annotation-tools/scene-lib/src/annotations/ |
AnnotationBuilder.java | 18 * Either the {@link AnnotationBuilder} expects a certain definition (and 20 * definition automatically from the supplied fields. 121 * if the {@link AnnotationBuilder} expects a certain definition for 123 * definition or has the wrong type. 146 * if the {@link AnnotationBuilder} expects a certain definition for 148 * definition or has the wrong type. 157 throw new Error(String.format("Definition for %s lacks field %s:%n %s", 188 * the {@link AnnotationBuilder} expects a certain definition for the 189 * built annotation and one or more fields in that definition were not
|
/external/annotation-tools/scene-lib/src/annotations/el/ |
DefException.java | 21 super("Conflicting definition of annotation type " + annotationType);
|