Searched refs:lists (Results 26 - 50 of 88) sorted by last modified time

1234

/external/libvorbis/doc/
H A D04-codec.tex101 needed for decode. The setup header contains, in order, the lists of
/external/libpng/
H A Dconfigure5 # Report bugs to <png-mng-implement@lists.sourceforge.net>.
278 $0: png-mng-implement@lists.sourceforge.net about your
595 PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net'
1523 Report bugs to <png-mng-implement@lists.sourceforge.net>.
2819 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2820 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3875 # like to wrap large dependency lists on column 80 (with \), and
4008 # like to wrap large dependency lists on column 80 (with \), and
13618 Report bugs to <png-mng-implement@lists.sourceforge.net>."
13641 # The default lists appl
[all...]
/external/libmtp/
H A Dconfigure5 # Report bugs to <libmtp-discuss@lists.sourceforge.net>.
750 PACKAGE_BUGREPORT='libmtp-discuss@lists.sourceforge.net'
1597 Report bugs to <libmtp-discuss@lists.sourceforge.net>.
3607 # like to wrap large dependency lists on column 80 (with \), and
13088 ## Report this to libmtp-discuss@lists.sourceforge.net ##
13233 ## Report this to libmtp-discuss@lists.sourceforge.net ##
13872 ## Report this to libmtp-discuss@lists.sourceforge.net ##
16563 # The default lists apply if the user does not specify any file.
/external/libexif/
H A Dconfigure5 # Report bugs to <libexif-devel@lists.sourceforge.net>.
250 $0: libexif-devel@lists.sourceforge.net about your system,
575 PACKAGE_BUGREPORT='libexif-devel@lists.sourceforge.net'
1463 Report bugs to <libexif-devel@lists.sourceforge.net>.
3682 # like to wrap large dependency lists on column 80 (with \), and
14373 Report bugs to <libexif-devel@lists.sourceforge.net>."
14396 # The default lists apply if the user does not specify any file.
/external/junit/
H A DCommon.mk7 # They are lists of .java files relative to external/junit/.
/external/iproute2/doc/
H A Dip-cref.tex969 lists all entries except for \verb|none| and \verb|noarp|.
1349 with its own syntax similar to the top level argument lists:
1497 are present, \verb|ip| assumes \verb|root 0/0| i.e.\ it lists the entire table.
/external/icu/icu4c/source/data/
H A Dmakedata.mak183 # There are several lists, they are all optional.
/external/icu/icu4c/source/samples/
H A Dreadme.txt78 - legacy and layout are not included in these lists,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js57 /* loads the lists.js file to the page.
60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py74 self.lists = list(args)
76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
77 print self.lists
81 return [tuple(map(lambda x: x[0], self.lists))]
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp905 // don't allow 0-sized lists
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py74 self.lists = list(args)
76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
77 print self.lists
81 return [tuple(map(lambda x: x[0], self.lists))]
/external/cmockery/cmockery_0_1_2/
H A Dlibtool3171 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
4134 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
H A Dltmain.sh2819 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
3782 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
/external/compiler-rt/make/
H A Dlib_info.mk49 # Compute lists of where each function is available.
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dltmain.sh2869 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
3827 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py37 # pathnames. The generators can provide more keys, the two lists are merged
143 lists of all other files included by the build file.
169 The gyp file is restricted to dictionaries and lists only, and
303 # This recurses into lists so that it can look for dicts.
815 # Find the build file's directory, so commands can be run or file lists
863 # file lists more than once. The cache key contains the command to be
1009 # Leave output alone if it's a list of lists.
1010 # We don't want such lists to be stringified.
1238 # will append "IS_MAC" to both "defines" lists.
1253 # Recurse into child dicts, or process child lists whic
[all...]
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py308 def zip(*lists):
310 for i in xrange(min(map(len, lists))):
311 result.append(tuple(map(lambda l, i=i: l[i], lists)))
/external/chromium_org/third_party/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h46 void (GLAPIENTRYP CallLists)(GLsizei n, GLenum type, const GLvoid * lists); /* 3 */

Completed in 681 milliseconds

1234