HomeSort by relevance Sort by last modified time
    Searched full:need (Results 426 - 450 of 17805) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/memcheck/tests/
filter_xml 25 # Two problems - one is that you need -p to force perl to loop over
29 # The other is that as somebody else said you need to change the input
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 133 // If kerning changes, we need a relayout, to force SVGCharacterData to be recalculated in the SVGRootInlineBox.
137 // If resources change, we need a relayout, as the presence of resources influences the repaint rect.
141 // If markers change, we need a relayout, as marker boundaries are cached in RenderSVGPath.
169 // Some stroke properties, requires relayouts, as the cached stroke boundaries need to be recalculated.
178 // Only the stroke-opacity case remains, where we only need a repaint.
185 // Painting related properties only need repaints.
193 // If fill changes, we just need to repaint. Fill boundaries are not influenced by this, only by the Path, that RenderSVGPath contains.
197 // If gradient stops change, we just need to repaint. Style updates are already handled through RenderSVGGradientSTop.
FillLayer.cpp 134 // We need to fill in the remaining values with the pattern specified.
145 // We need to fill in the remaining values with the pattern specified.
156 // We need to fill in the remaining values with the pattern specified.
167 // We need to fill in the remaining values with the pattern specified.
178 // We need to fill in the remaining values with the pattern specified.
189 // We need to fill in the remaining values with the pattern specified.
200 // We need to fill in the remaining values with the pattern specified.
211 // We need to fill in the remaining values with the pattern specified.
222 // We need to fill in the remaining values with the pattern specified.
  /frameworks/compile/mclinker/lib/LD/
OutputSymbolTable.cpp 34 // so no need to do anything.
40 // so no need to do anything.
  /gdk/build/awk/
extract-pid.awk 32 # Need to escape the dots in the package name
37 # for every input dot. Finally, we need to escape each
  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 25 * callers need to adjust their behavior based on the exact failure.
45 * this if they need it.
GaiException.java 26 * callers need to adjust their behavior based on the exact failure.
46 * this if they need it.
  /sdk/common/src/com/android/annotations/
