Searched refs:ids (Results 51 - 75 of 151) sorted by relevance

1234567

/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp92 CRecordVector<UInt64> ids; local
98 ids.AddToUniqueSorted(f.Coders[j].MethodID);
101 for (i = 0; i < ids.Size(); i++)
103 UInt64 id = ids[i];
/external/v8/src/
H A Dallocation-tracker.h99 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
H A Dallocation-tracker.cc196 HeapObjectsMap* ids, StringsStorage* names)
197 : ids_(ids),
195 AllocationTracker( HeapObjectsMap* ids, StringsStorage* names) argument
/external/linux-tools-perf/src/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...]
H A Dheader.h130 struct perf_event_attr *attr, u32 ids, u64 *id,
H A Devsel.h68 u32 ids; member in struct:perf_evsel
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java255 String[] ids = idPrefixList.split(",");
257 for (int j = 0; j < ids.length; j++) {
258 this.currentBuildPrefixes.add(ids[j]);
259 buffer.append(ids[j]);
271 String[] ids = args[i + 1].split(",");
273 for (int j = 0; j < ids.length; j++) {
274 this.pointsOfInterest.add(ids[j]);
275 buffer.append(ids[j]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java988 String[] ids = TimeZone.getAvailableIDs();
989 for (int i = 0; i < ids.length; i++) {
990 int nEquiv = TimeZone.countEquivalentIDs(ids[i]);
993 String equivID = TimeZone.getEquivalentID(ids[i], j);
995 errln("FAIL: getEquivalentID(" + ids[i] + ", " + i +
1000 String outOfRangeID = TimeZone.getEquivalentID(ids[i], nEquiv);
1002 errln("FAIL: getEquivalentID(" + ids[i] + ", " + i +
1579 String[] ids = TimeZone.getAvailableIDs();
1580 for (int i = 0; i < ids.length; i++) {
1581 int nEquiv = TimeZone.countEquivalentIDs(ids[
[all...]
H A DTimeZoneRegression.java354 String[] ids = TimeZone.getAvailableIDs(rawoffset);
355 if (ids.length > max) max = ids.length;
356 logln(hname + ' ' + ids.length +
357 ((ids.length > 0) ? (" e.g. " + ids[0]) : ""));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h362 id = ids.getSize() ? ids.pop().u.i : size++;
370 ids.push(uid);
408 ids.clear(true);
414 Stack ids;
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp372 const UnicodeString** ids = TimeZone::createAvailableIDs(numIDs); local
373 if (ids == 0 || numIDs < 1) {
379 buf.append(*ids[i]);
384 uprv_free(ids);
388 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs);
389 if (ids == 0 || numIDs < 1) {
395 buf.append(*ids[i]);
400 uprv_free(ids);
403 ids = TimeZone::createAvailableIDs("US", numIDs);
404 if (ids
[all...]
H A Dtzregts.cpp508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset); local
509 if (ids == NULL) {
513 count = ids->count(ec);
517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec));
522 delete ids;
523 //delete [] ids;
524 //uprv_free(ids);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java738 org.apache.xml.utils.SuballocatedIntVector ids=((DTMDefaultBase)dtm).getDTMIDs();
739 for(int i=ids.size()-1;i>=0;--i)
740 m_dtms[ids.elementAt(i)>>>DTMManager.IDENT_DTM_NODE_BITS]=null;
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp222 ZoneIterator(const char** ids, int32_t num) { argument
224 zids = ids;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
H A DLwjglAudioRenderer.java994 int[] ids = new int[STREAMING_BUFFER_COUNT];
998 ib.get(ids);
1004 as.setIds(ids);
1045 int[] ids = as.getIds();
1046 if (ids != null){
1048 ib.put(ids).flip();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java370 Set<String> ids = null;
372 ids = new TreeSet<String>();
380 ids.add(tmpID);
384 ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);
387 for (String id : ids) {
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp450 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids) { argument
453 ids[i] = ++gCurrID;
457 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDeleteIds(GrGLsizei n, const GrGLuint* ids) { argument
H A DGrGLNoOpInterface.h332 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids);
335 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDeleteIds(GrGLsizei n, const GrGLuint* ids);
/external/squashfs-tools/squashfs-tools/
H A Dxattr.c685 * Add the existing xattr ids and xattr metadata in the file system being
692 int ids, res, i, id; local
700 ids = res;
706 for(i = 0; i < ids; i++) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java266 Set ids = service.getVisibleIDs();
267 Iterator iter = ids.iterator();
/external/linux-tools-perf/src/tools/lib/traceevent/
H A Dparse-filter.c1491 int *ids = NULL; local
1498 * Two steps, first get all ids with trivial filters.
1499 * then remove those ids.
1516 ids = realloc(ids, sizeof(*ids) * (count + 1));
1517 if (!ids)
1518 die("Can't allocate ids");
1519 ids[count++] = filter_type->event_id;
1526 pevent_filter_remove_event(filter, ids[
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp201 void glGenQueries (int n, deUint32* ids);
202 void glDeleteQueries (int n, const deUint32* ids);
285 void glDeleteTransformFeedbacks (int n, const deUint32* ids);
286 void glGenTransformFeedbacks (int n, deUint32* ids);
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp380 UEnumeration *ids = utrans_openIDs(&status);
381 int32_t i, numtrans = uenum_count(ids, &status);
387 const char *nextTrans = uenum_next(ids, &len, &status);
395 uenum_close(ids);
/external/lzma/C/
H A DXz.h170 UInt64 ids[MIXCODER_NUM_FILTERS_MAX]; member in struct:__anon11558

Completed in 1557 milliseconds

1234567