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

<<21222324252627282930>>

  /external/chromium/net/base/
cookie_monster_store_test.h 10 #include "net/base/cookie_monster.h"
12 namespace base { namespace
109 const base::Time& creation_time,
net_util.h 23 #include "base/basictypes.h"
24 #include "base/string16.h"
25 #include "net/base/escape.h"
26 #include "net/base/net_export.h"
32 namespace base { namespace
262 base::Time modified);
x509_cert_types.h 21 namespace base { namespace
24 } // namespace base
149 bool ParseCertificateDate(const base::StringPiece& raw_date,
151 base::Time* time);
  /external/chromium/net/http/
http_response_headers.h 12 #include "base/basictypes.h"
13 #include "base/hash_tables.h"
14 #include "base/memory/ref_counted.h"
15 #include "net/base/net_export.h"
20 namespace base { namespace
29 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
191 bool RequiresValidation(const base::Time& request_time,
192 const base::Time& response_time,
193 const base::Time& current_time) const;
198 base::TimeDelta GetFreshnessLifetime(const base::Time& response_time) const
    [all...]
  /external/chromium/third_party/libevent/
signal.c 96 evsignal_init(struct event_base *base)
106 AF_UNIX, SOCK_STREAM, 0, base->sig.ev_signal_pair) == -1) {
117 FD_CLOSEONEXEC(base->sig.ev_signal_pair[0]);
118 FD_CLOSEONEXEC(base->sig.ev_signal_pair[1]);
119 base->sig.sh_old = NULL;
120 base->sig.sh_old_max = 0;
121 base->sig.evsignal_caught = 0;
122 memset(&base->sig.evsigcaught, 0, sizeof(sig_atomic_t)*NSIG);
125 TAILQ_INIT(&base->sig.evsigevents[i]);
127 evutil_make_socket_nonblocking(base->sig.ev_signal_pair[0])
207 struct event_base *base = ev->ev_base; local
269 struct event_base *base = ev->ev_base; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 186 std::string base(SuggestPrefix(ns));
187 std::string result(base);
191 ss << base; local
  /external/clang/test/Sema/
address_spaces.c 37 __attribute__((address_space(256))) void * * const base = 0; variable
39 return base[0]; // expected-error {{returning '__attribute__((address_space(256))) void *' from a function with result type 'void *' changes address space of pointer}}
  /external/clang/test/SemaCXX/
qual-id-test.cpp 6 struct base // expected-note{{object type}} struct in namespace:A::B
23 struct sub : B::base
44 a.base::x();
46 a.B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
49 a.A::B::base::x();
65 a->base::x();
67 a->B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
70 a->A::B::base::x();
82 i.foo(); // expected-error{{member reference base type 'int' is not a structure or union}}
88 typedef A::member base; // expected-note{{current scope} typedef
95 typedef A::B::base base; typedef
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 24 typedef RecursiveASTVisitor<BodyIndexer> base; typedef in class:__anon5884::BodyIndexer
123 return base::TraverseCXXOperatorCallExpr(E);
  /external/dbus/dbus/
dbus-server-debug-pipe.c 58 DBusServer base; /**< Parent class members. */ member in struct:DBusServerDebugPipe
168 if (!_dbus_server_init_base (&debug_server->base,
184 _dbus_server_finalize_base (&debug_server->base);
  /external/freetype/include/freetype/internal/
ftvalid.h 82 const FT_Byte* base; /* address of table in memory */ member in struct:FT_ValidatorRec_
83 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
97 const FT_Byte* base,
  /external/freetype/src/base/
ftgloadr.c 47 /* loader.base Is really the bottom of the stack. It describes a */
57 /* Add Add the `current' glyph image to the `base' one, */
60 /* The glyph loader is now a base object. Each driver used to */
89 FT_GlyphLoad base = &loader->base; local
93 base->outline.n_points = 0;
94 base->outline.n_contours = 0;
95 base->num_subglyphs = 0;
97 *current = *base;
109 FT_FREE( loader->base.outline.points )
144 FT_Outline* base = &loader->base.outline; local
187 FT_GlyphLoad base = &loader->base; local
206 FT_Outline* base = &loader->base.outline; local
283 FT_GlyphLoad base = &loader->base; local
325 FT_GlyphLoad base; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Objects.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Preconditions.java 17 package com.google.common.base;
Stopwatch.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
Strings.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;
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 17 package com.google.common.base;
ObjectsTest.java 17 package com.google.common.base;
  /external/harfbuzz/src/
harfbuzz-hebrew.c 87 hb_uint16 base = shapedChars[cluster_start]; local
91 if (base >= 0x5d0
92 && base <= 0x5ea
93 && base != 0x5d7
94 && base != 0x5dd
95 && base != 0x5df
96 && base != 0x5e2
97 && base != 0x5e5) {
98 shaped = base - 0x5d0 + 0xfb30;
99 } else if (base == 0xfb2a || base == 0xfb2b /* Shin with Shin or Sin dot */)
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
MessageProtocol.java 33 package com.jme3.network.base;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
FractalTileLoader.java 44 private final Basis base; field in class:FractalTileLoader
47 public FractalTileLoader(Basis base, float heightScale) {
48 this.base = base;
55 FloatBuffer buffer = this.base.getBuffer(location.x * (this.quadSize - 1), location.z * (this.quadSize - 1), 0, this.quadSize);
  /external/libxslt/libxslt/
imports.c 90 xmlChar *base = NULL; local
106 base = xmlNodeGetBase(style->doc, cur);
107 URI = xmlBuildURI(uriRef, base);
165 if (base != NULL)
166 xmlFree(base);
187 xmlChar *base = NULL; local
205 base = xmlNodeGetBase(style->doc, cur);
206 URI = xmlBuildURI(uriRef, base);
270 if (base != NULL)
271 xmlFree(base);
    [all...]
  /external/linux-tools-perf/
perf.h 117 void *base; member in struct:perf_mmap
124 struct perf_event_mmap_page *pc = mm->base;
133 struct perf_event_mmap_page *pc = md->base;
  /external/llvm/include/llvm/ADT/
PackedVector.h 78 typedef PackedVectorBase<T, BitNum, std::numeric_limits<T>::is_signed> base; typedef in class:llvm::PackedVector
126 return base::getValue(Bits, Idx);

Completed in 1640 milliseconds

<<21222324252627282930>>