/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
13 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
14 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
15 GLenum glCheckFramebufferStatus ( GLenum target )
22 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
23 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border (…) [all...] |
GLES11Ext.spec | 12 void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) 13 void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) 28 void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) 38 void glMultiTexCoord4xOES ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q ) 48 void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param ) 49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params ) 50 void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param ) 51 void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params ) 54 void glBindRenderbufferOES ( GLenum target, GLuint renderbuffer ) 57 void glRenderbufferStorageOES ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height [all...] |
/development/testrunner/ |
coverage_targets.py | 25 """Accessor for the code coverage target xml file 28 <target 35 >/target> 49 """Parse the coverage target data from from given file path, and add it to 69 target = CoverageTarget(target_element) 70 self._AddTarget(target) 72 def _AddTarget(self, target): 73 self._target_map[target.GetName()] = target 76 """ returns list of target names "" [all...] |
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
ReplaceTest.java | 29 String target, pattern, repl; local 31 target = "foobarfobarfoofo1"; 36 Matcher m = p.matcher(target); 43 String target, pattern, repl, s; local 47 target = "[31]foo;bar[42];[99]xyz"; 52 m = p.matcher(target); 58 target = "[31]foo(42)bar{63}zoo;[12]abc(34)def{56}ghi;{99}xyz[88]xyz(77)xyz;"; 62 m = p.matcher(target); 76 String target, pattern, repl, s; local 78 target = "foo'bar''foo" [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectOutput.java | 28 * Closes the target stream. Implementations of this method should free any 32 * if an error occurs while closing the target stream. 37 * Flushes the target stream. Implementations of this method should ensure 38 * that any pending writes are written out to the target stream. 41 * if an error occurs while flushing the target stream. 52 * if an error occurs while writing to the target stream. 58 * position {@code offset} to the target stream. Blocks until all bytes are 66 * the number of bytes from {@code buffer} to write to the target 69 * if an error occurs while writing to the target stream. 74 * Writes a single byte to the target stream. Only the least significan [all...] |
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
ReplaceTest.java | 26 String target, pattern, repl; local 28 target = "foobarfobarfoofo1barfort"; 33 Matcher m = p.matcher(target); 40 String target, pattern, repl, s; local 44 target = "[31]foo;bar[42];[99]xyz"; 49 m = p.matcher(target); 55 target = "[31]foo(42)bar{63}zoo;[12]abc(34)def{56}ghi;{99}xyz[88]xyz(77)xyz;"; 59 m = p.matcher(target); 71 String target, pattern, repl, s; local 73 target = "foo'bar''foo" [all...] |
/system/media/mca/filterfw/java/android/filterfw/format/ |
ObjectFormat.java | 29 public static MutableFrameFormat fromClass(Class clazz, int count, int target) { 31 MutableFrameFormat result = new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target); 36 result.setBytesPerSample(bytesPerSampleForClass(clazz, target)); 40 public static MutableFrameFormat fromClass(Class clazz, int target) { 41 return fromClass(clazz, FrameFormat.SIZE_UNSPECIFIED, target); 44 public static MutableFrameFormat fromObject(Object object, int target) { 46 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target) 47 : fromClass(object.getClass(), FrameFormat.SIZE_UNSPECIFIED, target); 50 public static MutableFrameFormat fromObject(Object object, int count, int target) { 52 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target) [all...] |
/external/llvm/test/Transforms/ScalarRepl/ |
2008-06-05-loadstore-agg.ll | 7 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" 10 %target = alloca { i32, i32 } ; <{ i32, i32 }*> [#uses=1] 15 store { i32, i32 } %res2, { i32, i32 }* %target 16 ; Actually use %target, so it doesn't get removed altogether 17 %ptr = getelementptr { i32, i32 }* %target, i32 0, i32 0 23 %target = alloca [ 2 x i32 ] ; <{ i32, i32 }*> [#uses=1] 28 store [ 2 x i32 ] %res2, [ 2 x i32 ]* %target 29 ; Actually use %target, so it doesn't get removed altogether 30 %ptr = getelementptr [ 2 x i32 ]* %target, i32 0, i32 0
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
touch-target.js | 29 shouldBeEqualToString('event.touches[0].target.id', div1.id); 30 shouldBeEqualToString('event.touches[1].target.id', div2.id); 33 shouldBeEqualToString('event.touches[0].target.id', div2.id); 34 shouldBeEqualToString('event.touches[1].target.id', div1.id); 54 shouldBeEqualToString('event.touches[0].target.id', div1.id); 55 shouldBeEqualToString('event.touches[1].target.id', div2.id); 58 shouldBeEqualToString('event.touches[0].target.id', div2.id); 59 shouldBeEqualToString('event.touches[1].target.id', div1.id); 80 description("Tests that the target of touches match the element where the event originated, not where the touch is currently occurring.");
|
document-create-touch.js | 11 var target = document.getElementById("box"); variable 12 var touch = document.createTouch(window, target, 1, 100, 101, 102, 103); 14 shouldBe("touch.target", "box"); 23 shouldBeNull("emptyTouch.target"); 33 shouldBeNull("badParamsTouch.target");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 43 /** A page in the New Project wizard where you select the target SDK */ 56 setTitle("Select Build Target"); 75 group.setText("Build Target"); 87 mValues.target = mSdkTargetSelector.getSelected(); 105 setDescription("Choose an SDK to target"); 109 if (mValues.target != null) { 110 mSdkTargetSelector.setSelection(mValues.target); 123 if (mValues.target == null) { 131 * Called when an SDK target is modified. 141 IAndroidTarget target = mValues.target local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
content.js | 39 function listenAndCoalesce(target, type, validator) { 40 target.addEventListener(type, function(event) { 59 return event.target.tagName == "TEXTAREA" || 60 event.target.tagName == "INPUT" || 61 event.target.isContentEditable;
|
/external/guava/javadoc/com/google/common/io/ |
package-frame.html | 19 <A HREF="../../../../com/google/common/io/package-summary.html" target="classFrame">com.google.common.io</A></FONT> 26 <A HREF="ByteArrayDataInput.html" title="interface in com.google.common.io" target="classFrame"><I>ByteArrayDataInput</I></A> 28 <A HREF="ByteArrayDataOutput.html" title="interface in com.google.common.io" target="classFrame"><I>ByteArrayDataOutput</I></A> 30 <A HREF="ByteProcessor.html" title="interface in com.google.common.io" target="classFrame"><I>ByteProcessor</I></A> 32 <A HREF="InputSupplier.html" title="interface in com.google.common.io" target="classFrame"><I>InputSupplier</I></A> 34 <A HREF="LineProcessor.html" title="interface in com.google.common.io" target="classFrame"><I>LineProcessor</I></A> 36 <A HREF="OutputSupplier.html" title="interface in com.google.common.io" target="classFrame"><I>OutputSupplier</I></A></FONT></TD> 47 <A HREF="ByteStreams.html" title="class in com.google.common.io" target="classFrame">ByteStreams</A> 49 <A HREF="CharStreams.html" title="class in com.google.common.io" target="classFrame">CharStreams</A> 51 <A HREF="Closeables.html" title="class in com.google.common.io" target="classFrame">Closeables</A [all...] |
/external/icu4c/tools/genrb/ |
ustr.h | 23 #define U_APPEND_CHAR32(c,target,len) { \ 26 *(target)++ = (UChar) c; \ 31 target[0] = U16_LEAD(c); \ 32 target[1] = U16_TRAIL(c); \ 34 target +=2; \
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
package-frame.html | 19 <A HREF="../../../javax/annotation/concurrent/package-summary.html" target="classFrame">javax.annotation.concurrent</A></FONT> 26 <A HREF="GuardedBy.html" title="annotation in javax.annotation.concurrent" target="classFrame">GuardedBy</A> 28 <A HREF="Immutable.html" title="annotation in javax.annotation.concurrent" target="classFrame">Immutable</A> 30 <A HREF="NotThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">NotThreadSafe</A> 32 <A HREF="ThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">ThreadSafe</A></FONT></TD>
|
/external/skia/gpu/include/ |
GrTesselatedPathRenderer.h | 26 virtual void drawPath(GrDrawTarget* target, 31 virtual bool canDrawPath(const GrDrawTarget* target, 35 virtual bool requiresStencilPass(const GrDrawTarget* target, 38 virtual void drawPathToStencil(GrDrawTarget* target, 42 virtual bool supportsAA(GrDrawTarget* target,
|
/external/webkit/Source/WebCore/manual-tests/ |
subview-click-assertion.html | 26 doc.write("<p id='target'>Click me</p>"); 27 var target = doc.getElementById('target'); 28 win.getSelection().setBaseAndExtent(target, 0, target, 1);
|
/external/zlib/contrib/dotzlib/ |
DotZLib.build | 14 <target name="clean" description="Remove all generated files">
16 </target>
18 <target name="build" description="compiles the source code">
21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
31 </target>
|
/frameworks/base/include/media/stagefright/foundation/ |
AHandlerReflector.h | 27 AHandlerReflector(T *target) 28 : mTarget(target) { 33 sp<T> target = mTarget.promote(); local 34 if (target != NULL) { 35 target->onMessageReceived(msg);
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
LVC_MixSoft_1St_2i_D16C31_SAT.c | 52 if ((pInstance1->Current != pInstance1->Target)||(pInstance2->Current != pInstance2->Target)) 56 pInstance1->Current = pInstance1->Target; 57 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part 60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) 62 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */ 63 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part 76 pInstance2->Current = pInstance2->Target; 77 TargetGain=pInstance2->Target>>16; // TargetGain in Q16.15 format, no integer part 80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta [all...] |
/frameworks/base/opengl/libagl2/src/ |
api.cpp | 8 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) 10 CALL_GL_API(glBindFramebuffer, target, framebuffer); 12 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) 14 CALL_GL_API(glBindRenderbuffer, target, renderbuffer); 16 GLenum API_ENTRY(glCheckFramebufferStatus)(GLenum target) 18 CALL_GL_API_RETURN(glCheckFramebufferStatus, target); 44 void API_ENTRY(glFramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) 46 CALL_GL_API(glFramebufferRenderbuffer, target, attachment, renderbuffertarget, renderbuffer); 48 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) 50 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level) [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
DummyGLfuncs.cpp | 20 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer){} 21 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture){} 26 void GLAPIENTRY dummy_glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage){} 27 void GLAPIENTRY dummy_glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data){} 32 void GLAPIENTRY dummy_glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ){} 33 void GLAPIENTRY dummy_glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ){} 34 void GLAPIENTRY dummy_glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border){} 35 void GLAPIENTRY dummy_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height){} 57 void GLAPIENTRY dummy_glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params){} 58 void GLAPIENTRY dummy_glGetTexParameteriv(GLenum target, GLenum pname, GLint *params){ [all...] |
DummyGLfuncs.h | 27 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer); 28 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture); 33 void GLAPIENTRY dummy_glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage); 34 void GLAPIENTRY dummy_glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); 39 void GLAPIENTRY dummy_glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ); 40 void GLAPIENTRY dummy_glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ); 41 void GLAPIENTRY dummy_glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 42 void GLAPIENTRY dummy_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 64 void GLAPIENTRY dummy_glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params); 65 void GLAPIENTRY dummy_glGetTexParameteriv(GLenum target, GLenum pname, GLint *params) [all...] |
/external/icu4c/i18n/ |
bmsearch.cpp | 49 class Target : public UMemory 52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status); 53 ~Target(); 55 void setTargetString(const UnicodeString *target); 94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status) 122 if (target != NULL) { 123 setTargetString(target); [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 28 * Every {@code MemoryHandler} has a target handler, and push action can be 29 * triggered so that all buffered records will be output to the target handler 50 * <li>java.util.logging.MemoryHandler.target specifies the class of the target 60 // target handler 61 private Handler target; field in class:MemoryHandler 88 // init target 89 final String targetName = manager.getProperty(className + ".target"); 96 target = (Handler) targetClass.newInstance(); 98 throw new RuntimeException("Cannot load target handler '" + targetName + "'") [all...] |