Searched refs:INPUT_TYPE (Results 1 - 25 of 25) sorted by relevance

/external/compiler-rt/test/builtins/timing/
H A Dnegdi2.c4 #define INPUT_TYPE int64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
19 INPUT_TYPE input[INPUT_SIZE];
H A Ddivdi3.c4 #define INPUT_TYPE int64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dmoddi3.c4 #define INPUT_TYPE int64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dmodsi3.c4 #define INPUT_TYPE int32_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dmuldi3.c4 #define INPUT_TYPE int64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dudivdi3.c4 #define INPUT_TYPE uint64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dumoddi3.c4 #define INPUT_TYPE uint64_t macro
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
H A Dashldi3.c4 #define INPUT_TYPE int macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dashrdi3.c4 #define INPUT_TYPE int macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dfloatdidf.c4 #define INPUT_TYPE int64_t macro
16 double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dfloatdisf.c4 #define INPUT_TYPE int64_t macro
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dfloatdixf.c4 #define INPUT_TYPE int64_t macro
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dfloatundisf.c4 #define INPUT_TYPE uint64_t macro
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dfloatundixf.c4 #define INPUT_TYPE uint64_t macro
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
H A Dlshrdi3.c4 #define INPUT_TYPE int macro
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java79 private static final Object[] INPUT_TYPE = { field in class:TestCaseEditController
170 comboInputType = new JComboBox(INPUT_TYPE);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h1023 INPUT_TYPE, // method input type enumerator in enum:google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation
H A Ddescriptor.cc3592 DescriptorPool::ErrorCollector::INPUT_TYPE,
3596 DescriptorPool::ErrorCollector::INPUT_TYPE,
H A Ddescriptor_unittest.cc2243 case INPUT_TYPE : location_name = "INPUT_TYPE" ; break;
2995 "foo.proto: TestService.A: INPUT_TYPE: \"Bar\" is not defined.\n");
3008 "foo.proto: TestService.A: INPUT_TYPE: \"Bar\" is not a message type.\n");
3517 "foo.proto: TestService.Baz: INPUT_TYPE: \"NoSuchType\" is not defined.\n");
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h1153 INPUT_TYPE, // method input type enumerator in enum:google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation
H A Ddescriptor.cc3986 DescriptorPool::ErrorCollector::INPUT_TYPE,
3990 DescriptorPool::ErrorCollector::INPUT_TYPE,
H A Ddescriptor_unittest.cc2459 case INPUT_TYPE : location_name = "INPUT_TYPE" ; break;
3378 "foo.proto: TestService.A: INPUT_TYPE: \"Bar\" is not defined.\n"
3392 "foo.proto: TestService.A: INPUT_TYPE: \"Bar\" is not a message type.\n"
3944 "foo.proto: TestService.Baz: INPUT_TYPE: \"NoSuchType\" is not defined.\n"
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc950 RecordLocation(method, DescriptorPool::ErrorCollector::INPUT_TYPE);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1385 method, DescriptorPool::ErrorCollector::INPUT_TYPE);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1742 milliseconds