HomeSort by relevance Sort by last modified time
    Searched refs:identifiers (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 215 // identifiers table: [2][number of distinct identifiers]
216 // identifiers[0]: stores identifiers (includes nested choices)
217 // identifiers[1]: stores identifiers' indexes in array of types
218 private final int[][] identifiers; field in class:ASN1Choice
235 // create map of all identifiers
247 // add all choice's identifiers
248 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;
    [all...]
  /external/srec/srec/Semproc/src/
ExpressionParser.c 218 self->ptokenBuf = self->identifiers[self->idCount];
237 self->ptokenBuf = self->identifiers[self->idCount];
254 self->ptokenBuf = self->identifiers[self->idCount];
262 rc = EP_LookUpFunction(self, self->identifiers[self->idCount-1], &self->userData, &self->pfunction);
267 PLogError(L("%s: Function '%s' is undefined"), ESR_rc2str(rc), self->identifiers[self->idCount-1]);
273 LSTRCPY(self->functionName, self->identifiers[self->idCount-1]);
276 self->ptokenBuf = self->identifiers[self->idCount];
292 self->ptokenBuf = self->identifiers[self->idCount];
321 self->ptokenBuf = self->identifiers[self->idCount];
338 self->ptokenBuf = self->identifiers[self->idCount]
    [all...]
  /external/webkit/WebCore/bridge/
npruntime.cpp 49 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
52 ASSERT(identifiers);
54 if (names && identifiers) {
56 identifiers[i] = _NPN_GetStringIdentifier(names[i]);
npruntime_impl.h 39 extern void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
NP_jsobject.cpp 408 NPIdentifier* identifiers = static_cast<NPIdentifier*>(malloc(sizeof(NPIdentifier) * size)); local
411 identifiers[i] = _NPN_GetStringIdentifier(propertyNames[i].ustring().UTF8String().c_str());
413 *identifier = identifiers;
npruntime.h 209 identified with NPIdentifiers. These identifiers may be reflected
217 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 111 LCHAR identifiers[MAX_RHS_IDENTIFIERS][MAX_STRING_LEN]; member in struct:ExpressionParser_t
114 * the number of identifiers encountered
  /external/webkit/WebCore/bridge/c/
c_instance.cpp 259 NPIdentifier* identifiers; local
264 bool ok = _object->_class->enumerate(_object, &identifiers, &count);
271 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
280 free(identifiers);
  /external/webkit/WebCore/bindings/v8/
npruntime.cpp 169 // We never release identifiers, so this dictionary will grow.
183 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
186 ASSERT(identifiers);
188 if (names && identifiers) {
190 identifiers[i] = _NPN_GetStringIdentifier(names[i]);
214 // We never release identifiers, so this dictionary will grow.
V8NPObject.cpp 297 NPIdentifier* identifiers; local
298 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
301 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 105 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
107 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 498 NPIdentifier* identifiers; local
499 if (browser->enumerate(obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) {
504 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
517 browser->memfree(identifiers);
    [all...]
  /external/webkit/WebCore/plugins/
npfunctions.h 81 typedef void (*NPN_GetStringIdentifiersProcPtr) (const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 307 milliseconds