HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 1 - 25 of 730) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/board/samsung/goni/
onenand.c 15 struct onenand_chip *this = mtd->priv; local
17 this->base = (void *)CONFIG_SYS_ONENAND_BASE;
18 this->options |= ONENAND_RUNTIME_BADBLOCK_CHECK;
19 this->chip_probe = s5pc110_chip_probe;
  /external/u-boot/board/samsung/universal_c210/
onenand.c 14 struct onenand_chip *this = mtd->priv; local
16 this->base = (void *)CONFIG_SYS_ONENAND_BASE;
17 this->options |= ONENAND_RUNTIME_BADBLOCK_CHECK;
18 this->chip_probe = s5pc210_chip_probe;
  /external/u-boot/board/xes/common/
actl_nand.c 5 * This driver support NAND devices which have address lines
18 struct nand_chip *this = mtd_to_nand(mtd); local
22 IO_ADDR_W = (ulong)this->IO_ADDR_W;
34 this->IO_ADDR_W = (void *)IO_ADDR_W;
38 writeb(cmd, this->IO_ADDR_W);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeOutputStream.java 24 this.output1 = output1;
25 this.output2 = output2;
31 this.output1.write(buf);
32 this.output2.write(buf);
38 this.output1.write(buf, off, len);
39 this.output2.write(buf, off, len);
45 this.output1.write(b);
46 this.output2.write(b);
52 this.output1.flush();
53 this.output2.flush()
    [all...]
TeeInputStream.java 24 this.input = input;
25 this.output = output;
63 this.input.close();
64 this.output.close();
  /external/u-boot/board/samsung/smdkc100/
onenand.c 20 struct onenand_chip *this = mtd->priv; local
26 this->base = (void *)S5PC100_ONENAND_BASE;
27 onenand = (struct samsung_onenand *)this->base;
  /external/u-boot/drivers/mtd/nand/
nand_plat.c 28 struct nand_chip *this = mtd_to_nand(mtd); local
34 NAND_PLAT_WRITE_CMD(this, cmd);
36 NAND_PLAT_WRITE_ADR(this, cmd);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/
TeeOutputStream.java 10 * @hide This class is not part of the Android public SDK API
26 this.output1 = output1;
27 this.output2 = output2;
33 this.output1.write(buf);
34 this.output2.write(buf);
40 this.output1.write(buf, off, len);
41 this.output2.write(buf, off, len);
47 this.output1.write(b);
48 this.output2.write(b);
54 this.output1.flush()
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
filter_dump.c 4 * This program is free software; you can redistribute it and/or modify it
16 const struct nfct_filter_dump_mark *this = value; local
18 filter_dump->mark.val = this->val;
19 filter_dump->mark.mask = this->mask;
filter.c 4 * This program is free software; you can redistribute it and/or modify it
24 const struct nfct_filter_proto *this = value; local
26 set_bit_u16(this->state, &filter->l4proto_state[this->proto].map);
27 filter->l4proto_state[this->proto].len++;
32 const struct nfct_filter_ipv4 *this = value; local
37 filter->l3proto[0][filter->l3proto_elems[0]].addr = this->addr;
38 filter->l3proto[0][filter->l3proto_elems[0]].mask = this->mask;
44 const struct nfct_filter_ipv4 *this = value; local
49 filter->l3proto[1][filter->l3proto_elems[1]].addr = this->addr
56 const struct nfct_filter_ipv6 *this = value; local
70 const struct nfct_filter_ipv6 *this = value; local
84 const struct nfct_filter_dump_mark *this = value; local
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
SSLServerSocketFactoryTest.java 14 * 1. Redistributions of source code must retain the above copyright notice, this
18 * this list of conditions and the following disclaimer in the documentation
22 * may be used to endorse or promote products derived from this software without
25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
33 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
62 Assert.assertEquals(9043, this.testServer.getListeningPort());
63 Assert.assertTrue(this.testServer.isAlive());
69 this.testServer = new TestServer(9043);
70 this.testServer.setServerSocketFactory(new SecureServerSocketFactory(NanoHTTPD.makeSSLSocketFactory("/keystore.jks", "password".toCharArray()), null));
71 this.tempFileManager = new TestTempFileManager()
    [all...]
