Searched refs:lists (Results 1 - 25 of 88) sorted by last modified time

1234

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zopfli/src/zopfli/
H A Dkatajainen.c63 lists: If given, used to mark in-use nodes during garbage collection.
64 maxbits: Size of lists.
67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) { argument
75 if (lists) {
78 for (node = lists[i / 2][i % 2]; node; node = node->tail) {
96 lists: The lists of chains.
97 maxbits: Number of lists.
105 static void BoundaryPM(Node* (*lists)[2], int maxbits, argument
109 int lastcount = lists[inde
145 InitLists( NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) argument
[all...]
/external/strace/
H A Dstrace.spec96 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
99 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
106 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
113 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
256 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
/external/stressapptest/
H A Dconfigure3632 # like to wrap large dependency lists on column 80 (with \), and
4299 # like to wrap large dependency lists on column 80 (with \), and
5253 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
5271 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
6541 # The default lists apply if the user does not specify any file.
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py109 lists = []
112 lists.append(OrderedSet())
113 return tuple.__new__(cls, lists)
155 # If item is in all lists, add to intersection, and remove from all.
/external/smack/src/org/jivesoftware/smack/
H A DPrivacyListManager.java33 * <li>Retrieve privacy lists.
34 * <li>Add, remove, and edit privacy lists.
35 * <li>Set, change, or decline active lists.
127 // Notifies the created or updated privacy lists
324 * @return an array of privacy lists.
330 PrivacyList[] lists = new PrivacyList[names.size()];
337 lists[index] = new PrivacyList(isActiveList, isDefaultList,
341 return lists;
362 * Client declines the use of active lists.
393 * Client declines the use of default lists
[all...]
/external/regex-re2/doc/
H A Dmksyntaxhtml31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
H A Dmksyntaxwiki27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m4626 [Define if libtool can extract symbol lists from object files.])
/external/qemu/include/qemu/
H A Dconfig-file.h15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
/external/qemu/util/
H A Dqemu-config.c470 static QemuOptsList *find_list(QemuOptsList **lists, const char *group) argument
474 for (i = 0; lists[i] != NULL; i++) {
475 if (strcmp(lists[i]->name, group) == 0)
478 if (lists[i] == NULL) {
481 return lists[i];
586 QemuOptsList **lists = vm_config_groups; local
590 for (i = 0; lists[i] != NULL; i++) {
591 data.list = lists[i];
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname) argument
617 list = find_list(lists, grou
[all...]
/external/pixman/
H A Dconfigure5 # Report bugs to <pixman@lists.freedesktop.org>.
250 $0: pixman@lists.freedesktop.org about your system,
575 PACKAGE_BUGREPORT='pixman@lists.freedesktop.org'
1509 Report bugs to <pixman@lists.freedesktop.org>.
2142 ## Report this to pixman@lists.freedesktop.org ##
4030 # like to wrap large dependency lists on column 80 (with \), and
4163 # like to wrap large dependency lists on column 80 (with \), and
15028 Report bugs to <pixman@lists.freedesktop.org>."
15051 # The default lists apply if the user does not specify any file.
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAppendTrack.java236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>();
239 lists.addAll(track.getSamples());
242 return lists;
251 List<long[]> lists = new LinkedList<long[]>();
253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries()));
257 for (long[] list : lists) {
276 List<int[]> lists = new LinkedList<int[]>();
278 lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries()));
281 for (int[] list : lists) {
/external/mesa3d/include/GL/
H A Dgl.h948 const GLvoid *lists );
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py900 lists = [{}, {}, {}, {}]
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
/external/mesa3d/src/mesa/main/
H A Ddlist.c29 * Display lists management functions.
101 * Used by device drivers to hook new commands into display lists.
1436 save_CallLists(GLsizei num, GLenum type, const GLvoid * lists) argument
1462 GLint list = translate_id(i, type, lists);
1476 CALL_CallLists(ctx->Exec, (num, type, lists));
8953 * Delete a sequence of consecutive display lists.
8974 * Return a display list number, n, such that lists n through n+range-1
9000 /* reserve the list IDs by with empty/dummy lists */
9149 * Execute glCallLists: call multiple display lists.
9152 _mesa_CallLists(GLsizei n, GLenum type, const GLvoid * lists) argument
[all...]
H A Ddlist.h3 * Display lists management.
50 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
/external/llvm/utils/TableGen/
H A Dtdtags83 that recipe. With no arguments, lists the available recipes.
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s387 @ Bad register lists for VFP.
H A Dneon-vld-encoding.s455 @ Handle 'Q' registers in register lists as if the sub-reg D regs were
492 @ Register lists can use the range syntax, just like VLDM
H A Dthumb-diagnostics.s56 @ Invalid writeback and register lists for LDM
78 @ Invalid writeback and register lists for PUSH/POP
89 @ Invalid writeback and register lists for STM
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli351 through the various value lists maintained by the LLVM IR. *)
358 lists maintained by the LLVM IR. *)
/external/libunwind/aux/
H A Dltmain.sh1986 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
2752 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex318 and if the runtime code-generator happens to generated sorted lists
/external/libvorbis/doc/
H A D01-introduction.tex149 bitrate hints, and the lists of component instances. All other

Completed in 970 milliseconds

1234