Searched defs:types (Results 51 - 75 of 428) sorted by relevance

1234567891011>>

/external/chromium_org/components/sync_driver/
H A Dmodel_association_manager_unittest.cc66 syncer::ModelTypeSet types(syncer::BOOKMARKS, syncer::APPS);
67 DataTypeManager::ConfigureResult expected_result(DataTypeManager::OK, types);
77 model_association_manager.Initialize(types);
84 model_association_manager.StartAssociationAsync(types);
104 syncer::ModelTypeSet types; local
105 types.Put(syncer::BOOKMARKS);
108 types);
115 model_association_manager.Initialize(types);
116 model_association_manager.StartAssociationAsync(types);
132 syncer::ModelTypeSet types; local
160 syncer::ModelTypeSet types; local
186 syncer::ModelTypeSet types; local
213 syncer::ModelTypeSet types; local
245 syncer::ModelTypeSet types; local
300 syncer::ModelTypeSet types; local
323 syncer::ModelTypeSet types; local
357 syncer::ModelTypeSet types; local
[all...]
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_browsertest.cc123 std::string types[] = { "portrait-primary", local
150 SendFakeScreenOrientation(angle, types[i]);
155 EXPECT_EQ(types[i], GetOrientationType());
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageQuota.cpp79 Vector<String> types; local
81 types.append(storageTypeMappings[i].name);
82 return types;
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DLexicons.py9 import types namespace
114 if type(specifications) != types.ListType:
130 elif type(spec) == types.TupleType:
182 if type(token_spec) != types.TupleType:
/external/chromium_org/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*),
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py9 import types namespace
123 if type(index) == types.IntType:
126 if type(index) == types.StringType:
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.h44 SkOTTableName::Record::NameID::Predefined::Value types[],
46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
43 LocalizedStrings_NameTable(SkOTTableName* nameTableData, SkOTTableName::Record::NameID::Predefined::Value types[], int typesCount) argument
/external/chromium_org/tools/gn/
H A Dsubstitution_type.cc146 // All tool types except "output" (which would be infinitely recursive).
173 const std::vector<SubstitutionType>& types,
176 for (size_t i = 0; i < types.size(); i++) {
177 if (!IsValidSourceSubstitution(types[i])) {
172 EnsureValidSourcesSubstitutions( const std::vector<SubstitutionType>& types, const ParseNode* origin, Err* err) argument
/external/chromium_org/tools/grit/grit/gather/
H A Dpolicy_json.py9 import types namespace
181 if type(str_val) == types.StringType:
H A Dskeleton_gatherer.py10 import types namespace
79 if isinstance(self.skeleton_[ix], types.StringTypes):
82 assert(isinstance(skeleton_gatherer.skeleton_[ix], types.StringTypes))
89 types.StringTypes))
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader.py10 import types namespace
179 if dir is None and isinstance(filename_or_stream, types.StringType):
H A Dscons.py13 import types namespace
24 if isinstance(source, types.ListType):
H A Dtclib_unittest.py14 import types namespace
28 self.failUnless(isinstance(msg.GetPresentableContent(), types.StringTypes))
35 self.failUnless(isinstance(msg.GetPresentableContent(), types.StringTypes))
45 self.failUnless(isinstance(trans.GetPresentableContent(), types.StringTypes))
67 self.failUnless(isinstance(content[3], types.UnicodeType))
152 'Crashes have been known to occur with certain types of history \r\n'
/external/chromium_org/ui/base/clipboard/
H A Dcustom_data_helper.cc42 std::vector<base::string16>* types) {
50 // Keep track of the original elements in the types vector. On failure, we
53 uint64 original_size = types->size();
56 types->push_back(base::string16());
57 if (!pickle.ReadString16(&iter, &types->back()) ||
59 types->resize(original_size);
40 ReadCustomDataTypes(const void* data, size_t data_length, std::vector<base::string16>* types) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_adapter.cc32 int32 types) {
33 return impl_->RunMenuAt(parent, button, bounds, anchor, types);
27 RunMenuAt( Widget* parent, MenuButton* button, const gfx::Rect& bounds, MenuAnchorPosition anchor, int32 types) argument
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DBinaryOp.java42 @Override Rop rop(TypeList types) {
43 return Rops.opAdd(types);
49 @Override Rop rop(TypeList types) {
50 return Rops.opSub(types);
56 @Override Rop rop(TypeList types) {
57 return Rops.opMul(types);
63 @Override Rop rop(TypeList types) {
64 return Rops.opDiv(types);
70 @Override Rop rop(TypeList types) {
71 return Rops.opRem(types);
117 rop(com.android.dx.rop.type.TypeList types) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-resolver.jar ... apache/tools/ org/apache/tools/ant/ org/apache/tools/ant/types/ org/apache/tools/ant/types/resolver/ org/apache/tools/ant ...
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java74 * @param types [may not be null]
76 public synchronized void setReportTypes (final String [] types) argument
78 if (types == null) throw new IllegalArgumentException ("null input: types");
80 final String [] reportTypes = Strings.removeDuplicates (types, true);
81 if (reportTypes.length == 0) throw new IllegalArgumentException ("empty input: types");
108 throw new IllegalStateException ("report types not set");
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java54 final Class[] types) throws NoSuchMethodException {
56 return clazz.getDeclaredMethod(name, types);
62 return clazz.getDeclaredMethod(name, types);
76 final Class[] types)
80 return clazz.getDeclaredConstructor(types);
86 return clazz.getDeclaredConstructor(types);
53 getDeclaredMethod(final Class clazz, final String name, final Class[] types) argument
75 getDeclaredConstructor(final Class clazz, final Class[] types) argument
/external/lldb/test/pexpect-2.4/examples/
H A Dhive.py69 import sys, os, re, optparse, traceback, types, time, getpass namespace
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py9 import types namespace
123 if type(index) == types.IntType:
126 if type(index) == types.StringType:
/external/skia/src/sfnt/
H A DSkOTUtils.h44 SkOTTableName::Record::NameID::Predefined::Value types[],
46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
43 LocalizedStrings_NameTable(SkOTTableName* nameTableData, SkOTTableName::Record::NameID::Predefined::Value types[], int typesCount) argument
/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java6 * Routines for deal with the lists of types found in NSEC/NSEC3 records.
18 private TreeSet types; field in class:TypeBitmap
22 types = new TreeSet();
30 types.add(new Integer(array[i]));
56 types.add(Mnemonic.toInteger(typecode));
73 types.add(Mnemonic.toInteger(typecode));
80 int [] array = new int[types.size()];
82 for (Iterator it = types.iterator(); it.hasNext(); )
90 for (Iterator it = types.iterator(); it.hasNext(); ) {
116 if (types
[all...]
/external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
H A DAccessorTestGenerator.java106 private static final TypeDef[] types = new TypeDef[] { field in class:AccessorTestGenerator
126 fileSt.add("types", types);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DTypeListPool.java52 public void intern(@Nonnull Collection<? extends CharSequence> types) { argument
53 if (types.size() > 0) {
54 Key<? extends Collection<? extends CharSequence>> key = new Key<Collection<? extends CharSequence>>(types);
57 for (CharSequence type: types) {
69 return typesKey.types;
73 if (key == null || key.types.size() == 0) {
82 @Nonnull TypeCollection types; field in class:TypeListPool.Key
84 public Key(@Nonnull TypeCollection types) { argument
85 this.types = types;
[all...]

Completed in 976 milliseconds

1234567891011>>