HomeSort by relevance Sort by last modified time
    Searched defs:Of (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. The name of the author may not be used to endorse or promote products
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. The name of the author may not be used to endorse or promote products
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    [all...]
  /external/v8/src/compiler/
types.h 2 // Use of this source code is governed by a BSD-style license that can be
52 // subtype of Range(n, n) (and therefore also a subtype of any larger range).
86 // especially with respect to the properties of the more exotic 'temporal'
201 * Some of the atomic numerical bitsets are internal only (see
204 * occur as part of PlainNumber.
426 // Superclass for types with variable number of type fields.
492 // - no field is a subtype of any other field
553 static Type* Of(double value, Zone* zone) {
556 static Type* Of(i::Object* value, Zone* zone)
    [all...]
  /external/v8/src/ast/
ast-types.h 2 // Use of this source code is governed by a BSD-style license that can be
24 // Types consist of two dimensions: semantic (value range) and representation.
61 // TODO(rossberg): the latter is not currently true for proxies, because of fix,
63 // However, we also define a 'temporal' variant of the subtyping relation that
102 // subtype of Range(n, n) (and therefore also a subtype of any larger range).
136 // especially with respect to the properties of the more exotic 'temporal'
261 * Some of the atomic numerical bitsets are internal only (see
264 * occur as part of PlainNumber.
568 // Superclass for types with variable number of type fields
    [all...]

Completed in 323 milliseconds