HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 276 - 300 of 659) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 747 IntArray ids = mUnboundTextures; local
748 if (ids.size() > 0) {
749 mGLId.glDeleteTextures(mGL, ids.size(), ids.getInternalArray(), 0);
750 ids.clear();
753 ids = mDeleteBuffers;
754 if (ids.size() > 0) {
755 mGLId.glDeleteBuffers(mGL, ids.size(), ids.getInternalArray(), 0);
756 ids.clear()
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 133 var ids = [];
135 ids.push(this.tabs_[i].id);
136 return ids;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 54 const ExpandedNodeIDs* ids; member in struct:__anon8502::ExpandNodesData
67 if (data->ids->find(node_id) != data->ids->end())
407 ExpandedNodeIDs ids; local
410 ids.insert((*i)->id());
412 ExpandNodesData data = { &ids, tree_view_ };
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
nvprogram.c 91 _mesa_AreProgramsResidentNV(GLsizei n, const GLuint *ids,
106 if (ids[i] == 0) {
110 prog = _mesa_lookup_program(ctx, ids[i]);
138 _mesa_RequestResidentProgramsNV(GLsizei n, const GLuint *ids)
153 if (ids[i] == 0) {
158 prog = _mesa_lookup_program(ctx, ids[i]);
queryobj.c 177 _mesa_GenQueriesARB(GLsizei n, GLuint *ids)
208 ids[i] = first + i;
216 _mesa_DeleteQueriesARB(GLsizei n, const GLuint *ids)
239 if (ids[i] > 0) {
240 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]);
243 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]);
arrayobj.c 404 * that this function requires all ids to have been previously generated
435 * \param ids Array of \c n array object IDs.
438 _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids)
450 struct gl_array_object *obj = lookup_arrayobj(ctx, ids[i]);
453 ASSERT( obj->Name == ids[i] );
476 * Generate a set of unique array object IDs and store them in \c arrays.
478 * \param n Number of IDs to generate.
479 * \param arrays Array of \c n locations to store the IDs.
  /external/mesa3d/src/mesa/main/
nvprogram.c 91 _mesa_AreProgramsResidentNV(GLsizei n, const GLuint *ids,
106 if (ids[i] == 0) {
110 prog = _mesa_lookup_program(ctx, ids[i]);
138 _mesa_RequestResidentProgramsNV(GLsizei n, const GLuint *ids)
153 if (ids[i] == 0) {
158 prog = _mesa_lookup_program(ctx, ids[i]);
queryobj.c 177 _mesa_GenQueriesARB(GLsizei n, GLuint *ids)
208 ids[i] = first + i;
216 _mesa_DeleteQueriesARB(GLsizei n, const GLuint *ids)
239 if (ids[i] > 0) {
240 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]);
243 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]);
arrayobj.c 404 * that this function requires all ids to have been previously generated
435 * \param ids Array of \c n array object IDs.
438 _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids)
450 struct gl_array_object *obj = lookup_arrayobj(ctx, ids[i]);
453 ASSERT( obj->Name == ids[i] );
476 * Generate a set of unique array object IDs and store them in \c arrays.
478 * \param n Number of IDs to generate.
479 * \param arrays Array of \c n locations to store the IDs.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.cc 282 const std::vector<int64>& ids) {
285 for (std::vector<int64>::const_iterator iter = ids.begin();
286 iter != ids.end();
  /external/chromium_org/chrome/browser/extensions/
event_listener_map.cc 191 std::set<MatcherID> ids = local
194 for (std::set<MatcherID>::iterator id = ids.begin(); id != ids.end();
  /external/clang/docs/tools/
dump_ast_matchers.py 28 # pop-up. ids[name] keeps track of those ids.
29 ids = collections.defaultdict(int) variable
103 matcher_id = '%s%d' % (name, ids[name])
104 ids[name] += 1
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 255 Set<Long> ids = mReceiver.getDownloadIds(); local
256 assertEquals(1, ids.size());
257 Iterator<Long> it = ids.iterator();
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 43 // Gets a vector of bookmark nodes from the argument list of IDs.
48 ListValue* ids; local
49 if (!args->GetList(args_index, &ids))
52 size_t count = ids->GetSize();
58 if (!ids->GetString(i, &id_string))
101 // the data comes from a different profile we do not have any IDs or parent IDs.
132 // We do not have an node IDs when the data comes from a different profile.
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.h 64 virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) OVERRIDE;
101 // The active input method ids cache (actually default only)
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.cc 77 service->SetActiveDevices(params->ids);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.h 82 // Creates a tab for the tabstrip with label indicated by |ids|. This tab
84 GtkWidget* BuildTab(int ids);
  /external/chromium_org/chromeos/ime/
input_method_manager.h 128 // Updates the list of active input method IDs, and then starts or stops the
133 // Adds one entry to the list of active input method IDs, and then starts or
170 // Sets the list of extension IME ids which should be enabled.
171 virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) = 0;
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 99 static UClassID ids[MAX_CLASS_ID]; variable
115 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
154 if(staticID == ids[i]) {
165 ids[ids_count] = staticID;
478 i, ids[i], ids_class[i], ids_factory[i]);
  /external/chromium_org/ui/message_center/
message_center_impl.cc 334 std::set<std::string> ids; local
337 ids.insert((*iter)->id());
341 for (std::set<std::string>::const_iterator iter = ids.begin();
342 iter != ids.end(); ++iter) {
  /external/icu4c/test/intltest/
uobjtest.cpp 99 static UClassID ids[MAX_CLASS_ID]; variable
115 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
154 if(staticID == ids[i]) {
165 ids[ids_count] = staticID;
497 i, ids[i], ids_class[i], ids_factory[i]);
  /external/linux-tools-perf/util/
evsel.h 64 int ids; member in struct:perf_evsel
header.h 92 int perf_event__synthesize_attr(struct perf_event_attr *attr, u16 ids, u64 *id,
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 92 CRecordVector<UInt64> ids; local
98 ids.AddToUniqueSorted(f.Coders[j].MethodID);
101 for (i = 0; i < ids.Size(); i++)
103 UInt64 id = ids[i];
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 60 const media::Metadata::Filter& ids, Parcel *records);

Completed in 1258 milliseconds

<<11121314151617181920>>