/frameworks/wilhelm/src/ |
D | trace.c | 33 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 …]
|
D | trace.h | 49 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/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 31 /* Define to 1 if you have the `arc4random' function. */ 34 /* Define to 1 if you have the `argz_append' function. */ 37 /* Define to 1 if you have the `argz_create_sep' function. */ 43 /* Define to 1 if you have the `argz_insert' function. */ 46 /* Define to 1 if you have the `argz_next' function. */ 49 /* Define to 1 if you have the `argz_stringify' function. */ 55 /* Define to 1 if you have the `backtrace' function. */ 58 /* Define to 1 if you have the `bcopy' function. */ 61 /* Define to 1 if you have the `ceilf' function. */ 67 /* Define to 1 if you have the `closedir' function. */ [all …]
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbManager.java | 511 public boolean isFunctionEnabled(String function) { in isFunctionEnabled() argument 513 return mService.isFunctionEnabled(function); in isFunctionEnabled() 541 public void setCurrentFunction(String function) { in setCurrentFunction() argument 543 mService.setCurrentFunction(function); in setCurrentFunction() 635 public static String addFunction(String functions, String function) { in addFunction() argument 637 return function; in addFunction() 639 if (!containsFunction(functions, function)) { in addFunction() 643 functions += function; in addFunction() 649 public static String removeFunction(String functions, String function) { in removeFunction() argument 652 if (function.equals(split[i])) { in removeFunction() [all …]
|
/frameworks/rs/api/ |
D | GenerateHeaderFiles.cpp | 202 Function* function = spec.getFunction(); in writeFunctionPermutation() local 203 writeVersionGuardStart(file, spec.getVersionInfo(), function->getFinalVersion()); in writeFunctionPermutation() 222 function->getDeprecatedApiLevel(), function->getDeprecatedMessage()); in writeFunctionPermutation() 282 static void writeFunctionComment(GeneratedFile* file, const Function& function) { in writeFunctionComment() argument 284 writeComment(file, function.getName(), function.getSummary(), function.getDescription(), in writeFunctionComment() 285 function.deprecated(), false); in writeFunctionComment() 288 if (function.someParametersAreDocumented()) { in writeFunctionComment() 291 for (auto p : function.getParameters()) { in writeFunctionComment() 299 const string returnDoc = function.getReturnDocumentation(); in writeFunctionComment() 371 Function* function = spec->getFunction(); in writeHeaderFile() local [all …]
|
D | GenerateStubsWhiteList.cpp | 325 static bool addFunctionManglingToSet(const Function& function, in addFunctionManglingToSet() argument 350 static bool addManglingsForSpecification(const Function& function, in addManglingsForSpecification() argument 372 if (!addFunctionManglingToSet(function, *permutation, overloadable, apiLevel, 32, in addManglingsForSpecification() 378 if (!addFunctionManglingToSet(function, *permutation, overloadable, apiLevel, 64, in addManglingsForSpecification() 397 const Function* function = f.second; in generateWhiteListFile() local 398 for (auto spec : function->getSpecifications()) { in generateWhiteListFile() 403 if (!addManglingsForSpecification(*function, *spec, lastApiLevel, &allManglings)) { in generateWhiteListFile() 441 unsigned int* variableNumber, const Function& function, in generateTestCall() argument 507 const Function* function = f.second; in generateApiTesterFile() local 508 for (auto spec : function->getSpecifications()) { in generateApiTesterFile() [all …]
|
D | GenerateDocumentation.cpp | 152 static bool getUnifiedFunctionPrototypes(Function* function, in getUnifiedFunctionPrototypes() argument 154 for (auto f : function->getSpecifications()) { in getUnifiedFunctionPrototypes() 548 static bool writeDetailedFunction(GeneratedFile* file, Function* function) { in writeDetailedFunction() argument 549 if (function->hidden()) { in writeDetailedFunction() 552 const string& name = function->getName(); in writeDetailedFunction() 558 *file << " <span class='normal'>: " << function->getSummary() << "</span>\n"; in writeDetailedFunction() 563 if (!getUnifiedFunctionPrototypes(function, &entries)) { in writeDetailedFunction() 578 if (function->someParametersAreDocumented()) { in writeDetailedFunction() 582 for (ParameterEntry* p : function->getParameters()) { in writeDetailedFunction() 589 string ret = function->getReturnDocumentation(); in writeDetailedFunction() [all …]
|
D | GenerateTestFiles.cpp | 49 static bool needTestFiles(const Function& function, unsigned int versionOfTestFiles) { in needTestFiles() argument 50 for (auto spec : function.getSpecifications()) { in needTestFiles() 998 static bool startJavaFile(GeneratedFile* file, const Function& function, const string& directory, in startJavaFile() argument 1035 static void finishJavaFile(GeneratedFile* file, const Function& function, in finishJavaFile() argument 1037 file->indent() << "public void test" << function.getCapitalizedName() << "()"; in finishJavaFile() 1048 static bool startRsFile(GeneratedFile* file, const Function& function, const string& directory, in startRsFile() argument 1062 static bool writeRelaxedRsFile(const Function& function, const string& directory, in writeRelaxedRsFile() argument 1081 static bool writeTestFilesForFunction(const Function& function, const string& directory, in writeTestFilesForFunction() argument 1084 if (!needTestFiles(function, versionOfTestFiles)) { in writeTestFilesForFunction() 1088 const string testName = "Test" + function.getCapitalizedName(); in writeTestFilesForFunction() [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 267 DEVICES = DEVICES.sort(function(x, y) { return x.physicalSize - y.physicalSize; }); 275 $(document).ready(function() { 285 document.body.addEventListener('dragstart', function(e) { 296 function getDeviceById(id) { 308 function checkBrowser() { 334 function setupUI() { 339 $('#output-shadow, #output-glare').click(function() { 344 $.each(DEVICES, function() { 373 $('#archive-expando').click(function() { 386 .live('dragover', function(evt) { [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastcodemb.h | 52 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/docs/html/distribute/tools/promote/ |
D | device-art.jd | 341 DEVICES = DEVICES.sort(function(x, y) { return x.physicalSize - y.physicalSize; }); 349 $(document).ready(function() { 359 document.body.addEventListener('dragstart', function(e) { 370 function getDeviceById(id) { 382 function checkBrowser() { 408 function setupUI() { 414 $('#output-shadow, #output-glare').click(function() { 418 $('input[name="output-wear"]').change(function() { 423 $.each(DEVICES, function() { 459 $('#archive-expando').click(function() { [all …]
|
/frameworks/compile/slang/tests/F_foreach_unexpected_kernel_arg/ |
D | stderr.txt.expect | 1 foreach_unexpected_kernel_arg.rs:11:13: error: Invalid kernel launch call. Expects a function desig… 2 foreach_unexpected_kernel_arg.rs:12:13: error: Invalid kernel launch call. Expects a function desig… 3 foreach_unexpected_kernel_arg.rs:13:24: error: Invalid kernel launch call. Expects a function desig… 4 foreach_unexpected_kernel_arg.rs:14:24: error: Invalid kernel launch call. Expects a function desig…
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 77 <li>Zero or more <strong><i>invokable functions</i></strong>. An invokable function is a single-thr… 78 function that you can call from your Java code with arbitrary arguments. These are often useful for 85 <li><p>Zero or more <strong><i>compute kernels</i></strong>. A compute kernel is a function 91 <p>A <em>mapping kernel</em> is a parallel function that operates on a collection of {@link 110 function. The <a href="#RS_KERNEL"><code>RS_KERNEL</code></a> property applied to the 111 function prototype specifies that the function is a RenderScript mapping kernel instead of an 112 invokable function. The <code>in</code> argument is automatically filled in based on the 118 {@link android.renderscript.Allocation}, with one execution of the kernel function per {@link 133 and accessed from a kernel or invokable function 146 its <a href="#accumulator-function">accumulator function</a> executes once for every [all …]
|
/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 1 warnings.rs:6:1: warning: control reaches end of non-void function 6 warnings.rs:5:12: warning: unused function 'foo' 7 warnings.rs:8:13: warning: unused function 'bar'
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 288 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/compile/slang/ |
D | README.rst | 152 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/ |
D | README.rst | 88 * **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/rs/scriptc/ |
D | rs_io.rsh | 35 * This function should not be called from inside a kernel, or from any function 52 * This function should not be called from inside a kernel, or from any function 88 * Sends a message back to the client. This function will block 90 * This function may return before the message was delivered and
|
/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
D | stderr.txt.expect | 21 …e used as the type of an exported global variable or the parameter to an exported function: 'accum' 22 … be used as the type of an exported global variable or the parameter to an exported function: 'out' 23 …e used as the type of an exported global variable or the parameter to an exported function: 'accum' 24 … be used as the type of an exported global variable or the parameter to an exported function: 'out' 25 …e used as the type of an exported global variable or the parameter to an exported function: 'accum' 26 … be used as the type of an exported global variable or the parameter to an exported function: 'out' 27 reduce_general_bad_result.rs:373:23: error: function types cannot be exported: 'out'
|
/frameworks/compile/slang/tests/F_foreach_non_kernel/ |
D | stderr.txt.expect | 1 foreach_non_kernel.rs:14:3: error: rsForEach applied to function oldFoo defined without "kernel" at… 2 foreach_non_kernel.rs:15:3: error: rsForEach applied to function foo defined without "kernel" attri…
|
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/ |
D | stderr.txt.expect | 1 …ed_allocs.rs:10:3: error: Number of input and output allocations unexpected for kernel function foo 2 …ed_allocs.rs:11:3: error: Number of input and output allocations unexpected for kernel function foo
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
D | stderr.txt.expect | 1 deprecated.rs:9:11: error: implicit declaration of function 'func0' is invalid in C99 4 deprecated.rs:15:1: error: control reaches end of non-void function
|
/frameworks/base/data/keyboards/ |
D | Vendor_05ac_Product_0239.kl | 20 # 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/compile/slang/tests/F_reduce_general_bad_accumulator/ |
D | stderr.txt.expect | 1 reduce_general_bad_accumulator.rs:44:34: warning: 'const' qualifier on function type 'Fn' (aka 'voi… 2 reduce_general_bad_accumulator.rs:48:29: warning: 'const' qualifier on function type 'Fn' (aka 'voi… 7 …ccumulator.rs:42:12) parameter 'accum' (type 'void (*)(void)') must not be pointer to function type 9 …ccumulator.rs:47:12) parameter 'accum' (type 'void (*)(void)') must not be pointer to function type
|
/frameworks/compile/slang/tests/F_kernel_badattr/ |
D | stderr.txt.expect | 3 …:4:46: error: Unknown kernel attribute argument 'unimplemented' in declaration of function 'kernel' 4 …tr.rs:16:39: error: Unknown kernel attribute argument 'reduce' in declaration of function 'kernel4'
|