Searched defs:for (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_expand.c3 // RUN: %clang_cc1 -E %s | grep '^C: for()$'
12 #define for(x) h(x macro
15 C: for(for))
H A Dcxx_oper_keyword_ms_compat.cpp45 #define for macro
130 for
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py15 # See the License for the specific language governing permissions and
20 # Requires OS X 10.3 Panther or later, for Python and Core Graphics Python APIs
31 # (These instructions are for BBEdit, which I highly recommend you use when doing this.)
58 import math # for pi namespace
78 for line in lines:
99 for t in time:
139 #print "Couldn't find any preceeding question for", qaList
189 for point in plotPoints:
204 for index in point[3:]:
216 for i
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dchangelog.py29 # WebKit's Python module for parsing and modifying ChangeLog files
32 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
116 for line in changelog_file:
147 lines = [self._wrap_line(line) for line in message.splitlines()]
155 for line in fileinput.FileInput(self.path, inplace=1):
171 for line in fileinput.FileInput(self.path, inplace=1):
177 for line in fileinput.FileInput(self.path, inplace=1):
/external/linux-tools-perf/config/
H A Dutilities.mak78 # escape-for-shell-sq
80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)
82 # This function produces text that is suitable for
86 escape-for-shell-sq = $(subst ','\'',$(1))
92 shell-sq = '$(escape-for-shell-sq)'
162 # The goal is to get an absolute path for an executable;
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js5 This version is suitable for Node.js. With minimal changes (the
21 true (or an object, see the code for some options) as second
68 /* -----[ helper for AST traversal ]----- */
147 "for": function(init, cond, step, block) {
150 "for-in": function(has_var, key, hash, block) {
227 for (i in walkers) if (HOP(walkers, i)) {
232 for (i in save) if (HOP(save, i)) {
285 for (var s = this; s; s = s.parent)
290 for (var s = this; s; s = s.parent)
317 for (;;) {
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb90 (instead of basic tokens), and adds some helper methods for working with trees.
97 the purpose of which is to provide a homogeneous interface for handling tree
100 See Tree and TreeAdaptor for more information.
199 class for AST classes; it specifies the attributes that are expected of basic class in class:ANTLR3.AST
391 for i in offset ... length
466 TreeAdaptor class to handle tree construction and manipulation for the
564 for child in self do child.infer_boundaries end
590 for child in self
729 for i in 0 ... child_count( tree )
898 for method_nam
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py38 """Support for check-webkit-style."""
41 import math # for log namespace
86 # for substring matching to work.
95 # Replacement macros for CHECK/DCHECK/EXPECT_TRUE/EXPECT_FALSE
96 _CHECK_REPLACEMENT = dict([(m, {}) for m in _CHECK_MACROS])
98 for op, replacement in [('==', 'EQ'), ('!=', 'NE'),
108 for op, inv_replacement in [('==', 'NE'), ('!=', 'EQ'),
117 # These constants define types of headers for use with
125 # A dictionary of items customize behavior for unit test. For example,
127 # for fakin
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex119 LibTomCrypt is a portable ISO C cryptographic library meant to be a tool set for cryptographers who are
124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
128 \subsection{What the library IS for?}
130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
158 On top of making the build simple and the API approachable I've also attempted for a reasonably high level of
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
173 is write a descriptor and the few support routines required for the device. After that the rest of the
180 mode routines for every single cipher. That means every time you add or remove a cipher from the library
201 I would like to give thanks to the following people (in no particular order) for helping me develop this project from
253 There is no initialization routine for th
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js58 for (var a in a1) this.alias(a, a1[a], a2);
64 for (var p in a1) add(this, p, a1[p], a2);
81 for (var i = 0, l = objects.length; i < l; i++) objects[i].implement(properties);
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
95 for (var t in types) Native.typize(types[t], t);
101 for (var g in generics){
102 for (var i = generics[g].length; i--;) Native.genericize(window[g], generics[g][i], true);
112 for (var key in object) this[key] = object[key];
121 for (var key in this){
128 for (va
[all...]

Completed in 448 milliseconds