Searched refs:source (Results 176 - 200 of 2470) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEvent.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
56 public PhysicsCollisionEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) { argument
57 super(source);
59 this.nodeA = source;
68 source = null;
78 public void refactor(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) { argument
79 this.source = source;
81 this.nodeA = source;
[all...]
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py56 def get_instruction(self, source, pc=0):
57 """Obtain the next instruction from an input source.
59 The input source should be a str or bytearray or something that
63 source.
73 buf = cast(c_char_p(source), POINTER(c_ubyte))
76 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
81 def get_instructions(self, source, pc=0):
82 """Obtain multiple instructions from an input source.
85 instructions within the source. It starts at the beginning of the
86 source an
[all...]
/external/llvm/bindings/python/llvm/tests/
H A Dtest_core.py16 source = self.get_test_binary()
18 MemoryBuffer(filename=source)
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogTimeoutEvent.java2 * This source code has been contributed to the public domain by Mobicents
39 * @param source - the source of TimeoutEvent.
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { argument
43 super(source);
H A DResponseEventExt.java15 public ResponseEventExt(Object source, ClientTransactionExt clientTransaction, argument
17 super(source,clientTransaction,dialog,response);
H A DLogRecordFactory.java19 * @param source -- host:port of the source of the message.
33 public LogRecord createLogRecord(String message, String source, argument
/external/nist-sip/java/javax/sip/
H A DRequestEvent.java11 public RequestEvent(Object source, ServerTransaction serverTransaction, argument
13 super(source);
H A DResponseEvent.java11 public ResponseEvent(Object source, ClientTransaction clientTransaction, argument
13 super(source);
/external/v8/src/
H A Dcompilation-cache.h2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
36 // for each generation of the sub-cache. Since the same source code string has
98 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
102 void Put(Handle<String> source, Handle<SharedFunctionInfo> function_info);
106 Handle<String> source, Handle<SharedFunctionInfo> function_info);
110 Handle<String> source, Handle<SharedFunctionInfo> function_info);
128 // 1. The source string.
130 // 3. Whether the source should be compiled as strict code or as non-strict
142 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
[all...]
/external/v8/test/mjsunit/
H A Dglobal-load-from-eval.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
66 function testDeep(source, load, test) {
67 eval(source);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLShader.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
45 void setSource(const String& source) { m_source = source; } argument
/external/webkit/Source/WebCore/platform/text/
H A DBidiContext.cpp30 inline PassRefPtr<BidiContext> BidiContext::createUncached(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent) argument
32 return adoptRef(new BidiContext(level, direction, override, source, parent));
35 PassRefPtr<BidiContext> BidiContext::create(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent) argument
40 return createUncached(level, direction, override, source, parent);
71 return BidiContext::create(newLevel, context->dir(), context->override(), context->source(), parent);
81 if (iter->source() != FromUnicode)
97 if (c1.level() != c2.level() || c1.override() != c2.override() || c1.dir() != c2.dir() || c1.source() != c2.source())
/external/webkit/Source/WebCore/svg/
H A DSVGPathParserFactory.cpp92 static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer) argument
98 s_parser->setCurrentSource(source);
136 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); local
137 SVGPathParser* parser = globalSVGPathParser(source.get(), builder);
151 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list); local
152 SVGPathParser* parser = globalSVGPathParser(source.get(), builder);
166 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); local
167 SVGPathParser* parser = globalSVGPathParser(source.get(), builder);
181 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); local
182 SVGPathParser* parser = globalSVGPathParser(source
196 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); local
212 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list); local
228 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); local
262 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); local
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeDraggingInfo.h4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
39 - (id)initWithImage:(NSImage *)image offset:(NSSize)offset pasteboard:(NSPasteboard *)pasteboard source:(id)source;
/external/webkit/Tools/DumpRenderTree/win/
H A DDraggingInfo.h4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 DraggingInfo(IDataObject* object, IDropSource* source) argument
38 , m_source(source)
/external/icu4c/common/
H A Ducnv_u8.c91 const unsigned char *mySource = (unsigned char *) args->source;
212 args->source = (const char *) mySource;
219 const unsigned char *mySource = (unsigned char *) args->source;
341 args->source = (const char *) mySource;
349 const UChar *mySource = args->source;
456 args->source = mySource;
463 const UChar *mySource = args->source;
594 args->source = mySource;
602 const uint8_t *source; local
611 sourceInitial = source
753 const uint8_t *source, *sourceLimit; local
[all...]
/external/chromium/googleurl/src/
H A Durl_canon_fileurl.cc4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
114 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, argument
135 bool success = CanonicalizeHost(source.host, parsed.host,
137 success &= DoFileCanonicalizePath<CHAR, UCHAR>(source.path, parsed.path,
139 CanonicalizeQuery(source.query, parsed.query, query_converter,
143 CanonicalizeRef(source.ref, parsed.ref, output, &new_parsed->ref);
194 URLComponentSource<char> source(base);
196 SetupOverrideComponents(base, replacements, &source, &parsed);
198 source, parse
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h39 StateId source; // If kNoStateId, use the Fst's initial state member in struct:fst::ShortestDistanceOptions
44 : state_queue(q), arc_filter(filt), source(src), delta(d) {}
50 // ShortestDistance(source) when 'retain' is true for improved
51 // efficiency when calling multiple times from different source states
75 void ShortestDistance(StateId source);
91 // Compute the shortest distance. If 'source' is kNoStateId, use
95 StateId source) {
111 if (source == kNoStateId)
112 source = fst_->Start();
114 while ((StateId)distance_->size() <= source) {
94 ShortestDistance( StateId source) argument
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
100 void HTMLViewSourceDocument::addSource(const String& source, HTMLToken& token) argument
110 processDoctypeToken(source, token);
116 processTagToken(source, token);
119 processCommentToken(source, token);
122 processCharacterToken(source, token);
127 void HTMLViewSourceDocument::processDoctypeToken(const String& source, HTMLToken&) argument
132 addText(source, "webkit-html-doctype");
136 void HTMLViewSourceDocument::processTagToken(const String& source, HTMLToke argument
171 processCommentToken(const String& source, HTMLToken&) argument
178 processCharacterToken(const String& source, HTMLToken&) argument
267 addRange(const String& source, int start, int end, const String& className, bool isLink, bool isAnchor) argument
[all...]
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
42 const net::NetLog::Source& source,
52 if (source.type == net::NetLog::SOURCE_URL_REQUEST)
53 OnAddURLRequestEntry(type, time, source, phase, params);
54 else if (source.type == net::NetLog::SOURCE_HTTP_STREAM_JOB)
55 OnAddHTTPStreamJobEntry(type, time, source, phase, params);
56 else if (source.type == net::NetLog::SOURCE_SOCKET)
57 OnAddSocketEntry(type, time, source, phase, params);
63 const net::NetLog::Source& source,
84 request_to_info_[source
40 OnAddEntry(net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, net::NetLog::EventPhase phase, net::NetLog::EventParameters* params) argument
60 OnAddURLRequestEntry( net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, net::NetLog::EventPhase phase, net::NetLog::EventParameters* params) argument
155 OnAddHTTPStreamJobEntry( net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, net::NetLog::EventPhase phase, net::NetLog::EventParameters* params) argument
178 OnAddSocketEntry( net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, net::NetLog::EventPhase phase, net::NetLog::EventParameters* params) argument
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DRuleBasedCollatorTest.java35 String source = null;
43 CollationKey ck = rbc.getCollationKey(source);
104 String source = "abc";
105 CollationKey key1 = coll.getCollationKey(source);
106 assertEquals(source, key1.getSourceString());
111 assertTrue(coll.compare(source, source2) > 0);
130 String source = "cha";
132 .getCollationElementIterator(source);
137 while (offset != source.length()) {
148 String source
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_test_util.cc2 // Use of this source code is governed by a BSD-style license that can be
58 const NotificationSource& source,
66 source,
74 const NotificationSource& source,
76 NotificationService::current()->Notify(type, source, details);
57 Notify(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
73 NotifyTask(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketaddresspair.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
35 // Records a pair (source,destination) of socket addresses. The two addresses
43 const SocketAddress& source() const { return src_; } function in class:talk_base::SocketAddressPair
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java149 MultiType source = mergeSource;
150 while (source != null) {
151 source.interfaces = interfaces;
152 source.potentialClass = potentialClass;
153 source = source.mergeSource;
158 MultiType source = mergeSource;
159 while (source != null) {
160 source.resolved = resolved;
161 source
202 inMergeSource(MultiType source) argument
[all...]
/external/qemu/android/
H A Dmultitouch-screen.h26 * hw/goldfish_events_device.c) The source of touch events can be a mouse, or an
28 * we need to simultaneousely support a mouse and a device as event source, we
33 /* Defines a source of multi-touch event. This is used to properly track
51 * source - Identifies the source of the event (mouse or a device).
56 extern void multitouch_update_pointer(MTESource source,

Completed in 538 milliseconds

1234567891011>>