Home
last modified time | relevance | path

Searched refs:needs (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/external/bison/m4/
Dvasnprintf.m492 [Define if the vasnprintf implementation needs special code for
108 [Define if the vasnprintf implementation needs special code for
129 [Define if the vasnprintf implementation needs special code for
146 [Define if the vasnprintf implementation needs special code for
162 [Define if the vasnprintf implementation needs special code for
177 [Define if the vasnprintf implementation needs special code for
192 [Define if the vasnprintf implementation needs special code for the
207 [Define if the vasnprintf implementation needs special code for the
222 [Define if the vasnprintf implementation needs special code for the
237 [Define if the vasnprintf implementation needs special code for
[all …]
Dstat.m460 AC_DEFINE([REPLACE_FUNC_STAT_DIR], [1], [Define to 1 if stat needs
65 AC_DEFINE([REPLACE_FUNC_STAT_FILE], [1], [Define to 1 if stat needs
/external/clang/test/Analysis/
Dobjc_invalidation.m176 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated}}
177 // expected-warning@-3 {{Instance variable MultipleProtocols needs to be invalidated}}
178 // expected-warning@-4 {{Instance variable MultInheritance needs to be invalidated}}
179 // expected-warning@-5 {{Property SynthIvarProp needs to be invalidated or set to nil}}
180 // expected-warning@-6 {{Instance variable _Ivar3 needs to be invalidated}}
181 // expected-warning@-7 {{Instance variable _Ivar4 needs to be invalidated}}
182 // expected-warning@-8 {{Instance variable Ivar5 needs to be invalidated or set to nil}}
183 // expected-warning@-9 {{Instance variable Ivar13 needs to be invalidated or set to nil}}
254 // expected-warning@-2 {{Property foobar15_warn needs to be invalidated; no invalidation method is …
263 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated; no invalidation method is…
[all …]
/external/valgrind/main/coregrind/
Dm_tooliface.c85 VgNeeds VG_(needs) = {
210 VG_(needs).need = True; \
222 VG_(needs).superblock_discards = True; in NEEDS()
239 VG_(needs).tool_errors = True; in VG_()
258 VG_(needs).command_line_options = True; in VG_()
268 VG_(needs).client_requests = True; in VG_()
277 VG_(needs).syscall_wrapper = True; in VG_()
287 VG_(needs).sanity_checks = True; in VG_()
306 VG_(needs).malloc_replacement = True; in VG_()
322 VG_(needs).xml_output = True; in VG_()
[all …]
Dm_main.c278 if (VG_(needs).malloc_replacement) { in usage_NORETURN()
296 if (VG_(needs).command_line_options) in usage_NORETURN()
307 if (VG_(needs).command_line_options) in usage_NORETURN()
753 else if ( ! VG_(needs).command_line_options in main_process_cmd_line_options()
801 !VG_(needs).core_errors && !VG_(needs).tool_errors) { in main_process_cmd_line_options()
809 if (VG_(clo_xml) && !VG_(needs).xml_output) { in main_process_cmd_line_options()
1068 (VG_(needs).core_errors || VG_(needs).tool_errors)) { in main_process_cmd_line_options()
2323 if (VG_(needs).core_errors || VG_(needs).tool_errors) { in valgrind_main()
2466 && (VG_(needs).core_errors || VG_(needs).tool_errors)) { in shutdown_actions_NORETURN()
2471 if (VG_(needs).core_errors || VG_(needs).tool_errors) in shutdown_actions_NORETURN()
[all …]
/external/llvm/lib/Target/MBlaze/
DTODO1 * Writing out ELF files is close to working but the following needs to
9 needs to be examined more closely:
10 - The stack layout needs to be examined to make sure it meets
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp347 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getLineInfoForAddress()
359 if (Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getLineInfoForAddress()
362 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getLineInfoForAddress()
380 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getLineInfoForAddressRange()
397 if (!Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getLineInfoForAddressRange()
406 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getLineInfoForAddressRange()
450 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getInliningInfoForAddress()
454 if (Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getInliningInfoForAddress()
456 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getInliningInfoForAddress()
/external/openssl/crypto/des/
Dtypemap15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
22 croak(\"$var needs to be at least %u bytes long\",
/external/chromium/chrome/browser/history/
Dhistory_indexer.idl37 // |begin_time| - Represents the start time from which the history needs to be
39 // |end_time| - Represents the end time until when the history needs to be
41 // If both begin_time and end_time are '0', full user history needs to be
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dbubble_decoration.mm17 // The image needs to be in the same position as for the location
18 // icon, which implies that the bubble's padding in the Omnibox needs
24 // Omnibox corner radius is |4.0|, this needs to look tight WRT that.
58 // The bubble needs to take up an integral number of pixels.
/external/webkit/Source/WebCore/dom/
DNodeRareData.h129 …eedsFocusAppearanceUpdateSoonAfterAttach(bool needs) { m_needsFocusAppearanceUpdateSoonAfterAttach… in setNeedsFocusAppearanceUpdateSoonAfterAttach() argument
/external/chromium/build/
Dgrit_target.gypi14 # If the target is a direct binary, it needs to be able to find the header,
16 # dir needs to be set on anything that depends on this action.
/external/icu4c/test/testdata/
Dtestnorm.txt65 E002=E001 308 # recursive mapping needs reordering
66 E003>62 307 327 337 # mapping needs reordering
/external/eigen/doc/
DD07_PassingByValue.dox15 needs to be rewritten as follows, passing v by reference:
31 This function also needs to be rewritten like this:
/external/v8/tools/oom_dump/
DREADME3 To build one needs a google-breakpad checkout
6 First, one needs to build and install breakpad itself. For instructions
/external/valgrind/main/docs/internals/
Dm_replacemalloc.txt11 of all the core functions (and variables) that it needs to access. It then
12 uses a client request each time it needs to call one of these.
/external/iptables/extensions/
Dlibxt_MARK.man2 It can, for example, be used in conjunction with routing based on fwmark (needs
3 iproute2). If you plan on doing so, note that the mark needs to be set in the
/external/libpcap/
DTODO16 what needs to be documented.
22 problems at the first glance which needs fixing:
/external/llvm/test/Transforms/SimplifyCFG/
Dvolatile-phioper.ll6 ; Essentially, volatile needs to be backdoor that tells the optimizer
8 ; needs to expose the volatile access to the platform.
/external/llvm/test/CodeGen/ARM/
Dvcvt.ll161 ; instructions as expensive. If lowering is improved the cost model needs to
184 ;; is improved the cost needs to change.
205 ;; is improved the cost needs to change.
226 ;; is improved the cost needs to change.
255 ;; is improved the cost needs to change.
284 ;; is improved the cost needs to change.
/external/llvm/test/CodeGen/XCore/
Dladd_lsub_combine.ll3 ; Only needs one ladd
16 ; Only needs one lsub and one neg
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
D_README.txt12 feedManipulation.sh (and .xml) and create a copy similar to suit your needs.
37 a feed change. You can customize the response to suit your needs.
/external/e2fsprogs/debian/attic/
De2fslibsg-dev.menu1 ?package(e2fslibsg-dev):needs="dwww" section="Apps/Programming"\
/external/webkit/LayoutTests/fast/encoding/
Dutf-32-little-endian-bom-expected.txt1 When dumped into a text file by the test controller, this needs to be viewed as UTF-8:
Dutf-32-big-endian-nobom-expected.txt1 When dumped into a text file by the test controller, this needs to be viewed as UTF-8:

12345678910>>...30