HomeSort by relevance Sort by last modified time
    Searched full:precedence (Results 26 - 50 of 962) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
thingstodo.txt 6 ((((( operator precedence or similar making stack deep
  /external/iptables/extensions/
libxt_tos.man 2 including the "Precedence" bits) or the (also 8-bit) Priority field in the IPv6
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifierInHierarchy.java 16 * takes precedence over {@code DefaultQualifierInHierarchy}.
  /external/skia/src/animator/
thingstodo.txt 6 ((((( operator precedence or similar making stack deep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
msg_02.txt 54 Precedence: bulk
68 Precedence: bulk
83 Precedence: bulk
98 Precedence: bulk
113 Precedence: bulk
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
msg_02.txt 54 Precedence: bulk
68 Precedence: bulk
83 Precedence: bulk
98 Precedence: bulk
113 Precedence: bulk
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 21 `Operator-Precedence
71 Note that there is no discussion about precedence of binary operators,
242 (multiplication) has higher *precedence* than "+" (addition).
245 to use `Operator-Precedence
247 This parsing technique uses the precedence of binary operators to guide
252 (* binop_precedence - This holds the precedence for each binary operator that is
256 (* precedence - Get the precedence of the pending binary operator token. *)
257 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1
263 * 1 is the lowest precedence. *
    [all...]
LangImpl2.rst 20 `Operator-Precedence
95 Note that there is no discussion about precedence of binary operators,
330 (multiplication) has higher *precedence* than "+" (addition).
333 to use `Operator-Precedence
335 This parsing technique uses the precedence of binary operators to guide
340 /// BinopPrecedence - This holds the precedence for each binary operator that is
344 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
357 // 1 is lowest precedence.
367 reader). The ``GetTokPrecedence`` function returns the precedence for
375 expressions. The basic idea of operator precedence parsing is to brea
    [all...]
  /external/chromium_org/extensions/browser/
pending_extension_info.cc 55 // Same install source, so |this| has the same precedence as |other|.
59 // Different install sources; |this| has higher precedence if
pending_extension_info.h 66 // Returns -1, 0 or 1 if |this| has lower, equal or higher precedence than
67 // |other|, respectively. "Equal" precedence means that the version and the
68 // install source match. "Higher" precedence means that the version is newer,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
100 (* If this is a binop, find its precedence. *)
102 let token_prec = precedence c in
119 let next_prec = precedence c2 in
163 (* Read the precedence if present. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
114 (* If this is a binop, find its precedence. *)
116 let token_prec = precedence c in
133 let next_prec = precedence c2 in
189 (* Read the precedence if present. *)
  /external/chromium_org/chrome/browser/extensions/
extension_pref_value_map.h 27 // regular ones. It takes precedence over a regular setting set by the same
30 // incognito ones. It takes precedence over a regular setting set by the same
34 // was installed later takes precedence, regardless of whether the settings
55 // Extension B has higher precedence than A.
97 // Returns true if currently no extension with higher precedence controls the
111 // other extension with higher precedence overrides it. If |from_incognito|
184 // preferences values (i.e. the ones with the highest precedence)
  /external/chromium_org/v8/src/
token.h 37 // same signature M(name, string, precedence), where name is the
39 // (or NULL, for literals), and precedence is the precedence (or 0).
49 #define IGNORE_TOKEN(name, string, precedence)
90 /* Binary operators sorted by precedence. */ \
109 /* Compare operators sorted by precedence. */ \
189 #define T(name, string, precedence) name,
299 // Returns the precedence > 0 for binary and compare
301 static int Precedence(Value tok) {
  /external/llvm/include/llvm/Option/
OptParser.td 17 class OptionKind<string name, int precedence = 0, bit sentinel = 0> {
19 // The kind precedence, kinds with lower precedence are matched first.
20 int Precedence = precedence;
  /external/chromium_org/third_party/sqlite/src/doc/
lemon.html 390 <h3>Precedence Rules</h3>
399 over the resolution of paring conflicts using precedence rules.
400 A precedence value can be assigned to any terminal symbol
402 mentioned in earlier directives have a lower precedence that
415 defined to have the lowest precedence. The OR operator is one
416 precedence level higher. And so forth. Hence, the grammar would
426 the grouping when the precedence is the same. AND is left-associative
443 The nonassoc precedence is used for non-associative operators.
450 <p>The precedence of non-terminals is transferred to rules as follows:
451 The precedence of a grammar rule is equal to the precedence of th
    [all...]
  /external/chromium_org/tools/gn/
parser.h 25 int precedence; member in struct:ParserHelper
48 // Parses an expression with the given precedence or higher.
49 scoped_ptr<ParseNode> ParseExpression(int precedence);
  /packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java 29 * This class contains utility functions for determining the precedence of
79 * Returns the precedence (1 being the highest) of a type in the context of it's mimetype.
83 * @return The integer precedence, where 1 is the highest.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
TypePrecedence.java 28 * This class contains utility functions for determining the precedence of
71 * Returns the precedence (1 being the highest) of a type in the context of it's mimetype.
75 * @return The integer precedence, where 1 is the highest.
  /external/bison/src/
gram.h 61 RULES[R].prec -- the symbol providing the precedence level of R.
64 precedence to R. Of course, if set, it is equal to `prec', but we
70 RULES[R].dprec -- the dynamic precedence level of R (for GLR
96 SYMBOLS[I]->prec records the precedence level of each symbol.
98 Precedence levels are assigned in increasing order starting with 1
99 so that numerically higher precedence values mean tighter binding
100 as they ought to. Zero as a symbol or rule's precedence means none
186 /* This symbol provides both the associativity, and the precedence. */
  /external/kernel-headers/original/linux/
icmp.h 53 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
54 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmp.h 53 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
54 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmp.h 53 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
54 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */

Completed in 637 milliseconds

12 3 4 5 6 7 8 91011>>