Searched refs:types (Results 101 - 125 of 3331) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/complex.number/complex/
H A DAndroid.mk19 test_name := numerics/complex.number/complex/types
20 test_src := types.pass.cpp
/external/libcxx/test/re/re.regex/
H A DAndroid.mk19 test_name := re/re.regex/types
20 test_src := types.pass.cpp
/external/libcxx/test/re/re.results/
H A DAndroid.mk19 test_name := re/re.results/types
20 test_src := types.pass.cpp
/external/libcxx/test/re/re.submatch/
H A DAndroid.mk19 test_name := re/re.submatch/types
20 test_src := types.pass.cpp
/external/libcxx/test/strings/basic.string/
H A DAndroid.mk19 test_name := strings/basic.string/types
20 test_src := types.pass.cpp
/external/libcxx/test/utilities/allocator.adaptor/
H A DAndroid.mk19 test_name := utilities/allocator.adaptor/types
20 test_src := types.pass.cpp
/external/libsepol/tests/policies/test-expander/
H A Drole-module.conf9 role role_check_1 types role_check_1_2_t;
/external/clang/lib/Driver/
H A DTypes.cpp17 using namespace clang::driver::types;
39 const char *types::getTypeName(ID Id) {
43 types::ID types::getPreprocessedType(ID Id) {
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) {
57 bool types::onlyAssembleType(ID Id) {
61 bool types::onlyPrecompileType(ID Id) {
65 bool types::canTypeBeUserSpecified(ID Id) {
69 bool types::appendSuffixForType(ID Id) {
73 bool types
[all...]
H A DAction.cpp45 InputAction::InputAction(const Arg &_Input, types::ID _Type)
57 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type)
61 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type)
67 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType)
73 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType)
79 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType)
85 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType)
91 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType)
97 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType)
103 LinkJobAction::LinkJobAction(ActionList &Inputs, types
[all...]
/external/iptables/extensions/
H A Dlibip6t_mh.c52 printf("Valid MH types:");
75 mhinfo->types[1] = 0xFF;
105 static void parse_mh_types(const char *mhtype, uint8_t *types) argument
112 types[0] = types[1] = name_to_type(buffer);
117 types[0] = buffer[0] ? name_to_type(buffer) : 0;
118 types[1] = cp[0] ? name_to_type(cp) : 0xFF;
120 if (types[0] > types[1])
132 parse_mh_types(cb->arg, mhinfo->types);
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DTableResultX.java30 this.types = tr.types;
36 if (tr.types != null) {
37 for (int i = 0; i < tr.types.length; i++) {
38 sql_type[i] = JDBCDatabaseMetaData.mapSqlType(tr.types[i]);
43 void sql_types(int types[]) { argument
44 sql_type = types;
/external/libcxx/test/language.support/support.types/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.types/Android.mk
19 test_name := language.support/support.types/null
23 test_name := language.support/support.types/size_t
27 test_name := language.support/support.types/version
31 test_name := language.support/support.types/ptrdiff_t
35 test_name := language.support/support.types/offsetof
39 test_name := language.support/support.types/nullptr_t
/external/chromium_org/ash/shelf/
H A Dshelf_navigator_unittest.cc43 void SetupMockShelfModel(ShelfItemType* types, argument
48 new_item.type = types[i];
50 (types[i] == TYPE_PLATFORM_APP) ? STATUS_RUNNING : STATUS_CLOSED;
76 ShelfItemType types[] = { local
81 SetupMockShelfModel(types, arraysize(types), 3);
91 ShelfItemType types[] = { local
94 SetupMockShelfModel(types, arraysize(types), 5);
119 ShelfItemType types[] local
[all...]
/external/libcxx/test/input.output/iostreams.base/stream.types/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/stream.types/Android.mk
19 test_name := input.output/iostreams.base/stream.types/streamsize
23 test_name := input.output/iostreams.base/stream.types/streamoff
/external/chromium_org/chrome/common/
H A Dmulti_process_lock.h8 #include <sys/types.h>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dcfsetspeed.c5 #include <sys/types.h>
/external/iproute2/include/linux/
H A Dsock_diag.h4 #include <linux/types.h>
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_nbyte.h4 #include <linux/types.h>
/external/iptables/include/linux/netfilter/
H A Dxt_DSCP.h14 #include <linux/types.h>
H A Dxt_IDLETIMER.h33 #include <linux/types.h>
H A Dxt_RATEEST.h4 #include <linux/types.h>
H A Dxt_SECMARK.h4 #include <linux/types.h>
H A Dxt_bpf.h5 #include <linux/types.h>
H A Dxt_cluster.h4 #include <linux/types.h>
H A Dxt_iprange.h4 #include <linux/types.h>

Completed in 909 milliseconds

1234567891011>>