/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
|
/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
|
/frameworks/base/docs/html/training/scheduling/ |
index.jd | 37 <li>Apps such as games or movie apps may need to keep the screen turned on.</p> 39 <li>Other applications may not need the screen to remain on, but they may require the CPU
|
/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/chromium_org/android_webview/buildbot/ |
deps_whitelist.py | 33 # Dependencies that need to be merged into the Android tree. 123 """Calculates the list of deps that need to be excluded from the deps_file 138 raise Exception('You need to specify a DEPS file path.') 146 raise Exception('You need to specify a DEPS file path.') 152 """Calculates the list of deps that need to be merged into the Android tree 157 """Calculates the list of deps that need to be checked for Android license
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_rasterizer.c | 70 /* need this for draw module. */ 73 /* light_twoside - XXX: need fragment shader variant */ 162 /* Always need the draw module to work out different 181 * translation, but otherwise need the draw module: 194 /* If we are decomposing to lines, and lines need the pipeline, 195 * then we also need the pipeline for tris.
|
/external/chromium_org/third_party/sqlite/src/src/ |
table.c | 46 int need; /* Slots needed in p->azResult[] */ local 51 ** we need to remember from this invocation of the callback. 54 need = nCol*2; 56 need = nCol; 58 if( p->nData + need > p->nAlloc ){ 60 p->nAlloc = p->nAlloc*2 + need;
|
/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/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_rasterizer.c | 70 /* need this for draw module. */ 73 /* light_twoside - XXX: need fragment shader variant */ 162 /* Always need the draw module to work out different 181 * translation, but otherwise need the draw module: 194 /* If we are decomposing to lines, and lines need the pipeline, 195 * then we also need the pipeline for tris.
|
/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/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 319 "Need BLUETOOTH ADMIN permission"); 337 "Need BLUETOOTH ADMIN permission"); 349 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); 354 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); 359 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); 365 "Need BLUETOOTH_ADMIN permission"); 375 "Need BLUETOOTH_ADMIN permission"); 383 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); 394 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); 395 // It seem that we really need to check the AudioOn state [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
FillLayer.cpp | 166 // We need to fill in the remaining values with the pattern specified. 181 // We need to fill in the remaining values with the pattern specified. 196 // We need to fill in the remaining values with the pattern specified. 207 // We need to fill in the remaining values with the pattern specified. 218 // We need to fill in the remaining values with the pattern specified. 229 // We need to fill in the remaining values with the pattern specified. 240 // We need to fill in the remaining values with the pattern specified. 251 // We need to fill in the remaining values with the pattern specified. 262 // We need to fill in the remaining values with the pattern specified. 273 // We need to fill in the remaining values with the pattern specified [all...] |
/external/chromium_org/tools/grit/grit/gather/ |
chrome_html_unittest.py | 45 <!-- Don't need a body. --> 79 <!-- Don't need a body. --> 213 <!-- Don't need a body. --> 243 <!-- Don't need a body. --> 260 <!-- Don't need a body. --> 290 <!-- Don't need a body. --> 307 <!-- Don't need a body. --> 344 <!-- Don't need a body. --> 364 <!-- Don't need a body. --> 400 <!-- Don't need a body. -- [all...] |
/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/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializerImpl.h | 74 // The parameter specifies which frame need to be serialized. 75 // The parameter recursive_serialization specifies whether we need to 93 // Specified frame which need to be serialized; 109 // Flag indicates whether we have collected all frames which need to be 114 // Vector for saving all frames which need to be serialized. 129 // This meta element need to be skipped when serializing DOM. 144 // Collect all target frames which need to be serialized.
|