HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 426 - 450 of 2155) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/po/
ca.po 213 " use Perl 5's regular expressions syntax in the script.\n"
216 " usa la sintaxi d'expressions regulars de Perl 5 en aquesta\n"
312 " use extended regular expressions in the script.\n"
315 " usa expressions regulars exteses en el script.\n"
543 #~ " use extended regular expressions in the script.\n"
578 #~ " usa expressions regulars exteses en el script.\n"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
482 // expressions than vice versa.
493 // Evaluate expressions immediately. Useful for hooking callbacks
501 var expressions = jstAttributes[ATT_eval];
502 if (expressions) {
503 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
504 context.jsexec(expressions[i], template);
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 11 // categorize scalar expressions in loops. It specializes in recognizing
79 /// Add and Mul expressions may have no-unsigned-wrap <NUW> or
257 /// This is a temporary pair of exact and max expressions that are
341 /// Return true if any backedge taken count expressions refer to the given
360 /// ValuesAtScopes - This map contains entries for all the expressions
712 /// returns a SCEVUnknown pointer for well-formed pointer-type expressions,
734 /// expressions in loop trip counts, and to eliminate casts.
    [all...]
  /external/clang/include/clang/AST/
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
134 "Expressions can't have reference type");
158 /// example, the expressions "x" and "x + y" are type-dependent in
213 /// The expressions \c args and \c static_cast<Types&&>(args) both
365 /// C++11 defines ([basic.lval]) a new taxonomy of expressions to replace the
370 /// - xvalues are expressions yielding unnamed rvalue references, e.g. a
407 /// Object kinds are meaningful only for expressions that yield an
473 /// that is known to return 0 or 1. This happens for _Bool/bool expressions
474 /// but also int expressions which are produced by things like comparisons in
573 /// HasSideEffects - This routine returns true for all those expressions
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 10 // This file implements semantic analysis for C++ lambda expressions.
241 // ignoring parens and parens-like expressions:
271 // enumerator-like expressions of type T or
284 // enumerator-like expressions.
309 /// expressions in a block are enumerator-like expressions of that
368 // and the types of the returned expressions after
376 // statements are enumerator-like expressions of some type T, where
427 // FIXME: This is a poor diagnostic for ReturnStmts without expressions.
    [all...]
  /external/chromium_org/third_party/re2/re2/
onepass.cc 9 // what I call "one-pass regular expressions". (An alternate
10 // name might be "backtracking-free regular expressions".)
12 // One-pass regular expressions have the property that
29 // A simple intuition for identifying one-pass regular expressions
46 // One-pass regular expressions get used a lot when RE is
  /external/regex-re2/re2/
onepass.cc 9 // what I call "one-pass regular expressions". (An alternate
10 // name might be "backtracking-free regular expressions".)
12 // One-pass regular expressions have the property that
29 // A simple intuition for identifying one-pass regular expressions
46 // One-pass regular expressions get used a lot when RE is
  /external/srec/srec/Grammar/include/
SR_Grammar.h 261 * - Compile from expressions (not supported by SREC) or load pre-compiled grammars
267 * - 1. Load a pre-compiler grammar setup. This is not just the set of expressions but is also
272 * - 2. Create a network dynamically from a set of regular expressions.
280 * A Grammar may consist of one or more rules. Rules are given as expressions (this interface is
283 * - The Grammar_CompileRule() step combines all sub-rule expressions into a single underlying
  /bionic/libc/unistd/
fnmatch.c 63 * from chapter 9, "Regular Expressions"
65 * with no support for collating symbols, equivalence class expressions or
66 * character class expressions. A partial range expression with a leading
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.3.html 190 <li>glsl: Let the constructor figure out the types of switch-related expressions.</li>
191 <li>glsl: Reject non-scalar switch expressions.</li>
192 <li>glsl: Fix assertion failure on handling switch on uint expressions.</li>
  /external/chromium_org/tools/gn/
parser.cc 311 // TODO: Maybe support more complex expressions like a[0][0]. This would
335 // boolean expressions (the lowest of which is OR), but above assignments.
378 // to allow "pointless" expressions and return ParseExpression() directly.
  /external/clang/test/Analysis/
dead-stores.c 76 // Don't warn for dead stores in nested expressions. We have yet
151 // Don't warn for dead stores in nested expressions. We have yet
479 // The FOREACH macro in QT uses 'break' statements within statement expressions
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 60 // new/delete expressions
156 // throw expressions
173 // typeid expressions
  /external/e2fsprogs/e2fsck/
message.c 234 * expressions.
259 * This function expands '%IX' expressions
355 * This function expands '%dX' expressions
  /external/eigen/test/
block.cpp 107 // expressions with direct access
114 // expressions without direct access
121 // evaluation into plain matrices from expressions with direct access (stress MapBase)
  /external/mesa3d/docs/
relnotes-8.0.3.html 190 <li>glsl: Let the constructor figure out the types of switch-related expressions.</li>
191 <li>glsl: Reject non-scalar switch expressions.</li>
192 <li>glsl: Fix assertion failure on handling switch on uint expressions.</li>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 17 r"""Support for regular expressions (RE).
24 Regular expressions can contain both special and ordinary characters.
26 regular expressions; they simply match themselves. You can
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 17 r"""Support for regular expressions (RE).
24 Regular expressions can contain both special and ordinary characters.
26 regular expressions; they simply match themselves. You can
  /external/chromium_org/third_party/jinja2/
parser.py 26 extensions and can be used to parse expressions or statements.
381 """Parse an expression. Per default all expressions are parsed, if
383 expressions are not parsed.
580 """Works like `parse_expression` but if multiple expressions are
665 # calls are valid both after postfix expressions (getattr
680 # calls are valid both after postfix expressions (getattr
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 224 // variable resolution scopes. Sufficient for simple XPath 1.0 expressions.
280 // variable resolution scopes. Sufficient for simple XPath 1.0 expressions.
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 89 // On the regular expressions used in death tests:
106 // 'x' and 'y' denote regular expressions; 'm' and 'n' are for

Completed in 3596 milliseconds

<<11121314151617181920>>