Searched defs:types (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_mh.h6 u_int8_t types[2]; /* MH type range */ member in struct:ip6t_mh
/external/javasqlite/src/main/java/SQLite/
H A DCallback.java53 * @param types string array holding column types
56 public void types(String types[]); argument
H A DTableResult.java54 public String types[]; field in class:TableResult
97 types = null;
116 public void types(String types[]) { argument
117 this.types = types;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSPasteboardExtras.h44 // Returns the array of types that _web_writeURL:andTitle: handles.
47 // Returns the array of types that _web_writeImage handles.
50 // Returns the array of drag types that _web_bestURL handles; note that the presence
51 // of one or more of these drag types on the pasteboard is not a guarantee that
58 // Writes the URL to the pasteboard with the passed types.
59 - (void)_web_writeURL:(NSURL *)URL andTitle:(NSString *)title types:(NSArray *)types; variable
68 // Writes an image, URL and other optional types to the pasteboard.
74 types:(NSArray *)types
[all...]
/external/chromium/chrome/browser/
H A Dclipboard_dispatcher_gtk.cc9 std::vector<string16>* types,
11 DCHECK(types);
13 types->clear();
8 ReadAvailableTypes(ui::Clipboard::Buffer buffer, std::vector<string16>* types, bool* contains_filenames) argument
H A Dclipboard_dispatcher_win.cc9 std::vector<string16>* types,
11 DCHECK(types);
13 types->clear();
8 ReadAvailableTypes(ui::Clipboard::Buffer buffer, std::vector<string16>* types, bool* contains_filenames) argument
/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command_unittest.cc32 virtual void SetRoutingInfo(const syncable::ModelTypeSet& types) { argument
33 for (syncable::ModelTypeSet::const_iterator iter = types.begin();
34 iter != types.end(); ++iter) {
109 syncable::ModelTypeSet types; local
110 types.insert(syncable::AUTOFILL);
111 types.insert(syncable::BOOKMARKS);
112 types.insert(syncable::PREFERENCES);
113 SetRoutingInfo(types);
114 mock_server()->ExpectGetUpdatesRequestTypes(ModelTypeBitSetFromSet(types));
121 syncable::ModelTypeSet types; local
[all...]
/external/chromium/chrome/common/
H A Djson_schema_validator_unittest.cc19 ListValue* types) {
20 JSONSchemaValidator validator(schema, types);
33 ListValue* types,
36 JSONSchemaValidator validator(schema, types);
17 ExpectValid(const std::string& test_source, Value* instance, DictionaryValue* schema, ListValue* types) argument
31 ExpectNotValid(const std::string& test_source, Value* instance, DictionaryValue* schema, ListValue* types, const std::string& expected_error_path, const std::string& expected_error_message) argument
/external/clang/include/clang/Driver/
H A DTypes.h18 namespace types { namespace in namespace:clang::driver
57 /// types).
87 } // end namespace types
/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/chromium/chrome/browser/autofill/
H A Dform_group.cc29 FieldTypeSet types; local
30 GetAvailableFieldTypes(&types);
32 for (FieldTypeSet::const_iterator iter = types.begin(); iter != types.end();
/external/chromium/chrome/browser/sync/notifier/
H A Dnon_blocking_invalidation_notifier_unittest.cc61 syncable::ModelTypeSet types; local
62 types.insert(syncable::BOOKMARKS);
63 types.insert(syncable::AUTOFILL);
67 invalidation_notifier_->UpdateEnabledTypes(types);
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_payload_map.cc12 const syncable::ModelTypeBitSet& types,
16 i < types.size(); ++i) {
17 if (types[i]) {
11 ModelTypePayloadMapFromBitSet( const syncable::ModelTypeBitSet& types, const std::string& payload) argument
H A Dmodel_type_unittest.cc49 std::string types[2]; local
50 EXPECT_TRUE(value->GetString(0, &types[0]));
51 EXPECT_TRUE(value->GetString(1, &types[1]));
52 EXPECT_EQ("Bookmarks", types[0]);
53 EXPECT_EQ("Apps", types[1]);
63 std::string types[2]; local
64 EXPECT_TRUE(value->GetString(0, &types[0]));
65 EXPECT_TRUE(value->GetString(1, &types[1]));
66 EXPECT_EQ("Bookmarks", types[0]);
67 EXPECT_EQ("Apps", types[
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java30 @Override Rop rop(TypeList types) {
31 return Rops.opIfLt(types);
37 @Override Rop rop(TypeList types) {
38 return Rops.opIfLe(types);
42 /** {@code a == b}. Supports int and reference types. */
44 @Override Rop rop(TypeList types) {
45 return Rops.opIfEq(types);
51 @Override Rop rop(TypeList types) {
52 return Rops.opIfGe(types);
58 @Override Rop rop(TypeList types) {
70 rop(TypeList types) argument
[all...]
H A DTypeList.java25 * An immutable of types.
28 final TypeId<?>[] types; field in class:TypeList
31 TypeList(TypeId<?>[] types) { argument
32 this.types = types.clone();
33 this.ropTypes = new StdTypeList(types.length);
34 for (int i = 0; i < types.length; i++) {
35 ropTypes.set(i, types[i].ropType);
43 return Collections.unmodifiableList(Arrays.asList(types));
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, type
[all...]
/external/libsepol/tests/
H A Dtest-linker-roles.c50 * - role a and b in base, b dom a, are types correct (TODO)
75 char *types[2]; local
84 types[0] = "g_b_type_1";
85 role = test_role_type_set(base, "g_b_role_1", NULL, types, 1, 0);
94 types[0] = "o1_b_type_1";
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
105 char *types[3]; local
115 types[0] = "g_m1_type_1";
116 role = test_role_type_set(base, "g_m1_role_1", NULL, types, 1, 0);
125 types[
[all...]
H A Dtest-linker-types.c32 /* Tests for types:
128 char *types[2]; local
130 /* These tests look at types in the base only, the desire is to ensure that
131 * types are not destroyed or otherwise removed during the link process.
132 * if this happens these tests won't work anyway since we are using types to
141 types[0] = "g_b_type_1";
142 test_attr_types(base, "g_b_attr_1", NULL, types, 1);
150 types[0] = "o1_b_type_1";
151 test_attr_types(base, "o1_b_attr_1", base->decl_val_to_struct[decls[0] - 1], types, 1);
166 char *types[ local
[all...]
/external/llvm/include/llvm/IR/
H A DTypeBuilder.h1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
11 // create LLVM types with a consistent and simplified interface.
24 /// TypeBuilder - This provides a uniform API for looking up types
26 /// series of tag types in the llvm::types namespace, like i<N>,
30 /// these. TypeBuilder<T, true> removes native C types from this set
32 /// We define the primitive types, pointer types, and functions up to
33 /// 5 arguments here, but to use this class with your own types,
45 /// Function::Create(TypeBuilder<types
81 namespace types { namespace in namespace:llvm
[all...]
/external/v8/tools/
H A Dgen-postmortem-metadata.py139 types = {}; # set of all type names variable
190 # For types, we accumulate a string representing the entire InstanceType
222 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
231 for type in types:
266 # Mapping string types is more complicated. Both types and
310 # Despite all that, some types have no corresponding class.
/external/webkit/Source/WebCore/bindings/js/
H A DJSClipboardCustom.cpp51 JSValue JSClipboard::types(ExecState* exec) const function in class:WebCore::JSClipboard
55 HashSet<String> types = clipboard->types(); local
56 if (types.isEmpty())
60 HashSet<String>::const_iterator end = types.end();
61 for (HashSet<String>::const_iterator it = types.begin(); it != end; ++it)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ClipboardCustom.cpp49 INC_STATS("DOM.Clipboard.types()");
52 HashSet<String> types = clipboard->types(); local
53 if (types.isEmpty())
56 v8::Local<v8::Array> result = v8::Array::New(types.size());
57 HashSet<String>::const_iterator end = types.end();
59 for (HashSet<String>::const_iterator it = types.begin(); it != end; ++it, ++index)
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp47 Vector<String> types; local
48 s.split(UChar('|'), false, types); // <MIME1>;<ext1,ext2,ext3,...>;<Description>|<MIME2>|<MIME3>|...
50 for (int i = 0; i < types.size(); ++i) {
52 types[i].split(UChar(';'), true, mime); // <MIME1>;<ext1,ext2,ext3,...>;<Description>
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host_unittest.cc96 syncable::ModelTypeSet types; local
101 data_type_controllers, types, NULL, &routing_info));
104 EXPECT_EQ(types, state->initial_types);
109 // No enabled types.
113 syncable::ModelTypeSet types; local
118 data_type_controllers, types, NULL, &routing_info));
121 EXPECT_EQ(types, state->initial_types);
130 syncable::ModelTypeSet types; local
131 types.insert(syncable::BOOKMARKS);
136 data_type_controllers, types, NUL
154 syncable::ModelTypeSet types; local
175 syncable::ModelTypeSet types; local
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dmucinviterecvtask.cc33 const char* types[] = { member in namespace:buzz
50 return types[type];
101 types,
102 sizeof(types)/sizeof(const char*),

Completed in 4726 milliseconds

12345678910