Searched defs:source (Results 201 - 225 of 2611) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.h54 bool source; member in struct:intel_buffer_object
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcUtil.java5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
87 * Creates a new message of type "Type" which is a copy of "source". "source"
93 final Type typeDefaultInstance, final Message source) {
95 .mergeFrom(source)
92 copyAsType( final Type typeDefaultInstance, final Message source) argument
/external/chromium_org/third_party/skia/src/effects/
H A DSkRectShaderImageFilter.cpp4 * Use of this source code is governed by a BSD-style license that can be
46 const SkBitmap& source,
52 rect = SkRect::MakeWH(SkIntToScalar(source.width()), SkIntToScalar(source.height()));
45 onFilterImage(Proxy* proxy, const SkBitmap& source, const SkMatrix&, SkBitmap* result, SkIPoint*) argument
/external/chromium_org/ui/views/
H A Ddrag_utils.cc2 // Use of this source code is governed by a BSD-style license that can be
48 ui::DragDropTypes::DragEventSource source) {
55 data, root_window, view, root_location, operation, source);
44 RunShellDrag(gfx::NativeView view, const ui::OSExchangeData& data, const gfx::Point& location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_window_move_client.cc2 // Use of this source code is governed by a BSD-style license that can be
49 aura::Window* source,
53 root_window_ = source->GetRootWindow();
55 bool success = move_loop_.RunMoveLoop(source, root_window_->last_cursor());
48 RunMoveLoop( aura::Window* source, const gfx::Vector2d& drag_offset, aura::client::WindowMoveSource move_source) argument
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
18 content::WebContents* source,
24 content::WebContents* source,
16 OpenURLFromTab( content::BrowserContext* context, content::WebContents* source, const content::OpenURLParams& params) argument
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dtest_web_dialog_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
36 const content::NotificationSource& source,
34 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc2 // Use of this source code is governed by a BSD-style license that can be
28 content::WebContents* source,
35 content::WebContents* source,
27 HandleOpenURLFromTab( content::WebContents* source, const content::OpenURLParams& params, content::WebContents** out_new_contents) argument
34 HandleAddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dweb_dialog_delegate.h2 // Use of this source code is governed by a BSD-style license that can be
66 // A callback to notify the delegate that |source|'s loading state has
68 virtual void OnLoadingStateChanged(content::WebContents* source) {} argument
90 virtual void OnCloseContents(content::WebContents* source,
103 // A callback to allow the delegate to open a new URL inside |source|.
106 virtual bool HandleOpenURLFromTab(content::WebContents* source,
110 // A callback to create a new tab with |new_contents|. |source| is the
115 virtual bool HandleAddNewContents(content::WebContents* source,
/external/chromium_org/url/
H A Durl_canon_internal_file.h2 // Use of this source code is governed by a BSD-style license that can be
80 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, argument
109 source.host, parsed.host, output, &new_parsed->host);
117 int after_drive = FileDoDriveSpec(source.path, parsed.path.begin,
121 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output);
126 source.query, parsed.query, output, &new_parsed->query);
128 source.ref, parsed.ref, output, &new_parsed->ref);
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-regexp.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
35 'source': all_attributes,
79 assertEquals('/' + r.source + '/', mirror.toText());
/external/guava/guava/src/com/google/common/collect/
H A DBstBalancePolicy.java31 * Constructs a locally balanced tree around the key and value data in {@code source}, and the
33 * the same inorder traversal order as the subtree {@code left}, then the entry {@code source},
36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right); argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java31 private Object source; field in class:ConflictingRequirementsException
34 String message, Set<Feature<?>> conflicts, Object source) {
37 this.source = source;
45 return source;
49 return super.getMessage() + " (source: " + source + ")";
33 ConflictingRequirementsException( String message, Set<Feature<?>> conflicts, Object source) argument
/external/icu4c/common/unicode/
H A Dcaniter.h76 * @param source string to get results for
80 CanonicalIterator(const UnicodeString &source, UErrorCode &status);
89 * Gets the NFD form of the current source we are iterating over.
90 * @return gets the source: NOTE: it is the NFD form of source
111 * Set a new source for this iterator. Allows object reuse.
112 * @param newSource the source string to iterate against. This allows the same iterator to be used
113 * while changing the source string, saving object creation.
123 * @param source the string to find permutations for
129 static void U_EXPORT2 permute(UnicodeString &source, UBoo
165 UnicodeString source; member in class:CanonicalIterator
[all...]
/external/icu4c/i18n/
H A Dtridpars.h31 * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
59 * 'sawSource' is true if there was an explicit source in the
60 * parsed id. If there was no explicit source, then an implied
61 * source of ANY is returned and 'sawSource' is set to false.
68 UnicodeString source; // not null member in class:TransliteratorIDParser::Specs
217 * S-T/V, or S/V-T. If the source is missing, return a source of
220 * @param source the given source
[all...]
/external/icu4c/test/cintltst/
H A Dccolltst.c86 void reportCResult( const UChar source[], const UChar target[], argument
101 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
107 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
113 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h12 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info_v1
19 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java9 * author in the source code of the SQLite distribution.
10 * I feel obliged to provide a quote from the original C-source code:
12 * "The author disclaims copyright to this source code. In place of
198 * Copies count elements from source, starting at element with
200 * @param source the source.
207 private static byte[] byteCopy(byte[] source, int offset, argument
210 target[j] = source[i];
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
44 public PhysicsCollisionEvent getEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, long manifoldPointObjectId) { argument
47 event = new PhysicsCollisionEvent(type, source, nodeB, manifoldPointObjectId);
49 event.refactor(type, source, nodeB, manifoldPointObjectId);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
45 public PhysicsCollisionEvent getEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) { argument
48 event = new PhysicsCollisionEvent(type, source, nodeB, cp);
50 event.refactor(type, source, nodeB, cp);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DMessageListenerRegistry.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
64 public void messageReceived( S source, Message m ) argument
69 l.messageReceived( source, m );
74 l.messageReceived( source, m );
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEnvelope.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
44 private Endpoint source; field in class:Envelope
50 * source. The 'reliable' flag further indicates on which mode of
53 public Envelope( Endpoint source, byte[] data, boolean reliable ) argument
55 this.source = source;
62 return source;
77 return "Envelope[" + source + ", " + (reliable?"reliable":"unreliable") + ", " + data.length + "]";
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestMessages.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
51 public void messageReceived(HostedConnection source, com.jme3.network.Message message) { argument
54 source.send(new PongMessage());
60 public void messageReceived(Client source, com.jme3.network.Message message) { argument
H A DTestThroughput.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
61 public void messageReceived(MessageConnection source, Message msg) { argument
80 if (source == null) {
81 System.out.println("Received a message from a not fully connected source, msg:" + msg);
83 //System.out.println( "sending:" + msg + " back to client:" + source );
87 source.send(msg);
/external/libgsm/src/
H A Dgsm_encode.c13 void gsm_encode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c) argument
17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc);

Completed in 1713 milliseconds

1234567891011>>