/external/elfutils/libelf/ |
H A D | gelf_newehdr.c | 41 gelf_newehdr (Elf *elf, int class) argument 43 return (class == ELFCLASS32
|
H A D | elf_update.c | 46 int class = elf->class; local 103 if ((class == ELFCLASS32 112 if ((class == ELFCLASS32 191 size = (elf->class == ELFCLASS32
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
H A D | Parameter.java | 76 Class<? extends IStringConverter<?>> converter() default NoConverter.class; 83 Class<? extends IStringConverter<?>> listConverter() default NoConverter.class; 93 Class<? extends IParameterValidator> validateWith() default NoValidator.class; 98 Class<? extends IValueValidator> validateValueWith() default NoValueValidator.class; 109 Class<? extends IParameterSplitter> splitter() default CommaParameterSplitter.class;
|
H A D | DynamicParameter.java | 40 * The validation class to use. 42 Class<? extends IParameterValidator> validateWith() default NoValidator.class; 49 Class<? extends IValueValidator> validateValueWith() default NoValueValidator.class;
|
/external/junit-params/src/main/java/junitparams/ |
H A D | Parameters.java | 18 * Whitespace characters are trimmed (use source class or method if You need to provide such parameters) 27 * Parameter values defined externally. The specified class must have at 33 * Example: <code>@Parameters(source = PeopleProvider.class)</code> 35 Class<?> source() default Void.class; 38 * Parameter values returned by a method within the test class. This way you 41 * annotation class.
|
H A D | FileParameters.java | 21 @CustomParameters(provider = FileParametersProvider.class) 36 Class<? extends DataMapper> mapper() default IdentityMapper.class;
|
/external/caliper/caliper/src/main/java/com/google/caliper/ |
H A D | AfterExperiment.java | 36 * method with {@code @AfterExperiment(Benchmark.class)} will cause it to only run for 39 Class<? extends Annotation> value() default All.class;
|
H A D | BeforeExperiment.java | 36 * method with {@code @BeforeExperiment(Benchmark.class)} will cause it to only run for 39 Class<? extends Annotation> value() default All.class;
|
/external/guice/extensions/persist/src/com/google/inject/persist/ |
H A D | Transactional.java | 26 * <p> Any method or class marked with this annotation will be considered for transactionality. 50 Class<? extends Exception>[] rollbackOn() default RuntimeException.class;
|
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
H A D | TypeQualifier.java | 21 * numeric class is provided (e.g., Number.class or Integer.class) then the 25 Class<?> applicableTo() default Object.class;
|
/external/libnl/src/lib/ |
H A D | class.c | 2 * src/lib/class.c CLI Class Helpers 19 #include <netlink/cli/class.h> 23 struct rtnl_class *class; local 25 if (!(class = rtnl_class_alloc())) 26 nl_cli_fatal(ENOMEM, "Unable to allocate class object"); 28 return class; 37 nl_cli_fatal(err, "Unable to allocate class cache: %s",
|
/external/testng/src/main/java/org/testng/annotations/ |
H A D | Factory.java | 32 * The class where to look for the data provider. If not 33 * specified, the dataprovider will be looked on the class 36 * needs to be static on the specified class. 38 public Class<?> dataProviderClass() default Object.class;
|
H A D | Guice.java | 14 * this test class. 22 * @return the list of modules to query when trying to create an instance of this test class. 26 Class<? extends IModuleFactory> moduleFactory() default IModuleFactory.class;
|
H A D | Test.java | 11 * Mark a class or a method as part of the test. 19 * The list of groups this class/method belongs to. 24 * Whether methods on this class/method are enabled. 97 * The class where to look for the data provider. If not 98 * specified, the dataprovider will be looked on the class 101 * needs to be static on the specified class. 103 public Class<?> dataProviderClass() default Object.class; 132 * The name of the suite this test class should be placed in. This 133 * attribute is ignore if @Test is not at the class level. 138 * The name of the test this test class shoul [all...] |
/external/desugar/java/com/google/devtools/common/options/ |
H A D | Option.java | 114 // Can't figure out how to coerce Converter.class into Class<? extends Converter<?>> 115 Class<? extends Converter> converter() default Converter.class; 148 * <p>If provided (i.e. not {@link ExpansionFunction}{@code .class}), the {@code expansion} field 152 Class<? extends ExpansionFunction> expansionFunction() default ExpansionFunction.class;
|
/external/guice/extensions/persist/src/com/google/inject/persist/finder/ |
H A D | Finder.java | 46 * Returns the configured autoboxing collection class. 50 Class<? extends Collection> returnAs() default Collection.class;
|
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/ |
H A D | Bind.java | 39 Class<?> to() default Bind.class;
|
/external/junit/src/main/java/org/junit/ |
H A D | Test.java | 11 * JUnit first constructs a fresh instance of the class then invokes the 18 * public class Example { 31 * @Test(<b>expected=IndexOutOfBoundsException.class</b>) public void outOfBounds() { 71 static class None extends Throwable { 80 * and only if an exception of the specified class is thrown by the method. If the Throwable's 84 Class<? extends Throwable> expected() default None.class;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
H A D | RpcDefault.java | 37 public Class<? extends Converter> converter() default Converter.class;
|
/external/vogar/test/vogar/target/ |
H A D | TestRunnerProperties.java | 43 Class testClass() default Default.class; 51 class Default {}
|
/external/elfutils/libasm/ |
H A D | asm_begin.c | 88 int class = ebl_get_elfclass (ebl); local 89 if (gelf_newehdr (result->out.elf, class) == 0) 101 /* Use the machine, class, and endianess values from the Ebl descriptor. */ 103 ehdr->e_ident[EI_CLASS] = class;
|
/external/elfutils/tests/ |
H A D | elfshphehdr.c | 58 test (Elf *elf, int class, bool layout) argument 60 fprintf (stderr, "testing ELF class: %d, layout: %d\n", class, layout); 62 check_elf ("gelf_newehdr", gelf_newehdr (elf, class) != 0); 63 check_elf ("gelf_getclass", gelf_getclass (elf) == class); 142 size_t shentsize = (class == ELFCLASS32 145 size_t phentsize = (class == ELFCLASS32
|
/external/jline/src/src/main/native/ |
H A D | jline_WindowsTerminal.c | 36 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_readByte (JNIEnv * env, jclass class) argument 41 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalWidth (JNIEnv * env, jclass class) argument 50 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalHeight (JNIEnv * env, jclass class) argument
|
/external/toybox/toys/posix/ |
H A D | uudecode.c | 31 *class[] = {"begin%*[ ]%15s%*[ ]%n", "begin-base64%*[ ]%15s%*[ ]%n"}; local 39 sscanf(line, class[m], mode, &idx);
|
/external/ImageMagick/Magick++/lib/Magick++/ |
H A D | Include.h | 19 # undef class macro 46 #undef class macro 358 // Image class types
|