HomeSort by relevance Sort by last modified time
    Searched full:objects (Results 526 - 550 of 21490) sorted by null

<<21222324252627282930>>

  /art/test/903-hello-tagging/src/art/
Test903.java 83 // Use an array list to ensure that the objects stay live for a bit. Also gives us a source
106 Object[] objects = (Object[])result[0]; local
111 printArraysSorted(objects, tags);
114 private static void printArraysSorted(Object[] objects, long[] tags) {
115 if (objects == null && tags == null) {
120 int l1 = objects == null ? 0 : objects.length;
125 tmp[i] = new Pair(objects == null ? null : objects[i], tags == null ? 0 : tags[i]);
  /cts/apps/CameraITS/tests/scene1/
test_auto_vs_manual.py 18 import its.objects
42 largest_yuv = its.objects.get_largest_yuv_format(props)
47 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
50 xform_rat = its.objects.float_to_rational(xform)
57 req = its.objects.auto_capture_request()
61 xform_a = its.objects.rational_to_float(
68 req = its.objects.manual_capture_request(sens, exp, focus)
74 xform_m1 = its.objects.rational_to_float(
88 xform_m2 = its.objects.rational_to_float(
test_jpeg.py 18 import its.objects
36 req = its.objects.manual_capture_request(s, e, 0.0, True, props)
39 size = its.objects.get_available_output_sizes("yuv", props)[0]
48 size = its.objects.get_available_output_sizes("jpg", props)[0]
test_param_exposure_time.py 18 import its.objects
41 largest_yuv = its.objects.get_largest_yuv_format(props)
46 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
50 req = its.objects.manual_capture_request(s, e * e_mult, 0.0, True, props)
test_param_sensitivity.py 18 import its.objects
43 largest_yuv = its.objects.get_largest_yuv_format(props)
48 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
56 req = its.objects.manual_capture_request(s, expt)
test_yuv_plus_jpeg.py 18 import its.objects
35 its.objects.get_available_output_sizes("jpeg", props)[0]
36 w,h = its.objects.get_available_output_sizes(
44 req = its.objects.manual_capture_request(s, e, 0.0, True, props)
test_yuv_plus_raw12.py 18 import its.objects
40 req = its.objects.manual_capture_request(s, e, 0.0, True, props)
43 its.objects.get_available_output_sizes("raw12", props)[0]
44 w,h = its.objects.get_available_output_sizes(
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
Makefile 15 OBJECTS := src/cert.o \
74 ${BINARY}: ${OBJECTS} Makefile
79 ${Q}${HOSTCC} src/build_msg.o ${OBJECTS} ${LIB_DIR} ${LIB} -o $@
86 $(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
bogus_code_obj.py 2 Broken bytecode objects can easily crash the interpreter.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sigcheck.c 4 file (and the whole directory it is in) doesn't know about objects
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
Makefile 38 OBJECTS = $(EDK_TOOLS_OUTPUT)\MakeDeps.obj
50 $(OBJECTS) : $(TARGET_SRC_DIR)\MakeDeps.c $(INC_DEPS)
63 $(TARGET_EXE) : $(OBJECTS) $(LIBS)
64 $(LINK) $(MSVS_LINK_LIBPATHS) $(L_FLAGS) $(LIBS) /out:$(TARGET_EXE) $(OBJECTS)
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
MultiSynch.java 22 * Utility class for obtaining synch lock across multiple objects.
42 * @param synchSet Set of objects to be synchronized upon
51 * @param synchList List of objects to be synchronized upon
60 * @param synchArr Array of objects to be synchronized upon
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
Tree.js 7 * even use Token objects as trees if you add a child list to your tokens.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html 28 and its included Stylesheet objects. A StylesheetRoot also contains a
29 global list of all imported StylesheetComposed objects. The
30 role of these objects is to hold immutable stylesheet data, not to perform
37 the Stylesheet "container" objects, the
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
40 * @return {@link org.apache.xpath.objects.XBoolean#S_TRUE} or
41 * {@link org.apache.xpath.objects.XBoolean#S_FALSE}.
Or.java 24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
40 * @return {@link org.apache.xpath.objects.XBoolean#S_TRUE} or
41 * {@link org.apache.xpath.objects.XBoolean#S_FALSE}.
  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
control 17 also tests whether objects stored in the token persist through to a subsequent
  /external/autotest/client/site_tests/security_mprotect/
control 18 which NaCl needs for shared memory objects.
  /external/autotest/frontend/
django_lite_unittest.py 24 self.assertEqual(1, models.Job.objects.all().count())
  /external/clang/test/CodeGen/
union-init.c 25 /* linked lists of container objects */
  /external/clang/test/Parser/
objc-foreach-syntax.m 5 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
  /external/clang/test/Rewriter/
rewrite-foreach-1.m 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
rewrite-foreach-2.m 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
rewrite-foreach-3.m 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
rewrite-foreach-4.m 8 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount

Completed in 610 milliseconds

<<21222324252627282930>>