Searched refs:prototyped (Results 1 – 25 of 26) sorted by relevance
12
/third_party/node/deps/cares/m4/ |
D | cares-functions.m4 | 344 dnl Verify if closesocket is available, prototyped, and 377 AC_MSG_CHECKING([if closesocket is prototyped]) 438 dnl Verify if CloseSocket is available, prototyped, and 469 AC_MSG_CHECKING([if CloseSocket is prototyped]) 528 dnl Verify if connect is available, prototyped, and 563 AC_MSG_CHECKING([if connect is prototyped]) 626 dnl Verify if fcntl is available, prototyped, and 652 AC_MSG_CHECKING([if fcntl is prototyped]) 775 dnl Verify if freeaddrinfo is available, prototyped, 809 AC_MSG_CHECKING([if freeaddrinfo is prototyped]) [all …]
|
/third_party/elfutils/tests/ |
D | run-readelf-dwz-multi.sh | 105 prototyped (flag_present) yes 166 prototyped (flag_present) yes 223 prototyped (flag_present) yes 263 prototyped (flag_present) yes 302 prototyped (flag_present) yes
|
D | run-show-die-info.sh | 40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 88 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type 138 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 808 Attrs : sibling prototyped type 833 Attrs : sibling prototyped type 869 Attrs : sibling prototyped type 894 Attrs : sibling prototyped type 925 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 949 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
|
D | run-readelf-zdebug-rel.sh | 67 prototyped (flag_present) yes 172 prototyped (flag_present) yes
|
D | run-readelf-dw-form-indirect.sh | 478 prototyped (flag_present) yes 596 prototyped (flag_present) yes 623 prototyped (flag_present) yes
|
D | run-readelf-loc.sh | 942 prototyped (flag_present) yes 1019 prototyped (flag_present) yes
|
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 248 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TFunction() 253 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TSymbol() 306 virtual void setPrototyped() { assert(writable); prototyped = true; } in setPrototyped() 307 virtual bool isPrototyped() const { return prototyped; } in isPrototyped() 348 bool prototyped; variable
|
D | SymbolTable.cpp | 396 prototyped = copyOf.prototyped; in TFunction()
|
/third_party/icu/icu4c/source/config/ |
D | mh-linux-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
D | mh-aix-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
/third_party/flutter/skia/third_party/externals/icu/source/config/ |
D | mh-linux-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
D | mh-aix-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-linux-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
D | mh-aix-va | 14 # -qproto assumes all functions are prototyped (for optimization)
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | pci-exp-tests-HOWTO | 32 module tpci to test various pci and pci-express functions (defined & prototyped in tpci.c).
|
/third_party/libsnd/docs/ |
D | new_file_type_howto.md | 117 was prototyped in src/common.h. This function should return 0 on success and
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 241 HANDLE_DW_AT(0x27, prototyped, 2, DWARF)
|
/third_party/cef/tools/ |
D | translator.README.txt | 1689 // handler. Functions implemented by the handler are prototyped using the
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 369 Subroutine declarations cannot be prototyped. It is an error to prepend
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 359 Subroutine declarations cannot be prototyped. It is an error to prepend
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1792 data to the function prototyped as GXV_Lookup_Value_Validate_Func, 1794 - Likewise for the function prototyped as 1799 GXV_StateTable_GlyphOffsetDesc data to the function prototyped 1805 GXV_XStateTable_GlyphOffsetDesc data to the function prototyped
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1792 data to the function prototyped as GXV_Lookup_Value_Validate_Func, 1794 - Likewise for the function prototyped as 1799 GXV_StateTable_GlyphOffsetDesc data to the function prototyped 1805 GXV_XStateTable_GlyphOffsetDesc data to the function prototyped
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 1792 data to the function prototyped as GXV_Lookup_Value_Validate_Func, 1794 - Likewise for the function prototyped as 1799 GXV_StateTable_GlyphOffsetDesc data to the function prototyped 1805 GXV_XStateTable_GlyphOffsetDesc data to the function prototyped
|
/third_party/openssl/ |
D | CHANGES.md | 11020 prototyped to have "const" restrictions on the object pointers they are 16012 be prototyped with "const" parameters anyway.
|
/third_party/NuttX/ |
D | ReleaseNotes | 12229 - isatty() should be prototyped in unstid.h, not termios.h. From 21912 prototyped in nxmu.h (instead of nx.h). From Gregory Nutt. 24374 - z80: up_addregion() must be prototyped in nuttx/mm/mm.h, not
|
12