Home
last modified time | relevance | path

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

12345678

/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.rsh31 * Debug function. Prints a string and value to the log.
36 * Debug function. Prints a string and value to the log.
41 * Debug function. Prints a string and value to the log.
46 * Debug function. Prints a string and value to the log.
51 * Debug function. Prints a string and value to the log.
56 * Debug function. Prints a string and value to the log.
61 * Debug function. Prints a string and value to the log.
66 * Debug function. Prints a string and value to the log.
71 * Debug function. Prints a string and value to the log.
76 * 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
/frameworks/base/docs/html/distribute/promote/
Ddevice-art.jd285 DEVICES = DEVICES.sort(function(x, y) { return x.physicalSize - y.physicalSize; });
293 $(document).ready(function() {
303 document.body.addEventListener('dragstart', function(e) {
314 function getDeviceById(id) {
326 function checkBrowser() {
352 function setupUI() {
357 $('#output-shadow, #output-glare').click(function() {
362 $.each(DEVICES, function() {
391 $('#archive-expando').click(function() {
404 .live('dragover', function(evt) {
[all …]
/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/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java288 private void throwEglException(String function) { in throwEglException() argument
289 throwEglException(function, mEgl.eglGetError()); in throwEglException()
292 public static void throwEglException(String function, int error) { in throwEglException() argument
293 String message = formatEglError(function, error); in throwEglException()
297 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning() argument
298 Log.w(tag, formatEglError(function, error)); in logEglErrorAsWarning()
301 public static String formatEglError(String function, int error) { in formatEglError() argument
302 return function + " failed: " + error; in formatEglError()
/frameworks/webview/chromium/plat_support/
Dgraphics_utils.cpp92 bool IsSkiaVersionCompatible(SkiaVersionFunction function) { in IsSkiaVersionCompatible() argument
94 if (function && function == &SkGraphics::GetVersion) { in IsSkiaVersionCompatible()
99 (*function)(&chromium_major, &chromium_minor, &chromium_patch); in IsSkiaVersionCompatible()
/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/testing/uiautomator/utils/SleepUtils/
DREADME10 the service functions from command line. Corresponding to service function
19 Note: for the function to work properly, "-w" parameter is required
/frameworks/base/docs/html/channels/
Dio2013.jd235 function loadVideo(id, title, autoplay) {
239 setTimeout(function(){$('#noplayer-message').show()}, 2000);
243 function buildPlaylistDesign(data) {
247 function buildPlaylistDevelop(data) {
251 function buildPlaylistDistribute(data) {
255 function buildPlaylist2(data) {
259 function buildPlaylist(data, ul, tag) {
320 function showDevelopersLivePlaylist() {
/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/guide/topics/renderscript/
Dcompute.jd61 <li>Some number of invokable functions. An invokable function is a single-threaded RenderScript
62 function that you can call from your Java code with arbitrary arguments. These are often useful for
69 <li>Some number of compute kernels. A kernel is a parallel function that executes across every
82 <p>In most respects, this is identical to a standard C function. The first notable feature is the
83 <code>__attribute__((kernel))</code> applied to the function prototype. This denotes that the
84 function is a RenderScript kernel instead of an invokable function. The next feature is the
100 function via <code>rsGetElementAt_<em>type</em>()</code> or
107 <li>An optional <code>init()</code> function. An <code>init()</code> function is a special type of
108 invokable function that is run when the script is first instantiated. This allows for some
112 script global except that it cannot be set from Java code. A static function is a standard C
[all …]
/frameworks/base/docs/html/about/dashboards/
Dindex.jd321 $(document).ready(function(){
323 $.each(VERSION_DATA, function(i, set) {
341 $.each(set.data, function(i, data) {
388 $.each(SCREEN_DATA, function(i, set) {
398 $.each(SCREEN_DENSITIES, function(i, density) {
406 $.each(densityTotals, function(i, total) {
411 $.each(SCREEN_SIZES, function(i, size) {
420 $.each(SCREEN_DENSITIES, function(i, density) {
433 $.each(densityTotals, function(i, total) {
454 function changeVersionDate() {
[all …]
/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…

12345678