Searched
full:have (Results
676 -
700 of
39030) sorted by null
<<21222324252627282930>>
/dalvik/dx/tests/086-ssa-edge-split/ |
Blort.java | 44 * Current SSA form requires each move-exception block to have 57 * a result needs to have a unique successor. This appies
|
/dalvik/vm/alloc/ |
WriteBarrier.h | 35 * All of the Object may have changed. 44 * or equal to start and strictly less than end, have been written,
|
/dalvik/vm/mterp/armv5te/ |
OP_FLOAT_TO_INT.S | 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */ 11 * We have to clip values to int min/max per the specification. The
|
/dalvik/vm/mterp/armv6t2/ |
OP_FLOAT_TO_INT.S | 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */ 11 * We have to clip values to int min/max per the specification. The
|
/dalvik/vm/native/ |
dalvik_bytecode_OpcodeInfo.cpp | 20 * This file mostly exists in its current form so that we don't have 21 * to have duplicate definitions for things both in libcore and in
|
/external/bison/m4/ |
mbswidth.m4 | 37 [Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.]) 56 [Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0 otherwise.])
|
strndup.m4 | 16 # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. 39 [Define if you have the strndup() function and it works.])
|
/external/bluetooth/glib/ |
HACKING | 1 If you want to hack on the GLib project, you'll need to have the 27 Before running autogen.sh or configure, make sure you have libtool
|
/external/bluetooth/glib/docs/reference/ |
README | 19 To build the documentation, you must have the gtk-doc 21 you must have the current version of the GLib
|
/external/bluetooth/glib/glib/gnulib/ |
README | 16 All files have been modified to include g-gnulib.h. 32 have been written by me. printf.[hc] contain implementations of the
|
/external/checkpolicy/ |
parse_util.h | 16 * You should have received a copy of the GNU Lesser General Public 29 * policydb must already have been created and configured (e.g.,
|
/external/chromium/base/win/ |
win_util_unittest.cc | 33 // The test is somewhat silly, because the Vista bots some have UAC enabled 34 // and some have it disabled. At least we check that it does not crash.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_mac.mm | 42 // At this point, other processes may have a reference to 46 // as we might have been deleted.
|
/external/chromium/chrome/browser/autofill/ |
credit_card_field.h | 32 // Occasionally pages have separate fields for the cardholder's first and 37 // than for ordinary names, and because cardholder names never have titles,
|
/external/chromium/chrome/browser/ |
oom_priority_manager.h | 22 // The algorithm used favors killing tabs that are not pinned, have 26 // them, as no two tabs will have exactly the same idle time.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 30 // CASE B: we have a hoverButton_ but it is different from the new button. 33 // Note that we only schedule the open or close if we have no other tasks 44 // CASE C: we don't have a current hoverButton_ but we have dragged onto 50 // CASE D: We have a hoverButton_ but we've moved onto an area that 53 // or closing if we don't alrealy have once in progress. 55 // Intiate close only if we have not already done so. 64 // CASE E: We have neither a hoverButton_ nor a new button that requires
|
/external/chromium/chrome/browser/ui/cocoa/ |
hung_renderer_controller_unittest.mm | 35 // We can't test killing a process because we have no running 43 // We can't test waiting because we have no running process to wait
|
hyperlink_button_cell.h | 10 // and to have the pointingHand cursor on mouse over. 14 // 2. Double click on the button so you have the cell component selected.
|
/external/chromium/chrome/browser/ui/webui/ |
bookmarks_ui.cc | 31 NOTREACHED() << "We should never get here since the extension should have" 38 NOTREACHED() << "We should never get here since the extension should have"
|
keyboard_ui.cc | 39 NOTREACHED() << "We should never get here since the extension should have" 46 NOTREACHED() << "We should never get here since the extension should have"
|
/external/chromium/chrome/common/web_resource/ |
web_resource_unpacker.cc | 14 "Data from web resource server does not have expected format."; 24 // server. Change so the format is based on a template, once we have
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 21 // Those expected to fail (because we have passed a non-string parameter) 22 // will return |null|, whereas those that have called through to the C++
|
/external/chromium/third_party/libevent/ |
README | 26 The following people have helped with suggestions, ideas, code or 57 If I have forgotten your name, please contact me.
|
/external/chromium/webkit/glue/ |
image_decoder.h | 14 // Note to future: This class should be deleted. We should have our own nice 19 // Use the constructor with desired_size when you think you may have an .ico
|
/external/clang/test/CXX/basic/basic.types/ |
p10.cpp | 28 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-literal type 'const Incomplete'}} 29 constexpr Incomplete incomplete2[] = {}; // expected-error {{constexpr variable cannot have non-literal type 'Incomplete const[]'}} 35 constexpr int f(); // expected-error {{non-literal type 'UserProvDtor' cannot have constexpr members}} 41 constexpr int f(); // expected-error {{non-literal type 'NonTrivDtor' cannot have constexpr members}} 74 constexpr int f(); // expected-error {{non-literal type 'CopyCtorOnly' cannot have constexpr members}} 78 constexpr int f(); // expected-error {{non-literal type 'MoveCtorOnly' cannot have constexpr members}} 86 // We have a special-case diagnostic for classes with virtual base classes. 107 constexpr int f() { return 0; } // expected-error {{non-literal type 'NonLitBase' cannot have constexpr members}}
|
Completed in 1584 milliseconds
<<21222324252627282930>>