HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 726 - 750 of 1097) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 179 * Redistribution and use in source and binary forms with or without
180 * modification are permitted provided that: (1) source distributions retain
2244 register YY_CHAR *source = yytext - 1; \/* copy prev. char, too *\/ local
2405 register YY_CHAR *source = local
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 30 The encryption/decryption parts of this source code (as opposed to the
32 whole source package can be freely distributed, including from the USA.
1482 char source[12]; local
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 2 * Copyright (C) 2009 The Android Open Source Project
132 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) {
135 CHECK_EQ((status_t)OK, source->start());
140 err = source->read(&mbuf);
159 CHECK_EQ((status_t)OK, source->stop());
165 static void playSource(OMXClient *client, sp<MediaSource> &source) {
166 sp<MetaData> meta = source->getFormat();
173 rawSource = source;
184 client->interface(), meta, false /* createEncoder */, source,
196 source.clear()
518 sp<MediaSource> source = sources.editItemAt(i); local
1045 sp<MediaSource> source = extractor->getTrack(i); local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 2 * Copyright (C) 2010 The Android Open Source Project
424 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type); local
425 if (source != NULL) {
427 return source;
896 // and won't enqueue any access units to the source until
1242 sp<MediaSource> source = program->getSource(type); local
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 2 * Copyright (C) 2009 The Android Open Source Project
289 // create audio pre processors according to input source
496 bool AudioPolicyService::isSourceActive(audio_source_t source) const
505 return mpAudioPolicy->is_source_active(mpAudioPolicy, source);
1235 InputSourceDesc *source = new InputSourceDesc(); local
1271 audio_source_t source = inputSourceNameToEnum(node->name); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 2 * Copyright (C) 2010 The Android Open Source Project
647 final int source = event.getSource(); local
648 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
650 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) {
652 } else if ((source & InputDevice.SOURCE_CLASS_POSITION) != 0) {
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 2 ** Copyright 2008, The Android Open-Source Project
267 // check for valid input source
1973 int source; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2 * Copyright (C) 2013 The Android Open Source Project
661 audio_source_t source = (adev->active_input == NULL) ? local
662 AUDIO_SOURCE_DEFAULT : adev->active_input->source;
728 } else if (source == AUDIO_SOURCE_CAMCORDER) {
733 } else if (source == AUDIO_SOURCE_VOICE_RECOGNITION) {
751 } else if (source == AUDIO_SOURCE_VOICE_COMMUNICATION) {
770 } else if (source == AUDIO_SOURCE_DEFAULT) {
    [all...]
audio_hw.h 2 * Copyright (C) 2013 The Android Open Source Project
192 int source; member in struct:stream_in
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 2 * Copyright (C) 2008 The Android Open Source Project
1240 const char** source = reinterpret_cast<const char**>(static_cast<uintptr_t>(address)); local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 2 * Copyright (C) 2007 The Android Open Source Project
621 InputSource source = new InputSource(in); local
622 source.setSystemId(server.getUrl("/systemFoo").toString());
623 reader.parse(source);
661 InputSource source = new InputSource(in); local
662 source.setEncoding(encoding.expatName);
663 reader.parse(source);
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 2 * Copyright (C) 2009 The Android Open Source Project
572 final AccountType source = getAccountType(); local
574 RawContactModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE);
585 RawContactModifier.trimEmpty(bobContact, source);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 2 * Copyright (C) 2010 The Android Open Source Project
95 AlbumSetDataLoader source, AlbumSetSlotRenderer.LabelSpec labelSpec, int cacheSize) {
96 source.setModelListener(this);
97 mSource = source;
99 mSize = source.size();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
67 u_int16_t th_sport; /* source port */
94 u_int16_t source; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
67 u_int16_t th_sport; /* source port */
94 u_int16_t source; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
67 u_int16_t th_sport; /* source port */
94 u_int16_t source; member in struct:tcphdr
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 2 * Copyright (C) 2007 The Android Open Source Project
76 * Adds the corresponding source folder to the class path entries.
93 * Adds the corresponding source folder to the project's class path entries.
112 * @param newEntry The parent source folder to remove.
349 // If needed, check and fix compiler compliance and source compatibility
361 * <li><code>COMPILER_COMPLIANCE_SOURCE</code> for unsupported source compatibility</li>
375 // otherwise we check source compatibility
376 String source = javaProject.getOption(JavaCore.COMPILER_SOURCE, true); local
379 if (checkCompliance(source) == false) {
381 return Pair.of(COMPILER_COMPLIANCE_SOURCE, source);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 2 * Copyright (C) 2011 The Android Open Source Project
303 Object source = e.getSource(); local
304 if (source == mSdkCombo) {
327 } else if (source == mApplicationText) {
341 } else if (source == mPackageText) {
354 } else if (source == mActivityText) {
357 } else if (source == mTestApplicationText) {
360 } else if (source == mTestPackageText) {
363 } else if (source == mTestProjectNameText) {
377 Object source = e.getSource() local
    [all...]
ImportPage.java 2 * Copyright (C) 2012 The Android Open Source Project
343 Object source = e.getSource(); local
344 if (source == mBrowseButton) {
356 } else if (source == mSelectAllButton) {
359 } else if (source == mDeselectAllButton) {
362 } else if (source == mRefreshButton || source == mDir) {
364 } else if (source == mCopyCheckBox) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 2 * Copyright (C) 2012 The Android Open Source Project
398 InputStream source = new ByteArrayInputStream(sb.toString().getBytes(Charsets.UTF_8)); local
399 file.create(source, true, new NullProgressMonitor());
509 Object source = e.getSource(); local
510 if (source == mLanguageCombo) {
531 } else if (source == mRegionCombo) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 2 * Copyright (C) 2009 The Android Open Source Project
162 /** Drag source associated with this canvas. */
1292 DragSource source = new DragSource(control, DND.DROP_COPY | DND.DROP_MOVE); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 

Completed in 1863 milliseconds

<<21222324252627282930>>