Searched defs:options (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/external/v8/test/mozilla/
H A Dmozilla-shell-emulation.js33 function options(aOptionName) { function
34 // Returns comma-separated list of options set.
/external/chromium/third_party/icu/source/i18n/
H A Dnortrans.h34 * Normalization options for this transliterator.
36 int32_t options; member in class:NormalizationTransliterator
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
H A Dapplypatchwithlocalcommit.py30 from webkitpy.steps.options import Options
34 def options(cls): member in class:ApplyPatchWithLocalCommit
37 ] + ApplyPatch.options()
H A Dcreatebug.py30 from webkitpy.steps.options import Options
35 def options(cls): member in class:CreateBug
H A Dapplypatch.py30 from webkitpy.steps.options import Options
35 def options(cls): member in class:ApplyPatch
H A Dbuild.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:Build
H A Dcleanworkingdirectory.py32 from webkitpy.steps.options import Options
36 def __init__(self, tool, options, allow_local_commits=False):
37 AbstractStep.__init__(self, tool, options)
41 def options(cls): member in class:CleanWorkingDirectory
H A Dclosebug.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:CloseBug
H A Dclosebugforlanddiff.py31 from webkitpy.steps.options import Options
37 def options(cls): member in class:CloseBugForLandDiff
H A Dconfirmdiff.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:ConfirmDiff
H A Densurebuildersaregreen.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:EnsureBuildersAreGreen
H A Densurelocalcommitifneeded.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:EnsureLocalCommitIfNeeded
H A Dmetastep.py35 def __init__(self, tool, options):
36 AbstractStep.__init__(self, tool, options)
39 self._step_instances.append(step_class(tool, options))
45 collected_options = collected_options + step.options()
49 def options(cls): member in class:MetaStep
H A Dobsoletepatches.py31 from webkitpy.steps.options import Options
37 def options(cls): member in class:ObsoletePatches
H A Dpostdiff.py32 from webkitpy.steps.options import Options
37 def options(cls): member in class:PostDiff
H A Druntests.py30 from webkitpy.steps.options import Options
35 def options(cls): member in class:RunTests
H A Dupdate.py30 from webkitpy.steps.options import Options
36 def options(cls): member in class:Update
/external/webkit/WebCore/loader/
H A DThreadableLoader.cpp43 PassRefPtr<ThreadableLoader> ThreadableLoader::create(ScriptExecutionContext* context, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options) argument
50 return WorkerThreadableLoader::create(static_cast<WorkerContext*>(context), client, WorkerRunLoop::defaultMode(), request, options);
54 return DocumentThreadableLoader::create(static_cast<Document*>(context), client, request, options);
57 void ThreadableLoader::loadResourceSynchronously(ScriptExecutionContext* context, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options) argument
63 WorkerThreadableLoader::loadResourceSynchronously(static_cast<WorkerContext*>(context), request, client, options); local
69 DocumentThreadableLoader::loadResourceSynchronously(static_cast<Document*>(context), request, client, options); local
/external/chromium/third_party/icu/source/common/
H A Ducnv_imp.h48 uint32_t options; member in struct:__anon1355
67 * @param options converter options bit set (default 0)
75 const char *locale, uint32_t options,
/external/chromium/third_party/icu/source/tools/gencmn/
H A Dgencmn.c34 static UOption options[]={ variable
55 /* preset then read command line options */
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
76 if (options[0].doesOccur || options[1].doesOccur) {
100 sourceTOC=options[
[all...]
/external/icu4c/common/
H A Ducnv_imp.h48 uint32_t options; member in struct:__anon2343
67 * @param options converter options bit set (default 0)
75 const char *locale, uint32_t options,
/external/icu4c/tools/gencmn/
H A Dgencmn.c34 static UOption options[]={ variable
55 /* preset then read command line options */
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
76 if (options[0].doesOccur || options[1].doesOccur) {
100 sourceTOC=options[
[all...]
/external/jdiff/src/jdiff/
H A DOptions.java8 * Class to handle options for JDiff.
23 * parse the options it does not recognize. It then calls
27 * The options arrive as case-sensitive strings. For options that
38 // Standard options
108 * After parsing the available options using {@link #optionLength},
109 * Javadoc invokes this method with an array of options-arrays, where
131 * @param options an array of String arrays, one per option
133 * @return true if no errors were found, and all options are
136 public static boolean validOptions(String[][] options, argument
[all...]
/external/oprofile/libutil/
H A Dop_popt.c19 struct poptOption const * options, int flags)
27 optcon = poptGetContext(name, argc, argv, options, flags);
29 optcon = poptGetContext((char *)name, argc, (char **)argv, options, flags);
17 op_poptGetContext(char const * name, int argc, char const ** argv, struct poptOption const * options, int flags) argument
/external/webkit/WebCore/html/
H A DHTMLDataListElement.cpp53 PassRefPtr<HTMLCollection> HTMLDataListElement::options() function in class:WebCore::HTMLDataListElement

Completed in 192 milliseconds

1234567891011>>