Searched defs:description (Results 1 - 25 of 903) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h69 const pANTLR3_UCHAR description; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3rewritestreams.c187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
245 // Install the description
247 stream->elementDescription = description;
257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
263 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
286 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
315 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, voi argument
352 antlr3RewriteRuleTOKENStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
395 antlr3RewriteRuleSubtreeStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
418 antlr3RewriteRuleSubtreeStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
442 antlr3RewriteRuleNODEStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
466 antlr3RewriteRuleNODEStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
485 antlr3RewriteRuleNODEStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py68 description = "run unit tests for package" variable in class:unittest
153 description = "run functional tests for package" variable in class:functest
291 description="Runtime package for ANTLR3",
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb229 | description: #{ description }
293 | description: #{ description }
303 except = NoViableAlternative.new( description, @decision_number, state, input )
316 def description method in class:ANTLR3
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb962 def description method in class:ANTLR3.Template.GroupFile.Lexer.DFA12
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java77 public String description; field in class:DFA
198 * See March 25, 2006 entry for description:
394 description = getNFADecisionStartState().getDescription();
395 description =
396 generator.target.getTargetStringLiteralFromString(description);
1014 return description;
H A DNFAState.java88 protected String description; field in class:NFAState
227 return description;
230 public void setDescription(String description) { argument
231 this.description = description;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DRFC4519Style.java24 public static final ASN1ObjectIdentifier description = new ASN1ObjectIdentifier("2.5.4.13"); field in class:RFC4519Style
81 DefaultSymbols.put(description, "description");
125 DefaultLookUp.put("description", description);
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py24 description='Closure Linter', variable
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py49 description='WebSocket extension for Apache HTTP Server.', variable
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClient.java186 public abstract void onReceivedError(int errorCode, String description, String failingUrl); argument
H A DAwContentsClientCallbackHelper.java66 OnReceivedErrorInfo(int errorCode, String description, String failingUrl) { argument
68 mDescription = description;
177 public void postOnReceivedError(int errorCode, String description, String failingUrl) { argument
178 OnReceivedErrorInfo info = new OnReceivedErrorInfo(errorCode, description, failingUrl);
H A DAwWebContentsObserver.java34 boolean isMainFrame, int errorCode, String description, String failingUrl) {
47 ErrorCodeConversionHelper.convertErrorCode(errorCode), description,
33 didFailLoad(boolean isProvisionalLoad, boolean isMainFrame, int errorCode, String description, String failingUrl) argument
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DTestAwContentsClient.java149 public void onReceivedError(int errorCode, String description, String failingUrl) { argument
150 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DNullContentsClient.java162 public void onReceivedError(int errorCode, String description, String failingUrl) { argument
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h37 base::string16 description; member in struct:ash::NetworkIconInfo
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc84 // using |description|.
85 bool RunTest(const std::string& description, argument
89 base::PerfTimeLogger timer(description.c_str());
/external/chromium_org/base/json/
H A Djson_parser.cc956 const std::string& description) {
959 line, column, description.c_str());
961 return description;
955 FormatErrorMessage(int line, int column, const std::string& description) argument
/external/chromium_org/base/metrics/
H A Dhistogram.h416 // Return a string description of what goes in a given bucket.
418 // be a name (or string description) given to the bucket.
503 const char* description; // Null means end of a list of pairs. member in struct:base::LinearHistogram::DescriptionPair
510 // "description" field.
534 // If we have a description for a bucket, then return that. Otherwise
535 // let parent class provide a (numeric) description.
547 // For some ranges, we store a printable description of a bucket range.
548 // If there is no description, then GetAsciiBucketRange() uses parent class
549 // to provide a description.
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc33 const std::string& description) {
42 description.c_str());
31 PrintTests(InputIterator first, InputIterator last, const std::string& description) argument
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c157 const char *description)
166 const char *description)
171 const char *description)
155 AnnotateExpectRace( const char *file, int line, const volatile void *mem, const char *description) argument
164 AnnotateBenignRace( const char *file, int line, const volatile void *mem, const char *description) argument
169 AnnotateBenignRaceSized( const char *file, int line, const volatile void *mem, long size, const char *description) argument
/external/chromium_org/base/time/
H A Dtime_win_unittest.cc181 const char *description; member in struct:TestCase
207 printf("%s: %1.2fus per call\n", cases[test_case].description,
/external/chromium_org/base/win/
H A Dshortcut.h73 description = description_in;
101 // The localized description of the shortcut.
103 string16 description; member in struct:base::win::ShortcutProperties

Completed in 467 milliseconds

1234567891011>>