Searched defs:inserted (Results 1 - 25 of 39) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
51 @property (retain) id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DMissingTokenException.java34 public Object inserted; field in class:MissingTokenException
38 public MissingTokenException(int expecting, IntStream input, Object inserted) { argument
40 this.inserted = inserted;
48 if ( inserted!=null && token!=null ) {
49 return "MissingTokenException(inserted "+inserted+" at "+token.getText()+")";
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.c47 deBool inserted = deInBounds32(i, 0, 5000); local
49 DE_TEST_ASSERT(found == inserted);
59 deBool inserted = deInBounds32(i, 1000, 5000); local
61 DE_TEST_ASSERT(found == inserted);
72 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)); local
74 DE_TEST_ASSERT(found == inserted);
H A DdePoolSet.c49 deBool inserted = deInBounds32(i, 0, 5000); local
51 DE_TEST_ASSERT(found == inserted);
61 deBool inserted = deInBounds32(i, 1000, 5000); local
63 DE_TEST_ASSERT(found == inserted);
74 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)); local
76 DE_TEST_ASSERT(found == inserted);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMissingTokenException.cs59 public MissingTokenException(int expecting, IIntStream input, object inserted) argument
60 : this(expecting, input, inserted, null) {
63 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
65 this._inserted = inserted;
68 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
70 this._inserted = inserted;
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
75 this._inserted = inserted;
90 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMissingTokenException.cs64 public MissingTokenException(int expecting, IIntStream input, object inserted) argument
65 : this(expecting, input, inserted, null)
69 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
72 this._inserted = inserted;
75 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
78 this._inserted = inserted;
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
84 this._inserted = inserted;
104 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
/external/webrtc/talk/app/webrtc/java/jni/
H A Dclassreferenceholder.cc142 bool inserted = classes_.insert(std::make_pair(name, globalRef)).second; local
143 RTC_CHECK(inserted) << "Duplicate class name: " << name;
/external/boringssl/src/crypto/pool/
H A Dpool.c117 int inserted = 0; local
120 inserted = lh_CRYPTO_BUFFER_insert(pool->bufs, &old, buf);
127 if (!inserted) {
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc111 bool inserted; local
112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
114 return inserted;
H A Dmsan_origin.h132 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); local
135 if (inserted && flags()->origin_history_per_stack_limit > 0)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h30 handle_type Put(args_type args, bool *inserted = nullptr);
99 bool *inserted) {
100 if (inserted) *inserted = false;
132 if (inserted) *inserted = true;
98 Put(args_type args, bool *inserted) argument
/external/jdiff/src/jdiff/
H A DDiffMyers.java94 The diagonal number equals the number of inserted lines minus the number
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
469 and some are inserted.
473 INSERTED is the number of lines inserted here in file 1.
482 public int inserted; field in class:DiffMyers.change
487 /** Line number of 1st inserted line. */
493 INSERTED is the number of lines inserted here in file 1.
497 change(int line0, int line1, int deleted, int inserted, chang argument
[all...]
/external/libmojo/mojo/edk/system/
H A Dwait_set_dispatcher.cc102 bool inserted = waiting_dispatchers_.insert( local
104 DCHECK(inserted);
H A Dnode_controller.cc178 bool inserted = pending_child_tokens_.insert( local
180 DCHECK(inserted);
/external/libmojo/mojo/message_pump/
H A Dmessage_pump_mojo.cc108 bool inserted = deadline_handles_.insert(handle).second; local
109 DCHECK(inserted);
/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp386 bool inserted = false; local
394 inserted = true;
406 inserted = true;
409 if (!inserted)
/external/protobuf/src/google/protobuf/io/
H A Dprinter.cc152 pair<map<string, pair<size_t, size_t> >::iterator, bool> inserted = local
155 if (!inserted.second) {
159 inserted.first->second = std::make_pair(1, 0);
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dmultiplex_router.cc364 bool inserted = false; local
365 InterfaceEndpoint* endpoint = FindOrInsertEndpoint(id, &inserted);
366 if (inserted) {
714 bool inserted = false; local
715 InterfaceEndpoint* endpoint = FindOrInsertEndpoint(id, &inserted);
716 if (inserted) {
724 // It is also possible that this newly-inserted endpoint is the master
828 bool* inserted) {
830 // Either |inserted| is nullptr or it points to a boolean initialized as
832 DCHECK(!inserted || !*inserte
826 FindOrInsertEndpoint( InterfaceId id, bool* inserted) argument
[all...]
/external/v8/src/compiler/
H A Dstore-store-elimination.cc514 bool inserted = new_set->insert(obs).second; local
515 DCHECK(inserted);
516 USE(inserted); // silence warning about unused variable
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c1606 Int inserted = 0; local
1610 inserted |= cc_dep1 & 0xff;
1614 inserted |= cc_dep1 & 0xff00;
1618 inserted |= cc_dep1 & 0xff0000;
1622 inserted |= cc_dep1 & 0xff000000;
1626 if (inserted & msb) // MSB is 1
1628 if (inserted > 0)
2054 /* Select the bits that were inserted */
2057 /* cc == 0 --> all inserted bits zero or mask == 0 (cond == 8)
2058 cc == 1 --> leftmost inserted bi
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp699 bool inserted = FunctionsBeingProcessed.insert(FI).second; local
700 (void)inserted;
701 assert(inserted && "Recursively being processed?");
H A DCGStmt.cpp435 bool inserted = false; local
440 inserted = true;
445 if (!inserted)

Completed in 646 milliseconds

12