Searched refs:objects (Results 26 - 50 of 735) sorted by relevance

1234567891011>>

/external/openssl/crypto/evp/
H A De_dsa.c62 #include <openssl/objects.h>
/external/openssl/ssl/
H A Dd1_meth.c61 #include <openssl/objects.h>
H A Ds3_meth.c60 #include <openssl/objects.h>
/external/chromium_org/third_party/skia/bench/
H A DGrMemoryPoolBench.cpp31 * This benchmark creates and deletes objects in stack order
49 A* objects[kMaxObjects]; local
66 delete objects[count-1];
69 objects[count] = new A;
74 delete objects[i];
93 * This benchmark creates objects and deletes them in random order
111 SkAutoTDelete<B> objects[kMaxObjects]; local
115 if (NULL == objects[idx].get()) {
116 objects[idx].reset(new B);
118 objects[id
156 C* objects[M]; local
[all...]
/external/skia/bench/
H A DGrMemoryPoolBench.cpp31 * This benchmark creates and deletes objects in stack order
49 A* objects[kMaxObjects]; local
66 delete objects[count-1];
69 objects[count] = new A;
74 delete objects[i];
93 * This benchmark creates objects and deletes them in random order
111 SkAutoTDelete<B> objects[kMaxObjects]; local
115 if (NULL == objects[idx].get()) {
116 objects[idx].reset(new B);
118 objects[id
156 C* objects[M]; local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncBoolean.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
H A DFuncCeiling.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DFuncFalse.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
H A DFuncFloor.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DFuncNot.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
H A DFuncNumber.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DFuncString.java24 import org.apache.xpath.objects.XObject;
25 import org.apache.xpath.objects.XString;
H A DFuncStringLength.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DFuncTrue.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DGt.java23 import org.apache.xpath.objects.XBoolean;
24 import org.apache.xpath.objects.XObject;
H A DGte.java23 import org.apache.xpath.objects.XBoolean;
24 import org.apache.xpath.objects.XObject;
H A DLt.java23 import org.apache.xpath.objects.XBoolean;
24 import org.apache.xpath.objects.XObject;
H A DLte.java23 import org.apache.xpath.objects.XBoolean;
24 import org.apache.xpath.objects.XObject;
H A DNotEquals.java23 import org.apache.xpath.objects.XBoolean;
24 import org.apache.xpath.objects.XObject;
H A DQuo.java23 import org.apache.xpath.objects.XNumber;
24 import org.apache.xpath.objects.XObject;
/external/libcxx/test/depr/depr.function.objects/depr.adaptors/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/depr.function.objects/depr.adaptors/Android.mk
19 test_name := depr/depr.function.objects/depr.adaptors/nothing_to_do
/external/libcxx/test/input.output/iostream.objects/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.objects/Android.mk
19 test_name := input.output/iostream.objects/version
/external/libcxx/test/utilities/function.objects/arithmetic.operations/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/arithmetic.operations/Android.mk
19 test_name := utilities/function.objects/arithmetic.operations/divides
23 test_name := utilities/function.objects/arithmetic.operations/transparent
27 test_name := utilities/function.objects/arithmetic.operations/negate
31 test_name := utilities/function.objects/arithmetic.operations/modulus
35 test_name := utilities/function.objects/arithmetic.operations/minus
39 test_name := utilities/function.objects/arithmetic.operations/plus
43 test_name := utilities/function.objects/arithmetic.operations/multiplies
/external/libcxx/test/utilities/function.objects/bind/func.bind/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/bind/func.bind/Android.mk
19 test_name := utilities/function.objects/bind/func.bind/nothing_to_do
/external/libcxx/test/utilities/function.objects/func.def/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.def/Android.mk
19 test_name := utilities/function.objects/func.def/nothing_to_do

Completed in 353 milliseconds

1234567891011>>