Searched defs:names (Results 276 - 300 of 363) sorted by relevance

<<1112131415

/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h229 /* numNameRecords :: The number of names in table. */
234 /* names :: An array of name records. */
243 TT_NameEntryRec* names; member in struct:TT_NameTableRec_
674 /* Postscript names sub-table, format 2.0. Stores the PS name of */
680 /* num_names :: The number of PS names stored in the table. */
682 /* glyph_indices :: The indices of the glyphs in the names arrays. */
684 /* glyph_names :: The PS names not in Mac Encoding. */
702 /* Postscript names sub-table, format 2.5. Stores the PS name of */
725 /* Postscript names table, either format 2.0 or 2.5. */
728 /* loaded :: A flag to indicate whether the PS names ar
743 } names; member in struct:TT_Post_NamesRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h229 /* numNameRecords :: The number of names in table. */
234 /* names :: An array of name records. */
243 TT_NameEntryRec* names; member in struct:TT_NameTableRec_
674 /* Postscript names sub-table, format 2.0. Stores the PS name of */
680 /* num_names :: The number of PS names stored in the table. */
682 /* glyph_indices :: The indices of the glyphs in the names arrays. */
684 /* glyph_names :: The PS names not in Mac Encoding. */
702 /* Postscript names sub-table, format 2.5. Stores the PS name of */
725 /* Postscript names table, either format 2.0 or 2.5. */
728 /* loaded :: A flag to indicate whether the PS names ar
743 } names; member in struct:TT_Post_NamesRec_
[all...]
/external/qemu/android/
H A Dconsole.c329 const char* names; member in struct:CommandDefRec_
354 for (nn = 0; commands[nn].names != NULL; nn++)
356 const char* name = commands[nn].names;
399 for ( ; cmd->names != NULL; cmd++ ) {
400 control_write( client, " %s %-15s %s\r\n", prefix, cmd->names, cmd->abstract );
468 for ( ; cmd->names != NULL; cmd++ ) {
469 control_write( client, " %-15s %s\r\n", cmd->names, cmd->abstract );
483 for ( ; cmd->names != NULL; cmd++ ) {
485 end - start, start, cmd->names );
2012 "to the Android kernel. you can use text names o
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1265 const char **names = (const char**)ltime->month; local
1266 return names[month];
1270 const char **names = (const char**)ltime->abbrev_month; local
1271 return names[month];
1275 const char **names = (const char**)ltime->dayofweek; local
1276 return names[day];
1280 const char **names = (const char**)ltime->abbrev_dayofweek; local
1281 return names[day];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... factoryClassName Exception ex String factoryClass java.util.Enumeration names String name String value public static org.apache. ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... preferences.IEclipsePreferences node int i protected void initializeChildren () String[] names int i protected org.eclipse.core.internal ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c1178 * alias names and the alias table integrity. Make sure each
1332 * back to predermined converter names.
1698 static const char *const names[] = { local
1722 int32_t actualSizes[LENGTHOF(names)];
1752 cnv = ucnv_open(names[0], &err);
1836 for (index = 0; index < LENGTHOF(names); index++)
1839 cnv = ucnv_open(names[index], &err);
1841 log_data_err("ucnv_open(\"%s\") failed - %s\n", names[index], u_errorName(err));
1851 maxName = names[index];
1866 log_err("ucnv_safeClone(%s) did a heap clone although the buffer was large enough\n", names[inde
3494 compareNames(const char **names) argument
3679 static const char *const names[] = { local
3704 static const char *const names[] = { local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/chromium_org/v8/src/
H A Dparser.cc1172 Statement* Parser::ParseModuleDeclaration(ZoneStringList* names, bool* ok) { argument
1200 if (names) names->Add(name, zone());
1391 ZoneStringList names(1, zone());
1394 names.Add(name, zone());
1398 names.Add(name, zone());
1408 for (int i = 0; i < names.length(); ++i) {
1411 PrintF("# Import %s ", names[i]->ToAsciiArray());
1414 module->interface()->Add(names[i], interface, zone(), ok);
1418 PrintF("IMPORT TYPE ERROR at '%s'\n", names[
1853 ParseFunctionDeclaration(ZoneStringList* names, bool* ok) argument
1951 ParseVariableStatement(VariableDeclarationContext var_context, ZoneStringList* names, bool* ok) argument
1970 ParseVariableDeclarations( VariableDeclarationContext var_context, VariableDeclarationProperties* decl_props, ZoneStringList* names, Handle<String>* out, bool* ok) argument
2875 DesugarLetBindingsInForStatement( Scope* inner_scope, ZoneStringList* names, ForStatement* loop, Statement* init, Expression* cond, Statement* next, Statement* body, bool* ok) argument
[all...]
H A Druntime.cc5838 // Return the names of the own named properties.
5854 // Only collect names if access is permitted.
5873 // Only collect names if access is permitted.
5890 // Allocate an array with storage for all the property names.
5891 Handle<FixedArray> names = local
5894 // Get the property names.
5899 jsproto->GetOwnPropertyNames(*names, next_copy_index, filter);
5907 Object* name_from_hidden_proto = names->get(j);
5909 if (names->get(k) != isolate->heap()->hidden_string()) {
5910 Object* name = names
5964 Handle<FixedArray> names = isolate->factory()->NewFixedArray(n); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc12 // * Neither the name of Google Inc. nor the names of its
2103 // Check all the objects have got their names.
2296 AllocationTracker* tracker, const Vector<const char*>& names) {
2298 for (int i = 0; node != NULL && i < names.length(); i++) {
2299 const char* name = names[i];
2329 const char* names[] = { "(anonymous function)" }; local
2339 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZE(names)));
2364 const char* names[] = local
2367 FindNode(tracker, Vector<const char*>(names, ARRAY_SIZ
2295 FindNode( AllocationTracker* tracker, const Vector<const char*>& names) argument
2400 const char* names[] = { "(anonymous function)", "start", "f_0", "f_1" }; local
2457 const char* names[] = { "(V8 API)" }; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c1705 struct wpabuf *names = local
1707 for (i = 0; names && i < cred->num_domain; i++)
1710 names, cred->domain[i], 1))
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/chromium_org/v8/include/
H A Dv8.h1912 // Also, there is only one global name space for the names used as keys.
1913 // To minimize the potential for clashes, use qualified names as keys.
1945 // Also, there is only one global name space for the names used as keys.
1946 // To minimize the potential for clashes, use qualified names as keys,
2024 // Legacy constant names
2146 * Returns an array containing the names of the enumerable properties
2155 * the returned array doesn't contain the names of properties from
3240 * Returns an array containing the names of the properties the named
5138 * A container for extension names.
5143 ExtensionConfiguration(int name_count, const char* names[]) argument
[all...]
/external/qemu/disas/
H A Di386.c695 /* Upper case letters in the instruction names here are macros.
6263 const char * const *names = (address_mode == mode_64bit local
6285 strcpy (op_out[0], names[0]);
6296 ? names16 : names);
6304 strcpy (op_out[2], names[2]);
6309 strcpy (op_out[1], names[1]);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c354 char names[ 1 ]; member in struct:PDB_JG_ROOT
364 char names[1]; member in struct:PDB_DS_ROOT
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 2685 milliseconds

<<1112131415