Searched defs:ids (Results 201 - 225 of 254) sorted by relevance

1234567891011

/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp254 StringEnumeration* ids = TimeZone::createEnumeration(); local
255 if (ids == NULL) {
274 for (int32_t i=0; i<ids->count(status); ++i) {
275 TimeZone *zone = TimeZone::createTimeZone(*ids->snext(status));
293 // delete [] ids; // TODO: bad APIs
294 delete ids;
322 StringEnumeration* ids = TimeZone::createEnumeration(-8 * 60 * 60 * 1000); local
323 if (ids == NULL) {
328 count = ids->count(status);
330 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids
[all...]
H A Ddtfmttst.cpp223 * Instantiate a TimeZone so we can get the ids.
236 * A String array for the time zone ids.
239 StringEnumeration* ids = TimeZone::createEnumeration(); local
240 if (ids == NULL) {
247 ids_length = ids->count(status);
249 * How many ids do we have?
262 // logln(i + " " + ids[i]);
263 const UnicodeString* id = ids->snext(status);
269 // logln(i + " " + ids[i] + " offset " + offset);
320 // delete ids; // TOD
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c48 struct perf_file_section ids; member in struct:perf_file_attr
655 * type of ids,
657 nri = evsel->ids;
669 * write unique ids for this event
671 ret = do_write(fd, evsel->id, evsel->ids * sizeof(u64));
1315 evsel->ids = nr;
1372 if (evsel->ids) {
1374 for (j = 0, id = evsel->id; j < evsel->ids; j++, id++) {
2303 err = do_write(fd, evsel->id, evsel->ids * sizeof(u64));
2315 .ids
2849 perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process) argument
2906 u32 i, ids, n_ids; local
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc919 int ids = SignedInState() == NOT_CHECKED ? local
924 return l10n_util::GetStringUTF16(ids);
3571 int ids = IDS_AUTOFILL_DIALOG_VALIDATION_UNACCEPTED_GENERIC_CARD; local
3574 ids = IDS_AUTOFILL_DIALOG_VALIDATION_UNACCEPTED_AMEX;
3576 ids = IDS_AUTOFILL_DIALOG_VALIDATION_UNACCEPTED_DISCOVER;
3578 ids = IDS_AUTOFILL_DIALOG_VALIDATION_UNACCEPTED_MASTERCARD;
3580 ids = IDS_AUTOFILL_DIALOG_VALIDATION_UNACCEPTED_VISA;
3582 return l10n_util::GetStringUTF16(ids);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h718 GLuint* ids) {
719 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids);
723 const GLuint* ids) {
724 gles2::GetGLContext()->DeleteSharedIdsCHROMIUM(namespace_id, n, ids);
728 const GLuint* ids) {
729 gles2::GetGLContext()->RegisterSharedIdsCHROMIUM(namespace_id, n, ids);
715 GLES2GenSharedIdsCHROMIUM(GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) argument
721 GLES2DeleteSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, const GLuint* ids) argument
726 GLES2RegisterSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, const GLuint* ids) argument
H A Dgles2_implementation.cc958 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) {
961 static_cast<void*>(ids) << ")");
964 GLuint* dst = ids;
980 GPU_CLIENT_LOG(" " << i << ": " << namespace_id << ", " << ids[i]);
986 GLuint namespace_id, GLsizei n, const GLuint* ids) {
989 << static_cast<const void*>(ids) << ")");
992 GPU_CLIENT_LOG(" " << i << ": " << namespace_id << ", " << ids[i]);
1001 memcpy(id_buffer.address(), ids, sizeof(*ids) * id_buffer.num_elements());
1007 ids
957 GenSharedIdsCHROMIUM( GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) argument
985 DeleteSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, const GLuint* ids) argument
1011 RegisterSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, const GLuint* ids) argument
[all...]
H A Dgles2_implementation_unittest.cc305 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
306 gl_impl->GenBuffers(n, ids);
311 const GLuint* ids) {
312 gl_impl->DeleteBuffers(n, ids);
319 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
320 gl_impl->GenFramebuffers(n, ids);
325 const GLuint* ids) {
326 gl_impl->DeleteFramebuffers(n, ids);
333 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
334 gl_impl->GenRenderbuffers(n, ids);
309 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
323 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
337 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
347 Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) argument
351 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
2990 GLuint ids[arraysize(expected_ids)] = { 0, }; local
2991 gl_->GenQueriesEXT(arraysize(expected_ids), &ids[0]); local
[all...]
H A Dgles2_trace_implementation_impl_autogen.h1146 GLuint* ids) {
1148 gl_->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids);
1153 const GLuint* ids) {
1155 gl_->DeleteSharedIdsCHROMIUM(namespace_id, n, ids);
1160 const GLuint* ids) {
1162 gl_->RegisterSharedIdsCHROMIUM(namespace_id, n, ids);
1143 GenSharedIdsCHROMIUM(GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) argument
1151 DeleteSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, const GLuint* ids) argument
1158 RegisterSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, const GLuint* ids) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DHeapSnapshot.js855 liveObjects[traceNodeId] = stats = { count: 0, size: 0, ids: [] };
858 stats.ids.push(node.id());
1214 var ids = new Array(indexes.length);
1218 ids[i] = node.id();
1224 ids: ids,
1783 var baseIds = baseAggregate.ids;
1801 } else if (nodeAId > nodeB.id()) { // Native nodes(e.g. dom groups) may have ids less than max JS object id in the base snapshot
1857 var ids = [];
1860 ids
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509v3.h275 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp221 * Instantiate a TimeZone so we can get the ids.
234 * A String array for the time zone ids.
237 StringEnumeration* ids = TimeZone::createEnumeration(); local
238 if (ids == NULL) {
245 ids_length = ids->count(status);
247 * How many ids do we have?
260 // logln(i + " " + ids[i]);
261 const UnicodeString* id = ids->snext(status);
267 // logln(i + " " + ids[i] + " offset " + offset);
318 // delete ids; // TOD
[all...]
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp1243 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1244 err = pfn_clCreateSubDevicesEXT(object_, properties, n, ids, NULL);
1249 devices->assign(&ids[0], &ids[n]);
1307 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1308 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);
1313 devices->assign(&ids[0], &ids[n]);
1372 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1379 ids,
1399 cl_platform_id* ids = (cl_platform_id*) alloca( local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1230 v8::SnapshotObjectId ids[kLength]; local
1242 ids[i] = id;
1250 CHECK_EQ(static_cast<int>(ids[i]), static_cast<int>(id));
1251 v8::Handle<v8::Value> obj = heap_profiler->FindObjectById(ids[i]);
1259 v8::Handle<v8::Value> obj = heap_profiler->FindObjectById(ids[i]);
/external/mesa3d/include/CL/
H A Dcl.hpp1243 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1244 err = pfn_clCreateSubDevicesEXT(object_, properties, n, ids, NULL);
1249 devices->assign(&ids[0], &ids[n]);
1307 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1308 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);
1313 devices->assign(&ids[0], &ids[n]);
1372 cl_device_id* ids = (cl_device_id*) alloca(n * sizeof(cl_device_id)); local
1379 ids,
1399 cl_platform_id* ids = (cl_platform_id*) alloca( local
[all...]
/external/openssl/crypto/x509v3/
H A Dx509v3.h278 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
/external/openssl/include/openssl/
H A Dx509v3.h278 STACK_OF(SXNETID) *ids; member in struct:SXNET_st
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp1109 void __stdcall glDeleteQueriesEXT(GLsizei n, const GLuint *ids) argument
1111 EVENT("(GLsizei n = %d, const GLuint *ids = 0x%0.8p)", n, ids);
1124 context->deleteQuery(ids[i]);
1743 void __stdcall glGenQueriesEXT(GLsizei n, GLuint* ids) argument
1745 EVENT("(GLsizei n = %d, GLuint* ids = 0x%0.8p)", n, ids);
1758 ids[i] = context->createQuery();
5231 void __stdcall glGenQueries(GLsizei n, GLuint* ids) argument
5233 EVENT("(GLsizei n = %d, GLuint* ids
5257 glDeleteQueries(GLsizei n, const GLuint* ids) argument
7894 glDeleteTransformFeedbacks(GLsizei n, const GLuint* ids) argument
7914 glGenTransformFeedbacks(GLsizei n, GLuint* ids) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1275 GLuint namespace_id, GLsizei n, const GLuint* ids);
1329 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids);
1392 GLuint namespace_id, GLsizei n, const GLuint* ids);
5003 GLuint namespace_id, GLsizei n, const GLuint* ids) {
5006 id_allocator->FreeID(ids[ii]);
5021 const GLuint* ids = GetSharedMemoryAs<const GLuint*>( local
5027 if (ids == NULL) {
5030 DoDeleteSharedIdsCHROMIUM(namespace_id, n, ids);
5035 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) {
5039 ids[i
5002 DoDeleteSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, const GLuint* ids) argument
5034 DoGenSharedIdsCHROMIUM( GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) argument
5061 GLuint* ids = GetSharedMemoryAs<GLuint*>( local
5074 DoRegisterSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, const GLuint* ids) argument
5101 GLuint* ids = GetSharedMemoryAs<GLuint*>( local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c8450 * @ids: a whitespace separated list of IDs
8457 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) { argument
8459 const xmlChar *cur = ids;
8464 if (ids == NULL) return(NULL);
8475 ID = xmlStrndup(ids, cur - ids);
8499 ids = cur;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c750 free(n[2].data); /* array of program ids */
5039 save_RequestResidentProgramsNV(GLsizei num, const GLuint * ids) argument
5053 memcpy(idCopy, ids, num * sizeof(GLuint));
5058 CALL_RequestResidentProgramsNV(ctx->Exec, (num, ids));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libxml2/
H A Dxpath.c8575 * @ids: a whitespace separated list of IDs
8582 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) { argument
8584 const xmlChar *cur = ids;
8589 if (ids == NULL) return(NULL);
8600 ID = xmlStrndup(ids, cur - ids);
8624 ids = cur;
/external/mesa3d/src/mesa/main/
H A Ddlist.c750 free(n[2].data); /* array of program ids */
5039 save_RequestResidentProgramsNV(GLsizei num, const GLuint * ids) argument
5053 memcpy(idCopy, ids, num * sizeof(GLuint));
5058 CALL_RequestResidentProgramsNV(ctx->Exec, (num, ids));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c6691 void __indirect_glDeleteQueriesARB(GLsizei n, const GLuint * ids) argument
6706 xcb_glx_delete_queries_arb(c, gc->currentContextTag, n, ids);
6710 (void) memcpy((void *)(pc + 4), (void *)(ids), (n * 4));
6729 void __indirect_glGenQueriesARB(GLsizei n, GLuint * ids) argument
6745 (void)memcpy(ids, xcb_glx_gen_queries_arb_data(reply), xcb_glx_gen_queries_arb_data_length(reply) * sizeof(GLuint));
6750 (void) __glXReadReply(dpy, 4, ids, GL_TRUE);
7197 GLboolean __indirect_glAreProgramsResidentNV(GLsizei n, const GLuint * ids, GLboolean * residences) argument
7210 (void) memcpy((void *)(pc + 4), (void *)(ids), (n * 4));
7488 void __indirect_glRequestResidentProgramsNV(GLsizei n, const GLuint * ids) argument
7499 (void) memcpy((void *)(gc->pc + 8), (void *)(ids), (
[all...]

Completed in 1007 milliseconds

1234567891011