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

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico/lib/
picoknow.c 5 * you may not use this file except in compliance with the License.
46 picoknow_KnowledgeBase this; local
49 this = picoos_allocate(mm,sizeof(*this));
50 if (NULL != this) {
51 PICODBG_TRACE(("allocated KnowledgeBase at address %i with size %i",(picoos_uint32)this,sizeof(*this)));
53 this->next = NULL;
54 this->id = PICOKNOW_KBID_NULL;
55 this->base = NULL
    [all...]
  /frameworks/base/core/java/android/os/
ConditionVariable.java 5 * you may not use this file except in compliance with the License.
23 * This differs from the built-in java.lang.Object wait() and notify()
24 * in that this class contains the condition to wait on itself. That means
29 * This class uses itself is at the object to wait on, so if you wait()
64 synchronized (this) {
68 this.notifyAll();
81 synchronized (this) {
94 synchronized (this) {
97 this.wait();
119 // Object.wait(0) means wait forever, to mimic this, we jus
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 2 // Use of this source code is governed by a BSD-style license that can be
6 * This view displays the progress and results from the "connection tester".
16 DivView.call(this, mainBoxId);
18 this.urlInput_ = document.getElementById(urlInputId);
19 this.summaryDiv_ = document.getElementById(summaryDivId);
22 form.addEventListener('submit', this.onSubmitForm_.bind(this), false);
24 g_browser.addConnectionTestsObserver(this);
30 g_browser.sendStartConnectionTests(this.urlInput_.value);
38 this.summaryDiv_.innerHTML = ''
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
NullCipher.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
32 * This class provides an identity cipher that does not transform the input data
43 this.init(Cipher.ENCRYPT_MODE, (Key)null, (SecureRandom)null);
  /frameworks/base/core/java/android/appwidget/
AppWidgetProvider.java 5 * you may not use this file except in compliance with the License.
31 * <p>Extend this class and override one or more of the {@link #onUpdate}, {@link #onDeleted},
66 this.onUpdate(context, AppWidgetManager.getInstance(context), appWidgetIds);
74 this.onDeleted(context, new int[] { appWidgetId });
78 this.onEnabled(context);
81 this.onDisabled(context);
88 * this AppWidget provider is being asked to provide {@link android.widget.RemoteViews RemoteViews}
89 * for a set of AppWidgets. Override this method to implement your own AppWidget functionality.
93 * @param context The {@link android.content.Context Context} in which this receiver is
97 * @param appWidgetIds The appWidgetIds for which an update is needed. Note that this
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 5 * you may not use this file except in compliance with the License.
31 this.indexMap = indexMap;
32 this.reader = new CodeReader();
33 this.reader.setAllVisitors(new GenericVisitor());
34 this.reader.setStringVisitor(new StringVisitor());
35 this.reader.setTypeVisitor(new TypeVisitor());
36 this.reader.setFieldVisitor(new FieldVisitor());
37 this.reader.setMethodVisitor(new MethodVisitor());
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassDoesWorkInConstructor.java 5 * you may not use this file except in compliance with the License.
26 this.fooInt(1);
27 this.fooByte((byte) 1);
28 this.fooShort((short) 1);
29 this.fooChar('a');
30 this.fooLong(1L);
31 this.fooFloat(1.0f);
32 this.fooDouble(1.0);
33 this.fooBoolean(true);
34 this.fooObject("hello")
    [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
61 this.out = out;
62 this.wire = wire;
66 this.out.write(b, off, len);
67 if (this.wire.enabled()) {
68 this.wire.output(b, off, len);
73 this.out.write(b)
    [all...]
AbstractPoolEntry.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
77 /** The route for which this entry gets allocated. */
93 * @param connOperator the Connection Operator for this entry
103 this.connOperator = connOperator;
104 this.connection = connOperator.createConnection();
105 this.route = route;
106 this.tracker = null
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED BY UNITEDHEROES.NET ''AS IS'' AND ANY
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41 * This class only builds the OAuth elements, it does not do the actual
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED BY UNITEDHEROES.NET ''AS IS'' AND ANY
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41 * This class only builds the OAuth elements, it does not do the actual
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
22 * derived from this software without specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED BY UNITEDHEROES.NET ''AS IS'' AND ANY
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41 * This class only builds the OAuth elements, it does not do the actual
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.")
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
TeeOutputStream.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
41 this.branch = branch;
51 this.branch.write(b);
63 this.branch.write(b, off, len);
73 this.branch.write(b);
82 this.branch.flush();
91 this.branch.close();
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportPregenerated.pm 0 # This file was automatically generated by SWIG
38 sub this { subroutine
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.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
70 this.params = new BasicHttpParams();
71 this.params
77 this.httpproc = new BasicHttpProcessor();
79 this.httpproc.addInterceptor(new RequestContent());
80 this.httpproc.addInterceptor(new RequestTargetHost());
82 this.httpproc.addInterceptor(new RequestConnControl())
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
33 * <li>java.util.logging.StreamHandler.encoding specifies the encoding this
37 * class to be associated with this handler. No <code>Filter</code> is used by
40 * formatter class to be associated with this handler. Default is
46 * This class is not thread-safe.
50 // the output stream this handler writes to
65 this.os = null;
66 this.writer = null
    [all...]
  /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
63 this.out = out;
72 if (!this.closed) {
73 this.closed = true;
74 this.out.flush();
79 this.out.flush();
83 if (this.closed)
    [all...]
AbstractSessionOutputBuffer.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
76 this.outstream = outstream;
77 this.buffer = new ByteArrayBuffer(buffersize);
78 this.charset = HttpProtocolParams.getHttpElementCharset(params);
79 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII)
80 || this.charset.equalsIgnoreCase(HTTP.ASCII)
    [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...]
Pipeline.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
64 this.pipeline = pipeline;
68 if (this.isCancelled)
80 this.isCancelled = true;
95 this.length = length;
96 this.bytes = bytes;
107 if (this.readTimeout == -1
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
31 * This class does a pre-order walk of the DTM tree, calling a ContentHandler
35 * I think normally this class should not be needed, because
45 /** DomHelper for this TreeWalker */
93 this.m_contentHandler = contentHandler;
108 // %REVIEW% Why isn't this just traverse(pos,pos)?
110 int top = pos; // Remember the root of this subtree
131 // %REVIEW% This condition isn't tested in traverse(pos,top
    [all...]
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
83 if (!eles[i].getClassName().equals(this.getClass().getName())) {
87 this.callStack.push(eles[i]);
96 return this.callStack.peek().getClassName();
105 return this.callStack.peek().getMethodName();
114 this.callStack.clear();
125 * Pushes a boolean onto the top of this stack.
131 this.push(new BaseTypeWrapper(val))
    [all...]
  /external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.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
62 this.inTransportMetric = inTransportMetric;
63 this.outTransportMetric = outTransportMetric;
69 if (this.inTransportMetric != null) {
70 return this.inTransportMetric.getBytesTransferred();
77 if (this.outTransportMetric != null) {
78 return this.outTransportMetric.getBytesTransferred()
    [all...]
SocketHttpClientConnection.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
68 if (this.open) {
74 if (!this.open) {
102 this.socket = socket;
111 this.open = true;
115 return this.open;
119 return this.socket
    [all...]
SocketHttpServerConnection.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
68 if (this.open) {
74 if (!this.open) {
100 this.socket = socket;
109 this.open = true;
113 return this.socket;
117 return this.open
    [all...]

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 91011>>