HomeSort by relevance Sort by last modified time
    Searched full:past (Results 1 - 25 of 3189) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.html 14 <option value="hour">the past hour</option>
15 <option value="day">the past day</option>
16 <option value="week">the past week</option>
17 <option value="4weeks">the past four weeks</option>
  /external/chromium_org/chrome_frame/
BRANDING 3 PRODUCT_DESCRIPTION=Chrome Frame renders the Web of the future in the browsers of the past. It's like strapping a rocket engine to a minivan.
  /external/clang/test/SemaCXX/
array-bounds.cpp 11 y[2] = 2; // expected-warning {{array index 2 is past the end of the array (which contains 2 elements)}}
12 z[1] = 'x'; // expected-warning {{array index 1 is past the end of the array (which contains 1 element)}}
13 w[0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1 element)}}
14 v[0][0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1 element)}}
15 return x[2] + // expected-warning {{array index 2 is past the end of the array (which contains 2 elements)}}
17 x[sizeof(x)] + // expected-warning {{array index 8 is past the end of the array (which contains 2 elements)}}
18 x[sizeof(x) / sizeof(x[0])] + // expected-warning {{array index 2 is past the end of the array (which contains 2 elements)}}
20 x[sizeof(x[2])]; // expected-warning {{array index 4 is past the end of the array (which contains 2 elements)}}
34 int val = a[3]; // expected-warning {{array index 3 is past the end of the array (which contains 2 elements)}}
47 u.a[3] = 1; // expected-warning {{array index 3 is past the end of the array (which contains 2 elements)}
    [all...]
array-bounds-ptr-arith.cpp 10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}}
25 swallow((char*)numbers + 60); // expected-warning {{refers past the end of the array}}
29 swallow(buffer + sizeof("Hello")-1); // expected-warning {{refers past the end of the array}}
31 if (n > 0 && n <= 6) swallow(buffer + 6 - n); // expected-warning {{refers past the end of the array}}
pragma-visibility.cpp 7 // GCC 4.6 accepts this, but the "hidden" leaks past the namespace end.
  /external/clang/test/CodeGen/
PR2743-reference-missing-static.c 5 /* CodeGen should handle this even if it makes it past
builtin-recursive.cc 3 // This used to cause a read past the end of a global variable.
  /external/chromium_org/chrome/common/
autocomplete_match_type.h 15 HISTORY_URL, // A past page whose URL contains the input.
16 HISTORY_TITLE, // A past page whose title contains the input.
17 HISTORY_BODY, // A past page whose body contains the input.
18 HISTORY_KEYWORD, // A past page whose keyword contains the
23 SEARCH_HISTORY, // A past search (with the default engine)
  /external/replicaisland/res/xml/
level_tree.xml 14 <level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_time" past="true">
32 <level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_time" past="true">
46 <level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/level_1_1_time" past="true">
55 <level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/level_1_2_time" past="true"/>
56 <level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/level_1_3_time" past="true">
73 <level resource="@raw/level_2_1_grass" title = "@string/level_2_1_grass" time = "@string/level_2_1_time" past="true">
79 <!-- <level resource="@raw/level_1_4_island" title = "@string/level_1_4_island" past="true" time = "@string/level_1_4_time"/> -->
91 <level resource="@raw/level_1_5_island" title = "@string/level_1_5_island" past="true" time = "@string/level_1_5_time">
97 <level resource="@raw/level_2_2_grass" title = "@string/level_2_2_grass" past="true" time = "@string/level_2_2_time"/>
98 <level resource="@raw/level_2_3_grass" title = "@string/level_2_3_grass" past="true" time = "@string/level_2_3_time"
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
autoscroll-when-outside-window.html 3 <p>Click somewhere in this text, then quickly drag past the bottom of the window and hold still to allow auto-scrolling to happen.</p>
  /external/chromium_org/chrome/browser/performance_monitor/
process_metrics_history.h 31 // Gather metrics for the process and accumulate with past data.
42 // Average CPU over all the past sampling points since last reset.
47 // Average mem usage over all the past sampling points since last reset.
  /external/llvm/test/Transforms/InstSimplify/
past-the-end.ll 4 ; Check some past-the-end subtleties.
18 ; Comparing past-the-end addresses of two distinct globals. Never equal.
30 ; Comparing past-the-end addresses of one global to the base address
52 ; Comparing past-the-end addresses of two distinct allocas. Never equal.
66 ; Comparing past-the-end addresses of one alloca to the base address
  /dalvik/libdex/
Leb128.cpp 25 * just past the end of the read value and also indicating whether the
29 * passed as non-NULL and bytes would need to be read past the limit,
47 * just past the end of the read value and also indicating whether the
51 * passed as non-NULL and bytes would need to be read past the limit,
DexClass.h 60 * given data pointer to point past the end of the read data and
66 * given data pointer to point past the end of the read data and
80 * given data pointer to point past the end of the read data and
94 * the given data pointer to point past the end of the read data. This
119 * updates the given data pointer to point past the end of the read
130 * given data pointer to point past the end of the read data.
146 * given data pointer to point past the end of the read data.
  /external/chromium/chrome/browser/
browser_trial.h 15 // define current and past trials.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
terminate.js 21 // make it past the preceding hang.
  /external/chromium/net/ftp/
ftp_response_info.h 24 // For cached responses, this time could be "far" in the past.
28 // responses, this time could be "far" in the past.
  /external/chromium_org/net/ftp/
ftp_response_info.h 23 // For cached responses, this time could be "far" in the past.
27 // responses, this time could be "far" in the past.
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 46 * past the beginning or end of the sequence.
68 * @return the index one past the last character of the iteration.
91 * index would be past the end.
99 * previous index would be past the beginning.
110 * past the end.
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 62 // Advance past this empty tag.
68 // Advance past opening element tag.
80 // Advance past ending element tag.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java 27 * that further calls to update will include message content past what is recoverable.
  /external/clang/test/CodeGenObjCXX/
arc-new-delete.mm 78 // CHECK: [[PAST:%.*]] = phi i8** [ [[END]], {{%.*}} ], [ [[CUR:%.*]],
79 // CHECK-NEXT: [[CUR]] = getelementptr inbounds i8** [[PAST]], i64 -1
89 // CHECK: [[PAST:%.*]] = phi i8** [ [[END]], {{%.*}} ], [ [[CUR:%.*]],
90 // CHECK-NEXT: [[CUR]] = getelementptr inbounds i8** [[PAST]], i64 -1
  /external/icu4c/
configure.mk 5 # This should become unnecessary for autoconf past 2.63
  /external/tcpdump/
cpack.c 94 /* Move pointer past the u_int64_t. */
110 /* Move pointer past the u_int32_t. */
126 /* Move pointer past the u_int16_t. */
141 /* Move pointer past the u_int8_t. */
  /external/chromium_org/third_party/leveldatabase/src/util/
logging.h 35 // If *in starts with "c", advances *in past the first character and
40 // advances "*in" past the consumed number and sets "*val" to the

Completed in 2295 milliseconds

1 2 3 4 5 6 7 8 91011>>