/external/chromium_org/chrome/browser/resources/options/ |
password_manager_list.js | 47 // the URL path past the top-level domain and ensures that a scheme (e.g., 224 // the URL path past the top-level domain and ensures that a scheme (e.g.,
|
/external/chromium_org/rlz/lib/ |
financial_ping.cc | 64 // Returns the time relative to a fixed point in the past in multiples of 65 // 100 ns stepts. The point in the past is arbitrary but can't change, as the
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCPageMap.h | 146 // Advance key past whatever is covered by this leaf node 256 // Advance key past whatever is covered by this leaf node
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.js | 114 // Returns [end, sum], where end is one past the last rectangle and sum is the 227 // end points one past where we ended, which is where we want to
|
/external/chromium_org/third_party/icu/source/common/ |
util.h | 98 * skipWhitespace(text, start, limit) will advance start past leading 100 * will back up limit past trailing whitespace.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
stdnmtst.c | 204 /* one past the list of all names must return NULL */ 207 log_err("FAIL: uenum_next(past the list) did not return NULL[0] with U_SUCCESS(). name=%s standard=%s len=%d err=%s\n", name, standard, len, u_errorName(err));
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
rune.c | 56 * past the incoming pointer. This is to avoid 59 * we'd need to read past str+length) then we'll set the Rune
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_cl.c | 332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */ 347 /* Check nextUpdate is valid and not more than nsec in the past */
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pagemap.h | 176 // Advance key past whatever is covered by this leaf node 290 // Advance key past whatever is covered by this leaf node
|
/external/chromium_org/tools/gn/ |
tokenizer.cc | 244 Advance(); // Advance past initial " 254 Advance(); // Skip past last "
|
/external/chromium_org/tools/grit/grit/ |
grd_reader_unittest.py | 179 # Check if the ID is set to the name. In the past, there was a bug 207 # Check if the ID is set to the name. In the past, there was a bug
|
/external/clang/test/CodeGenCXX/ |
partial-destruction.cpp | 151 // CHECK: [[PAST:%.*]] = phi [[A]]* [ [[CUR]], {{%.*}} ], [ [[DEL:%.*]], {{%.*}} ] 152 // CHECK-NEXT: [[DEL]] = getelementptr inbounds [[A]]* [[PAST]], i64 -1
|
/external/dropbear/ |
buffer.c | 194 * This allows writing past the used length, but not past the size */
|
/external/icu4c/common/ |
util.h | 97 * skipWhitespace(text, start, limit) will advance start past leading 99 * will back up limit past trailing whitespace.
|
/external/icu4c/test/cintltst/ |
stdnmtst.c | 204 /* one past the list of all names must return NULL */ 207 log_err("FAIL: uenum_next(past the list) did not return NULL[0] with U_SUCCESS(). name=%s standard=%s len=%d err=%s\n", name, standard, len, u_errorName(err));
|
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 25 /// extends past that of the ArrayRef. For this reason, it is not in general 171 /// extends past that of the MutableArrayRef. For this reason, it is not in
|
/external/llvm/include/llvm/Support/ |
StreamableMemoryObject.h | 93 /// isObjectEnd - Returns true if the address is one past the end of the 127 /// remaining bytes down by s. This is used to skip past the bitcode header,
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */ 347 /* Check nextUpdate is valid and not more than nsec in the past */
|
/external/protobuf/src/google/protobuf/ |
wire_format.h | 147 // Returns a pointer past the last written byte. 161 // Returns a pointer past the last written byte.
|
/frameworks/av/include/media/ |
AudioSystem.h | 69 // in the past inPastMs milliseconds 72 // on the specified stream or have been active in the past inPastMs milliseconds. Remote
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
int_lpc.cpp | 100 4th subfr. of past frame (M) 175 Word16 lsp_old[], /* i : LSP vector at the 4th subfr. of past frame (M) */ 247 4th subfr. of past frame (M) 312 Word16 lsp_old[], /* i : LSP vector at the 4th subfr. of past frame (M) */ 362 4th subfr. of past frame (M) 436 Word16 lsp_old[], /* input : LSP vector at the 4th SF of past frame */ 510 4th subfr. of past frame (M) 573 Word16 lsp_old[], /* input : LSP vector at the 4th SF of past frame */
|
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 199 * Get an estimator for the movements of a pointer using past movements of the 223 * Past estimated positions are at negative times and future estimated positions
|
/frameworks/native/services/surfaceflinger/ |
DispSync.cpp | 169 // allowing any past events to fire. Because 172 // event time to a half a period in the past.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 455 * which case we try the node one past. We don't check any 460 SNode past = s.next; local 461 if (past != null && past.isCancelled()) 462 past = past.next; 466 while ((p = head) != null && p != past && p.isCancelled()) 470 while (p != null && p != past) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unordered_set.h | 253 * Returns a read-only (constant) iterator that points one past the last 274 * Returns a read-only (constant) iterator that points one past the last 513 * past-the-end ( @c end() ) iterator. 607 * @brief Returns a read-only (constant) iterator pointing to one past 858 * Returns a read-only (constant) iterator that points one past the last 879 * Returns a read-only (constant) iterator that points one past the last [all...] |