Searched refs:firstName (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.h24 * half-open range [firstName, end). Note that the caller will most likely
28 * @param firstName The first name in the range owned by this class. Must be
31 this class. Must be >= firstName.
33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);
46 GrGLuint firstName() const { return fFirstName; } function in class:GrGLNameAllocator
H A DGrGLNameAllocator.cpp329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) argument
330 : fFirstName(firstName),
332 SkASSERT(firstName > 0);
333 SkASSERT(endName > firstName);
H A DGrGLPathRendering.cpp427 GrGLuint firstName; local
428 GL_CALL_RET(firstName, GenPaths(range));
429 fPathNameAllocator.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range)));
449 path + range <= fPathNameAllocator->firstName() ||
456 path < fPathNameAllocator->firstName() ||
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.h24 * half-open range [firstName, end). Note that the caller will most likely
28 * @param firstName The first name in the range owned by this class. Must be
31 this class. Must be >= firstName.
33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);
46 GrGLuint firstName() const { return fFirstName; } function in class:GrGLNameAllocator
H A DGrGLNameAllocator.cpp329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) argument
330 : fFirstName(firstName),
332 SkASSERT(firstName > 0);
333 SkASSERT(endName > firstName);
H A DGrGpuGL.cpp2551 GrGLuint firstName; local
2552 GL_CALL_RET(firstName, GenPaths(range));
2553 fPathNameAllocator.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range)));
2567 name < fPathNameAllocator->firstName() ||
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java105 private String firstName; field in class:VCard
168 return firstName;
171 public void setFirstName(String firstName) { argument
172 this.firstName = firstName;
492 if (firstName != null) {
493 sb.append(StringUtils.escapeForXML(firstName)).append(' ');
631 return firstName != null || lastName != null || middleName != null;
652 if (firstName != null ? !firstName
[all...]
/external/chromium_org/third_party/skia/tests/
H A DNameAllocatorTest.cpp144 allocator.free(allocator.firstName() - 1);
/external/skia/tests/
H A DNameAllocatorTest.cpp144 allocator.free(allocator.firstName() - 1);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 161 milliseconds