OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objects
(Results
301 - 325
of
1686
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/apps/CameraITS/tests/scene1/
test_exposure.py
20
import its.
objects
74
largest_yuv = its.
objects
.get_largest_yuv_format(props)
79
fmt = its.
objects
.get_smallest_yuv_format(props, match_ar=match_ar)
92
req = its.
objects
.manual_capture_request(
test_reprocess_noise_reduction.py
18
import its.
objects
71
req = its.
objects
.manual_capture_request(s, e)
77
size = its.
objects
.get_available_output_sizes("jpg", props)[0]
99
req = its.
objects
.manual_capture_request(s, e)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java
28
import org.apache.xpath.
objects
.XObject;
ElemChoose.java
28
import org.apache.xpath.
objects
.XObject;
ElemIf.java
28
import org.apache.xpath.
objects
.XObject;
ElemParam.java
27
import org.apache.xpath.
objects
.XObject;
ElemVariable.java
29
import org.apache.xpath.
objects
.XObject;
30
import org.apache.xpath.
objects
.XRTreeFrag;
31
import org.apache.xpath.
objects
.XRTreeFragSelectWrapper;
32
import org.apache.xpath.
objects
.XString;
408
// Down the line this can be done with multiple string
objects
using
XUnresolvedVariable.java
27
import org.apache.xpath.
objects
.XObject;
97
* For support of literal
objects
in xpaths.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyManager.java
30
import org.apache.xpath.
objects
.XNodeSet;
/external/apache-xml/src/main/java/org/apache/xpath/
Arg.java
24
import org.apache.xpath.
objects
.XObject;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java
29
import org.apache.xpath.
objects
.XObject;
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java
28
import org.apache.xpath.
objects
.XObject;
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFragSelectWrapper.java
21
package org.apache.xpath.
objects
;
57
* For support of literal
objects
in xpaths.
/external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java
27
import org.apache.xpath.
objects
.XObject;
/external/autotest/frontend/client/src/autotest/afe/
TestSelector.java
249
public void onAdd(Collection<JSONObject>
objects
) {
250
selectedTests.addAll(
objects
);
254
public void onRemove(Collection<JSONObject>
objects
) {
255
selectedTests.removeAll(
objects
);
/external/autotest/tko/
site_parse_unittest.py
149
afe_job = django_afe_models.Job.
objects
.create(created_on='2014-08-12')
151
tko_job = django_tko_models.Machine.
objects
.create()
153
django_afe_models.Job.
objects
.get(pk=afe_job.id)
154
django_tko_models.Machine.
objects
.get(pk=tko_job.pk)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
StripedTest.java
146
Set<Object>
objects
= Sets.newHashSetWithExpectedSize(objectsNum);
local
148
objects
.add(new Object());
151
Iterable<?> locks = striped.bulkGet(
objects
);
155
Iterable<?> locks2 = striped.bulkGet(
objects
);
/external/mdnsresponder/mDNSWindows/Java/
makefile
24
# 'nmake clean' or 'nmake clean DEBUG=1' to delete prod/debug
objects
& targets
55
OBJDIR =
objects
\debug
61
OBJDIR =
objects
\prod
76
@if not exist
objects
mkdir
objects
94
# clean removes targets and
objects
/external/openssh/regress/unittests/sshkey/
common.c
25
#include <openssl/
objects
.h>
/external/python/cpython2/Mac/Modules/res/
resedit.py
54
Resource() and Handle() are very similar, but
objects
created with Handle() are
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
MergeJavaBeanTest.java
131
* Two base
objects
are specified:
185
List<Object>
objects
= (List<Object>) yaml.load(input);
local
186
assertEquals(2,
objects
.size());
188
Object first =
objects
.get(0);
194
Data secondData = (Data)
objects
.get(1);
/external/vulkan-validation-layers/demos/smoke/
Simulation.h
94
const std::vector<Object> &
objects
() const { return objects_; }
function in class:Simulation
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java
115
List<IngestObjectInfo>
objects
= bucketTemp.getValue();
local
116
Collections.sort(
objects
);
117
numBucketObjects =
objects
.size();
127
mtpObjects[currentItemsEntry] =
objects
.get(j);
149
mDateInstance = new SimpleDate(); // only create new date
objects
when they are used
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java
49
int resource, List<PhotoSource.AlbumData>
objects
) {
50
super(context, resource,
objects
);
56
mValidAlbumIds = new HashSet<String>(
objects
.size());
57
for (PhotoSource.AlbumData albumData:
objects
) {
/prebuilts/go/darwin-x86/src/go/types/
resolver_test.go
181
var
objects
int
183
objects
|= 1
187
objects
|= 2
190
if
objects
== 0 {
192
} else if
objects
== 3 {
Completed in 5045 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>