HomeSort by relevance Sort by last modified time
    Searched full:need (Results 501 - 525 of 18991) sorted by null

<<21222324252627282930>>

  /external/skia/legacy/src/core/
SkRegionPriv.h 62 // We need to alloc & copy the current region before we call
70 // If we own the last reference at this point, we need to
  /external/smack/src/org/jivesoftware/smack/util/collections/
IterableMap.java 25 * There is no need to access the entry set or cast to Map Entry objects.
46 * There is no need to access the entry set or cast to Map Entry objects.
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali 25 #no need to test anything. If it didn't catch the exception, the test would fail
78 #no need to test anything. If it didn't catch the exception, the test would fail
  /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/base/docs/html/training/basics/data-storage/
index.jd 28 <p>Most Android apps need to save data, even if only to save information about the app state
30 non-trivial apps also need to save user settings, and some apps must manage large
  /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.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewDrawParams.java 35 // the background, we need to record the width and height of key preview that don't include
40 // padding. To align the more keys keyboard and the key preview we also need to record the
  /system/core/libsparse/
Android.mk 46 # Need a unique module name, but exe should still be called simg2img
67 # Need a unique module name, but exe should still be called simg2img
  /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/clang/docs/
Tooling.rst 5 Clang provides infrastructure to write tools that need syntactic and semantic
25 * need a stable interface that takes care to be backwards compatible
48 * need your tool to rerun if any of the dependencies change
50 * need full control over the Clang AST
57 * need to run over a specific subset of files in your project which is not
80 * want a stable interface so you don't need to change your code when the AST API
  /external/eigen/doc/
D11_UnalignedArrayAssert.dox 28 First of all, you need to find out where in your own code this assertion was triggered from. At first glance, the error message doesn't look helpful, as it refers to a file inside Eigen! However, since your program crashed, if you can reproduce the crash, you can get a backtrace using any debugger. For example, if you're using GCC, you can use the GDB debugger as follows:
35 Now that you know precisely where in your own code the problem is happening, read on to understand what you need to change.
52 then you need to read this separate page: \ref TopicStructHavingEigenMembers "Structures Having Eigen Members".
66 then you need to read this separate page: \ref TopicStlContainers "Using STL Containers with Eigen".
78 then you need to read this separate page: \ref TopicPassingByValue "Passing Eigen objects by value to functions".
94 then you need to read this separate page: \ref TopicWrongStackAlignment "Compiler making a wrong assumption on stack alignment".
  /external/smack/src/org/xbill/DNS/
DNSOutput.java 56 need(int n) { method in class:DNSOutput
111 need(1);
122 need(2);
149 need(4);
164 need(len);
188 need(1 + s.length);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PositionalInfoForUserDictPendingAddition.java 30 * The word we need to replace with will only be known after it's actually committed, so
63 * can be forgotten; it returns false if the replacement can't be made yet and we need to
76 * @return true if the edit has been successfully made, false if we need to try again later
80 // If we still don't know the actual word being added, we need to try again later.
86 // Not the same text field : we need to try again later. This happens when the addition
98 // If this was auto-capitalized, we need to restore the case before committing
  /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/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/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 11 * build-time. This layout may need to be updated whenever
68 * build-time. This layout may need to be updated whenever
102 * build-time. This layout may need to be updated whenever
130 * build-time. This layout may need to be updated whenever
162 * build-time. This layout may need to be updated whenever
200 * build-time. This layout may need to be updated whenever
236 * 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

Completed in 564 milliseconds

<<21222324252627282930>>