HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 351 - 375 of 6834) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 2 * Copyright (C) 2009 The Android Open Source Project
92 final EntityDelta source = EntityDelta.fromBefore(before); local
96 final EntityDelta merged = EntityDelta.mergeAfter(dest, source);
97 assertEquals("Unexpected change when merging", source, merged);
102 final EntityDelta source = EntityDelta.fromBefore(before); local
110 source.addEntry(ValuesDelta.fromAfter(phone));
113 final EntityDelta merged = EntityDelta.mergeAfter(dest, source);
114 assertEquals("Unexpected change when merging", source, merged);
120 final EntityDelta source = EntityDelta.fromBefore(before); local
123 final ValuesDelta child = source.getEntry(TEST_PHONE_ID)
134 final EntityDelta source = EntityDelta.fromBefore(before); local
209 final EntityDelta source = EntityDelta.fromBefore(before); local
220 final EntityDelta source = EntityDelta.fromBefore(before); local
257 final EntityDelta source = EntityDelta.fromBefore(before); local
302 final EntityDelta source = EntityDelta.fromBefore(before); local
336 final EntityDelta source = EntityDelta.fromBefore(before); local
364 final EntityDelta source = new EntityDelta(values); local
385 final EntityDelta source = new EntityDelta(values); local
    [all...]
  /bionic/libc/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /dalvik/dexgen/src/com/android/dexgen/util/
DexJarMaker.java 2 * Copyright (C) 2010 The Android Open Source Project
74 * @param source {@code non-null;} dex file to add
78 private void add(File source, JarOutputStream target) throws IOException {
80 if (!source.isFile()) {
81 throw new IllegalArgumentException("Wrong source dex file provided");
84 BufferedInputStream in = new BufferedInputStream(new FileInputStream(source));
86 entry.setTime(source.lastModified());
  /development/ndk/platforms/android-3/include/netinet/
udp.h 2 * Copyright (C) 2008 The Android Open Source Project
5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 35 String source = null; local
43 CollationKey ck = rbc.getCollationKey(source);
104 String source = "abc"; local
105 CollationKey key1 = coll.getCollationKey(source);
106 assertEquals(source, key1.getSourceString());
111 assertTrue(coll.compare(source, source2) > 0);
130 String source = "cha"; local
132 .getCollationElementIterator(source);
137 while (offset != source.length()) {
148 String source = "\u00E6b" local
180 StringCharacterIterator source = new StringCharacterIterator(text); local
200 StringCharacterIterator source = new StringCharacterIterator(text); local
    [all...]
  /external/bluetooth/glib/gobject/
gsourceclosure.h 30 void g_source_set_closure (GSource *source,
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.h 2 // Use of this source code is governed by a BSD-style license that can be
36 const NotificationSource& source,
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h 2 // Use of this source code is governed by a BSD-style license that can be
30 const NotificationSource& source,
  /external/chromium/chrome/browser/chromeos/status/
window_switcher_button.h 2 // Use of this source code is governed by a BSD-style license that can be
39 virtual void RunMenu(views::View* source, const gfx::Point& pt);
  /external/chromium/chrome/browser/content_settings/
stub_settings_observer.h 2 // Use of this source code is governed by a BSD-style license that can be
22 const NotificationSource& source,
  /external/chromium/chrome/browser/
repost_form_warning_controller.h 2 // Use of this source code is governed by a BSD-style license that can be
36 const NotificationSource& source,
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 2 // 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);
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.h 2 // Use of this source code is governed by a BSD-style license that can be
29 const NotificationSource& source,
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 2 // Use of this source code is governed by a BSD-style license that can be
34 const NotificationSource& source,
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.h 2 // Use of this source code is governed by a BSD-style license that can be
28 const NotificationSource& source,
  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.h 2 // Use of this source code is governed by a BSD-style license that can be
29 const NotificationSource& source,
  /external/chromium/net/base/
capturing_net_log.h 2 // Use of this source code is governed by a BSD-style license that can be
28 Source source,
35 Source source; member in struct:net::CapturingNetLog::Entry
60 const Source& source,
70 // Last assigned source ID. Incremented to get the next one.
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddresspair.h 5 * 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/
MultiType.java 149 MultiType source = mergeSource; local
150 while (source != null) {
151 source.interfaces = interfaces;
152 source.potentialClass = potentialClass;
153 source = source.mergeSource;
158 MultiType source = mergeSource; local
159 while (source != null) {
160 source.resolved = resolved;
161 source = source.mergeSource
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 19 * @param source -- host:port of the source of the message.
33 public LogRecord createLogRecord(String message, String source,
  /external/qemu/android/
multitouch-screen.h 2 * Copyright (C) 2011 The Android Open Source Project
25 * hw/goldfish_events_device.c) The source of touch events can be a mouse, or an
27 * we need to simultaneousely support a mouse and a device as event source, we
32 /* Defines a source of multi-touch event. This is used to properly track
50 * source - Identifies the source of the event (mouse or a device).
55 extern void multitouch_update_pointer(MTESource source,
  /external/skia/src/animator/
SkMatrixParts.cpp 3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
162 SK_MEMBER(source, Rect)
170 source(NULL), destination(NULL) {
177 if (source == NULL || destination == NULL)
180 temp.setRectToRect(source->fRect, destination->fRect,
191 if (source) {
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
194 source->dump(maker);
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "")
    [all...]
  /external/srtp/crypto/include/
stat.h 15 * Redistribution and use in source and binary forms, with or without
19 * Redistributions of source code must retain the above copyright
67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
  /external/webkit/Source/JavaScriptCore/parser/
SourceProvider.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
81 static PassRefPtr<UStringSourceProvider> create(const UString& source, const UString& url)
83 return adoptRef(new UStringSourceProvider(source, url));
94 UStringSourceProvider(const UString& source, const UString& url)
96 , m_source(source)
  /external/webkit/Source/JavaScriptCore/runtime/
Completion.cpp 37 Completion checkSyntax(ExecState* exec, const SourceCode& source)
42 ProgramExecutable* program = ProgramExecutable::create(exec, source);
50 Completion evaluate(ExecState* exec, ScopeChainNode* scopeChain, const SourceCode& source, JSValue thisValue)
55 ProgramExecutable* program = ProgramExecutable::create(exec, source);

Completed in 740 milliseconds

<<11121314151617181920>>