Home
last modified time | relevance | path

Searched refs:descriptions (Results 1 – 25 of 68) sorted by relevance

123

/external/webkit/WebKit/mac/Misc/
DWebKitErrors.m65 static NSMutableDictionary *descriptions = nil;
78 descriptionsDict = [descriptions objectForKey:domain];
113 NSDictionary *descriptionsForWebKitErrorDomain = [descriptions objectForKey:WebKitErrorDomain];
145 if (!descriptions)
146 descriptions = [[NSMutableDictionary alloc] init];
148 [descriptions setObject:dictionary forKey:domain];
/external/webkit/WebCore/plugins/win/
DPluginPackageWin.cpp196 Vector<String> descriptions; in fetchInfo() local
197 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions); in fetchInfo()
201 String description = i < descriptions.size() ? descriptions[i] : ""; in fetchInfo()
/external/webkit/WebCore/plugins/mac/
DPluginPackageMac.cpp216 Vector<String> descriptions = stringListFromResourceId(MIMEDescriptionStringNumber); in fetchInfo() local
217 if (descriptions.size() != mimes.size() / 2) in fetchInfo()
227 m_mimeToDescriptions.set(mime, descriptions[i / 2]); in fetchInfo()
/external/webkit/WebCore/manual-tests/NPN_Invoke/English.lproj/
DLocalized.r9 // MIME Type descriptions
/external/e2fsprogs/ext2ed/
Dinit.c179 free (ptr->descriptions [i]); in free_user_commands()
366 ptr->descriptions [num]=(char *) malloc (strlen (description)+1); in add_user_command()
367 strcpy (ptr->descriptions [num],description); in add_user_command()
Dgeneral_com.c118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]); in detailed_help()
125 wprintw (show_pad,"%s - %s\n",text,ext2_commands.descriptions [i]); in detailed_help()
132 wprintw (show_pad,"%s - %s\n",text,general_commands.descriptions [i]); in detailed_help()
Dext2ed.h87 char *descriptions [MAX_COMMANDS_NUM]; member
/external/chromium/base/
Dhistogram.cc629 const DescriptionPair descriptions[]) { in SetRangeDescriptions() argument
630 for (int i =0; descriptions[i].description; ++i) { in SetRangeDescriptions()
631 bucket_description_[descriptions[i].sample] = descriptions[i].description; in SetRangeDescriptions()
Dhistogram.h302 virtual void SetRangeDescriptions(const DescriptionPair descriptions[]) in SetRangeDescriptions() argument
468 virtual void SetRangeDescriptions(const DescriptionPair descriptions[]);
/external/icu4c/i18n/
Dnfrs.h33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
Dnfrs.cpp117 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() argument
133 UnicodeString& description = descriptions[index]; // !!! make sure index is valid in NFRuleSet()
/external/chromium/third_party/icu/source/i18n/
Dnfrs.h33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
Dnfrs.cpp117 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() argument
133 UnicodeString& description = descriptions[index]; // !!! make sure index is valid in NFRuleSet()
/external/blktrace/btreplay/doc/
Dabstract.tex34 \texttt{btreplay} and provide detailed command line option descriptions.
/external/dropbear/debian/
Dchangelog41 * debian/control: Standards-Version: 3.6.2.1; update descriptions to
126 descriptions.
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
Drun_chromium_webkit_tests.py1242 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
1246 descriptions[result][1], len(tests))
1259 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
1263 descriptions[result][1], len(tests))
/external/chromium/third_party/icu/source/data/unidata/
DPropertyAliases.txt11 # property tests, and other programmatic textual descriptions of Unicode data.
/external/qemu/
Dandroid-configure.sh79 Options: [defaults in brackets after descriptions]
/external/icu4c/data/unidata/
DPropertyAliases.txt11 # property tests, and other programmatic textual descriptions of Unicode data.
/external/qemu/distrib/sdl-1.2.12/
Dandroid-configure.sh84 Options: [defaults in brackets after descriptions]
/external/stlport/etc/
Dautoexp.dat3 ; language. Those descriptions has been tested with Visual C++ 2005 Express
6 ; Those descriptions has been tested with STLport 5.2.0.
/external/grub/docs/
Dinternals.texi7 descriptions of the internals up-to-date, and it is quite hard to
284 description of the command. Since the descriptions are used only for
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dconfigure112 Options: [defaults in brackets after descriptions]
/external/bluetooth/glib/docs/reference/
DChangeLog465 * gobject/tmpl/gtype.sgml: Fix unclear parameter descriptions.
1061 * glib/tmpl/types.sgml: corrected descriptions of gsize and gssize.
2056 * gobject/tmpl/objects.sgml: Add long descriptions.
3160 * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions,
3486 some missing short and long descriptions.
4112 * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
/external/libffi/doc/
Dlibffi.info89 * Types:: libffi type descriptions.

123