Searched
full:past (Results
476 -
500 of
3189) sorted by null
<<11121314151617181920>>
/sdk/emulator/qtools/ |
decoder.cpp | 218 fprintf(stderr, "%s: decoding past end of file.\n", filename_); 242 fprintf(stderr, "%s: decoding past end of file.\n", filename_);
|
/external/clang/test/SemaCXX/ |
constant-expression-cxx11.cpp | 408 constexpr char c2 = "nasty index"[12]; // expected-error {{must be initialized by a constant expression}} expected-warning {{is past the end}} expected-note {{read of dereferenced one-past-the-end pointer}} 433 int n : "foo"[4]; // expected-error {{constant expression}} expected-note {{read of dereferenced one-past-the-end pointer is not allowed in a constant expression}} 448 static_assert(t.c[6] == 0, ""); // expected-error {{constant expression}} expected-note {{one-past-the-end}} 472 static_assert(f[6] == 0, ""); // expected-error {{constant expression}} expected-note {{one-past-the-end}} 492 *xs, // expected-note {{read of dereferenced one-past-the-end pointer}} 512 constexpr int xs5 = p[2]; // expected-error {{constant expression}} expected-note {{read of dereferenced one-past-the-end pointer}} 520 static_assert(zs[0][0][0][2] == 3, ""); // expected-error {{constant expression}} expected-note {{read of dereferenced one-past-the-end pointer}} 525 constexpr int err_zs_1_2_0_0 = zs[1][2][0][0]; // expected-error {{constant expression}} expected-note {{cannot access array element of pointer past the end}} 700 static_assert(agg1.arr[5] == 0, ""); // expected-error {{constant expression}} expected-note {{read of dereferenced one-past-the-end} [all...] |
/bionic/libc/arch-arm/bionic/ |
memcmp16.S | 106 * read past the buffer (and segfault) if we're not careful.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
FieldPackerTest.java | 158 // Skip allows us to move 1 past the final element in the FieldPacker
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 320 /* advance past the closer and build a return token */ 407 /* advance past it and try the next character */ 416 /* found one -- advance past it and return a token for it */ 468 /* advance past it */
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 39 /** {@code non-null;} array containing addresses for the end (just past the
|
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 39 /** {@code non-null;} array containing addresses for the end (just past the
|
/dalvik/libdex/ |
DexUtf.h | 79 * valid as part of a member name, updating the pointer to point past
|
OptInvocation.cpp | 115 * be positioned just past the header, and the place where the DEX data
|
/device/lge/mako/ |
WCNSS_qcom_cfg.ini | 251 # Note: Configuration parser would not read anything past the END marker
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeNodeStream.as | 41 * i<0 indicates nodes in the past. So LT(-1) is previous node, but
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeNodeStream.cs | 48 * i<0 indicates nodes in the past. So LT(-1) is previous node, but
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeNodeStream.cs | 51 * i<0 indicates nodes in the past. So LT(-1) is previous node, but
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 50 * i<0 indicates nodes in the past. So LT(-1) is previous node, but
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 42 * i<0 indicates nodes in the past. So LT(-1) is previous node, but
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/ |
TestRewriteRuleTokenStream.m | 116 @"stream iteration past element count (single element) should not throw exception"
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.c | 128 /* skip past '=' */
|
/external/bzip2/ |
bzmore.1 | 102 Erasing back past the first column cancels the search command.
|
/external/chromium/base/i18n/ |
break_iterator.h | 83 // Advance to the next break. Returns false if we've run past the end of
|
/external/chromium/base/ |
time_mac.cc | 21 // there are already cookie expiration dates, etc., past that time out in
|
utf_string_conversion_utils.cc | 86 // CBU8_APPEND_UNSAFE will advance our pointer past the inserted character, so
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.cc | 130 attrs += 2; // We peeked at attrs[0] and attrs[1], skip past both.
|
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker_unittest.cc | 190 // Set timestamp on _locales/en_US/messages.json into the past.
|
/external/chromium/chrome/browser/password_manager/ |
native_backend_kwallet_x.h | 109 // read old pickles. (Note: do not eat old pickles past the expiration date.)
|
/external/chromium/chrome/browser/sync/sessions/ |
status_controller_unittest.cc | 106 // nature of status_controller.cc (we have had bugs in the past where a set_foo
|
Completed in 394 milliseconds
<<11121314151617181920>>