HomeSort by relevance Sort by last modified time
    Searched refs:type (Results 101 - 125 of 32510) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
AbstractMediaHeaderBox.java 26 protected AbstractMediaHeaderBox(String type) {
27 super(type);
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbUnknown.java 25 public UsbUnknown(int length, byte type) {
26 super(length, type);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStackEvent.java 38 public int type; field in class:HearingAidStackEvent
43 HearingAidStackEvent(int type) {
44 this.type = type;
51 result.append("HearingAidStackEvent {type:" + eventTypeToString(type));
59 private static String eventTypeToString(int type) {
60 switch (type) {
68 return "EVENT_TYPE_UNKNOWN:" + type;
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.x 6 type SZ struct{}
9 type S0 struct {
14 type S1 struct {
22 type S2 struct {
28 type SZ interface{}
31 type I0 interface {
36 type I1 interface {
43 type I2 interface {
50 type S3 struct {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
a1.go 3 type X string
a2.go 3 type X string
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.x 6 type SZ struct{}
9 type S0 struct {
14 type S1 struct {
22 type S2 struct {
28 type SZ interface{}
31 type I0 interface {
36 type I1 interface {
43 type I2 interface {
50 type S3 struct {
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
a1.go 3 type X string
a2.go 3 type X string
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-8b.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-8b-i386.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
ifunc-8b-x86-64.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-unique/
unique.s 1 .type a, %gnu_unique_object
5 .type main,"function"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
neon-vfp-reglist-post.s 9 .macro ldst1_reg_list_post_imm_64 inst type
10 \inst\()1 {v0.\type}, [x0], #8
11 \inst\()1 {v0.\type, v1.\type}, [x0], #16
12 \inst\()1 {v0.\type, v1.\type, v2.\type}, [x0], #24
13 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], #3
    [all...]
  /hardware/interfaces/radio/1.0/
IRadioIndication.hal 26 * @param type Type of radio indication
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);
40 * @param type Type of radio indication
42 oneway callStateChanged(RadioIndicationType type);
49 * @param type Type of radio indication
51 oneway networkStateChanged(RadioIndicationType type);
61 * @param type Type of radio indicatio
    [all...]
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
CompressionMethod.java 23 public final int type; field in class:CompressionMethod
25 private CompressionMethod(int type, String name) {
26 this.type = type;
29 public static CompressionMethod valueOf(int type) {
30 switch (type) {
36 return new CompressionMethod(type, String.valueOf(type));
47 result = prime * result + type;
62 if (type != other.type)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilities.java 31 * Fetch the name of a particular type of enum
32 * @param type the enum type
35 public static String typeString(int type) {
36 return enumString(DebugUtilitiesData.UDebugEnumType, type);
41 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
44 public static int enumCount(int type) {
45 return DebugUtilitiesData.NAMES[type].length;
50 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
54 public static String enumString(int type, int field)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilities.java 27 * Fetch the name of a particular type of enum
28 * @param type the enum type
31 public static String typeString(int type) {
32 return enumString(DebugUtilitiesData.UDebugEnumType, type);
37 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
40 public static int enumCount(int type) {
41 return DebugUtilitiesData.NAMES[type].length;
46 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
50 public static String enumString(int type, int field)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
ClassExpr.java 24 import com.github.javaparser.ast.type.Type;
33 private Type type; field in class:ClassExpr
38 public ClassExpr(Type type) {
39 setType(type);
42 public ClassExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type) {
44 setType(type);
    [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
RoboType.java 4 VOID(Void.TYPE),
5 BOOLEAN(Boolean.TYPE),
6 BYTE(Byte.TYPE),
7 CHAR(Character.TYPE),
8 SHORT(Short.TYPE),
9 INT(Integer.TYPE),
10 LONG(Long.TYPE),
11 FLOAT(Float.TYPE),
12 DOUBLE(Double.TYPE),
15 RoboType(Class type) {
19 private final Class type; field in class:RoboType
    [all...]
  /external/skia/src/views/
SkEvent.cpp 11 void SkEvent::initialize(const char* type) {
13 setType(type);
26 SkEvent::SkEvent(const char type[]) {
27 SkASSERT(type);
28 initialize(type);
35 bool SkEvent::isType(const char type[]) const {
36 size_t typeLen = strlen(type);
37 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0;
40 void SkEvent::setType(const char type[]) {
41 size_t typeLen = strlen(type);
    [all...]
  /external/skqp/src/views/
SkEvent.cpp 11 void SkEvent::initialize(const char* type) {
13 setType(type);
26 SkEvent::SkEvent(const char type[]) {
27 SkASSERT(type);
28 initialize(type);
35 bool SkEvent::isType(const char type[]) const {
36 size_t typeLen = strlen(type);
37 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0;
40 void SkEvent::setType(const char type[]) {
41 size_t typeLen = strlen(type);
    [all...]
  /libcore/support/src/test/java/libcore/tlswire/handshake/
CompressionMethod.java 27 public final int type; field in class:CompressionMethod
30 private CompressionMethod(int type, String name) {
31 this.type = type;
35 public static CompressionMethod valueOf(int type) {
36 switch (type) {
42 return new CompressionMethod(type, String.valueOf(type));
55 result = prime * result + type;
71 if (type != other.type)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
BasicValue.java 32 import org.objectweb.asm.Type;
35 * A {@link Value} that is represented by its type in a seven types type sytem.
36 * This type system distinguishes the UNINITIALZED, INT, FLOAT, LONG, DOUBLE,
45 public final static Value INT_VALUE = new BasicValue(Type.INT_TYPE);
47 public final static Value FLOAT_VALUE = new BasicValue(Type.FLOAT_TYPE);
49 public final static Value LONG_VALUE = new BasicValue(Type.LONG_TYPE);
51 public final static Value DOUBLE_VALUE = new BasicValue(Type.DOUBLE_TYPE);
53 public final static Value REFERENCE_VALUE = new BasicValue(Type.getType("Ljava/lang/Object;"));
57 private Type type field in class:BasicValue
    [all...]
  /external/speex/libspeex/
stack_alloc.h 60 * @def PUSH(stack, size, type)
62 * Allocates 'size' elements of type 'type' on the stack
66 * @param type Type of element
78 * @def ALLOC(var, size, type)
80 * Allocate 'size' elements of 'type' on stack
84 * @param type Type of element
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, (( (…)
    [all...]

Completed in 343 milliseconds

1 2 3 45 6 7 8 91011>>