Searched defs:pair (Results 176 - 200 of 204) sorted by relevance

123456789

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c5832 * We generate an ephemeral EC key pair. Perform an ECDH
12409 /* Returns a reference counted object that contains a key pair.
12411 * Uses the keys in the pair as input.
12416 ssl3KeyPair * pair; local
12422 pair = PORT_ZNew(ssl3KeyPair);
12423 if (!pair)
12425 pair->refCount = 1;
12426 pair->privKey = privKey;
12427 pair->pubKey = pubKey;
12428 return pair; /* succes
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp109 typedef std::pair<Member<IntWrapper>, WeakMember<IntWrapper> > StrongWeakPair;
166 // The hash algorithm for our custom pair class is just the standard double
168 // the pair while they are in the hash table, as that would change their hash
174 // Custom traits for the pair. These are weakness handling traits, which means
179 // memset to zero, and we use -1 in the first part of the pair to represent
1971 typedef std::pair<Member<IntWrapper>, int> PairWrappedUnwrapped;
1972 typedef std::pair<int, Member<IntWrapper> > PairUnwrappedWrapped;
1973 typedef std::pair<WeakMember<IntWrapper>, Member<IntWrapper> > PairWeakStrong;
1974 typedef std::pair<Member<IntWrapper>, WeakMember<IntWrapper> > PairStrongWeak;
1975 typedef std::pair<WeakMembe
2807 iteratorExtractor(WTF::KeyValuePair<T, unsigned>& pair) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1141 in 4 bits. Hence we are passing a (COND, OP) pair in the lowest
1174 (COND, OP) pair in the lowest 8 bits of the first argument. */
8012 // lane 7. Each pair is: first component (0..2) says which of
8088 // assembled from the source vectors. Each pair is
8143 // assembled from the source vectors. Each pair is
15670 IRTemp pair = newTemp(Ity_I32); local
15671 assign( pair, binop(Iop_Or32,
15674 setFlags_D1_ND( ARMG_CC_OP_MUL, res, pair, condT );
15767 IRTemp pair = newTemp(Ity_I32); local
15768 assign( pair, bino
15816 IRTemp pair = newTemp(Ity_I32); local
15869 IRTemp pair = newTemp(Ity_I32); local
[all...]
/external/dexmaker/lib/
H A Djarjar.jar ... java.io.IOException java.util.List pair com.tonicsystems.jarjar.PathClass from com. ...
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c8607 const struct proc_pair *pair = (const struct proc_pair *) memb; local
8608 return strcmp((const char *) key, pair->name);
8614 const struct proc_pair *pair; local
8619 pair = (const struct proc_pair *) bsearch((const void *) name,
8623 return (pair) ? pair->proc : NULL;
/external/chromium_org/v8/src/
H A Dobjects.cc5960 // getter/setter pair in an arguments elements dictionary backing
6852 Handle<AccessorPair> pair = Handle<AccessorPair>::cast(maybe_pair); local
6853 if (pair->get(component) != *accessor) {
6860 Handle<AccessorPair> pair; local
6885 pair = AccessorPair::Copy(Handle<AccessorPair>::cast(maybe_pair));
6890 pair = isolate->factory()->NewAccessorPair();
6893 pair->set(component, *accessor);
6895 CallbacksDescriptor new_desc(name, pair, attributes);
7342 // Add the (name, code) pair to the new cache.
7447 FixedArray* pair
7463 FixedArray* pair = FixedArray::cast(obj); variable
7471 Handle<FixedArray> pair = isolate->factory()->NewFixedArray(2); variable
7893 Copy(Handle<AccessorPair> pair) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc7843 // surrogate pair
7844 uint16_t pair[2] = { 0xd800, 0xdc00 }; local
7846 context->GetIsolate(), pair, v8::String::kNormalString, 2);
7957 // do not replace / write anything if surrogate pair does not fit the buffer
13974 typedef std::map<std::pair<SymbolInfo*, SymbolInfo*>, int> InvocationMap;
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/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/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2161 milliseconds

123456789