/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 | 467 public boolean isFunctionEnabled(String function) { in isFunctionEnabled() argument 469 return mService.isFunctionEnabled(function); in isFunctionEnabled() 498 public void setCurrentFunction(String function) { in setCurrentFunction() argument 500 mService.setCurrentFunction(function); in setCurrentFunction() 594 public static String addFunction(String functions, String function) { in addFunction() argument 596 return function; in addFunction() 598 if (!containsFunction(functions, function)) { in addFunction() 602 functions += function; in addFunction() 608 public static String removeFunction(String functions, String function) { in removeFunction() argument 611 if (function.equals(split[i])) { in removeFunction() [all …]
|
/frameworks/rs/api/ |
D | GenerateHeaderFiles.cpp | 199 Function* function = spec.getFunction(); in writeFunctionPermutation() local 200 writeVersionGuardStart(file, spec.getVersionInfo(), function->getFinalVersion()); in writeFunctionPermutation() 219 function->getDeprecatedApiLevel(), function->getDeprecatedMessage()); in writeFunctionPermutation() 279 static void writeFunctionComment(GeneratedFile* file, const Function& function) { in writeFunctionComment() argument 281 writeComment(file, function.getName(), function.getSummary(), function.getDescription(), in writeFunctionComment() 282 function.deprecated(), false); in writeFunctionComment() 285 if (function.someParametersAreDocumented()) { in writeFunctionComment() 288 for (auto p : function.getParameters()) { in writeFunctionComment() 296 const string returnDoc = function.getReturnDocumentation(); in writeFunctionComment() 364 Function* function = spec->getFunction(); in writeHeaderFile() local [all …]
|
D | GenerateStubsWhiteList.cpp | 306 static bool addFunctionManglingToSet(const Function& function, in addFunctionManglingToSet() argument 331 static bool addManglingsForSpecification(const Function& function, in addManglingsForSpecification() argument 350 if (!addFunctionManglingToSet(function, *permutation, overloadable, apiLevel, 32, in addManglingsForSpecification() 356 if (!addFunctionManglingToSet(function, *permutation, overloadable, apiLevel, 64, in addManglingsForSpecification() 375 const Function* function = f.second; in generateWhiteListFile() local 376 for (auto spec : function->getSpecifications()) { in generateWhiteListFile() 377 if (!addManglingsForSpecification(*function, *spec, lastApiLevel, &allManglings)) { in generateWhiteListFile() 415 unsigned int* variableNumber, const Function& function, in generateTestCall() argument 478 const Function* function = f.second; in generateApiTesterFile() local 479 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() 537 static bool writeDetailedFunction(GeneratedFile* file, Function* function) { in writeDetailedFunction() argument 538 if (function->hidden()) { in writeDetailedFunction() 541 const string& name = function->getName(); in writeDetailedFunction() 547 *file << " <span class='normal'>: " << function->getSummary() << "</span>\n"; in writeDetailedFunction() 552 if (!getUnifiedFunctionPrototypes(function, &entries)) { in writeDetailedFunction() 567 if (function->someParametersAreDocumented()) { in writeDetailedFunction() 571 for (ParameterEntry* p : function->getParameters()) { in writeDetailedFunction() 578 string ret = function->getReturnDocumentation(); in writeDetailedFunction() [all …]
|
D | GenerateTestFiles.cpp | 49 static bool needTestFiles(const Function& function, int versionOfTestFiles) { in needTestFiles() argument 50 for (auto spec : function.getSpecifications()) { in needTestFiles() 894 static bool startJavaFile(GeneratedFile* file, const Function& function, const string& directory, in startJavaFile() argument 930 static void finishJavaFile(GeneratedFile* file, const Function& function, in finishJavaFile() argument 932 file->indent() << "public void test" << function.getCapitalizedName() << "()"; in finishJavaFile() 943 static bool startRsFile(GeneratedFile* file, const Function& function, const string& directory, in startRsFile() argument 957 static bool writeRelaxedRsFile(const Function& function, const string& directory, in writeRelaxedRsFile() argument 976 static bool writeTestFilesForFunction(const Function& function, const string& directory, in writeTestFilesForFunction() argument 979 if (!needTestFiles(function, versionOfTestFiles)) { in writeTestFilesForFunction() 983 const string testName = "Test" + function.getCapitalizedName(); in writeTestFilesForFunction() [all …]
|
D | Specification.cpp | 447 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) { in createPermutations() argument 469 auto p = new FunctionPermutation(function, this, replacementIndexes, scanner); in createPermutations() 552 Function* function = systemSpecification.findOrCreateFunction(name, &created); in scanFunctionSpecification() local 553 FunctionSpecification* spec = new FunctionSpecification(function); in scanFunctionSpecification() 554 function->addSpecification(spec); in scanFunctionSpecification() 555 function->updateFinalVersion(info); in scanFunctionSpecification() 588 function->addReturn(p, scanner); in scanFunctionSpecification() 593 function->addParameter(p, scanner); in scanFunctionSpecification() 597 function->scanDocumentationTags(scanner, created, specFile); in scanFunctionSpecification() 611 spec->createPermutations(function, scanner); in scanFunctionSpecification() [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 | 326 DEVICES = DEVICES.sort(function(x, y) { return x.physicalSize - y.physicalSize; }); 334 $(document).ready(function() { 344 document.body.addEventListener('dragstart', function(e) { 355 function getDeviceById(id) { 367 function checkBrowser() { 393 function setupUI() { 399 $('#output-shadow, #output-glare').click(function() { 403 $('input[name="output-wear"]').change(function() { 408 $.each(DEVICES, function() { 444 $('#archive-expando').click(function() { [all …]
|
/frameworks/base/docs/html/ndk/samples/ |
D | sample_hellojni.jd | 51 a function to retrieve a string from the native side, then displays it on the screen.</p> 57 <p>This function call loads the {@code .so} file upon application startup.</p> 64 virtual machine that the function is in the shared library (that is, implemented on the native 71 <p>The Android framework calls the function loaded and declared in the 79 <p>The {@code hello-jni.c} file is located in {@code hello-jni/jni/}. It contains a function that 80 returns a string that <a href="#ji">the Java side requested</a>). The function declaration is as 89 <p>This declaration corresponds to the native function declared in the 96 <p>After {@code jstring} comes the function name, which is based on the 97 Java function name and and the path to the file containing it. Construct it 105 <li>After the last underscore, append the function name.</li> [all …]
|
/frameworks/base/tools/aapt2/ |
D | Flag.cpp | 16 std::function<bool(const StringPiece&, std::string*)> action; 26 static std::function<bool(const StringPiece&, std::string*)> wrap( in wrap() 27 const std::function<void(const StringPiece&)>& action) { in wrap() 35 std::function<void(const StringPiece&)> action) { in optionalFlag() 42 std::function<void(const StringPiece&)> action) { in requiredFlag() 48 std::function<bool(const StringPiece&, std::string*)> action) { in requiredFlag()
|
D | Flag.h | 14 std::function<void(const StringPiece&)> action); 17 std::function<bool(const StringPiece&, std::string*)> action); 20 std::function<void(const StringPiece&)> action);
|
/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/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/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 284 public boolean isFunctionEnabled(String function) { in isFunctionEnabled() argument 286 return mDeviceManager != null && mDeviceManager.isFunctionEnabled(function); in isFunctionEnabled() 290 public void setCurrentFunction(String function) { in setCurrentFunction() argument 293 if (!isSupportedCurrentFunction(function)) { in setCurrentFunction() 295 + function); in setCurrentFunction() 296 function = UsbManager.USB_FUNCTION_NONE; in setCurrentFunction() 300 mDeviceManager.setCurrentFunctions(function); in setCurrentFunction() 306 private static boolean isSupportedCurrentFunction(String function) { in isSupportedCurrentFunction() argument 307 if (function == null) return true; in isSupportedCurrentFunction() 309 switch (function) { in isSupportedCurrentFunction()
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 37 * rs_blend_src_func: Blend source function 64 * rs_blend_dst_func: Blend destination function 111 * rs_depth_func: Depth function 132 RS_DEPTH_FUNC_INVALID = 100 // Invalid depth function 276 * After calling this function, *dst will be set to an empty handle. See rsIsObject(). 325 * This function does not validate that the internal pointer used in the handle 328 * This function can be used to check the Element returned by rsElementGetSubElement() 806 * Low performance utility function for drawing a simple quad. Not intended for 826 * Low performance utility function for drawing a textured quad. Not intended 847 * Low performance utility function for drawing a simple rectangle. Not [all …]
|
/frameworks/native/opengl/libagl/ |
D | fixed_asm.S | 23 .type gglFloatToFixed, %function 25 .type gglFloatToFixedFast, %function
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | asm_common.S | 29 .macro function name, export=0 macro 33 .type \name, %function
|