Searched refs:objects (Results 76 - 100 of 735) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncStartsWith.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
H A DFuncSubstringBefore.java24 import org.apache.xpath.objects.XObject;
25 import org.apache.xpath.objects.XString;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DBool.java24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
H A DDiv.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DMinus.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DMod.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DMult.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DNeg.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DNumber.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
H A DPlus.java24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/Android.mk
19 test_name := utilities/function.objects/bind/func.bind/func.bind.place/placeholders
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad_function_call_ctor
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==
/external/bluetooth/bluedroid/osi/src/
H A Dreactor.c37 list_t *objects; member in struct:reactor_t
53 ret->objects = list_new(NULL);
54 if (!ret->objects)
60 list_free(ret->objects);
70 list_free(reactor->objects);
104 list_append(reactor->objects, obj);
111 list_remove(reactor->objects, obj);
129 for (const list_node_t *iter = list_begin(reactor->objects); iter != list_end(reactor->objects); iter = list_next(iter)) {
160 for (const list_node_t *iter = list_begin(reactor->objects); re
[all...]
/external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/Android.mk
19 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t
23 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1
27 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1
31 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun
35 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun
39 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t
43 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref
47 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t
51 test_name := depr/depr.function.objects/dep
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBooleanStatic.java21 package org.apache.xpath.objects;
50 * Tell if two objects are functionally equal.
54 * @return True if the two objects are equal
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dprocess_base.js34 this.objects = new tracing.trace_model.ObjectCollection(this);
86 this.objects.shiftTimestampsForward(amount);
100 this.objects.autoDeleteObjects(maxTimestamp);
108 this.objects.preInitializeAllObjects();
115 this.objects.initializeAllObjects();
138 this.objects.updateBounds();
139 this.bounds.addRange(this.objects.bounds);
147 this.objects.addCategoriesToDict(categoriesDict);
/external/chromium_org/third_party/skia/tools/
H A Dmerge_static_libs.py29 objects = []
40 # The static library is non-thin, and we extracted objects
42 objects.append(os.path.abspath(object))
44 # The static library is thin, so it contains the paths to its objects
46 objects.append(object)
48 raise Exception('Failed to extract objects from %s.' % in_lib)
50 if not subprocess.call([ar, '-crs', out_lib] + objects) == 0:
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionsTest.java42 int objects = 100;
43 Set<HashCode> hashcodes = Sets.newHashSetWithExpectedSize(objects);
44 for (int i = 0; i < objects; i++) {
53 assertTrue(hashcodes.size() > objects * 0.95); // quite relaxed test
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_int_0
23 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_void_0
27 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke
/external/openssl/ssl/
H A Ds2_meth.c62 #include <openssl/objects.h>
/external/skia/tools/
H A Dmerge_static_libs.py29 objects = []
40 # The static library is non-thin, and we extracted objects
42 objects.append(os.path.abspath(object))
44 # The static library is thin, so it contains the paths to its objects
46 objects.append(object)
48 raise Exception('Failed to extract objects from %s.' % in_lib)
50 if not subprocess.call([ar, '-crs', out_lib] + objects) == 0:
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectManager.java23 * GameObjectManager moves the objects it manages in and out of the active list (that is,
27 * which objects should receive processing time and which should be ignored. Objects that do not
82 FixedSizeArray<BaseObject> objects = getObjects();
83 final int count = objects.getCount();
86 final Object[] objectArray = objects.getArray();
98 objects.swapWithLast(i);
99 objects.removeLast();
124 objects.add(gameObject);
159 FixedSizeArray<BaseObject> objects = getObjects();
160 final int count = objects
[all...]

Completed in 2536 milliseconds

1234567891011>>