Searched defs:names (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.cc51 scoped_ptr<base::ListValue>* names) {
65 // Filter the list, rejecting any invalid native messaging host names.
87 if (names)
88 *names = filtered_list.Pass();
48 CheckAndGetList( const policy::PolicyMap& policies, policy::PolicyErrorMap* errors, scoped_ptr<base::ListValue>* names) argument
/external/chromium_org/chrome/test/base/
H A Dchrome_process_util.cc28 std::vector<base::FilePath::StringType> names; local
29 names.push_back(name);
40 names.push_back(flavor_name);
44 return names;
112 std::vector<base::FilePath::StringType> names = local
114 for (size_t i = 0; i < names.size(); ++i) {
115 base::FilePath::StringType name = names[i];
/external/chromium_org/content/shell/renderer/
H A Dipc_echo.cc76 std::vector<std::string> names; local
77 names.push_back("ipcEcho");
79 new IPCEchoBindings(echo), frame, names);
/external/chromium_org/net/spdy/
H A Dhpack_round_trip_test.cc123 // Grow vectors of names & values, which are seeded with fixtures and then
126 vector<string> names; local
127 names.push_back(":authority");
128 names.push_back(":path");
129 names.push_back(":status");
155 if (name_index >= names.size()) {
156 names.push_back(base::RandBytesAsString(1 + SampleExponential(5, 30)));
157 name = names.back();
159 name = names[name_index];
/external/chromium_org/sandbox/win/src/
H A Dhandle_closer.cc50 HandleMap::iterator names = handles_to_close_.find(handle_type); local
51 if (names == handles_to_close_.end()) { // We have no entries for this type.
54 names = result.first;
56 names->second.insert(resolved_name);
58 names->second.clear();
59 } else if (!names->second.empty()) { // Add another name for this type.
60 names->second.insert(resolved_name);
149 // Copy the handle names.
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorage.cpp97 void Storage::namedPropertyEnumerator(Vector<String>& names, ExceptionState& exceptionState) argument
102 names.resize(length);
111 names[i] = key;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseTask.cpp13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
172 Database::DatabaseTableNamesTask::DatabaseTableNamesTask(Database* database, TaskSynchronizer* synchronizer, Vector<String>& names) argument
174 , m_tableNames(names)
H A DDatabaseTask.h13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
140 static PassOwnPtr<DatabaseTableNamesTask> create(Database* db, TaskSynchronizer* synchronizer, Vector<String>& names) argument
142 return adoptPtr(new DatabaseTableNamesTask(db, synchronizer, names));
146 DatabaseTableNamesTask(Database*, TaskSynchronizer*, Vector<String>& names);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttpost.c22 /* file loads the missing PS glyph names and implements an API to access */
48 /* module to grab the glyph names. */
62 /* table of Mac names. Thus, it is possible to build a version of */
67 /* the 258 default Mac PS glyph names */
176 /* There already exist fonts which have more than 32768 glyph names */
200 /* compute number of names stored in table */
267 " using NULL names for gid %d - %d\n",
279 TT_Post_20 table = &face->postscript_names.names.format_20;
356 TT_Post_25 table = &face->postscript_names.names.format_25;
386 /* seek to the beginning of the PS names tabl
418 TT_Post_Names names = &face->postscript_names; local
482 TT_Post_Names names; local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DJsoMap.java63 private JsoMap(JSONObject copyFrom, String[] names) throws JSONException { argument
64 super(copyFrom, names);
135 return super.names();
157 String[] names = new String[keys.size()];
158 return new JsoMap(value, keys.toArray(names));
189 JSONArray names = obj.names();
190 if (names == null) {
194 for (int i = 0; i < names.length(); i++) {
196 String name = names
[all...]
H A DUtil.java36 * Map of countries that have non-latin local names, with the language that their local names
144 * Builds a map of the lower-cased values of the keys, names and local names provided. Each name
147 * @throws IllegalStateException if the names or lnames array is greater than the keys array.
149 static Map<String, String> buildNameToKeyMap(String[] keys, String[] names, String[] lnames) { argument
160 if (names != null) {
161 if (names.length > keyLength) {
163 "names length (" + names
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dump_defines.c57 const char **names)
61 return names[value];
55 util_dump_enum_continuous(unsigned value, unsigned num_names, const char **names) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dremap.c81 * followed by the names of the entry points. An empty entry
91 const char *names[MAX_ENTRY_POINTS + 1]; local
102 names[num_names] = spec;
111 names[num_names] = NULL;
114 return _glapi_add_dispatch(names, signature);
167 * makes sure the alternative names are available.
175 /* Remap static functions which have alternative names and are in the ABI.
176 * This is to be on the safe side. glapi should have defined those names.
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWrite.cpp92 void sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale, argument
98 names->FindLocaleName(preferedLocale, &nameIndex, &nameExists);
105 HRVM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length.");
108 HRVM(names->GetString(nameIndex, name.get(), nameLen+1), "Could not get string.");
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer_unittest.cc39 std::string names; local
43 if (!names.empty())
44 names += " ";
45 names += (*it)->name();
47 return names;
/external/freetype/src/sfnt/
H A Dttpost.c22 /* file loads the missing PS glyph names and implements an API to access */
48 /* module to grab the glyph names. */
62 /* table of Mac names. Thus, it is possible to build a version of */
67 /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */
176 /* There already exist fonts which have more than 32768 glyph names */
200 /* compute number of names stored in table */
267 " using NULL names for gid %d - %d\n",
279 TT_Post_20 table = &face->postscript_names.names.format_20;
356 TT_Post_25 table = &face->postscript_names.names.format_25;
386 /* seek to the beginning of the PS names tabl
418 TT_Post_Names names = &face->postscript_names; local
482 TT_Post_Names names; local
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java39 private final ArrayAccessReplacementMethodNames names; field in class:TransformAccessArrayField
44 ArrayAccessReplacementMethodNames names) throws NotFoundException {
47 this.names = names;
169 methodName = names.objectRead();
172 methodName = names.byteOrBooleanRead();
175 methodName = names.charRead();
178 methodName = names.doubleRead();
181 methodName = names.floatRead();
184 methodName = names
43 TransformAccessArrayField(Transformer next, String methodClassname, ArrayAccessReplacementMethodNames names) argument
[all...]
/external/libselinux/src/
H A Dbooleans.c36 int security_get_boolean_names(char ***names, int *len) argument
69 *names = n;
/external/lldb/source/Core/
H A DLanguage.cpp22 const char * names[3]; member in struct:LanguageStrings
92 name = g_languages[i].names[desc_idx];
114 const char *name = g_languages[m_language].names[level];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_defines.c57 const char **names)
61 return names[value];
55 util_dump_enum_continuous(unsigned value, unsigned num_names, const char **names) argument
/external/mesa3d/src/mesa/main/
H A Dremap.c81 * followed by the names of the entry points. An empty entry
91 const char *names[MAX_ENTRY_POINTS + 1]; local
102 names[num_names] = spec;
111 names[num_names] = NULL;
114 return _glapi_add_dispatch(names, signature);
167 * makes sure the alternative names are available.
175 /* Remap static functions which have alternative names and are in the ABI.
176 * This is to be on the safe side. glapi should have defined those names.
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFields.java124 public List<String> names() { method in class:Fields.InstanceFields
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHeaders.java80 /** Returns an immutable case-insensitive set of header names. */
81 public Set<String> names() { method in class:Headers
103 /** @param fieldNames a case-insensitive set of HTTP header field names. */
148 // Work around empty header names and header names that start with a
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttpost.c22 /* file loads the missing PS glyph names and implements an API to access */
48 /* module to grab the glyph names. */
62 /* table of Mac names. Thus, it is possible to build a version of */
67 /* the 258 default Mac PS glyph names */
176 /* There already exist fonts which have more than 32768 glyph names */
200 /* compute number of names stored in table */
267 " using NULL names for gid %d - %d\n",
279 TT_Post_20 table = &face->postscript_names.names.format_20;
356 TT_Post_25 table = &face->postscript_names.names.format_25;
386 /* seek to the beginning of the PS names tabl
418 TT_Post_Names names = &face->postscript_names; local
482 TT_Post_Names names; local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dbooleans.c36 int security_get_boolean_names(char ***names, int *len) argument
69 *names = n;

Completed in 5799 milliseconds

1234567891011>>