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

/external/chromium_org/v8/test/mjsunit/
H A Dfast-non-keyed.js30 // Check that keyed stores make things go dict mode faster than non-keyed
99 var keyed = {};
100 AddProps(keyed);
101 assertFalse(%HasFastProperties(keyed));
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c2245 int keyed = 0; local
2322 if (node->psvi != NULL) keyed = 1;
2329 if (attr->psvi != NULL) keyed = 1;
2334 if (node->psvi != NULL) keyed = 1;
2342 if (doc->psvi != NULL) keyed = 1;
2348 if (node->psvi != NULL) keyed = 1;
2352 if (node->psvi != NULL) keyed = 1;
2413 if (keyed) {
2440 if (node->psvi != NULL) keyed = 1;
2443 if (((xmlAttrPtr) node)->psvi != NULL) keyed
[all...]
/external/libxslt/libxslt/
H A Dpattern.c2241 int keyed = 0; local
2318 if (node->psvi != NULL) keyed = 1;
2325 if (attr->psvi != NULL) keyed = 1;
2330 if (node->psvi != NULL) keyed = 1;
2338 if (doc->psvi != NULL) keyed = 1;
2344 if (node->psvi != NULL) keyed = 1;
2348 if (node->psvi != NULL) keyed = 1;
2409 if (keyed) {
2436 if (node->psvi != NULL) keyed = 1;
2439 if (((xmlAttrPtr) node)->psvi != NULL) keyed
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php167 // (1) do a lookup in a table of trusted certs keyed off of consumer
175 // (1) do a lookup in a table of trusted certs keyed off of consumer
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php167 // (1) do a lookup in a table of trusted certs keyed off of consumer
175 // (1) do a lookup in a table of trusted certs keyed off of consumer
/external/iproute2/doc/
H A Dip-tunnels.tex187 This restriction is relaxed for keyed GRE tunnels.}
258 \item \verb|key K| --- use keyed GRE with key \verb|K|. \verb|K| is
H A Dip-cref.tex2450 --- (only GRE tunnels) use keyed GRE with key \verb|K|. \verb|K| is
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2078 of a message is a keyed authentication code that only the owner of a private symmetric key will be able to verify. The purpose is

Completed in 252 milliseconds