Searched defs:space (Results 1 - 25 of 152) sorted by relevance

1234567

/external/ceres-solver/internal/ceres/
H A Dresidual_block_utils.cc87 string space = "Residuals: "; local
88 result += space;
H A Dstringprintf.cc55 char space[1024]; local
62 int result = vsnprintf(space, sizeof(space), format, backup_ap);
65 if (result < sizeof(space)) {
68 dst->append(space, result);
73 // Error or MSVC running out of space. MSVC 8.0 and higher
74 // can be asked about space needed with the special idiom below:
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dstring_buffer.cc37 size_t space; local
44 space = nbytes_ - insert_;
47 written = vsnprintf(insert_pt, space, fmt, ap);
49 if (written < space) {
53 // insufficient space -- grow the buffer
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.cpp40 void Token::setHasLeadingSpace(bool space) argument
42 if (space)
/external/chromium_org/third_party/re2/util/
H A Dstringprintf.cc11 char space[1024]; local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
21 if ((result >= 0) && (result < sizeof(space))) {
23 dst->append(space, result);
28 int length = sizeof(space);
/external/regex-re2/util/
H A Dstringprintf.cc11 char space[1024]; local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
21 if ((result >= 0) && (result < sizeof(space))) {
23 dst->append(space, result);
28 int length = sizeof(space);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXutil.cpp36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { argument
38 char *end = space + splen;
40 a = space;
53 *nbytes = a - space;
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c43 void *space; local
44 posix_memalign(&space, 16, roundup);
45 memset(space, 'x', roundup);
46 memcpy(space, s, len);
48 const char *const s_copy = space;
64 free(space);
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h31 // ManualConstructor statically-allocates space in which to store some
37 // (When I say ManualConstructor statically allocates space, I mean that
114 inline void* space() { function in class:ceres::internal::ManualConstructor
120 new(space()) Type;
125 new(space()) Type(p1);
130 new(space()) Type(p1, p2);
135 new(space()) Type(p1, p2, p3);
140 new(space()) Type(p1, p2, p3, p4);
146 new(space()) Type(p1, p2, p3, p4, p5);
153 new(space()) Typ
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc79 int* space = va_arg(args, int*); local
80 *space = GetEventEmitter()->GetISpace();
84 int* space = va_arg(args, int*); local
85 *space = GetEventEmitter()->GetOSpace();
/external/chromium_org/net/proxy/
H A Dproxy_server.cc154 // Start by finding the first space (if any).
155 std::string::const_iterator space; local
156 for (space = begin; space != end; ++space) {
157 if (HttpUtil::IsLWS(*space)) {
162 // Everything to the left of the space is the scheme.
163 Scheme scheme = GetSchemeFromPacTypeInternal(begin, space);
165 // And everything to the right of the space is the
167 return FromSchemeHostAndPort(scheme, space, en
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-fallback-shape.cc108 hb_codepoint_t space; local
109 bool has_space = font->get_glyph (' ', 0, &space);
121 info[i].codepoint = space;
/external/chromium_org/third_party/libevent/test/
H A Dbench.c85 int *cp, space; local
98 space = num_pipes / num_active;
99 space = space * 2;
101 write(pipes[i * space + 1], "e", 1);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc59 char space[kSpaceLength]; local
66 int result = vsnprintf(space, kSpaceLength, format, backup_ap);
72 dst->append(space, result);
77 // Error or MSVC running out of space. MSVC 8.0 and higher
78 // can be asked about space needed with the special idiom below:
/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc108 hb_codepoint_t space; local
109 bool has_space = font->get_glyph (' ', 0, &space);
121 info[i].codepoint = space;
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_proxy.cc100 int64 space) {
102 ReportAvailableSpace(space);
99 DidGetAvailableSpace(storage::QuotaStatusCode status, int64 space) argument
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc76 char* space = new char[kBufferSize]; local
79 s = file->Read(kBufferSize, &fragment, space);
88 delete[] space;
/external/chromium_org/ui/gfx/
H A Dfont_list.cc82 const int space = local
85 const int y_offset = space / 2 - internal_leading;
/external/libcxx/src/
H A Dmemory.cpp205 align(size_t alignment, size_t size, void*& ptr, size_t& space) argument
208 if (size <= space)
213 if (d <= space - size)
217 space -= d;
/external/netperf/
H A Dnetcpu_procstat.c146 int space; local
161 /* Idle time is the 4th space-separated token */
163 for (space = 0; space < 4; space ++) {
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h37 const CFX_WideStringL* Lookup(FX_BSTR space, FX_BSTR name) const;
38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
39 void RemoveAt(FX_BSTR space, FX_BSTR name, IFX_Allocator* pAllocator = NULL);
106 void GetAttrByIndex(int index, CFX_ByteString &space, CFX_ByteString &name, CFX_WideString &value) const;
107 void GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_WideStringL &value) const;
120 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
121 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const argument
124 GetAttrValue(space, name, attr);
127 const CFX_WideStringL* GetAttrValuePtr(FX_BSTR space, FX_BSTR name) const;
137 FX_BOOL GetAttrInteger(FX_BSTR space, FX_BST
138 GetAttrInteger(FX_BSTR space, FX_BSTR name) const argument
154 GetAttrFloat(FX_BSTR space, FX_BSTR name) const argument
172 GetElement(FX_BSTR space, FX_BSTR tag) const argument
[all...]
/external/qemu/android/skin/
H A Dcomposer.c134 int n, count = areflist_count( p->space.viewports );
136 SkinViewport* v = areflist_get( p->space.viewports, n );
229 areflist_init( p->space.viewports );
238 while ( areflist_count( p->space.viewports ) )
239 skin_viewport_free( areflist_get( p->space.viewports, 0 ) );
345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy ) argument
350 v->space = space;
363 SkinPlate* space = v->space; local
[all...]
H A Dcomposer.h68 struct SkinPlateSpace space; member in union:SkinPlate
90 SkinPlate* space; member in struct:SkinViewport
97 extern SkinViewport* skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy );
/external/valgrind/main/coregrind/m_demangle/
H A Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
75 if (space == 0)
76 space = 1;
79 ds_struct_ptr->s = (char *) malloc (space);
83 ds_struct_ptr->s = XNEWVEC (char, space);
85 ds_struct_ptr->allocated = space;
99 dyn_string_new (int space) argument
106 if (!dyn_string_init (result, space))
113 dyn_string_init (result, space);
152 dyn_string_resize (dyn_string_t ds, int space) argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dreport.c39 char space[257]; local
41 memset(space, ' ', 256);
42 space[256] = 0;
81 &space[256 - depth], symbol_name, annotation);

Completed in 974 milliseconds

1234567