Searched defs:second (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
H A DDeletionHandler.java208 @NonNull ConstraintType first, @NonNull ConstraintType second) {
209 if (first == second) {
213 switch (second) {
207 getCompatibleConstraint( @onNull ConstraintType first, @NonNull ConstraintType second) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
H A DAaptParser.java141 * Portion of error message which points to the second occurrence of a repeated resource
177 * Portion of error message which points to the second occurrence of a repeated resource
666 * given line. If second is non null, also search for the second string starting at he
670 String second) {
690 if (region != null && second != null) {
691 region = adapter.find(region.getOffset() + first.length(), second,
669 findRange(IFile file, int line, String first, String second) argument
/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglDisplay.cpp76 static bool compareEglConfigsPtrs(EglConfig* first,EglConfig* second) { argument
77 return *first < *second ;
147 (*it).second :
157 (*it).second :
179 if((*it).second.Ptr() == s.Ptr()) {
207 if((*it).second.Ptr() == ctx.Ptr()){
299 return (i != m_eglImages.end()) ? (*i).second :ImagePtr(NULL);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DRelativeLayoutConversionHelper.java837 /** Returns true if the given second argument is a descendant of the first argument */
1469 private List<Integer> getOffsets(Set<Integer> first, Set<Integer> second) { argument
1470 Set<Integer> joined = new HashSet<Integer>(first.size() + second.size());
1472 joined.addAll(second);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A Detc1.cpp168 etc1_uint32 low, bool second, bool flipped) {
171 if (second) {
248 etc1_byte* pColors, bool flipped, bool second) {
255 if (second) {
272 if (second) {
336 etc_compressed* pCompressed, bool flipped, bool second,
341 if (second) {
356 if (second) {
167 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
247 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) argument
335 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument

Completed in 287 milliseconds