Searched refs:ids (Results 251 - 275 of 418) sorted by relevance

<<11121314151617

/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc194 const std::set<uint32>& ids) {
195 history_->RemoveDownloads(ids);
193 RemoveDownloads( const std::set<uint32>& ids) argument
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc128 int ids; member in struct:L10nResources
202 l10n_util::GetStringUTF16(resources[i].ids));
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener.cc100 void SyncInvalidationListener::UpdateRegisteredIds(const ObjectIdSet& ids) { argument
102 registered_ids_ = ids;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotView.js1254 var currentIndex = Math.max(profileSamples.ids.length, profileSamples.max.length - 1);
1255 profileSamples.ids[currentIndex] = data.lastSeenObjectId;
1318 'ids': [],
1965 var ids = this._profileSamples.ids;
1973 var maxId = ids[ids.length - 1] + 1;
1980 maxId = ids[i];
1982 minId = ids[i];
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.h324 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids);
327 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDeleteIds(GrGLsizei n, const GrGLuint* ids);
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_output.cc401 SLInterfaceID ids[kNumInterfaces] = { local
408 kNumInterfaces, ids, req),
/external/chromium_org/tools/grit/grit/
H A Dutil.py147 def SetupSystemIdentifiers(ids):
148 '''Adds ids to a regexp of known system identifiers.
150 Can be called many times, ids will be accumulated.
153 ids: an iterable of strings
155 KNOWN_SYSTEM_IDENTIFIERS.update(ids)
/external/linux-tools-perf/perf-3.12.0/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/skia/src/gpu/gl/
H A DGrGLNoOpInterface.h324 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGenIds(GrGLsizei n, GrGLuint* ids);
327 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDeleteIds(GrGLsizei n, const GrGLuint* ids);
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp809 MessageFilter(GLenum source_, GLenum type_, GLenum severity_, const vector<GLuint>& ids_, bool enabled_) : source(source_), type(type_), severity(severity_), ids(ids_), enabled(enabled_) {}
814 vector<GLuint> ids;
1001 if (filter.ids.empty())
1010 for (size_t ndx = 0; ndx < filter.ids.size(); ndx++)
1011 log << TestLog::Message << "Setting message (" << MessageID(filter.source, filter.type, filter.ids[ndx]) << ") to " << (filter.enabled ? "enabled" : "disabled") << TestLog::EndMessage;
1014 gl.debugMessageControl(filter.source, filter.type, filter.severity, GLsizei(filter.ids.size()), filter.ids.empty() ? DE_NULL : &filter.ids[0], filter.enabled);
1026 if (filter.ids.empty())
1046 if (!de::contains(filter.ids
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h174 bool GetDefaultApps(std::vector<std::string>* ids) const;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.h90 std::vector<std::string>* ids) OVERRIDE;
110 // The active input method ids cache.
H A Dmock_input_method_manager.cc131 std::vector<std::string>* ids) {
130 SetEnabledExtensionImes( std::vector<std::string>* ids) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.h71 std::list<std::string> ids; member in struct:extensions::ExtensionUpdater::CheckParams
154 // The ids of extensions that have in-progress update checks.
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.h290 const TableIDRows& ids,
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.h185 const std::vector<int64>& ids);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h89 // id in the high 32 bits. The mapping is host-specific and ids are validated.
175 const std::vector<int64>& ids);
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc96 std::vector<int32> ids; local
98 ids.push_back(objects[i].axID());
99 if (ids.size() > 0)
100 dst->AddIntListAttribute(attr, ids);
557 // Add the ids of *indirect* children - those who are children of this node,
/external/chromium_org/gpu/command_buffer/client/
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...]
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp382 UEnumeration *ids = utrans_openIDs(&status);
383 int32_t i, numtrans = uenum_count(ids, &status);
389 const char *nextTrans = uenum_next(ids, &len, &status);
397 uenum_close(ids);
/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/third_party/skia/include/views/
H A DSkView.h323 void postInflate(const SkTDict<SkView*>& ids);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp161 SkTDict<SkDisplayable*>* ids = &engine->fMaker.fIDs; local
163 bool success = ids->find(token, len, &displayable);
429 SkTDict<SkDisplayable*>* ids = (SkTDict<SkDisplayable*>*) user;
432 bool success = ids->findKey(displayable, &key);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc154 GLvoid StubGLDeleteQueries(GLsizei n, const GLuint* ids) { argument
155 glDeleteQueries(n, ids);
264 GLvoid StubGLGenQueries(GLsizei n, GLuint* ids) { argument
265 glGenQueries(n, ids);
/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);

Completed in 895 milliseconds

<<11121314151617