HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 26 - 50 of 740) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /prebuilt/ndk/android-ndk-r7/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));
  /cts/tests/tests/widget/src/android/widget/cts/
TextView_SaveStateTest.java 2 * Copyright (C) 2008 The Android Open Source Project
40 Parcel source = creatTestParcel(0, 0, true, "This is content"); local
41 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source);
45 source = creatTestParcel(5, 10, false, "This is another content");
46 state = TextView.SavedState.CREATOR.createFromParcel(source);
57 Parcel source = creatTestParcel(0, 0, true, "This is content"); local
58 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source);
72 Parcel source = Parcel.obtain(); local
74 source.writeParcelable(AbsSavedState.EMPTY_STATE, 0);
75 source.writeInt(start)
80 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...]
  /frameworks/base/core/tests/coretests/src/android/accessibilityservice/
InterrogationActivityTest.java 2 * Copyright (C) 2011 The Android Open Source Project
348 // check that last event source
349 AccessibilityNodeInfo source = mLastAccessibilityEvent.getSource(); local
350 assertNotNull(source);
356 source.getBoundsInParent(sourceBounds);
364 assertEquals(button.getPackageName(), source.getPackageName());
365 assertEquals(button.getClassName(), source.getClassName());
366 assertEquals(button.getText(), source.getText());
367 assertSame(button.getContentDescription(), source.getContentDescription());
370 assertSame(button.isFocusable(), source.isFocusable())
    [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 18 __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/bluetooth/bluez/audio/
manager.h 30 gboolean source; member in struct:enabled_interfaces
  /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/icu4c/test/intltest/
dadrcoll.h 10 * source/test/testdata/DataDrivenCollationTest.txt
32 UnicodeString source; member in class:SeqElement
  /external/mesa3d/src/glsl/
main.cpp 54 const char *source = shader->Source; local
55 state->error = preprocess(state, &source, &state->info_log,
59 _mesa_glsl_lexer_ctor(state, source);
  /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));

Completed in 2111 milliseconds

12 3 4 5 6 7 8 91011>>