OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otheritems
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/
verify_submission.py
49
def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches,
otherItems
):
56
self.
otherItems
=
otherItems
84
otherItems
= []
101
otherItems
.append(item)
103
return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches,
otherItems
)
270
for item in package.
otherItems
:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
396
List<ViewElementDescriptor>
otherItems
=
399
Collections.sort(
otherItems
);
401
result.add(Pair.of("Other",
otherItems
));
403
categoryItems.addAll(
otherItems
);
[
all
...]
/libcore/ojluni/src/main/java/java/util/
Calendar.java
1912
int
otheritems
= (lenient ? 1 : 0)
local
[
all
...]
Completed in 671 milliseconds