/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 16 const char* file, const char* func, int line); 18 const char* file, const char* func, int line); 20 const char* file, const char* func, int line); 22 const char* file, const char* func, int line); 24 const char* file, const char* func, int line); 26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 189 #define OMX_DBG_INITALL(dbg, tag_str, file) \ argument 206 if (file && !strncmp(ptr, "_ERR", 4) && isspace(ptr[4])) { \ 210 } else if (file && !strncmp(ptr, "_OUT", 4) && isspace(ptr[4])) { \ 221 if (file) { \ 290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ argument 292 … if ((file) && (OMX_U32) (level * domain) >= (OMX_U32) ((mask) & (domain * OMX_DBG_MAX_LEVEL))) \ 297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ argument 299 … if ((file) && (OMX_U32) (level * domain) >= (OMX_U32) ((mask) & (domain * OMX_DBG_MAX_LEVEL))) { \ 300 if (file == stderr || file == stdout) { \ 304 fprintf((file), \ [all …]
|
/hardware/broadcom/wlan/ |
D | .gitignore | 3 # subdirectories here. Add them in the ".gitignore" file 7 # command after changing this file, to see if there are
|
/hardware/broadcom/wlan/bcm4329/src/ |
D | GNUmakefile.inc | 56 ERRORS += "This variable must be defined in your sources or GNUsources file," 94 echo "# This file is automatically generated."; \ 261 ERRORS += "in your sources or GNUsources file." 294 # of this file. 317 # Target all just depends upon our target file. 320 # The target file depends upon the directory where it will reside. 338 # If the sources file specified a NTTARGETFILE0, build that first. 350 # in src/makefile/<obj-type>.mk file 412 # Build rule for message file 503 # If the sources file specified a NTTARGETFILES, build that last. [all …]
|
D | Makerules | 336 # --md: This option compiles the source and writes make file dependency lines 337 # to a file. The output file is suitable for use by a make utility. 432 # dependency files including the .d file itself.
|
/hardware/ti/omap3/dspbridge/inc/ |
D | LICENSE | 106 (d) If the Work includes a "NOTICE" text file as part of its 109 within such NOTICE file, excluding those notices that do not 111 of the following places: within a NOTICE text file distributed 116 of the NOTICE file are for informational purposes only and 141 origin of the Work and reproducing the content of the NOTICE file. 184 comment syntax for the file format. We also recommend that a 185 file or class name and description of purpose be included on the 192 you may not use this file except in compliance with the License.
|
/hardware/ti/omap3/dspbridge/dspexec/ |
D | LICENSE | 106 (d) If the Work includes a "NOTICE" text file as part of its 109 within such NOTICE file, excluding those notices that do not 111 of the following places: within a NOTICE text file distributed 116 of the NOTICE file are for informational purposes only and 141 origin of the Work and reproducing the content of the NOTICE file. 184 comment syntax for the file format. We also recommend that a 185 file or class name and description of purpose be included on the 192 you may not use this file except in compliance with the License.
|
/hardware/libhardware_legacy/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 119 (d) If the Work includes a "NOTICE" text file as part of its 122 within such NOTICE file, excluding those notices that do not 124 of the following places: within a NOTICE text file distributed 129 of the NOTICE file are for informational purposes only and 154 origin of the Work and reproducing the content of the NOTICE file.
|
/hardware/ril/reference-ril/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 119 (d) If the Work includes a "NOTICE" text file as part of its 122 within such NOTICE file, excluding those notices that do not 124 of the following places: within a NOTICE text file distributed 129 of the NOTICE file are for informational purposes only and 154 origin of the Work and reproducing the content of the NOTICE file.
|
/hardware/ril/libril/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 119 (d) If the Work includes a "NOTICE" text file as part of its 122 within such NOTICE file, excluding those notices that do not 124 of the following places: within a NOTICE text file distributed 129 of the NOTICE file are for informational purposes only and 154 origin of the Work and reproducing the content of the NOTICE file.
|
/hardware/ril/rild/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 119 (d) If the Work includes a "NOTICE" text file as part of its 122 within such NOTICE file, excluding those notices that do not 124 of the following places: within a NOTICE text file distributed 129 of the NOTICE file are for informational purposes only and 154 origin of the Work and reproducing the content of the NOTICE file.
|
/hardware/libhardware/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 119 (d) If the Work includes a "NOTICE" text file as part of its 122 within such NOTICE file, excluding those notices that do not 124 of the following places: within a NOTICE text file distributed 129 of the NOTICE file are for informational purposes only and 154 origin of the Work and reproducing the content of the NOTICE file.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 161 char file[500][50] = {""}; variable 183 strcpy(file[e],s); in DebugMalloc() 201 strcpy(file[q],""); in DebugFree() 1582 … printf("__ %d Bytes allocated on [%p], File:%s Line: %d\n",bytes[i],arr[i],file[i],lines[i]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 111 char file[500][50]; variable 1518 …printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]); … in main() 1881 strcpy(file[e],s); in mymalloc() 1896 strcpy(file[q],""); in myfree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 148 char file[500][50]; variable 1779 … printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[i], arr[i],file[i],lines[i]); 2084 strcpy(file[e],s); 2103 strcpy(file[q],"");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
D | G711DecTest.c | 97 char file[500][50]= {""}; variable 1700 strcpy(file[e],s); in mymalloc() 1715 strcpy(file[q],""); in myfree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 193 char file[500][50]; variable 215 strcpy(file[e],s); in mynewmalloc() 233 strcpy(file[q],""); in mynewfree() 1775 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n",bytes[i],file[i],lines[i]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 175 char file[500][50]; variable 197 strcpy(file[e],s); in mynewmalloc() 215 strcpy(file[q],""); in mynewfree() 1747 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n",bytes[i],file[i],lines[i]);
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 252 When a "work that uses the Library" uses material from a header file 259 If such an object file uses only numerical parameters, data 262 file is unrestricted, regardless of whether it is legally a derivative 469 safest to attach them to the start of each source file to most effectively 470 convey the exclusion of warranty; and each file should have at least the
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
D | linux_osl.c | 71 char file[BCM_MEM_FILENAME_LEN]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Decoder.c | 81 extern char file[500][50] = {""}; 2017 strcpy(file[e],s); in mymalloc() 2031 strcpy(file[q],""); in myfree()
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_linux.c | 2328 struct file *fp; in dhd_os_open_image() 2346 struct file *fp = (struct file *)image; in dhd_os_get_image_block() 2363 filp_close((struct file *)image, NULL); in dhd_os_close_image()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 86 extern char file[500][50] ={""}; 110 strcpy(file[e],s); in DebugMalloc() 126 strcpy(file[q],""); in DebugFree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 87 char file[500][50]; variable 2157 strcpy(file[e],s); in mymalloc() 2176 strcpy(file[q],""); in myfree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 90 char file[500][50]; variable 2329 strcpy(file[e],s); in mymalloc() 2343 strcpy(file[q],""); in myfree()
|