HomeSort by relevance Sort by last modified time
    Searched full:descriptions (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AuthorityInformationAccess.java 29 private AccessDescription[] descriptions; field in class:AuthorityInformationAccess
49 descriptions = new AccessDescription[seq.size()];
53 descriptions[i] = AccessDescription.getInstance(seq.getObjectAt(i));
64 descriptions = new AccessDescription[1];
66 descriptions[0] = new AccessDescription(oid, location);
72 * @return the access descriptions contained in this object.
76 return descriptions;
83 for (int i = 0; i != descriptions.length; i++)
85 vec.add(descriptions[i]);
93 return ("AuthorityInformationAccess: Oid(" + this.descriptions[0].getAccessMethod().getId() + ")")
    [all...]
  /external/webkit/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r 9 // MIME Type descriptions
  /cts/tests/config_demo/data/plan_rep/
README 17 For detailed descriptions, please refer to the architecture document.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERConstructedSequence.java 29 * ASN.1 descriptions given. Rather than just outputing SEQUENCE,
DERConstructedSet.java 55 * ASN.1 descriptions given. Rather than just outputing SET,
DERSequence.java 55 * ASN.1 descriptions given. Rather than just outputing SEQUENCE,
DERSet.java 75 * ASN.1 descriptions given. Rather than just outputing SET,
  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 65 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];
  /build/tools/lsd/
cmdline.c 22 static const char *descriptions[] = { variable
41 const char **desc = descriptions;
  /external/jsr305/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  /external/opencore/doc/pvplayer_html/
annotated.html 9 <hr><h1>pvplayer_engine Data Structures</h1>Here are the data structures with brief descriptions:<table>
files.html 9 <hr><h1>pvplayer_engine File List</h1>Here is a list of all files with brief descriptions:<table>
  /packages/apps/Mms/src/org/w3c/dom/events/
EventException.java 17 * their method descriptions.
  /cts/tools/utils/
buildCts.py 17 """Module for generating CTS test descriptions and test plans."""
53 """Main class for generating test descriptions and test plans."""
188 """Generate test descriptions for all packages."""
189 # individually generate descriptions not following conventions
194 # generate test descriptions for android tests
250 descriptions = sorted(glob.glob(os.path.join(self.test_repository, '*.xml')))
251 for description in descriptions:
  /bionic/libdl/
dltest.c 47 static const char *descriptions[] = { variable
60 const char **desc = descriptions;
  /build/tools/soslim/
cmdline.c 28 const char *descriptions[sizeof(long_options)/sizeof(long_options[0])] = { variable
50 const char **desc = descriptions;
  /development/tools/yuv420sp2rgb/
cmdline.c 25 static const char *descriptions[] = { variable
45 const char **desc = descriptions;
  /external/blktrace/btreplay/doc/
abstract.tex 34 \texttt{btreplay} and provide detailed command line option descriptions.
  /external/guava/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  /external/tinyxml/docs/
files.html 8 <h1>TinyXml File List</h1>Here is a list of all documented files with brief descriptions:<table>
  /external/icu4c/common/unicode/
docmain.h 27 * then detailed member descriptions.</p>
34 * then find "ubrk.h" and click on it. You will find descriptions of Defines,
35 * Typedefs, Enumerations, and Functions, with detailed descriptions below.
  /external/webkit/WebCore/plugins/mac/
PluginPackageMac.cpp 216 Vector<String> descriptions = stringListFromResourceId(MIMEDescriptionStringNumber);
217 if (descriptions.size() != mimes.size() / 2)
227 m_mimeToDescriptions.set(mime, descriptions[i / 2]);
  /development/host/windows/usb/
readme.txt 27 file to add descriptions for new devices and interfaces. Note that when .inf
  /external/icu4c/i18n/
nfrs.h 33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
  /external/opencore/doc/pv2way_html/
files.html 9 <hr><h1>pv2way_engine File List</h1>Here is a list of all files with brief descriptions:<table>

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>