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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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
  /cts/libs/util/src/android/provider/cts/
FileCopyHelper.java 2 * Copyright (C) 2009 The Android Open Source Project
63 InputStream source = mContext.getResources().openRawResource(resId); local
65 copyFile(source, target);
71 InputStream source = mContext.getResources().openRawResource(resId); local
73 copyFile(source, target);
76 private void copyFile(InputStream source, OutputStream target) throws IOException {
79 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
83 if (source != null) {
84 source.close()
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
PipeTest.java 51 * @tests java.nio.channels.Pipe#source()
55 SourceChannel source = pipe.source(); local
56 assertTrue(source.isBlocking());
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfo.java 2 * Copyright (C) 2008 The Android Open Source Project
32 private final ClassPathPackageInfoSource source; field in class:ClassPathPackageInfo
37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName,
39 this.source = source;
48 info.add(source.getPackageInfo(name));
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 2 * Copyright (C) 2009 The Android Open Source Project
206 public SyncAdapterType(Parcel source) {
208 source.readString(),
209 source.readString(),
210 source.readInt() != 0,
211 source.readInt() != 0,
212 source.readInt() != 0,
213 source.readInt() != 0,
214 source.readString());
218 public SyncAdapterType createFromParcel(Parcel source) {
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
Editable_FactoryTest.java 2 * Copyright (C) 2008 The Android Open Source Project
30 CharSequence source = "abc"; local
32 Editable expected = new SpannableStringBuilder(source);
36 Editable actual = mFactory.newEditable(source);
InputFilter_AllCapsTest.java 2 * Copyright (C) 2008 The Android Open Source Project
29 CharSequence source = "Caps"; local
36 dest.insert(3, source);
40 dest.replace(7, 11, source);
InputFilter_LengthFilterTest.java 2 * Copyright (C) 2008 The Android Open Source Project
28 CharSequence source; local
35 // cut off the source CharSequence from beginning to fit the filter length.
36 source = "abc";
40 dest.insert(1, source);
44 dest.replace(5, 8, source);
  /cts/tools/dex-tools/test/dex/reader/
LargeDexTests.java 2 * Copyright (C) 2009 The Android Open Source Project
44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); local
45 DexFile dexFile = javaToDexUtil.getFrom(source);
  /cts/tools/signature-tools/test/signature/converter/
ConvertWildcardTest.java 2 * Copyright (C) 2009 The Android Open Source Project
42 String source = local
47 IApi api = convert(new CompilationUnit("a.A", source));
71 String source = local
76 IApi api = convert(new CompilationUnit("a.A", source));
  /external/chromium/base/
file_descriptor_shuffle.h 2 // Use of this source code is governed by a BSD-style license that can be
57 : source(in_source),
62 int source; member in struct:base::InjectionArc
64 bool close; // if true, delete the source element after performing the
  /external/chromium/chrome/browser/sync/glue/
theme_util_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 DictionaryValue source; local
32 source.SetString(extension_manifest_keys::kName, name);
33 source.Set(extension_manifest_keys::kTheme, new DictionaryValue());
34 source.SetString(extension_manifest_keys::kUpdateURL, update_url);
35 source.SetString(extension_manifest_keys::kVersion, "0.0.0.0");
38 extension_path, Extension::INTERNAL, source,
  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
82 ProxySettingsHTMLSource* source = local
84 contents->profile()->GetChromeURLDataManager()->AddDataSource(source);

Completed in 1659 milliseconds

1 2 3 4 56 7 8 91011>>