HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 301 - 325 of 4117) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-24/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
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/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/r11/platforms/android-3/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-4/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-5/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-8/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-9/arch-arm/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-9/arch-mips/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/r11/platforms/android-9/arch-x86/usr/include/linux/
udp.h 18 __u16 source; member in struct:udphdr
  /prebuilts/ndk/r11/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/common/device-side/util/src/com/android/compatibility/common/util/
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...]
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfo.java 2 * Copyright (C) 2008 The Android Open Source Project
33 private final ClassPathPackageInfoSource source; field in class:ClassPathPackageInfo
38 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName,
40 this.source = source;
49 info.add(source.getPackageInfo(name));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
PipeTest.java 51 * @tests java.nio.channels.Pipe#source()
55 SourceChannel source = pipe.source(); local
56 assertTrue(source.isBlocking());
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 2 * Copyright (C) 2012 The Android Open Source Project
152 // Make sure the source window cannot be accessed.
224 // Get the source window.
279 // Get the source window.
522 // check that last event source
523 AccessibilityNodeInfo source = awaitedEvent.getSource(); local
524 assertNotNull(source);
530 source.getBoundsInParent(sourceBounds);
538 assertEquals(button.getPackageName(), source.getPackageName());
539 assertEquals(button.getClassName(), source.getClassName())
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTester.java 36 * Generates tests of a all methods on a {@code CharSource} given various inputs the source is
65 private CharSource source; field in class:CharSourceTester
75 this.source = factory.createSource(data);
79 Reader reader = source.openStream();
94 BufferedReader reader = source.openBufferedStream();
111 assertEquals(expected.length(), source.copyTo(builder));
119 assertEquals(expected.length(), source.copyTo(sink));
125 String string = source.read();
131 assertNull(source.readFirstLine());
133 assertEquals(expectedLines.get(0), source.readFirstLine())
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
OkioTest.java 44 BufferedSource source = Okio.buffer(Okio.source(file)); local
45 assertEquals("Hello, java.io file!", source.readUtf8());
46 source.close();
63 BufferedSource source = Okio.buffer(Okio.source(file)); local
64 assertEquals("Hello, java.io file!", source.readUtf8());
65 source.close();
78 // BufferedSource source = Okio.buffer(Okio.source(path))
103 Source source = Okio.source(in); local
123 Source source = Okio.source(new ByteArrayInputStream(new byte[100])); local
    [all...]
  /external/guice/core/test/com/google/inject/
ModulesTest.java 62 ElementSource source = (ElementSource) injector.getBinding(Integer.class).getSource(); local
63 assertEquals(source.getModuleClassNames().size(), 4);
66 combined2.getClass().getName()), source.getModuleClassNames());
67 StackTraceElement stackTraceElement = (StackTraceElement) source.getDeclaringSource();
ReflectionTest.java 46 ElementSource source = (ElementSource) fooBinding.getSource(); local
47 assertNotNull(source.getDeclaringSource());
60 ElementSource source = (ElementSource) i.getSource(); local
61 assertNotNull(source.getDeclaringSource());
77 ElementSource source = (ElementSource) fooBinding.getSource(); local
78 assertNotNull(source.getDeclaringSource());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
NameValueBlockReader.java 29 import okio.Source;
38 /** This source transforms compressed bytes into uncompressed bytes. */
47 /** This source holds inflated bytes. */
48 private final BufferedSource source; field in class:NameValueBlockReader
50 public NameValueBlockReader(BufferedSource source) {
52 // block. We cut the inflater off at its source because we can't predict the
54 Source throttleSource = new ForwardingSource(source) {
78 this.source = Okio.buffer(inflaterSource);
84 int numberOfPairs = source.readInt()
    [all...]

Completed in 1463 milliseconds

<<11121314151617181920>>