| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| NetworkDiagnostics.java | 2 * Copyright (C) 2015 The Android Open Source Project 235 InetAddress source = l.getAddress(); local 236 if (source instanceof Inet6Address && l.isGlobalPreferred()) { 237 Pair<InetAddress, InetAddress> srcTarget = new Pair<>(source, target); 240 measurement.thread = new Thread(new IcmpCheck(source, target, measurement)); 353 InetAddress source, InetAddress target, Measurement measurement) { 373 // We don't need to check the scope ID here because we currently only do explicit-source 375 mSource = source; 430 public IcmpCheck(InetAddress source, InetAddress target, Measurement measurement) { 431 super(source, target, measurement) [all...] |
| /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
| LocalRenderer.java | 2 * Copyright (C) 2014 The Android Open Source Project 100 public final String source; field in class:LocalRenderer.PlayerContent 103 public PlayerContent(String source, Map<String, String> headers) { 104 this.source = source; 326 && mContent != null && mContent.source.startsWith("http")) { 327 HttpGet request = new HttpGet(mContent.source); 386 * it is assumed this is an audio only source. If playOnReady is set to true 392 String source = request.getString(RequestUtils.EXTRA_KEY_SOURCE); local 408 mContent = new PlayerContent(source, headers) 427 String source = request.getString(RequestUtils.EXTRA_KEY_SOURCE); local [all...] |
| /frameworks/base/tools/aapt2/ |
| ResourceParser.cpp | 2 * Copyright (C) 2015 The Android Open Source Project 92 Source source; member in struct:aapt::ParsedResource 112 symbol.source = res->source; 121 // Attach the comment, source and config to the value. 123 res->value->SetSource(std::move(res->source)); 142 const Source& source, 147 source_(source), 1042 const Source source = source_.WithLine(parser->line_number()); local 1073 const Source source = source_.WithLine(parser->line_number()); local [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/android/util/ |
| PathParser_Delegate.java | 2 * Copyright (C) 2015 The Android Open Source Project 80 PathParser_Delegate source = sManager.getDelegate(outPathPtr); local 81 if (source == null || path_delegate == null) { 84 PathDataNode.nodesToPath(source.mPathDataNodes, path_delegate); 95 PathParser_Delegate source = sManager.getDelegate(nativePtr); local 96 if (source == null) { 99 PathParser_Delegate dest = new PathParser_Delegate(deepCopyNodes(source.mPathDataNodes)); 197 * @param source The array of PathDataNode to be duplicated. 199 * @return a deep copy of the <code>source</code>. 202 public static PathDataNode[] deepCopyNodes(@NonNull PathDataNode[] source) { [all...] |
| /hardware/interfaces/media/omx/1.0/vts/functional/video/ |
| VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 2 * Copyright (C) 2017 The Android Open Source Project 220 source = nullptr; 318 sp<IGraphicBufferSource> source; member in class:VideoEncHidlTest [all...] |
| /hardware/qcom/audio/hal/msm8960/ |
| platform.c | 2 * Copyright (C) 2013-2014 The Android Open Source Project 714 audio_source_t source = (adev->active_input == NULL) ? local 715 AUDIO_SOURCE_DEFAULT : adev->active_input->source; 781 } else if (source == AUDIO_SOURCE_CAMCORDER) { 786 } else if (source == AUDIO_SOURCE_VOICE_RECOGNITION) { 804 } else if (source == AUDIO_SOURCE_VOICE_COMMUNICATION || 821 } else if (source == AUDIO_SOURCE_DEFAULT) { [all...] |
| /libcore/json/src/test/java/org/json/ |
| JSONObjectTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 750 JSONObject source = new JSONObject(); local 751 source.put("a", JSONObject.NULL); 752 source.put("b", false); 753 source.put("c", 5); 755 JSONObject copy = new JSONObject(source, new String[] { "a", "c" }); 763 JSONObject source = new JSONObject(); local 764 source.put("a", JSONObject.NULL); 765 source.put("b", false); 766 source.put("c", 5) [all...] |
| /libcore/luni/src/main/native/ |
| org_apache_harmony_xml_ExpatParser.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 1247 const char** source = reinterpret_cast<const char**>(static_cast<uintptr_t>(address)); local [all...] |
| /libcore/luni/src/test/java/libcore/java/util/ |
| TreeMapTest.java | 188 Map<String,String> source = new TreeMap<String, String>(String.CASE_INSENSITIVE_ORDER); local 189 NavigableMap<String,String> copy = new TreeMap<String, String>(source); 226 * {@link java.util.Map.Entry}, which is required for source [all...] |
| /libcore/luni/src/test/java/libcore/xml/ |
| ExpatSaxParserTest.java | 2 * Copyright (C) 2007 The Android Open Source Project 622 InputSource source = new InputSource(in); local 623 source.setSystemId(server.getUrl("/systemFoo").toString()); 624 reader.parse(source); 713 InputSource source = new InputSource(in); local 714 source.setEncoding(encoding.expatName); 715 reader.parse(source);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/model/ |
| RawContactDeltaListTests.java | 2 * Copyright (C) 2009 The Android Open Source Project 579 final AccountType source = getAccountType(); local 581 RawContactModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE); 592 RawContactModifier.trimEmpty(bobContact, source);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
| ProcessingService.java | 2 * Copyright (C) 2013 The Android Open Source Project 196 String source = intent.getStringExtra(SOURCE_URI); local 203 Uri sourceUri = Uri.parse(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();
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| SearchActivity.java | 2 * Copyright (C) 2009 The Android Open Source Project 72 private Source mSource; 347 protected void startSearch(Source searchSource, String query) { 365 protected Source getSearchSource() { 461 String source = getIntent().getStringExtra(Search.SOURCE); local 463 getLogger().logStart(mOnCreateLatency, latency, source); 474 protected void updateSuggestions(String query, Source source) { 475 if (DBG) Log.d(TAG, "updateSuggestions(\"" + query+"\"," + source + ")") [all...] |
| /packages/apps/TV/src/com/android/tv/data/ |
| Program.java | 2 * Copyright (C) 2015 The Android Open Source Project 886 * Holds one type of critic score and its source. 890 * The source of the rating. 892 public final String source; field in class:Program.CriticScore 906 String source = in.readString(); 909 return new CriticScore(source, score, logoUri); 920 * @param source the source of the rating 923 public CriticScore(String source, String score, String logoUrl) { 924 this.source = source [all...] |
| /packages/apps/TV/src/com/android/tv/tuner/exoplayer/ |
| MpegTsPlayer.java | 2 * Copyright (C) 2015 The Android Open Source Project 44 import com.android.tv.tuner.source.TsDataSource; 45 import com.android.tv.tuner.source.TsDataSourceManager; 107 @Retention(RetentionPolicy.SOURCE) 115 @Retention(RetentionPolicy.SOURCE) 223 TsDataSource source = null; local 225 source = mSourceManager.createDataSource(context, channel, eventListener); 226 if (source == null) { 230 mDataSource = source; 239 mRendererBuilder.buildRenderers(this, source, mBuilderCallback) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
| seq_event.h | 298 snd_seq_addr_t source; /**< source address */ member in struct:snd_seq_event
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/alsa/ |
| seq_event.h | 298 snd_seq_addr_t source; /**< source address */ member in struct:snd_seq_event
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| tcp.h | 25 __be16 source; member in struct:tcphdr
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-alpha1/ |
| lint-tests-25.3.0-alpha1.jar | |
| /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
| ftimage.h | 1010 const void* source; member in struct:FT_Raster_Params_ [all...] |
| /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/ |
| tcp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 26 __be16 source; member in struct:tcphdr
|
| /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/ |
| tcp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 26 __be16 source; member in struct:tcphdr
|