HomeSort by relevance Sort by last modified time
    Searched refs:impl (Results 151 - 175 of 1167) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 5 package javax.jmdns.impl.tasks.state;
11 import javax.jmdns.impl.DNSOutgoing;
12 import javax.jmdns.impl.DNSRecord;
13 import javax.jmdns.impl.JmDNSImpl;
14 import javax.jmdns.impl.ServiceInfoImpl;
15 import javax.jmdns.impl.constants.DNSConstants;
16 import javax.jmdns.impl.constants.DNSRecordClass;
17 import javax.jmdns.impl.constants.DNSState;
36 * @see javax.jmdns.impl.tasks.DNSTask#getName()
54 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer
    [all...]
Renewer.java 5 package javax.jmdns.impl.tasks.state;
11 import javax.jmdns.impl.DNSOutgoing;
12 import javax.jmdns.impl.DNSRecord;
13 import javax.jmdns.impl.JmDNSImpl;
14 import javax.jmdns.impl.ServiceInfoImpl;
15 import javax.jmdns.impl.constants.DNSConstants;
16 import javax.jmdns.impl.constants.DNSRecordClass;
17 import javax.jmdns.impl.constants.DNSState;
34 * @see javax.jmdns.impl.tasks.DNSTask#getName()
52 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer
    [all...]
  /external/openfst/src/lib/
symbol-table.cc 45 SymbolTableImpl* impl = new SymbolTableImpl(filename); local
61 delete impl;
73 delete impl;
76 impl->AddSymbol(symbol, key);
79 return impl;
170 SymbolTableImpl* impl = new SymbolTableImpl(name); local
171 ReadType(strm, &impl->available_key_);
176 delete impl;
182 impl->check_sum_finalized_ = false;
188 delete impl;
    [all...]
  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 52 BpDrmServiceListener(const sp<IBinder>& impl)
53 : BpInterface<IDrmServiceListener>(impl) {}
  /frameworks/base/core/java/android/hardware/camera2/
ICameraDeviceCallbacks.aidl 19 import android.hardware.camera2.impl.CameraMetadataNative;
  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 27 BpBatteryPropertiesListener(const sp<IBinder>& impl)
28 : BpInterface<IBatteryPropertiesListener>(impl)
  /external/srec/portable/src/
PANSIFileSystemImpl.c 47 PANSIFileSystemImpl* impl; local
52 impl = NEW(PANSIFileSystemImpl, MTAG);
53 if (impl == NULL)
55 impl->super.super.destroy = &PANSIFileSystemDestroyImpl;
56 impl->super.super.createPFile = &PANSIFileSystemCreatePFileImpl;
57 impl->super.addPath = &PANSIFileSystemAddPathImpl;
58 impl->super.removePath = &PANSIFileSystemRemovePathImpl;
59 impl->super.getcwd = &PANSIFileSystemGetcwdImpl;
60 impl->super.super.mkdir = &PANSIFileSystemMkdirImpl;
61 impl->super.super.chdir = &PANSIFileSystemChdirImpl
72 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; local
103 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; local
181 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; local
212 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; local
286 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) PANSIFileSystemSingleton; local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 53 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
54 LayerImpl* root = impl->active_tree()->root_layer();
61 switch (impl->active_tree()->source_frame_number()) {
106 virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE {
122 virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE {
123 LayerImpl* root = impl->active_tree()->root_layer();
124 if (impl->active_tree()->source_frame_number() == 0 &&
125 impl->SourceAnimationFrameNumber() == 1) {
133 } else if (impl->active_tree()->source_frame_number() == 0 &&
134 impl->SourceAnimationFrameNumber() == 2)
    [all...]
  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"
    [all...]
  /external/chromium_org/testing/gtest/scripts/
gen_gtest_pred_impl.py 217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"
    [all...]
  /external/gtest/scripts/
gen_gtest_pred_impl.py 217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
gen_gtest_pred_impl.py 217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
243 impl += ' return AssertionFailure() << pred_text << "("'
245 impl += Iter(n, """
248 impl += ' << ") evaluates to false, where"
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 217 impl = """
223 impl += Iter(n, """,
226 impl += """>
229 impl += Iter(n, """,
232 impl += """,
235 impl += Iter(n, """,
238 impl += """) {
244 impl += ' msg << pred_text << "("'
246 impl += Iter(n, """
249 impl += ' << ") evaluates to false, where"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 59 ATOMICSTRING_CONVERSION AtomicString(const String& s) : m_string(add(s.impl())) { }
96 StringImpl* impl() const { return m_string.impl(); } function in class:WTF::AtomicString
134 AtomicString upper() const { return AtomicString(impl()->upper()); }
188 inline bool operator==(const AtomicString& a, const AtomicString& b) { return a.impl() == b.impl(); }
190 inline bool operator==(const AtomicString& a, const char* b) { return WTF::equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
191 inline bool operator==(const AtomicString& a, const Vector<UChar>& b) { return a.impl() && equal(a.impl(), b.data(), b.size()); }
192 inline bool operator==(const AtomicString& a, const String& b) { return equal(a.impl(), b.impl());
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigClassReferenceDelta.java 17 package signature.compare.model.impl;
SigConstructorDelta.java 17 package signature.compare.model.impl;
SigFieldDelta.java 17 package signature.compare.model.impl;
SigGenericDeclarationDelta.java 17 package signature.compare.model.impl;
SigModifierDelta.java 17 package signature.compare.model.impl;
SigPrimitiveTypeDelta.java 17 package signature.compare.model.impl;
SigTypeDefinitionDelta.java 17 package signature.compare.model.impl;
SigTypeDelta.java 17 package signature.compare.model.impl;
  /cts/tools/signature-tools/src/signature/model/impl/
SigAnnotationField.java 17 package signature.model.impl;
SigEnumConstant.java 17 package signature.model.impl;
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/NoConnectionReuseStrategy.java $
32 package org.apache.http.impl;

Completed in 811 milliseconds

1 2 3 4 5 67 8 91011>>