HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 51 - 75 of 1449) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/net/
net_resource_provider.h 9 namespace base { namespace
16 base::StringPiece NetResourceProvider(int key);
  /external/chromium/chrome/common/
time_format.h 11 #include "base/string16.h"
15 namespace base { namespace
28 static string16 TimeElapsed(const base::TimeDelta& delta);
31 static string16 TimeRemaining(const base::TimeDelta& delta);
34 static string16 TimeRemainingShort(const base::TimeDelta& delta);
49 static string16 RelativeDate(const base::Time& time,
50 const base::Time* optional_midnight_today);
  /external/chromium/crypto/
mac_security_services_lock.h 9 namespace base { namespace
21 base::Lock& GetMacSecurityServicesLock();
  /external/chromium/net/base/
x509_openssl_util.h 15 namespace base { namespace
17 } // namespace base
22 // into more convenient std / base datatypes.
34 bool ParseDate(ASN1_TIME* x509_time, base::Time* time);
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.h 11 #include "base/string16.h"
13 namespace base { namespace
23 const base::Time& current_time,
ftp_directory_listing_parser_netware.h 11 #include "base/string16.h"
13 namespace base { namespace
24 const base::Time& current_time,
ftp_util.h 11 #include "base/string16.h"
13 namespace base { namespace
42 const base::Time& current_time,
43 base::Time* result);
  /external/chromium/webkit/glue/
scoped_clipboard_writer_glue.h 8 #include "ui/base/clipboard/scoped_clipboard_writer.h"
12 namespace base { namespace
28 base::SharedMemory* shared_buf_;
  /external/guava/guava/src/com/google/common/base/
package-info.java 28 * <li>{@link com.google.common.base.Ascii}
29 * <li>{@link com.google.common.base.CaseFormat}
30 * <li>{@link com.google.common.base.CharMatcher}
31 * <li>{@link com.google.common.base.Charsets}
32 * <li>{@link com.google.common.base.Joiner}
33 * <li>{@link com.google.common.base.Splitter}
34 * <li>{@link com.google.common.base.Strings}
40 * <li>{@link com.google.common.base.Function},
41 * {@link com.google.common.base.Functions}
42 * <li>{@link com.google.common.base.Predicate}
    [all...]
  /external/oprofile/libutil++/
path_filter.cpp 40 string const base = op_basename(str); local
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base));
48 cit = find_if(include.begin(), include.end(), fnmatcher(base));
  /external/v8/test/mjsunit/
string-compare-alignment.js 32 var base = variable
35 var s1 = base.substring(0, 64);
36 var s2 = base.substring(66, 130);
toint32.js 86 var base = Math.pow(2, 64); variable
87 assertEquals(0, toInt32(base + 0));
88 assertEquals(0, toInt32(base + 1117));
89 assertEquals(4096, toInt32(base + 2234));
90 assertEquals(4096, toInt32(base + 3351));
91 assertEquals(4096, toInt32(base + 4468));
92 assertEquals(4096, toInt32(base + 5585));
93 assertEquals(8192, toInt32(base + 6702));
94 assertEquals(8192, toInt32(base + 7819));
95 assertEquals(8192, toInt32(base + 8936))
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 1 description('Tests that when an href attribute is set, the href is no longer subject to updates to the document base URI.');
4 var base = document.createElement('base'); variable
5 document.head.appendChild(base);
8 debug("Search attribute, update document base URI without attribute having been set");
9 base.href = "http://old_base/";
11 base.href = "http://new_base/";
14 debug("Search attribute, update document base URI after attribute has been set");
15 base.href = "http://old_base/";
18 base.href = "http://new_base/"
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 32 char *base = last_component (file); local
38 if (! *base)
39 base = file;
40 base_lim = base + base_len (base);
  /bionic/libc/stdlib/
bsearch.c 41 * the base up one item past p: e.g., when lim is 5 we change base
52 const char *base = base0; local
57 p = base + (lim >> 1) * size;
60 base = (char *)p + size;
  /external/bison/lib/
basename.c 38 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); local
41 for (p = base; *p; p++)
53 if (ISSLASH (*base))
54 base = p - 1;
59 base = p;
63 return (char *) base;
  /external/chromium/base/
atomic_sequence_num.h 9 #include "base/atomicops.h"
10 #include "base/basictypes.h"
12 namespace base { namespace
17 explicit AtomicSequenceNumber(base::LinkerInitialized x) { /* seq_ is 0 */ }
21 base::subtle::NoBarrier_AtomicIncrement(&seq_, 1) - 1);
25 base::subtle::Atomic32 seq_;
29 } // namespace base
base_paths_mac.h 9 // This file declares Mac-specific path keys for the base module.
13 namespace base { namespace
23 } // namespace base
  /external/chromium/base/debug/
stack_trace.cc 5 #include "base/debug/stack_trace.h"
7 namespace base { namespace
21 } // namespace base
  /external/chromium/base/i18n/
bidi_line_iterator.h 11 #include "base/basictypes.h"
12 #include "base/string16.h"
14 namespace base { namespace
45 } // namespace base
char_iterator_unittest.cc 5 #include "base/i18n/char_iterator.h"
7 #include "base/utf_string_conversions.h"
10 namespace base { namespace
101 } // namespace base
time_formatting.h 12 #include "base/string16.h"
14 namespace base { namespace
56 } // namespace base
  /external/chromium/base/mac/
foundation_util.h 12 #include "base/logging.h"
32 namespace base { namespace
105 } // namespace base
os_crash_dumps.cc 5 #include "base/mac/os_crash_dumps.h"
10 #include "base/basictypes.h"
12 namespace base { namespace
45 } // namespace base
scoped_nsautorelease_pool.h 9 #include "base/basictypes.h"
19 namespace base { namespace
53 } // namespace base

Completed in 2678 milliseconds

1 23 4 5 6 7 8 91011>>