| /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /system/core/toolbox/ |
| mv.c | 16 fprintf(stderr,"USAGE: %s <source...> <destination>\n", argv[0]); 32 const char *source = argv[i]; local 34 /* assume we build "dest/source", and let rename() fail on pathsize */ 35 if (strlen(dest) + 1 + strlen(source) + 1 > sizeof(fullDest)) { 41 /* if destination is a directory, concat the source file name */ 43 const char *fileName = strrchr(source, '/'); 47 strcat(fullDest, fileName ? fileName + 1 : source); 51 if (rename(source, fullDest)) { 52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno));
|
| /frameworks/base/core/tests/coretests/src/android/net/ |
| LinkPropertiesTest.java | 2 * Copyright (C) 2010 The Android Open Source Project 36 public void assertLinkPropertiesEqual(LinkProperties source, LinkProperties target) { 38 assertTrue(source.isIdenticalInterfaceName(target)); 39 assertTrue(target.isIdenticalInterfaceName(source)); 41 assertTrue(source.isIdenticalAddresses(target)); 42 assertTrue(target.isIdenticalAddresses(source)); 44 assertTrue(source.isIdenticalDnses(target)); 45 assertTrue(target.isIdenticalDnses(source)); 47 assertTrue(source.isIdenticalRoutes(target)); 48 assertTrue(target.isIdenticalRoutes(source)); 66 LinkProperties source = new LinkProperties(); local 76 LinkProperties source = new LinkProperties(); local 166 LinkProperties source = new LinkProperties(); local 201 LinkProperties source = new LinkProperties(); local [all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| TextView_SaveStateTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 31 Parcel source = creatTestParcel(0, 0, true, "This is content"); local 32 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); 36 source = creatTestParcel(5, 10, false, "This is another content"); 37 state = TextView.SavedState.CREATOR.createFromParcel(source); 43 Parcel source = creatTestParcel(0, 0, true, "This is content"); local 44 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); 58 Parcel source = Parcel.obtain(); local 60 source.writeParcelable(AbsSavedState.EMPTY_STATE, 0); 61 source.writeInt(start) 66 TextUtils.writeToParcel(textView.getText(), source, 0); local [all...] |
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
| MockSources.java | 2 * Copyright (C) 2010 The Android Open Source Project 29 private final HashMap<String, Source> mSources = new HashMap<String, Source>(); 31 public void addSource(Source source) { 32 mSources.put(source.getName(), source); local 35 public Source getSource(String name) { 39 public Collection<Source> getSources() { 43 public Source getWebSearchSource() [all...] |
| /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
| AccessibilityWindowQueryTest.java | 2 * Copyright (C) 2012 The Android Open Source Project 291 // check that last event source 292 AccessibilityNodeInfo source = awaitedEvent.getSource(); local 293 assertNotNull(source); 299 source.getBoundsInParent(sourceBounds); 307 assertEquals(button.getPackageName(), source.getPackageName()); 308 assertEquals(button.getClassName(), source.getClassName()); 309 assertEquals(button.getText().toString(), source.getText().toString()); 310 assertSame(button.getContentDescription(), source.getContentDescription()); 313 assertSame(button.isFocusable(), source.isFocusable()) [all...] |
| /external/compiler-rt/ |
| Android.mk | 2 # Copyright (C) 2012 The Android Open Source Project 201 define get-libcompiler-rt-source-files 202 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files), 203 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files), 204 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files), 208 # $(1): source list 211 # If lib/<arch>/X.S is included in the source list, we should filter out lib/X.c 212 # in the result source list (i.e., use the one optimized for the arch.) Otherwise 214 define filter-libcompiler-rt-common-source-files 218 define get-libcompiler-rt-arm-common-source-file [all...] |
| /bionic/libc/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
|
| /bionic/libc/kernel/common/linux/ |
| udp.h | 11 *** source file (e.g. under external/kernel-headers/original/) then 24 __u16 source; member in struct:udphdr
|
| /cts/tools/signature-tools/test/signature/converter/util/ |
| CompilationUnit.java | 2 * Copyright (C) 2009 The Android Open Source Project 23 private String source; field in class:CompilationUnit 25 public CompilationUnit(String name, String source) { 27 this.source = source; 35 return source;
|
| /development/ndk/platforms/android-3/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /development/ndk/platforms/android-3/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
|
| /external/chromium/chrome/browser/sync/engine/ |
| download_updates_command_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 126 sessions::SyncSourceInfo source; local 127 source.types[syncable::AUTOFILL] = "autofill_payload"; 128 source.types[syncable::BOOKMARKS] = "bookmark_payload"; 129 source.types[syncable::PREFERENCES] = "preferences_payload"; 131 mock_server()->ExpectGetUpdatesRequestPayloads(source.types); 132 command_.ExecuteImpl(session(source));
|
| /external/guava/guava/src/com/google/common/eventbus/ |
| DeadEvent.java | 34 private final Object source; field in class:DeadEvent 40 * @param source object broadcasting the DeadEvent (generally the 44 public DeadEvent(Object source, Object event) { 45 this.source = source; 53 * @return the source of this event. 56 return source;
|
| /external/icu4c/test/intltest/ |
| dadrcoll.h | 10 * source/test/testdata/DataDrivenCollationTest.txt 32 UnicodeString source; member in class:SeqElement
|
| /external/openfst/src/bin/ |
| fstcompile.cc | 54 const char *source = "standard input"; local 57 source = argv[1]; 86 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type,
|
| /external/webkit/Source/JavaScriptCore/API/ |
| JSBase.cpp | 4 * Redistribution and use in source and binary forms, with or without 7 * 1. Redistributions of source code must retain the above copyright 54 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); local 55 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), source, jsThisObject); 75 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); local 76 Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source);
|
| /external/webkit/Source/WebCore/html/parser/ |
| HTMLSourceTracker.cpp | 4 * Redistribution and use in source and binary forms, with or without 7 * 1. Redistributions of source code must retain the above copyright 60 String source = String::createUninitialized(length, data); local 65 m_cachedSourceForToken = m_sourceFromPreviousSegments + source;
|
| /external/webkit/Source/WebCore/platform/image-decoders/haiku/ |
| ImageDecoderHaiku.cpp | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 39 const uint8* source = reinterpret_cast<const uint8*>(m_bytes); local 46 memcpy(dst, source, bytesPerRow); 48 const uint8* sourceHandle = source; 67 source += bytesPerRow;
|
| /external/webkit/Source/WebCore/webaudio/ |
| AudioChannelSplitter.cpp | 4 * Redistribution and use in source and binary forms, with or without 7 * 1. Redistributions of source code must retain the above copyright 56 AudioBus* source = input(0)->bus(); local 57 ASSERT(source); 58 ASSERT_UNUSED(framesToProcess, framesToProcess == source->length()); 60 unsigned numberOfSourceChannels = source->numberOfChannels(); 68 // Split the channel out if it exists in the source. 70 destination->channel(0)->copyFrom(source->channel(i));
|
| /libcore/luni/src/main/java/java/nio/channels/ |
| Pipe.java | 25 * and the other is the readable source channel. When bytes are written into the writable 57 * Readable source channel used to read from a pipe. 106 * Returns the source channel of the pipe. 108 * @return a readable source channel of the pipe. 110 public abstract SourceChannel source(); method in class:Pipe
|