OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherItems
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/scripts/
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
...]
Completed in 2652 milliseconds