| /frameworks/native/include/input/ |
| InputTransport.h | 2 * Copyright (C) 2010 The Android Open Source Project 67 int32_t source; member in struct:android::InputMessage::Body::Key 85 int32_t source; member in struct:android::InputMessage::Body::Motion 213 int32_t source, 234 int32_t source, 357 // Batched motion events per device and source. 363 // Touch state per device and source, only for sources of class pointer. 387 int32_t source; member in struct:android::InputConsumer::TouchState 393 void initialize(int32_t deviceId, int32_t source) { 395 this->source = source [all...] |
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| VirtualDisplaySurface.cpp | 2 * Copyright 2013 The Android Open Source Project 340 status_t VirtualDisplaySurface::dequeueBuffer(Source source, 344 status_t result = mSource[source]->dequeueBuffer(sslot, fence, 348 int pslot = mapSource2ProducerSlot(source, *sslot); 350 dbgSourceStr(source), *sslot, pslot, result); 351 uint64_t sourceBit = static_cast<uint64_t>(source) << pslot; 354 // This slot was previously dequeued from the other source; must 368 result = mSource[source]->requestBuffer(*sslot, &mProducerBuffers[pslot]); 371 mSource[source]->cancelBuffer(*sslot, *fence) 398 Source source = fbSourceForCompositionType(mCompositionType); local 535 Source source = fbSourceForCompositionType(mCompositionType); local [all...] |
| /frameworks/rs/rsov/compiler/spirit/ |
| module.cpp | 2 * Copyright 2017, The Android Open Source Project 515 SourceInst *source = mBuilder->MakeSource(lang, version); local 516 mSources.push_back(source); 527 StringInst *source = mBuilder->MakeString(str); local 528 mSources.push_back(source);
|
| /frameworks/wilhelm/src/android/ |
| android_AudioSfDecoder.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 185 // Instantiate and initialize the data source for the decoder 224 // AndroidBufferQueue data source is handled by a subclass, 231 // Instantiate and initialize the decoder attached to the data source 265 sp<IMediaSource> source = extractor->getTrack(audioTrackIndex); local 266 sp<MetaData> meta = source->getFormat(); 302 source = SimpleDecodingSource::Create(source); 303 if (source == NULL) { 309 meta = source->getFormat() [all...] |
| /hardware/intel/img/psb_video/src/ |
| tng_trace.c | 1024 IMG_SOURCE_BUFFER_PARAMS *source = (IMG_SOURCE_BUFFER_PARAMS*) data; local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| SystemTest.java | 91 char[][] source = new char[][] { { 'H', 'e', 'l', 'l', 'o' }, local 94 System.arraycopy(source, 0, dest, 0, dest.length); 95 assertTrue("Invalid copy 2", dest[0] == source[0] 96 && dest[1] == source[1]);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
| RuleBasedCollatorTest.java | 35 String source = null; local 38 CollationKey ck = rbc.getCollationKey(source); 84 String source = "abc"; local 85 CollationKey key1 = coll.getCollationKey(source); 86 assertEquals(source, key1.getSourceString()); 91 assertTrue(coll.compare(source, source2) > 0); 104 String source = "cha"; local 105 CollationElementIterator iterator = coll.getCollationElementIterator(source); 110 while (offset != source.length()) { 121 String source = "\u00fcb" local 147 StringCharacterIterator source = new StringCharacterIterator(text); local 166 StringCharacterIterator source = new StringCharacterIterator(text); local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
| DocumentBuilderTest.java | 2 * Copyright (C) 2007 The Android Open Source Project 530 InputStream source = new ByteArrayInputStream("<a>&foo;</a>".getBytes()); local 542 d = db.parse(source); 551 source = new ByteArrayInputStream("</a>".getBytes()); 560 d = db.parse(source); 572 InputStream source = new ByteArrayInputStream("</a>".getBytes()); local 580 db.parse(source); 591 source = new ByteArrayInputStream("</a>".getBytes()); 596 db.parse(source); 606 InputStream source = new ByteArrayInputStream("<a>&foo;</a>".getBytes()) local [all...] |
| /packages/apps/Settings/tests/robotests/src/com/android/settings/search2/ |
| CursorToSearchResultConverterTest.java | 2 * Copyright (C) 2016 The Android Open Source Project 243 final int source = ResultPayload.SettingsSource.SECURE; local 247 final InlineSwitchPayload payload = new InlineSwitchPayload(uri, source, map); 269 assertThat(newPayload.settingSource).isEqualTo(source);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
| tic.h | 204 const char *source; member in struct:alias
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| tic.h | 217 const char *source; member in struct:alias
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
| ChooseAssetTypePage.java | 2 * Copyright (C) 2011 The Android Open Source Project 159 Object source = e.getSource(); local 160 if (source == mProjectButton) { 163 } else if (source == mClipboardButton) { 170 } else if (source instanceof Button) { 172 Object data = ((Button) source).getData(); 187 Object source = e.getSource(); local 188 if (source == mNameText) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| InstallDependencyPage.java | 2 * Copyright (C) 2012 The Android Open Source Project 262 Object source = e.getSource(); local 263 if (source == mCheckButton) { 269 } else if (source == mInstallButton) { 282 } else if (source == mLink) {
|
| /system/core/adb/daemon/ |
| usb.cpp | 2 * Copyright (C) 2007 The Android Open Source Project 73 struct usb_endpoint_descriptor_no_audio source; member in struct:func_desc 79 struct usb_endpoint_descriptor_no_audio source; member in struct:ss_func_desc 119 .source = { 120 .bLength = sizeof(fs_descriptors.source), 146 .source = { 147 .bLength = sizeof(hs_descriptors.source), 173 .source = { 174 .bLength = sizeof(ss_descriptors.source), 415 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno) [all...] |
| /tools/tradefederation/core/src/com/android/tradefed/config/ |
| ConfigurationDef.java | 2 * Copyright (C) 2010 The Android Open Source Project 54 final String source; field in class:ConfigurationDef.OptionDef 56 OptionDef(String optionName, String optionValue, String source) { 57 this(optionName, null, optionValue, source); 60 OptionDef(String optionName, String optionKey, String optionValue, String source) { 64 this.source = source; 149 * Registers a source file that was used while loading this {@link ConfigurationDef}. 151 void registerSource(File source) { 152 mSourceFiles.put(source, source.lastModified()) [all...] |
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| CharsetISO2022.java | 232 private static int getEndOfBuffer_2022(ByteBuffer source) { 233 int sourceIndex = source.position(); 235 mySource = source.get(sourceIndex); 237 while (source.hasRemaining() && mySource != ESC_2022) { 238 mySource = source.get(); 257 ByteBuffer source, 262 returnValue = myConverterData.currentDecoder.simpleGetNextUChar(source, useFallback); 528 private CoderResult changeState_2022(CharsetDecoderICU decoder, ByteBuffer source, int var) { 539 while (source.hasRemaining()) { 540 c = source.get() [all...] |
| /external/jarjar/lib/ |
| maven-plugin-api.jar | |
| /libcore/luni/src/test/java/libcore/java/io/ |
| FileTest.java | 2 * Copyright (C) 2009 The Android Open Source Project 86 File source = new File(base, "source"); local 87 assertFalse(source.exists()); 90 ln_s(target, source); 91 assertTrue(source.exists()); 92 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/ |
| maven-plugin-api-2.0.9.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/ |
| maven-model-builder-3.3.9.jar | |
| /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/ |
| okhttp-ws-2.7.4.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| sisu-guice-3.1.3-no_aop.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0/ |
| lint-tests-25.0.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha5/ |
| lint-tests-25.0.0-alpha5.jar | |