HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /build/tools/apriori/
apriori.c 55 static source_t *sources = NULL; variable
110 source_t *trav = sources;
123 src->next = sources;
124 sources = src;
    [all...]
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 433 public long write(ByteBuffer[] sources, int offset, int length)
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 20 import com.android.contacts.model.Sources;
877 final Sources sources = Sources.getInstance(context); local
    [all...]
ImportVCardActivity.java 19 import com.android.contacts.model.Sources;
771 final Sources sources = Sources.getInstance(this); local
772 final List<Account> accountList = sources.getAccounts(true);
    [all...]
ContactsListActivity.java 21 import com.android.contacts.model.Sources;
1522 final Sources sources = Sources.getInstance(this); local
1751 Sources sources = Sources.getInstance(ContactsListActivity.this); local
    [all...]
  /dalvik/vm/
Dvm.mk 269 # Select architecture-specific sources (armv4t, armv5te etc.)
  /external/zlib/contrib/pascal/
zlibpas.pas 4 * Derived from original sources by Bob Dellaca.
  /frameworks/base/libs/ui/
InputReader.cpp 132 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) {
133 return (sources & sourceMask & ~ AINPUT_SOURCE_CLASS_MASK) != 0;
256 LOGI("Device added: id=0x%x, name=%s, sources=%08x", deviceId, name.string(),
301 LOGI("Device removed: id=0x%x, name=%s, sources=%08x",
434 uint32_t sources = deviceInfo.getSources(); local
436 if ((sources & AINPUT_SOURCE_TOUCHSCREEN) == AINPUT_SOURCE_TOUCHSCREEN) {
439 if ((sources & AINPUT_SOURCE_TRACKBALL) == AINPUT_SOURCE_TRACKBALL) {
441 } else if ((sources & AINPUT_SOURCE_DPAD) == AINPUT_SOURCE_DPAD) {
637 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources());
832 uint32_t sources, int32_t keyboardType)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 1080 String sources[] = {"{0}", "{1}", "{2}"}; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 23 import com.android.contacts.model.Sources;
320 * {@link Sources#getAccounts(boolean)} that provides groups.
332 final Sources sources = Sources.getInstance(context);
337 for (Account account : sources.getAccounts(false)) {
654 private Sources mSources;
662 mSources = Sources.getInstance(context);
    [all...]
QuickContactWindow.java 25 import com.android.contacts.model.Sources;
1195 final Sources sources = Sources.getInstance(mContext); local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 84 Corpora sources, ShortcutRefresher refresher, Handler uiThread,
86 return new ShortcutRepositoryImplLog(context, config, sources, refresher,
184 * @return sql that ranks sources by total clicks, filtering out sources
287 if (DBG) Log.d(TAG, "Allowed sources: ");
419 * Returns the source ranking for sources with a minimum number of clicks.
422 * @return The list of sources, ranked by total clicks.
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 620 Vector<ScriptSourceCode> sources; local
623 sources.append(ScriptSourceCode(
627 m_frame->script()->evaluateInIsolatedWorld(worldId, sources, extensionGroup);
    [all...]
  /external/chromium/googleurl/src/
url_canon.h 726 const URLComponentSource<CHAR>& sources() const { return sources_; } function in class:url_canon::Replacements
    [all...]
  /frameworks/base/include/ui/
InputReader.h 392 KeyboardInputMapper(InputDevice* device, int32_t associatedDisplayId, uint32_t sources,
  /build/core/
java.mk 168 # via deps on the target that generates the sources.
  /external/elfutils/
elfutils.spec 328 - integrate into official sources
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 487 test_args.show_sources = self._options.sources
    [all...]
  /external/libvpx/build/make/
configure.sh 95 ${toggle_install_srcs} control whether sources are installed
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 654 FakeInputMapper(InputDevice* device, uint32_t sources) :
656 mSources(sources), mKeyboardType(AINPUT_KEYBOARD_TYPE_NONE),
839 const String8& name, uint32_t classes, uint32_t sources) {
841 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
963 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
967 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
971 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
975 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
990 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
994 << "Should return value provided by mapper when device id is valid and the device supports some of the sources."
    [all...]
  /external/zlib/
make_vms.com 140 $ write sys$output "Compiling Zlib sources ..."
452 $! Read list of core library sources from makefile.in and create options
  /external/bison/djgpp/
config.bat 31 Rem and where the sources are.
  /external/chromium/third_party/icu/source/test/intltest/
transtst.cpp 3534 int32_t sources = Transliterator::countAvailableSources(); local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 3540 int32_t sources = Transliterator::countAvailableSources(); local
    [all...]

Completed in 524 milliseconds

1 2 3 4 56 7