NonNullByDefault.java 36 * so you'll need to add @Nullable on it, which also is not right (since
37 * the method should have implied @NonNull and you do not need to check
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 44 For this application, it turns out we need a simple ``apply once''
48 As we visit each node, we need to see if any of our patterns match. If
51 application opportunity (we'll see below that we sometimes need to
69 correct node visitation order. In particular, we need to perform the
71 we need to reduce multiply-by-zero subtrees on the way up (postorder).
78 or both. In our case, we need to call @m applyOnce in both. On the way
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 40 For this application, it turns out we need a simple ``apply once''
44 As we visit each node, we need to see if any of our patterns match. If
47 application opportunity (we'll see below that we sometimes need to
65 correct node visitation order. In particular, we need to perform the
67 we need to reduce multiply-by-zero subtrees on the way up (postorder).
74 or both. In our case, we need to call @m applyOnce in both. On the way
  /external/bluetooth/glib/gobject/
gtypeplugin.c 76 * So basically, you need to implement a #GTypePlugin type that
77 * carries a use_count, once use_count goes from zero to one, you need
116 * @plugin. There should be no need to use this function outside of
135 * @plugin. There should be no need to use this function outside of
157 * There should be no need to use this function outside of the GObject
188 * #GTypePluginClass of @plugin. There should be no need to use this
  /frameworks/base/docs/html/sdk/installing/
index.jd 8 you need to set up your development environment.</p>
21 <p>Make a note of the name and location of the SDK directory on your system&mdash;you will need to
41 <p>Make a note of the name and location of the SDK directory on your system&mdash;you will need to
61 <p>Make a note of the name and location of the SDK directory on your system&mdash;you will need to
72 <li>If you need help installing and configuring Java on your
83 machine, you need to install the <code>ia32-libs</code> package using
  /external/elfutils/libdwfl/
segment.c 73 size_t need = need_start + need_end; local
74 if (need == 0)
77 if (dwfl->lookup_alloc - dwfl->lookup_elts < need)
110 memcpy (&dwfl->lookup_addr[i + need], &dwfl->lookup_addr[i],
111 need * sizeof dwfl->lookup_addr[0]);
112 memcpy (&dwfl->lookup_segndx[i + need], &dwfl->lookup_segndx[i],
113 need * sizeof dwfl->lookup_segndx[0]);
115 memcpy (&dwfl->lookup_module[i + need], &dwfl->lookup_module[i],
116 need * sizeof dwfl->lookup_module[0]);
134 dwfl->lookup_elts += need;
    [all...]
  /external/bison/m4/
gettext_gl.m4 32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
83 dnl the configure script would need to contain the same shell code
126 define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1)))
132 ]ifelse([$2], [need-formatstring-macros],
142 return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
164 ]ifelse([$2], [need-formatstring-macros]
    [all...]
  /external/openssh/
kex.c 408 u_int mode, ctos, need; local
453 need = 0;
456 if (need < newkeys->enc.key_len)
457 need = newkeys->enc.key_len;
458 if (need < newkeys->enc.block_size)
459 need = newkeys->enc.block_size;
460 if (need < newkeys->mac.key_len)
461 need = newkeys->mac.key_len;
463 /* XXX need runden? */
464 kex->we_need = need;
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 88 @ Standard gcc stack frame setup. We don't need to push the original
96 @ We need to push a variable number of arguments onto the stack.
100 @ In theory we don't need to keep sp -- we can do an ldmdb instead of
107 @ argv can't go into r0-r3 because we need to use it to load those.
119 @ to the stack. We need to push the last item in argv first, and we
157 @ In theory, we need to use the "return type" arg to figure out what
159 @ all we need to do is copy r0-r1 into the JValue union.
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 18 // We need add the |handler_| object into gtk widget hierarchy, so that
50 // We don't need to show the |handler| object on screen, so set its size to
63 // So we need hook these signal explicitly.
269 // handler, so we need stop the signal emission explicitly to prevent the
286 // handler, so we need stop the signal emission explicitly to prevent the
300 // handler, so we need stop the signal emission explicitly to prevent the
321 // handler, so we need stop the signal emission explicitly to prevent the
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.h 71 // The parameter specifies which frame need to be serialized.
72 // The parameter recursive_serialization specifies whether we need to
90 // Specified frame which need to be serialized;
106 // Flag indicates whether we have collected all frames which need to be
111 // Vector for saving all frames which need to be serialized.
126 // This meta element need to be skipped when serializing DOM.
141 // Collect all target frames which need to be serialized.
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 40 on mobile devices, you need to install the Android 1.1 SDK and port your existing Android
58 PATH variable to point to the SDK tools directory, then you'll need to update it to
62 <li>If (and only if) you are developing using Ant, you will also need to modify
77 need to update the ADT plugin. <p>You may also want to upgrade your
127 the Android 1.0 SDK, you will need to migrate your applications. After
130 framework and API changes. You'll need to update your code to match the
145 to the new SDK, note that you will need to uninstall the version of ApiDemos that comes
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_structs.h 11 * build-time. This layout may need to be updated whenever
62 * build-time. This layout may need to be updated whenever
96 * build-time. This layout may need to be updated whenever
123 * build-time. This layout may need to be updated whenever
154 * build-time. This layout may need to be updated whenever
192 * build-time. This layout may need to be updated whenever
228 * build-time. This layout may need to be updated whenever
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3rewritestreams.c 62 // so we can reuse it if we need to.
68 // need to clear any vector it has. This is so any
113 // need to clear any vector it has. This is so any
209 // Ok, we need to allocate a new one as there were none on the stack.
210 // First job is to create the memory we need.
261 // First job is to create the memory we need.
270 // Stream seems good so we need to add the supplied element
284 // First job is to create the memory we need.
293 // Stream seems good so we need to install the vector we were
313 // First job is to create the memory we need
    [all...]
  /external/icu4c/samples/layout/
readme.html 23 <h2>How do I build the layout demo?</h2>First, you need to build ICU,
30 <p>On Linux systems, you need to add the "--enable-layout=yes" option when
38 "make all". To build the layout demo on Linux, you'll need the
43 installs FreeType 1. If your system is different, you may need to add sym
50 <p>Before you can run the demo, you'll need to get the fonts it uses. For
52 them from the web. To do this, you'll need access to a computer running
64 directory from which you'll run the layout demo. On Windows, you'll need to
100 Thai, you'll need to find a font which contains the characters in that
157 file (e.g. "Times.TTF") If you're running on Windows, you'll need to install
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/
pom.xml 56 We need to have the ANTLR runtime jar when running and compiling.
69 Tell Maven which other artifacts we need in order to
99 Strictly speaking, we did not need to generate this for you from
121 for developers, who then do not need to download anything else or
122 remember that they need antlr.jar in their CLASSPATH and so
  /external/chromium/base/win/
object_watcher.cc 23 // The watcher may have already been torn down, in which case we need to
70 // We need to know if the current message loop is going away so we can
95 // If the watch has been posted, then we need to make sure it knows not to do
101 // need to take care to delete it here.
134 // Need to shutdown the watch so that we don't try to access the MessageLoop
  /external/expat/
README 26 you need to run a script that generates the configure script using the
27 GNU autoconf and libtool tools. To do this, you need to have
64 "make" options. Note that you need to have write permission into
112 "/usr/ccs/bin", which is not in the default PATH. You will need to
129 are links there to connect you to the bug reports page. If you need

Completed in 1773 milliseconds

<<11121314151617181920>>