OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objects
(Results
326 - 350
of
21490
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/robolectric-shadows/processor/src/test/resources/org/robolectric/
Robolectric_NoExcludedTypes.java
18
SHADOW_MAP.put("com.example.
objects
.Dummy", "org.robolectric.annotation.processing.shadows.ShadowExcludedFromAndroidSdk");
32
return new String[] {"com.example.
objects
"};
/external/selinux/libsemanage/man/man3/
semanage_count.3
20
The count function will return the number of all
objects
in the selected location.
26
is used to track persistent state across semanage calls, and for error reporting. The number of
objects
will be stored at the location poined by
/external/skia/tools/gpu/gl/debug/
GrTextureUnitObj.h
15
// Although texture unit
objects
are allocated & deallocated like the other
16
// GL emulation
objects
they are derived from GrFakeRefObj to provide some
/external/skqp/tools/gpu/gl/debug/
GrTextureUnitObj.h
15
// Although texture unit
objects
are allocated & deallocated like the other
16
// GL emulation
objects
they are derived from GrFakeRefObj to provide some
/external/toolchain-utils/binary_search_tool/full_bisect_test/
setup.sh
10
GOOD_BUILD=${DIR}/good-
objects
11
BAD_BUILD=${DIR}/bad-
objects
/external/toolchain-utils/binary_search_tool/test/
switch_to_bad_set_file.py
2
"""Switch part of the
objects
file in working set to (possible) bad ones.
17
"""Switch part of the
objects
file in working set to (possible) bad ones."""
/frameworks/base/core/java/android/content/res/
ResourcesKey.java
24
import java.util.
Objects
;
67
hash = 31 * hash +
Objects
.hashCode(mResDir);
72
hash = 31 * hash +
Objects
.hashCode(mOverrideConfiguration);
73
hash = 31 * hash +
Objects
.hashCode(mCompatInfo);
114
// If the hashes don't match, the
objects
can't match.
118
if (!
Objects
.equals(mResDir, peer.mResDir)) {
133
if (!
Objects
.equals(mOverrideConfiguration, peer.mOverrideConfiguration)) {
136
if (!
Objects
.equals(mCompatInfo, peer.mCompatInfo)) {
/frameworks/base/core/java/android/widget/
SectionIndexer.java
35
* Returns an array of
objects
representing sections of the list. The
38
* The list view will call toString() on the
objects
to get the preview text
41
* array of
objects
whose toString() methods return their section titles.
43
* @return the array of section
objects
48
* Given the index of a section within the array of section
objects
, returns
55
*
objects
63
* corresponding section within the array of section
objects
.
75
* section
objects
, constrained to fall within the array bounds
/tools/tradefederation/core/src/com/android/tradefed/util/
NullUtil.java
23
* Counts <code>null</code>
objects
in the passed set
34
* Counts non-<code>null</code>
objects
in the passed set
45
* Checks if all
objects
are null. Uses short-circuit logic, so may be more efficient than
46
* {@link #countNonNulls(Object...)} for sets of many
objects
.
48
* @return <code>false</code> if any passed
objects
are non-null. <code>true</code> otherwise.
49
* In particular, returns true of no
objects
are passed.
60
* than {@link #countNonNulls(Object...)} for sets of many
objects
.
77
* for sets of many
objects
.
/art/runtime/interpreter/mterp/arm/
op_new_array.S
2
* Allocate an array of
objects
, specified with the array class
/art/runtime/interpreter/mterp/arm64/
op_new_array.S
2
* Allocate an array of
objects
, specified with the array class
/art/runtime/interpreter/mterp/mips/
op_new_array.S
2
* Allocate an array of
objects
, specified with the array class
/art/runtime/interpreter/mterp/mips64/
op_new_array.S
2
* Allocate an array of
objects
, specified with the array class
/art/runtime/interpreter/mterp/x86_64/
op_new_array.S
2
* Allocate an array of
objects
, specified with the array class
/art/tools/ahat/src/main/com/android/ahat/heapdump/
Diffable.java
27
* When two heap dumps are diffed, diffable
objects
from the first heap dump
28
* will be matched to "baseline"
objects
from the second heap dump, and
29
* diffable
objects
from the second heap dump will be matched to "baseline"
30
*
objects
from the first heap dump.
/cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py
18
import its.
objects
34
req = its.
objects
.auto_capture_request()
36
its.
objects
.get_available_output_sizes("raw", props)[0]
37
w,h = its.
objects
.get_available_output_sizes(
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
StableArrayAdapter.java
33
List<String>
objects
, View.OnTouchListener listener) {
34
super(context, textViewResourceId,
objects
);
36
for (int i = 0; i <
objects
.size(); ++i) {
37
mIdMap.put(
objects
.get(i), i);
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
StableArrayAdapter.java
33
List<String>
objects
, View.OnTouchListener listener) {
34
super(context, textViewResourceId,
objects
);
36
for (int i = 0; i <
objects
.size(); ++i) {
37
mIdMap.put(
objects
.get(i), i);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structseq.h
34
/* Macro, *only* to be used to fill in brand new
objects
*/
traceback.h
24
/* Reveal traceback type so we can typecheck traceback
objects
*/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
srcprep.bat
6
FOR %%d IN (Include Modules
Objects
Python) DO (
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structseq.h
34
/* Macro, *only* to be used to fill in brand new
objects
*/
traceback.h
24
/* Reveal traceback type so we can typecheck traceback
objects
*/
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
PermutationChromosome.java
22
* Interface indicating that the chromosome represents a permutation of
objects
.
25
* type of the permuted
objects
32
* Permutes the <code>sequence</code> of
objects
of type T according to the
38
* the unpermuted (original) sequence of
objects
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
49
* returns array of
objects
to be de/serialized in tests, and the second
50
* compares reference and deserialized
objects
(needed only if tested
objects
do
59
* serialized
objects
. This mode should be run on a pure
119
* override it to provide actual
objects
for testing.
121
* @return array of
objects
to be de/serialized in tests.
126
* Tests that data
objects
can be serialized and deserialized without
128
*
objects
.
141
* Tests that data
objects
can be deserialized from golden files, to verify
168
* Working method for files generation mode. Serializes test
objects
[
all
...]
Completed in 769 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>