Searched refs:kid (Results 1 - 8 of 8) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DCencSampleEncryptionInformationGroupEntry.java39 private byte[] kid = new byte[16]; field in class:CencSampleEncryptionInformationGroupEntry
45 kid = new byte[16];
46 byteBuffer.get(kid);
55 byteBuffer.put(kid);
77 return kid;
80 public void setKid(byte[] kid) { argument
81 assert kid.length == 16;
82 this.kid = kid;
90 ", kid
[all...]
/external/ppp/pppd/plugins/
H A Dpassprompt.c31 pid_t kid; local
45 if ((kid = fork()) == (pid_t) -1) {
51 if (!kid) {
89 while (waitpid(kid, &wstat, 0) < 0) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractSampleEncryptionBox.java26 byte[] kid = new byte[]{-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; field in class:AbstractSampleEncryptionBox
48 kid = new byte[16];
49 content.get(kid);
110 return kid;
113 public void setKid(byte[] kid) { argument
114 this.kid = kid;
149 byteBuffer.put(kid);
176 contentSize += kid.length;
322 if (!Arrays.equals(kid, tha
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFDocumentExtras.mm59 CGPDFDictionaryRef kid;
60 if (!CGPDFArrayGetDictionary(kids, i, &kid))
62 appendValuesInPDFNameSubtreeToVector(kid, values);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java1031 int kid = nodeHandle + 1;
1032 nodes.readSlot(kid, gotslot);
1035 kid = gotslot[2];
1037 if (kid == NULL) return NULL;
1038 nodes.readSlot(kid, gotslot);
1040 // If parent slot matches given parent, return kid
1043 int firstChild = kid | m_docHandle;
1205 int kid = NULL;
1208 kid = nextkid;
1210 return kid | m_docHandl
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp860 QWebHistoryItem kid(new QWebHistoryItemPrivate(children[i].get()));
861 kids.insert(DumpRenderTreeSupportQt::historyItemTarget(kid), kid); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 136 milliseconds