/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/ |
netty-codec-http-4.1.6.Final.jar | |
/prebuilts/devtools/tools/lib/ |
httpcore-4.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar | |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/ |
asm0.go | 1 // cmd/9l/optab.c, cmd/9l/asmout.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 680 a1 = int(p.From.Class) 682 a1 = aclass(ctxt, &p.From) + 1 683 p.From.Class = int8(a1) 1089 o1 = OP_RRR(oprrr(ctxt, a), uint32(REGZERO), uint32(p.From.Reg), uint32(p.To.Reg)) 1097 o1 = OP_RRR(oprrr(ctxt, p.As), uint32(p.From.Reg), uint32(r), uint32(p.To.Reg)) 1100 v := regoff(ctxt, &p.From) 1102 r := int(p.From.Reg) 1114 v := regoff(ctxt, &p.From) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
asm0.go | 1 // cmd/9l/optab.c, cmd/9l/asmout.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 680 a1 = int(p.From.Class) 682 a1 = aclass(ctxt, &p.From) + 1 683 p.From.Class = int8(a1) 1089 o1 = OP_RRR(oprrr(ctxt, a), uint32(REGZERO), uint32(p.From.Reg), uint32(p.To.Reg)) 1097 o1 = OP_RRR(oprrr(ctxt, p.As), uint32(p.From.Reg), uint32(r), uint32(p.To.Reg)) 1100 v := regoff(ctxt, &p.From) 1102 r := int(p.From.Reg) 1114 v := regoff(ctxt, &p.From) [all...] |
/prebuilts/tools/common/http-client/ |
httpcore-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/ |
httpcore-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar | |
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/ |
httpcore-4.1.jar | |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
asm5.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 64 OPCODE, from, prog->reg, to, type,size,param,flag */ 365 if p.To.Type == obj.TYPE_REG && p.To.Reg == REG_R15 && p.From.Reg == REG_R13 { // MOVW.W x(R13), PC 420 a2 = &q.From 434 p.From = *a 435 p.From.Reg = 0 436 p.From.Type = obj.TYPE_CONST 441 // make q into p but load/store from 0(R13) 454 (p.From.Type == obj.TYPE_MEM && p.From.Reg != REG_R9) { // MOVW X(Rx), Ry, x != [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 1 // cmd/7l/asm.c, cmd/7l/asmout.c, cmd/7l/optab.c, cmd/7l/span.c, cmd/ld/sub.c, cmd/ld/mod.c, from Vita Nuova. 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 149 OPCODE, from, prog->reg, to, type,size,param,flag,scond */ 566 addpool(ctxt, p, &p.From) 756 Because of this, we need to load the constant from memory. */ [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
data.go | 1 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c 28 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 606 // r->sym can be null when CALL $(constant) is transformed from absolute PC to relative PC call. 1236 // Copy pointers from mask into program. [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
sql.go | 102 // delete from Invoice 153 // err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s) 264 // Scan assigns a value from a database driver. 454 // *driverConn from which it came, so the driverConn's lock can be 1075 delete(db.connRequests, reqKey) // Remove from pending requests. 1098 // Multiple queries or executions may be run concurrently from the 1121 // Multiple queries or executions may be run concurrently from the [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
asm5.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 64 OPCODE, from, prog->reg, to, type,size,param,flag */ 365 if p.To.Type == obj.TYPE_REG && p.To.Reg == REG_R15 && p.From.Reg == REG_R13 { // MOVW.W x(R13), PC 420 a2 = &q.From 434 p.From = *a 435 p.From.Reg = 0 436 p.From.Type = obj.TYPE_CONST 441 // make q into p but load/store from 0(R13) 454 (p.From.Type == obj.TYPE_MEM && p.From.Reg != REG_R9) { // MOVW X(Rx), Ry, x != [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 1 // cmd/7l/asm.c, cmd/7l/asmout.c, cmd/7l/optab.c, cmd/7l/span.c, cmd/ld/sub.c, cmd/ld/mod.c, from Vita Nuova. 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 149 OPCODE, from, prog->reg, to, type,size,param,flag,scond */ 566 addpool(ctxt, p, &p.From) 756 Because of this, we need to load the constant from memory. */ [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
data.go | 1 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c 28 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 606 // r->sym can be null when CALL $(constant) is transformed from absolute PC to relative PC call. 1236 // Copy pointers from mask into program. [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
sql.go | 102 // delete from Invoice 153 // err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s) 264 // Scan assigns a value from a database driver. 454 // *driverConn from which it came, so the driverConn's lock can be 1075 delete(db.connRequests, reqKey) // Remove from pending requests. 1098 // Multiple queries or executions may be run concurrently from the 1121 // Multiple queries or executions may be run concurrently from the [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/ |
httpcore-4.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/ |
httpcore-4.2.5.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/ |
httpcore-4.3.1.jar | |
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailProvider.java | 324 Message.UPDATED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " + 327 private static final String UPDATED_MESSAGE_DELETE = "delete from " + 331 Message.DELETED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " + 335 "select " + BodyColumns.MESSAGE_KEY + " from " + Body.TABLE_NAME + 336 " except select " + BaseColumns._ID + " from " + Message.TABLE_NAME; 338 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME + 341 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME + 353 // Query parameter indicating the command came from UIProvider 407 * Creates a URI string from a database ID (guaranteed to be unique). 418 * delete from <table> where <column> not in (select <foreignColumn> from <foreignTable> 6071 final String from = values.getAsString(Message.MessageColumns.FROM_LIST); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |