Searched defs:mappings (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_unittest.cc17 const TokenizedString::Mappings& mappings = tokenized.mappings(); local
24 str += base::UTF8ToUTF16(mappings[i].ToString());
H A Dtokenized_string.h30 const Mappings& mappings() const { return mappings_; } function in class:app_list::TokenizedString
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java106 * @param mappings NamespaceMappings
108 public void setNamespaceMappings(NamespaceMappings mappings); argument
H A DSerializerBase.java204 * prefix/uri mappings. As processed elements come and go, so do
205 * the associated mappings for that element.
827 * Some users of the serializer may need the current namespace mappings
828 * @return the current namespace mappings (prefix/uri)
1233 * @param mappings NamespaceMappings
1235 public void setNamespaceMappings(NamespaceMappings mappings) { argument
1236 m_prefixMap = mappings;
1522 // namespace mappings
/external/chromium_org/third_party/ots/src/
H A Dcmap.h35 std::vector<OpenTypeCMAPSubtableVSMapping> mappings; member in struct:ots::OpenTypeCMAPSubtableVSRecord
H A Dcmap.cc516 std::vector<ots::OpenTypeCMAPSubtableVSMapping>& mappings local
517 = records[i].mappings;
518 mappings.resize(num_mappings);
521 if (!subtable.ReadU24(&mappings[j].unicode_value) ||
522 !subtable.ReadU16(&mappings[j].glyph_id)) {
525 if (mappings[j].glyph_id == 0 ||
526 mappings[j].unicode_value == 0 ||
527 mappings[j].unicode_value > kUnicodeUpperLimit ||
529 mappings[j].unicode_value <= last_unicode_value)) {
532 last_unicode_value = mappings[
911 const std::vector<ots::OpenTypeCMAPSubtableVSMapping> &mappings local
[all...]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc164 std::vector<content::FileDescriptorInfo>* mappings) {
174 mappings->push_back(content::FileDescriptorInfo(
161 GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, std::vector<content::FileDescriptorInfo>* mappings) argument
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.h62 UCM_FLAGS_INITIAL, /* no mappings parsed yet */
63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
69 UCMapping *mappings; member in struct:UCMTable
160 * Remove mappings with their move flag set from the base table
176 * Check the validity of mappings against a base table's states;
184 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
187 * or when delta file mappings are subtracted from a base table.
192 * if(intersectBase) then mappings that exist in the base table but not in
196 * If intersectBase==2 for a DBCS extension table, then SBCS mappings ar
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h62 UCM_FLAGS_INITIAL, /* no mappings parsed yet */
63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
69 UCMapping *mappings; member in struct:UCMTable
160 * Remove mappings with their move flag set from the base table
176 * Check the validity of mappings against a base table's states;
184 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
187 * or when delta file mappings are subtracted from a base table.
192 * if(intersectBase) then mappings that exist in the base table but not in
196 * If intersectBase==2 for a DBCS extension table, then SBCS mappings ar
[all...]
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.h616 // Populates |mappings| with all files that need to be mapped before launching
621 std::vector<FileDescriptorInfo>* mappings) {}
618 GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc360 std::vector<FileDescriptorInfo>* mappings) {
374 mappings->push_back(
384 mappings->push_back(
392 mappings->push_back(FileDescriptorInfo(
357 GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper_unittest.cc281 // Tests the initialization of account mappings (from the store) when empty.
312 // Tests the initialization of account mappings (from the store).
328 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
329 EXPECT_EQ(2UL, mappings.size());
330 GCMAccountMapper::AccountMappings::const_iterator iter = mappings.begin();
371 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
372 EXPECT_EQ(2UL, mappings.size());
373 EXPECT_EQ("acc_id1", mappings[0].account_id);
374 EXPECT_EQ("acc_id2", mappings[1].account_id);
388 GCMAccountMapper::AccountMappings mappings local
424 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
459 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
501 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
556 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
591 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
629 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
663 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
684 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
716 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
789 GCMAccountMapper::AccountMappings mappings = GetAccounts(); local
[all...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c65 /* for stage3 compaction of <subchar1> |2 mappings */
291 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
293 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
300 UCMapping *mappings; local
305 mappings=table->mappings;
309 /* leave the map alone for the initial mappings with desired flags */
311 flag=mappings[map[i]].f;
319 flag=mappings[map[i]].f;
388 * - The mappings ar
415 UCMapping *mappings, *m; local
588 UCMapping *mappings, *m; local
714 UCMapping *mappings, *m; local
931 UCMapping *mappings, *m; local
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c65 /* for stage3 compaction of <subchar1> |2 mappings */
291 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
293 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
300 UCMapping *mappings; local
305 mappings=table->mappings;
309 /* leave the map alone for the initial mappings with desired flags */
311 flag=mappings[map[i]].f;
319 flag=mappings[map[i]].f;
388 * - The mappings ar
415 UCMapping *mappings, *m; local
588 UCMapping *mappings, *m; local
714 UCMapping *mappings, *m; local
931 UCMapping *mappings, *m; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.cpp145 * Convert a date string used by metazone mappings to UDate.
523 const UVector *mappings = getMetazoneMappings(tzid); local
524 if (mappings != NULL) {
525 for (int32_t i = 0; i < mappings->size(); i++) {
526 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
H A Dtznames_impl.cpp1004 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); local
1005 if (mappings == NULL) {
1016 for (int32_t i = 0; U_SUCCESS(status) && i < mappings->size(); i++) {
1018 OlsonToMetaMappingEntry *map = (OlsonToMetaMappingEntry *)mappings->elementAt(i);
/external/icu/icu4c/source/i18n/
H A Dzonemeta.cpp147 * Convert a date string used by metazone mappings to UDate.
521 const UVector *mappings = getMetazoneMappings(tzid); local
522 if (mappings != NULL) {
523 for (int32_t i = 0; i < mappings->size(); i++) {
524 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
H A Dtznames_impl.cpp1004 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); local
1005 if (mappings == NULL) {
1016 for (int32_t i = 0; U_SUCCESS(status) && i < mappings->size(); i++) {
1018 OlsonToMetaMappingEntry *map = (OlsonToMetaMappingEntry *)mappings->elementAt(i);
/external/libvorbis/lib/
H A Dvorbisenc.c93 int mappings; member in struct:__anon24763
644 int mappings=setup_list[i]->mappings; local
652 if(req>map[setup_list[i]->mappings]){++i;continue;}
653 for(j=0;j<mappings;j++)
656 if(j==mappings)
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc300 // Returns the number of icon mappings of |icon_type| to |page_url|.
309 // Returns the icon mappings for |page_url| sorted alphabetically by icon
602 std::vector<IconMapping> mappings; local
604 outrow1.url(), favicon_base::FAVICON, &mappings));
605 EXPECT_EQ(1u, mappings.size());
606 EXPECT_EQ(out_favicon1, mappings[0].icon_id);
1065 std::vector<IconMapping> mappings; local
1067 row1.url(), favicon_base::FAVICON, &mappings));
1068 EXPECT_EQ(1u, mappings.size());
1069 EXPECT_EQ(favicon1, mappings[
[all...]
/external/chromium_org/net/base/
H A Dmime_util.cc188 // Lookup table for string compare based string -> Codec mappings.
250 static const char* FindMimeType(const MimeInfo* mappings, argument
256 const char* extensions = mappings[i].extensions;
261 return mappings[i].mime_type;
1248 const MimeInfo* mappings,
1254 if (StartsWithASCII(mappings[i].mime_type, leading_mime_type, false)) {
1256 base::SplitString(mappings[i].extensions, ',', &this_extensions);
1280 // Also look up the extensions from hard-coded mappings in case that some
1336 // Also look up the extensions from hard-coded mappings in case that some
1247 GetExtensionsFromHardCodedMappings( const MimeInfo* mappings, size_t mappings_len, const std::string& leading_mime_type, base::hash_set<base::FilePath::StringType>* extensions) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c147 } mappings[MAX_IDX] = variable in typeref:struct:__anon14564
271 const GLubyte *in2rgba = mappings[inFmt].to_rgba;
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
/external/mesa3d/src/mesa/main/
H A Dtexstore.c147 } mappings[MAX_IDX] = variable in typeref:struct:__anon27975
271 const GLubyte *in2rgba = mappings[inFmt].to_rgba;
272 const GLubyte *rgba2out = mappings[outFmt].from_rgba;
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2415 std::vector<FileDescriptorInfo>* mappings) {
2426 mappings->push_back(FileDescriptorInfo(kAndroidChrome100PercentPakDescriptor,
2434 mappings->push_back(FileDescriptorInfo(kAndroidLocalePakDescriptor,
2441 mappings->push_back(FileDescriptorInfo(kAndroidUIResourcesPakDescriptor,
2448 mappings->push_back(FileDescriptorInfo(kAndroidMinidumpDescriptor,
2465 mappings->push_back(FileDescriptorInfo(kAndroidICUDataDescriptor,
2471 mappings->push_back(FileDescriptorInfo(kCrashDumpSignal,
2412 GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5539 milliseconds

12