Searched refs:ids (Results 201 - 225 of 418) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h480 static GLuint ids[] = { local
485 void* next_cmd = cmd.Set(&cmd, static_cast<GLsizei>(arraysize(ids)), ids);
490 EXPECT_EQ(static_cast<GLsizei>(arraysize(ids)), cmd.n);
493 sizeof(cmd) + RoundSizeToMultipleOfEntries(arraysize(ids) * 4u));
494 // TODO(gman): Check that ids were inserted;
498 static GLuint ids[] = { local
503 void* next_cmd = cmd.Set(&cmd, static_cast<GLsizei>(arraysize(ids)), ids);
508 EXPECT_EQ(static_cast<GLsizei>(arraysize(ids)), cm
526 static GLuint ids[] = { local
554 static GLuint ids[] = { local
746 static GLuint ids[] = { local
773 static GLuint ids[] = { local
791 static GLuint ids[] = { local
809 static GLuint ids[] = { local
2482 static GLuint ids[] = { local
2500 static GLuint ids[] = { local
2576 static GLuint ids[] = { local
2594 static GLuint ids[] = { local
[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/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/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc136 int ids) {
138 name, GetContentClient()->GetLocalizedString(ids));
135 AddLocalizedString(const std::string& name, int ids) argument
/external/chromium_org/extensions/renderer/
H A Duser_script_set.cc52 std::set<std::string>* ids) const {
57 ids->insert((*iter)->extension_id());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h352 virtual void genBuffers(WGC3Dsizei count, WebGLId* ids) { } argument
353 virtual void genFramebuffers(WGC3Dsizei count, WebGLId* ids) { } argument
354 virtual void genRenderbuffers(WGC3Dsizei count, WebGLId* ids) { } argument
355 virtual void genTextures(WGC3Dsizei count, WebGLId* ids) { } argument
357 virtual void deleteBuffers(WGC3Dsizei count, WebGLId* ids) { } argument
358 virtual void deleteFramebuffers(WGC3Dsizei count, WebGLId* ids) { } argument
359 virtual void deleteRenderbuffers(WGC3Dsizei count, WebGLId* ids) { } argument
360 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids) { } argument
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h381 virtual void genBuffers(WGC3Dsizei count, WebGLId* ids);
382 virtual void genFramebuffers(WGC3Dsizei count, WebGLId* ids);
383 virtual void genRenderbuffers(WGC3Dsizei count, WebGLId* ids);
384 virtual void genTextures(WGC3Dsizei count, WebGLId* ids);
386 virtual void deleteBuffers(WGC3Dsizei count, WebGLId* ids);
387 virtual void deleteFramebuffers(WGC3Dsizei count, WebGLId* ids);
388 virtual void deleteRenderbuffers(WGC3Dsizei count, WebGLId* ids);
389 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids);
/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/chromium_org/third_party/mesa/src/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/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/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc222 GLuint* ids = GetSharedMemoryAs<GLuint*>(); local
229 EXPECT_EQ(kExpectedId1, ids[0]);
230 EXPECT_EQ(kExpectedId2, ids[1]);
237 ids[0] = kRegisterId;
248 EXPECT_EQ(kExpectedId3, ids[0]);
255 ids[0] = kExpectedId1;
256 ids[1] = kRegisterId;
265 ids[0] = kExpectedId3;
266 ids[1] = kExpectedId2;
279 EXPECT_EQ(kOffset, ids[
309 GLuint* ids = GetSharedMemoryAs<GLuint*>(); local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp376 const UnicodeString** ids = TimeZone::createAvailableIDs(numIDs); local
377 if (ids == 0 || numIDs < 1) {
383 buf.append(*ids[i]);
388 uprv_free(ids);
392 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs);
393 if (ids == 0 || numIDs < 1) {
399 buf.append(*ids[i]);
404 uprv_free(ids);
407 ids = TimeZone::createAvailableIDs("US", numIDs);
408 if (ids
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp367 const UnicodeString** ids = TimeZone::createAvailableIDs(numIDs); local
368 if (ids == 0 || numIDs < 1) {
374 buf.append(*ids[i]);
379 uprv_free(ids);
383 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs);
384 if (ids == 0 || numIDs < 1) {
390 buf.append(*ids[i]);
395 uprv_free(ids);
398 ids = TimeZone::createAvailableIDs("US", numIDs);
399 if (ids
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc520 std::vector<std::string>* ids) {
523 enabled_extension_imes.end(), ids->begin(), ids->end());
700 // Get the list of input method ids for the |accelerator|. For example, get
731 std::vector<std::string> ids; local
735 ids.push_back(id);
737 if (ids.empty()) {
743 SwitchToNextInputMethodInternal(ids, current_input_method.id());
519 SetEnabledExtensionImes( std::vector<std::string>* ids) argument
H A Dmock_input_method_manager.h50 std::vector<std::string>* ids) OVERRIDE;
66 // The active input method ids cache (actually default only)
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js858 // Only remove filtered ids.
865 // Store all selected ids.
1038 var ids = [];
1044 ids.push(id);
1052 if (opt_selectedTreeId && ids.indexOf(opt_selectedTreeId) != -1) {
1053 var index = ids.indexOf(opt_selectedTreeId);
1059 var firstIndex = dataModel.findIndexById(ids[0]);
1060 var lastIndex = dataModel.findIndexById(ids[ids.length - 1]);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js232 * @param {!Array.<string>} ids
235 closeTabs: function(ids, userGesture)
238 for (var i = 0; i < ids.length; ++i)
239 this._innerCloseTab(ids[i], userGesture);
1010 * @param {!Array.<string>} ids
1012 _closeTabs: function(ids)
1015 this._delegate.closeTabs(this._tabbedPane, ids);
1018 this._tabbedPane.closeTabs(ids, true);
1130 * @param {!Array.<string>} ids
1132 closeTabs: function(tabbedPane, ids) { }
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc957 const TableIDRows& ids,
959 DCHECK(ids.size() == 1);
974 oss << "url_id = " << ids[0].url_id;
994 if (!history_db_->GetURLRow(ids[0].url_id, &old_url_row))
1016 if (!urls_handler_->Delete(ids))
1019 if (!visit_handler_->Delete(ids))
1022 if (favicon_handler_ && !favicon_handler_->Delete(ids))
1025 if (!bookmark_model_handler_->Delete(ids))
1054 if (!android_urls_handler_->Update(new_row, ids))
955 SimulateUpdateURL( const HistoryAndBookmarkRow& row, const TableIDRows& ids, HistoryNotifications* notifications) argument
/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/chromium_org/sync/tools/
H A Dsync_client.cc232 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds(); variable
233 for (syncer::ObjectIdSet::const_iterator ids_it = ids.begin();
234 ids_it != ids.end();
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc847 MockFrontend::HostIds ids(1, host->host_id());
848 frontend->AddExpectedEvent(ids, APPCACHE_CHECKING_EVENT);
849 frontend->AddExpectedEvent(ids, APPCACHE_DOWNLOADING_EVENT);
850 frontend->AddExpectedEvent(ids, APPCACHE_PROGRESS_EVENT); // final
851 frontend->AddExpectedEvent(ids, APPCACHE_UPDATE_READY_EVENT);
1229 MockFrontend::HostIds ids(1, host->host_id());
1230 frontend->AddExpectedEvent(ids, APPCACHE_CHECKING_EVENT);
1231 frontend->AddExpectedEvent(ids, APPCACHE_DOWNLOADING_EVENT);
1232 frontend->AddExpectedEvent(ids, APPCACHE_PROGRESS_EVENT);
1233 frontend->AddExpectedEvent(ids, APPCACHE_PROGRESS_EVEN
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.h122 // Removes extensions listed in |ids| from external cache, corresponding crx
124 void RemoveExtensions(const std::vector<std::string>& ids);
/external/chromium_org/chromeos/ime/
H A Dinput_method_manager.h134 // Sets the list of extension IME ids which should be enabled.
135 virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) = 0;
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener.h91 void UpdateRegisteredIds(const ObjectIdSet& ids);
H A Dticl_invalidation_service.h79 const syncer::ObjectIdSet& ids) OVERRIDE;

Completed in 4328 milliseconds

1234567891011>>