HttpSSLServerTest.java 12 * 1. Redistributions of source code must retain the above copyright notice, this
16 * this list of conditions and the following disclaimer in the documentation
20 * may be used to endorse or promote products derived from this software without
23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
61 Assert.assertEquals(9043, this.testServer.getListeningPort());
62 Assert.assertTrue(this.testServer.isAlive());
68 this.testServer = new TestServer(9043);
69 this.testServer.makeSecure(NanoHTTPD.makeSSLSocketFactory("/keystore.jks", "password".toCharArray()), null);
70 this.tempFileManager = new TestTempFileManager()
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/junit/
VerificationCollectorImpl.java 3 * This program is made available under the terms of the MIT License.
27 this.resetBuilder();
35 VerificationCollectorImpl.this.assertLazily();
37 VerificationCollectorImpl.this.collectAndReport();
50 if (this.numberOfFailures > 0) {
51 String error = this.builder.toString();
53 this.resetBuilder();
65 return this;
69 this.builder = new StringBuilder()
71 this.numberOfFailures = 0
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 5 * you may not use this file except in compliance with the License.
34 this.reader = new CodeReader();
35 this.reader.setAllVisitors(new GenericVisitor());
36 this.reader.setStringVisitor(new StringVisitor());
37 this.reader.setTypeVisitor(new TypeVisitor());
38 this.reader.setFieldVisitor(new FieldVisitor());
39 this.reader.setMethodVisitor(new MethodVisitor());
40 this.reader.setMethodAndProtoVisitor(new MethodAndProtoVisitor());
41 this.reader.setCallSiteVisitor(new CallSiteVisitor());
49 this.indexMap = indexMap
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 10 * this work for additional information regarding copyright ownership.
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
24 * This software consists of voluntary contributions made by many
47 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
66 this.out = out;
67 this.wire = wire;
71 this.out.write(b, off, len);
72 if (this.wire.enabled()) {
73 this.wire.output(b, off, len)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowCtsActivity.java 5 * you may not use this file except in compliance with the License.
38 synchronized (this) {
39 this.notifyAll();
44 synchronized (this) {
45 this.wait(10000);
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DialogActivity.java 5 * you may not use this file except in compliance with the License.
37 DialogActivity.this.finish();
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeImplicitContructor.java 5 * you may not use this file except in compliance with the License.
31 this.yamlConstructors.put(Tag.TIMESTAMP, new ConstructJodaTimestamp());
  /external/u-boot/board/cssi/MCR3000/
nand.c 19 struct nand_chip *this = mtd_to_nand(mtdinfo); local
47 out_8(this->IO_ADDR_W, cmd);
  /external/u-boot/board/freescale/m5329evb/
nand.c 24 struct nand_chip *this = mtd_to_nand(mtdinfo); local
28 ulong IO_ADDR_W = (ulong) this->IO_ADDR_W;
42 this->IO_ADDR_W = (void *)IO_ADDR_W;
46 writeb(cmd, this->IO_ADDR_W);
  /external/u-boot/board/freescale/m5373evb/
nand.c 24 struct nand_chip *this = mtd_to_nand(mtdinfo); local
28 ulong IO_ADDR_W = (ulong) this->IO_ADDR_W;
42 this->IO_ADDR_W = (void *)IO_ADDR_W;
47 writeb(cmd, this->IO_ADDR_W);
  /frameworks/base/apct-tests/perftests/core/src/android/os/
KernelCpuThreadReaderPerfTest.java 5 * you may not use this file except in compliance with the License.
50 this.mKernelCpuThreadReader.getProcessCpuUsage();
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
68 this.out = out;
77 if (!this.closed) {
78 this.closed = true;
79 this.out.flush();
84 this.out.flush()
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
IntegrationTestBase.java 12 * 1. Redistributions of source code must retain the above copyright notice, this
16 * this list of conditions and the following disclaimer in the documentation
20 * may be used to endorse or promote products derived from this software without
23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
57 this.testServer = createTestServer();
58 this.httpclient = new DefaultHttpClient();
60 this.testServer.start();
68 this.httpclient.getConnectionManager().shutdown();
69 this.testServer.stop()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PriorityParser.java 4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement
77 this.lexer.SPorHT();
78 /*this.lexer.match(TokenTypes.ID);
83 // This is in violation of the RFC but
85 priority.setPriority(this.lexer.ttokenSafe());
87 this.lexer.SPorHT();
88 this.lexer.match('\n')
    [all...]

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>