HomeSort by relevance Sort by last modified time
    Searched refs:BUT (Results 201 - 225 of 347) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
obj.go 24 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
obj.go 24 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
obj.go 24 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
139 // By handling the empty string explicitly, we not only optimize but we fix a
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
116 /// already exists, that is fine, but if some other kind of symbol
263 /// This isn't heavily optimized, but it's only used during cross linking anyway.
FieldDescriptor.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
61 /// but can be overridden using the <c>json_name</c> option in the .proto file.
98 // a MapField, but that feels a tad nasty.
193 // within descriptor.proto, but that's okay, as they're never exposed and we don't use IsPacked
FileDescriptor.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
262 proto.Dependency[i] + " but was: " + dependencies[i].Name);
289 /// code is "external", but should not be called directly by end users.
336 /// proto2 semantics for full support, but the file descriptor is available via this property. The
MessageDescriptor.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
143 /// typed to the relevant type, but it should produce objects of a type compatible with <see cref="ClrType"/>.
  /external/protobuf/js/binary/
decoder_test.js 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
arith.js 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
315 * Int64 is like UInt64, but modifies string conversions to interpret the stored
encoder.js 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/protobuf/js/
proto3_test.js 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/v8/benchmarks/
base.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36 // running the benchmark, but the running time of these functions will
231 // This function starts running a suite, but stops between each
splay.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
v.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/v8/tools/
splaytree.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 25 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/v8/tools/gcmole/
gcmole.lua 17 -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
70 # but rather the information necessary to generate an error. Then
84 # handling mechanism using rulecatch action, but you still need to
213 position, but it saw a different symbol <tt>y</tt> instead.
253 The recognizer expected to match some symbol, but it sees a different symbol.
319 an integer token type value) that falls into a range of possible values, but
344 possible symbol values, but the current symbol does not match.
366 A recognizer expected to match symbol that is not in some set of symbols but
384 upon the current and future input symbols, but it has determined tha
    [all...]
recognizers.rb 23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
132 It is identical to Ruby's built-in Struct class, but it takes string
181 Parser, and TreeParser are abstract classes. They can be instantiated, but
371 # via input.reset, but it ignores any errors received
596 # set). The rule exception handler tries to recover, but finds
669 # symbols. But, actions might refer to that missing symbol.
672 # $x points at that token. If that token is missing, but
    [all...]
streams.rb 23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
81 an Abstract Syntax Tree into a flat, one-dimensional sequence, but preserves
84 defined in antlr3/stream.rb, but antlr3/tree.rb
251 with the more-precise, but lengthy name <tt>charPositionInLine</tt>. I prefered
289 example, if you need to hide whitespace and comments from a parser, but hang on
360 characters, but currently this library does not provide any streams to handle
761 # usually a lexer, but can be any object that implements +next_token+ and includes
930 # operates simillarly to #peek, but returns the full token object at look-ahead position +k+
956 # next position, but rather must ski
    [all...]
token.rb 23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

Completed in 161 milliseconds

1 2 3 4 5 6 7 891011>>