Home
last modified time | relevance | path

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

1234567

/frameworks/wilhelm/src/
Dtrace.c33 void slTraceEnterGlobal(const char *function) in slTraceEnterGlobal() argument
36 SL_LOGD("Entering %s", function); in slTraceEnterGlobal()
41 void slTraceLeaveGlobal(const char *function, SLresult result) in slTraceLeaveGlobal() argument
45 SL_LOGD("Leaving %s", function); in slTraceLeaveGlobal()
51 SL_LOGW("Leaving %s (%s)", function, str); in slTraceLeaveGlobal()
53 SL_LOGW("Leaving %s (0x%X)", function, result); in slTraceLeaveGlobal()
60 void slTraceEnterInterface(const char *function) in slTraceEnterInterface() argument
65 if (*function == 'I') { in slTraceEnterInterface()
66 ++function; in slTraceEnterInterface()
68 const char *underscore = function; in slTraceEnterInterface()
[all …]
Dtrace.h49 extern void slTraceEnterGlobal(const char *function);
50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
51 extern void slTraceEnterInterface(const char *function);
52 extern void slTraceLeaveInterface(const char *function, SLresult result);
53 extern void slTraceEnterInterfaceVoid(const char *function);
54 extern void slTraceLeaveInterfaceVoid(const char *function);
/frameworks/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.rsh126 * Load the projection matrix for a currently bound fixed function
127 * vertex program. Calling this function with a custom vertex shader
134 * Load the model matrix for a currently bound fixed function
135 * vertex program. Calling this function with a custom vertex shader
142 * Load the texture matrix for a currently bound fixed function
143 * vertex program. Calling this function with a custom vertex shader
150 * Get the projection matrix for a currently bound fixed function
151 * vertex program. Calling this function with a custom vertex shader
159 * Set the constant color for a fixed function emulation program.
234 * Low performance utility function for drawing a simple rectangle. Not
[all …]
Drs_element.rsh32 * floats, float2, float4. This function returns zero for simple
42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
80 * sized arrays. This function will return the array size for
92 * This function specifies the location of a sub-element within
Drs_program.rsh29 * Get program store depth function
76 * Get program store blend source function
84 * Get program store blend destination function
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/av/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.java403 private static boolean propertyContainsFunction(String property, String function) { in propertyContainsFunction() argument
405 int index = functions.indexOf(function); in propertyContainsFunction()
408 int charAfter = index + function.length(); in propertyContainsFunction()
421 public boolean isFunctionEnabled(String function) { in isFunctionEnabled() argument
422 return propertyContainsFunction("sys.usb.config", function); in isFunctionEnabled()
451 public void setCurrentFunction(String function, boolean makeDefault) { in setCurrentFunction() argument
453 mService.setCurrentFunction(function, makeDefault); in setCurrentFunction()
/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/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/native/opengl/libagl/
Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dasm_common.S29 .macro function name, export=0 macro
33 .type \name, %function
/frameworks/native/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/distribute/googleplay/promote/
Dbadges.jd68 function buildButton(form) {
95 function onTextEntered(event, form, me) {
103 function onInputFocus(object, example) {
113 function onInputBlur(object, example) {
122 function clearLabel(id, example) {
133 $(document).ready(function() {
134 $(".button-form input.text").each(function(index) {
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java240 private static String addFunction(String functions, String function) { in addFunction() argument
242 return function; in addFunction()
244 if (!containsFunction(functions, function)) { in addFunction()
248 functions += function; in addFunction()
253 private static String removeFunction(String functions, String function) { in removeFunction() argument
256 if (function.equals(split[i])) { in removeFunction()
276 private static boolean containsFunction(String functions, String function) { in containsFunction() argument
277 int index = functions.indexOf(function); in containsFunction()
280 int charAfter = index + function.length(); in containsFunction()
/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_Werror/
Dstderr.txt.expect1 Werror.rs:6:1: error: 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/compile/slang/tests/F_root_graphics_13/
Dstderr.txt.expect1 root_graphics_13.rs:5:23: error: invalid parameter type for legacy graphics root() function: 'unsig…
/frameworks/base/docs/html/tools/sdk/
Ddownload.jd7 function verify() {
11 function submit() {
83 $(".addVersionPath").each(function(i) {
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DglGetString.java-impl1 // C function const GLubyte * glGetString ( GLenum name )

1234567