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

<<21222324252627282930>>

  /external/chromium/net/base/
net_log.h 12 #include "base/basictypes.h"
13 #include "base/memory/ref_counted.h"
17 namespace base { namespace
42 #include "net/base/net_log_event_type_list.h"
57 #include "net/base/net_log_source_type_list.h"
78 // Base class for associating additional parameters with an event. Log
81 class EventParameters : public base::RefCountedThreadSafe<EventParameters> {
123 const base::TimeTicks& time,
137 static std::string TickCountToString(const base::TimeTicks& time);
154 const base::TimeTicks& time
    [all...]
  /external/chromium/third_party/libevent/test/
regress_rpc.c 133 struct evrpc_base *base = NULL; local
136 base = evrpc_init(http);
138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
143 *pbase = base;
150 rpc_teardown(struct evrpc_base *base)
152 assert(EVRPC_UNREGISTER(base, Message) == 0);
153 assert(EVRPC_UNREGISTER(base, NeverReply) == 0);
155 evrpc_free(base);
180 struct evrpc_base *base = NULL local
263 struct evrpc_base *base = NULL; local
441 struct evrpc_base *base = NULL; local
512 struct evrpc_base *base = NULL; local
577 struct evrpc_base *base = NULL; local
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 31 typedef RecursiveASTVisitor<GCAttrsCollector> base; typedef in class:__anon4590::GCAttrsCollector
57 return base::TraverseDecl(D);
TransZeroOutPropsInDealloc.cpp 27 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base; typedef in class:__anon4596::ZeroOutInDeallocRemover
135 base::TraverseObjCMethodDecl(D);
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 84 struct base { struct in namespace:core_19754_example
85 base() {} function in struct:core_19754_example::base
86 base(const typename T::type1 &);
87 base(const typename T::type2 &);
92 wrap<typename T::base> base; member in struct:core_19754_example::type1
97 wrap<typename T::base> base; member in struct:core_19754_example::type2
101 typedef base<types> base; typedef in struct:core_19754_example::types
    [all...]
  /external/clang/utils/ABITest/
Enumeration.py 46 def base(line): function
51 return base(line)+index
61 while base(next)<=N:
69 #assert base(lo) <= N < base(hi)
71 if base(mid)<=N:
77 return line, N - base(line)
110 cornerSize = base(W)
  /external/clang/utils/VtableTest/
gen.cc 34 bool is_ambiguous(int s, int base) {
36 if ((base_present[base][i] & base_present[s][i]) == 1)
42 void add_bases(int s, int base) {
44 base_present[s][i] |= base_present[base][i];
48 if (!ret_types[base][i])
51 ret_types[s][i] = ret_types[base][i];
54 if (base_present[ret_types[base][i]][ret_types[s][i]])
55 // If the return type of the function from this base dominates
56 ret_types[s][i] = ret_types[base][i];
57 if (base_present[ret_types[s][i]][ret_types[base][i]]
91 int base = random() % (s-1) + 1; local
188 int base = bases[i]; local
    [all...]
  /external/compiler-rt/lib/asan/
asan_posix.cc 77 void* base = AsanMmapSomewhereOrDie(kAltStackSize, __FUNCTION__); local
78 altstack.ss_sp = base;
  /external/dbus/dbus/
dbus-server-socket.c 52 DBusServer base; /**< Parent class members. */ member in struct:DBusServerSocket
318 if (!_dbus_server_init_base (&socket_server->base,
328 if (!_dbus_server_add_watch (&socket_server->base,
337 _dbus_server_finalize_base (&socket_server->base);
  /external/doclava/src/com/google/doclava/
TodoFile.java 49 public static void setHDF(Data data, String base, SourcePositionInfo pos, String name,
51 data.setValue(base + ".pos", pos.toString());
52 data.setValue(base + ".name", name);
53 data.setValue(base + ".descr", descr);
83 String base = classBase + ".errors."; local
88 setHDF(data, base + errors, cl.position(), "&lt;class comment&gt;", MISSING);
98 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING);
112 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING);
127 setHDF(data, base + errors, f.position(), f.name(), MISSING);
141 setHDF(data, base + errors, f.position(), f.name(), MISSING)
    [all...]
  /external/e2fsprogs/intl/
localcharset.c 120 const char *base = "charset.alias"; local
123 /* Concatenate dir and base into freshly allocated file_name. */
126 size_t base_len = strlen (base);
134 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
  /external/elfutils/libdw/
dwarf_getlocation.c 403 Dwarf_Addr base = (Dwarf_Addr) -1; local
423 if (begin == (Elf64_Addr) -1l) /* Base address entry. */
425 base = end;
426 if (unlikely (base == (Dwarf_Addr) -1))
436 if (begin == (Elf32_Addr) -1) /* Base address entry. */
438 base = end;
457 if (base == (Dwarf_Addr) -1)
459 /* Fetch the CU's base address. */
462 /* Find the base address of the compilation unit. It will
464 the base address could be overridden by DW_AT_entry_pc. It'
    [all...]
  /external/freetype/include/freetype/
ftsystem.h 280 * base ::
323 unsigned char* base; member in struct:FT_StreamRec_
  /external/freetype/include/freetype/internal/
ftgloadr.h 87 FT_GlyphLoadRec base; member in struct:FT_GlyphLoaderRec_
125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \
130 ( (_count) == 0 || ((_loader)->base.outline.n_contours + \
151 /* add the current glyph to the base glyph */
  /external/freetype/src/sfnt/
ttkern.c 198 FT_Byte* base = p; local
199 FT_Byte* next = base;
209 next = base + length;
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 17 package com.google.common.base;
CharMatcher.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
110 for (char base : zeroes.toCharArray()) {
111 digit = digit.or(inRange(base, (char) (base + 9)));
    [all...]
FinalizableReferenceQueue.java 17 package com.google.common.base;
79 private static final String FINALIZER_CLASS_NAME = "com.google.common.base.internal.Finalizer";
236 * Gets URL for base of path containing Finalizer.class.
246 // Find URL pointing to base of class path.
255 /** Creates a class loader with the given base URL as its classpath. */
256 URLClassLoader newLoader(URL base) {
257 return new URLClassLoader(new URL[] {base});
Functions.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
Suppliers.java 17 package com.google.common.base;
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 17 package com.google.common.base.internal;
30 * {@code com.google.common.base.FinalizableReference}.
44 * <p>{@code com.google.common.base.FinalizableReferenceQueue} loads this class
56 = "com.google.common.base.FinalizableReference";
  /external/guava/guava-tests/test/com/google/common/base/
CaseFormatTest.java 17 package com.google.common.base;
19 import static com.google.common.base.CaseFormat.LOWER_CAMEL;
20 import static com.google.common.base.CaseFormat.LOWER_HYPHEN;
21 import static com.google.common.base.CaseFormat.LOWER_UNDERSCORE;
22 import static com.google.common.base.CaseFormat.UPPER_CAMEL;
23 import static com.google.common.base.CaseFormat.UPPER_UNDERSCORE;
EquivalenceTest.java 17 package com.google.common.base;
FinalizableReferenceQueueTest.java 17 package com.google.common.base;
19 import com.google.common.base.internal.Finalizer;
127 URLClassLoader newLoader(URL base) {
128 return new DecoupledClassLoader(new URL[] { base });
StopwatchTest.java 17 package com.google.common.base;

Completed in 1156 milliseconds

<<21222324252627282930>>