/external/srec/shared/src/ |
D | LStringImpl.c | 56 size_t needed; in LString_Append() local 58 needed = LSTRLEN(impl->value) + LSTRLEN(value) + 1; in LString_Append() 60 if (needed > impl->size) in LString_Append() 62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2))); in LString_Append() 65 impl->size = sizeof(LCHAR) * (needed + (impl->size / 2)); in LString_Append()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule-win32.c | 170 DWORD needed; in find_in_any_module_using_psapi() local 185 sizeof (HMODULE), &needed)) in find_in_any_module_using_psapi() 188 size = needed + 10 * sizeof (HMODULE); in find_in_any_module_using_psapi() 192 size, &needed) in find_in_any_module_using_psapi() 193 || needed > size) in find_in_any_module_using_psapi() 200 for (i = 0; i < needed / sizeof (HMODULE); i++) in find_in_any_module_using_psapi()
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
D | UnicodeQt4.h | 176 int needed = 0; in toLower() local 193 needed += qstring.length() - i; in toLower() 208 needed += e - s; in toLower() 209 *error = (needed != 0); in toLower() 212 return rindex + needed; in toLower() 234 int needed = 0; in toUpper() local 251 needed += qstring.length() - i; in toUpper() 266 needed += e - s; in toUpper() 267 *error = (needed != 0); in toUpper() 270 return rindex + needed; in toUpper()
|
/external/skia/gpu/include/ |
D | GrPlotMgr.h | 28 size_t needed = width * height; in GrPlotMgr() local 29 if (needed <= sizeof(fStorage)) { in GrPlotMgr() 32 fBusy = new char[needed]; in GrPlotMgr()
|
/external/mksh/src/ |
D | 00-NOTE.txt | 6 (not needed, we use our own for Android) 10 (not needed, we don’t use the mknod builtin) 12 (not needed, bionic provides this)
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | million.S | 7 xor %rcx,%rcx # not needed, pads total to 1M 8 xor %rax,%rax # not needed, pads total to 1M
|
/external/chromium/chrome/browser/ |
D | idle_win.cc | 46 DWORD needed = 0; in IsWorkstationLocked() local 51 &needed)) { in IsWorkstationLocked()
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
D | control | 13 This library includes common modules needed by the open-vcdiff package. 39 This library is needed to compile code that calls open-vcdiff, an encoder and 48 This package contains the header file and library needed to compile code that 57 This package contains the header file and library needed to compile code that
|
/external/icu4c/samples/numfmt/ |
D | capi.c | 25 int32_t needed; in capi() local 64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status); in capi()
|
/external/llvm/lib/Target/CellSPU/ |
D | README.txt | 41 for CellSPU, and insert branch prediction instructions as needed. 52 * subtraction: needed 59 * arithmetic operators (add, sub, mul, div): needed 60 * logical operations (and, or, shl, srl, sra, xor, nor, nand): needed
|
/external/bison/tests/ |
D | atlocal | 26 # Are special link options needed? 29 # Are special libraries needed?
|
D | atlocal.in | 26 # Are special link options needed? 29 # Are special libraries needed?
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.pod | 14 print the compiler flags, linker flags and object libraries needed to link 63 Print the C++ compiler flags needed to use LLVM headers. 67 Print the flags needed to link against LLVM libraries. 71 Print all the libraries needed to link against the specified LLVM
|
/external/clang/test/SemaObjC/ |
D | property-error-readonly-assign.m | 18 …b.x = 10; // expected-error {{setter method is needed to assign to object using property assignme… 42 …self.frame = NSMakeRect(); // expected-error {{setter method is needed to assign to object using …
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_audio.c | 144 if ( audio->convert.needed ) { in SDL_RunAudio() 181 if ( audio->convert.needed ) { in SDL_RunAudio() 203 if ( audio->convert.needed ) { in SDL_RunAudio() 494 audio->convert.needed = 0; in SDL_OpenAudio() 534 if ( audio->convert.needed ) { in SDL_OpenAudio() 637 if ( audio->convert.needed ) { in SDL_AudioQuit()
|
/external/chromium/sdch/open-vcdiff/testdata/ |
D | configure.ac.v0.1 | 41 # Start of definitions needed by gflags package 54 # End of definitions needed by gflags package
|
D | configure.ac.v0.2 | 43 # Start of definitions needed by gflags package 52 # End of definitions needed by gflags package
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32filesystem.cc | 445 int needed = ::GetCurrentDirectory(path_len, path.get()); in GetCurrentDirectory() local 446 if (needed == 0) { in GetCurrentDirectory() 451 if (needed <= path_len) { in GetCurrentDirectory() 456 path.reset(new wchar_t[needed]); in GetCurrentDirectory() 457 path_len = needed; in GetCurrentDirectory()
|
/external/webkit/Source/WebKit/chromium/ |
D | DEPS | 89 Var('chromium_svn')+'/app@'+Var('chromium_rev'), # needed by appcache 100 'third_party/angle': # needed by the gpu process 102 'third_party/libvpx': # needed by webkit/media 104 'third_party/ffmpeg': # needed by webkit/media 115 Var('chromium_svn')+'/ui@'+Var('chromium_rev'), # needed by app
|
/external/wpa_supplicant/ |
D | defconfig | 127 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, 129 # to add the needed functions. 141 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) 193 # if debugging code is not needed. The size reduction can be around 35% 207 # 1.5 kB by removing extra AES modes that are not needed for commonly used 208 # client configurations (they are needed for some EAP types). 251 # Driver support is also needed for IEEE 802.11w. 256 # gnutls = GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA) 270 # needed for LibTomMath. Alternatively, an integrated, minimal version of
|
/external/wpa_supplicant_8/hostapd/ |
D | .config | 54 # Driver support is also needed for IEEE 802.11w. 91 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) 104 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, 106 # to add the needed functions. 145 # code is not needed.
|
D | defconfig | 47 # Driver support is also needed for IEEE 802.11w. 84 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) 97 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, 99 # to add the needed functions. 138 # code is not needed. 183 # needed, e.g., for key generation. On Linux and BSD systems, this works by
|
/external/oprofile/m4/ |
D | binutils.m4 | 1 dnl AX_BINUTILS - check for needed binutils stuff 47 …_DEFINE_UNQUOTED(SYNTHESIZE_SYMBOLS, $SYNTHESIZE_SYMBOLS, [Synthesize special symbols when needed])
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
D | README | 8 intervention is needed. 24 In short, in a Debian-based system you can ensure you have the needed bits
|
/external/webkit/Source/WebKit/gtk/docs/ |
D | GNUmakefile.am | 23 # Extra options to pass to gtkdoc-scangobj. Not normally needed. 38 # Extra options to supply to gtkdoc-fixref. Not normally needed. 66 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
|