Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 132) sorted by relevance

123456

/frameworks/base/libs/rs/scriptc/
Drs_debug.rsh32 * Debug function. Prints a string and value to the log.
37 * Debug function. Prints a string and value to the log.
42 * Debug function. Prints a string and value to the log.
47 * Debug function. Prints a string and value to the log.
52 * Debug function. Prints a string and value to the log.
57 * Debug function. Prints a string and value to the log.
62 * Debug function. Prints a string and value to the log.
67 * Debug function. Prints a string and value to the log.
72 * Debug function. Prints a string and value to the log.
77 * Debug function. Prints a string and value to the log.
[all …]
Drs_graphics.rsh123 * Load the projection matrix for a currently bound fixed function
124 * vertex program. Calling this function with a custom vertex shader
131 * Load the model matrix for a currently bound fixed function
132 * vertex program. Calling this function with a custom vertex shader
139 * Load the texture matrix for a currently bound fixed function
140 * vertex program. Calling this function with a custom vertex shader
147 * Get the projection matrix for a currently bound fixed function
148 * vertex program. Calling this function with a custom vertex shader
156 * Set the constant color for a fixed function emulation program.
209 * Low performance utility function for drawing a simple rectangle. Not
[all …]
Drs_time.rsh75 * in @p local. This function also returns a pointer to @p local. If @p local
76 * is NULL, this function does nothing and returns NULL.
103 * Returns the time in seconds since this function was last called in this
/frameworks/base/opengl/libs/GLES2_dbg/src/
Dserver.cpp174 if (msg.function() != glesv2debugger::Message_Function_ACK) in Send()
206 if (msg.function() == msg.SETPROP) in Send()
212 if (glesv2debugger::Message_Function_SETPROP == cmd.function()) in Send()
215 LOGD("Send: TryReceived %u", cmd.function()); in Send()
247 const glesv2debugger::Message_Function function) in MessageLoop() argument
254 bool expectResponse = dbg->expectResponse.Bit(function); in MessageLoop()
256 msg.set_function(function); in MessageLoop()
262 glesv2debugger::Message_Function oldCmd = cmd.function(); in MessageLoop()
268 switch (cmd.function()) { in MessageLoop()
272 LOGD("Function=%u glGetError() = 0x%.4X", function, error); in MessageLoop()
[all …]
Dheader.h61 void Bit(const glesv2debugger::Message_Function function, bool bit) { in Bit()
62 const unsigned byte = function / 8, mask = 1 << (function % 8); in Bit()
69 bool Bit(const glesv2debugger::Message_Function function) const { in Bit()
70 const unsigned byte = function / 8, mask = 1 << (function % 8); in Bit()
169 const glesv2debugger::Message_Function function);
Dvertex.cpp48 glesv2debugger::Message_Function oldCmd = cmd.function(); in Debug_glDrawArrays()
54 switch (cmd.function()) { in Debug_glDrawArrays()
66 oldCmd = cmd.function(); in Debug_glDrawArrays()
100 oldCmd = cmd.function(); in Debug_glDrawArrays()
158 glesv2debugger::Message_Function oldCmd = cmd.function(); in Debug_glDrawElements()
164 switch (cmd.function()) { in Debug_glDrawElements()
176 oldCmd = cmd.function(); in Debug_glDrawElements()
208 oldCmd = cmd.function(); in Debug_glDrawElements()
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.h52 void initCodeMB(approxDCT *function, Int QP);
53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset…
54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset…
60 Int AppVCA1_dct(Int block[], Int out[ ], approxDCT *function);
61 Int AppVCA2_dct(Int block[], Int out[ ], approxDCT *function);
62 Int AppVCA3_dct(Int block[], Int out[ ], approxDCT *function);
63 Int AppVCA4_dct(Int block[], Int out[ ], approxDCT *function);
64 Int AppVCA5_dct(Int block[], Int out[ ], approxDCT *function);
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java388 private static boolean propertyContainsFunction(String property, String function) { in propertyContainsFunction() argument
390 int index = functions.indexOf(function); in propertyContainsFunction()
393 int charAfter = index + function.length(); in propertyContainsFunction()
406 public boolean isFunctionEnabled(String function) { in isFunctionEnabled() argument
407 return propertyContainsFunction("sys.usb.config", function); in isFunctionEnabled()
436 public void setCurrentFunction(String function, boolean makeDefault) { in setCurrentFunction() argument
438 mService.setCurrentFunction(function, makeDefault); in setCurrentFunction()
/frameworks/base/docs/html/
Dsearch.jd11 function OnLoad() {
66 searchControl.setSearchStartingCallback(this, function(control, searcher, query) {
74 searchControl.setSearchCompleteCallback(this, function(control, searcher) {
95 $(window).history(function(e, hash) {
103 $("#search_autocomplete").keyup(function(event) {
108 function openTab() {
117 function addTabListeners() {
120 $(tabHeaders[i]).attr("id",i).click(function() {
128 function getQuery(hash) {
136 function escapeHTML(string) {
/frameworks/base/opengl/libs/GLES2_dbg/test/
Dtest_server.cpp81 EXPECT_EQ(msg.function(), read.function()); in TEST_F()
126 EXPECT_EQ(read.SETPROP, read.function()); in TEST_F()
188 EXPECT_EQ(read.glFinish, read.function()); in TEST_F()
194 EXPECT_EQ(read.glFinish, read.function()); in TEST_F()
216 EXPECT_EQ(read.glEnableVertexAttribArray, read.function()); in TEST_F()
232 EXPECT_EQ(read.glEnableVertexAttribArray, read.function()); in TEST_F()
241 EXPECT_EQ(read.glDisableVertexAttribArray, read.function()); in TEST_F()
Dtest_socket.cpp135 EXPECT_EQ(read.glFinish, read.function()); in TEST_F()
165 EXPECT_EQ(read.glCreateShader, read.function()); in TEST_F()
170 EXPECT_EQ(read.glCreateShader, read.function()); in TEST_F()
221 EXPECT_EQ(read.glCreateProgram, read.function()); in TEST_F()
225 EXPECT_EQ(read.glCreateShader, read.function()); in TEST_F()
230 EXPECT_EQ(read.glCreateProgram, read.function()); in TEST_F()
235 EXPECT_EQ(read.glCreateShader, read.function()); in TEST_F()
306 EXPECT_EQ(read.glCreateProgram, read.function()); in TEST_F()
310 EXPECT_EQ(read.glCreateShader, read.function()); in TEST_F()
315 EXPECT_EQ(read.glCreateProgram, read.function()); in TEST_F()
[all …]
/frameworks/base/core/java/android/webkit/
DSearchBoxImpl.java228 public void dispatchCompleteCallback(String function, int id, boolean successful) { in dispatchCompleteCallback() argument
229 mCallbackProxy.onSearchboxDispatchCompleteCallback(function, id, successful); in dispatchCompleteCallback()
232 public void handleDispatchCompleteCallback(String function, int id, boolean successful) { in handleDispatchCompleteCallback() argument
240 if (TextUtils.equals(EVENT_CHANGE, function)) { in handleDispatchCompleteCallback()
242 } else if (TextUtils.equals(EVENT_SUBMIT, function)) { in handleDispatchCompleteCallback()
244 } else if (TextUtils.equals(EVENT_RESIZE, function)) { in handleDispatchCompleteCallback()
246 } else if (TextUtils.equals(EVENT_CANCEL, function)) { in handleDispatchCompleteCallback()
/frameworks/compile/slang/
DREADME.rst152 Take the addParticles function in fountain.rs as an example::
244 on whether a function called will have actually completed operation. If it
245 is necessary to wait for a function to complete, the Java application
250 * The function **init** (if present) will be called once after the script
252 script may need before it can be used. The init function may not depend
254 can be initialized. The function signature for init must be::
258 * The function **root** is a special function for graphics. This function
260 assumptions should be made as to when this function will be
262 Calls to this function will be synchronized with data updates and
265 indicates to the runtime when the function should be called again to
[all …]
/frameworks/compile/libbcc/
DREADME.rst88 * **bccRegisterSymbolCallback** - Register the callback function for external
102 * **bccGetFuncAddr** - Get the entry address of the function
128 * **bccGetFuncInfoList** - Get the function information (name, base, size)
137 variable list, exported function list, pragma list, function information
166 function information, such as function name, function entry address,
167 and function binary size. Besides, the table should be ordered by
168 function name.
190 argument in the function prototype, float2.x will go into r0, and float2.y,
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java199 private static String addFunction(String functions, String function) { in addFunction() argument
200 if (!containsFunction(functions, function)) { in addFunction()
204 functions += function; in addFunction()
209 private static String removeFunction(String functions, String function) { in removeFunction() argument
212 if (function.equals(split[i])) { in removeFunction()
229 private static boolean containsFunction(String functions, String function) { in containsFunction() argument
230 int index = functions.indexOf(function); in containsFunction()
233 int charAfter = index + function.length(); in containsFunction()
508 String function = (String)msg.obj; in handleMessage() local
510 setEnabledFunctions(function, makeDefault); in handleMessage()
[all …]
/frameworks/base/data/keyboards/
DVendor_05ac_Product_0239.kl20 # function key.
21 # - Special function keys for brightness control, etc. are not
117 # key 229 blank special function on F5
118 # key 230 blank special function on F6
/frameworks/base/docs/html/videos/
Dindex.jd10 if (!console) console = { 'log': function() {} };
51 $(window).history(function(e, hash) {
63 function loadVideo(id, title, autoplay) {
80 function renderPlaylist(data) {
150 function renderFeatured(data) {
174 function showPlaylists() {
187 function showFeatured() {
199 function showBox(name) {
208 function setSelected(link) {
214 $("a." + videoId).addClass("selected").each( function (i) {
[all …]
/frameworks/base/opengl/libagl/
Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dasm_common.S29 .macro function name, export=0 macro
33 .type \name, %function
/frameworks/base/opengl/specs/
DEGL_ANDROID_blob_cache.txt73 * EGLSetBlobFunc is a pointer to an application-provided function that a
81 * EGLGetBlobFunc is a pointer to an application-provided function that a
107 function pointers through which the client APIs can request data be cached
113 sets the callback function pointers that client APIs associated with
115 the application. <set> points to a function that inserts a new value into
116 the cache and associates it with the given key. <get> points to a function
139 function
158 function
/frameworks/base/docs/html/resources/
Dtopics.jd44 (function() {
49 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect1 warnings.rs:5:1: warning: control reaches end of non-void function
/frameworks/compile/slang/tests/F_rs_prefix/
Dstderr.txt.expect1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
/frameworks/compile/slang/tests/P_unknown_function/
Dstderr.txt.expect1 unknown_function.rs:6:5: warning: implicit declaration of function 'rsgProgramStoreGetDepthFunc' is…
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
DglGetString.java-impl1 // C function const GLubyte * glGetString ( GLenum name )

123456