Searched refs:Source (Results 1 - 25 of 134) sorted by relevance

123456

/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h2 * Copyright (C) 2010 The Android Open Source Project
27 struct NuPlayer::Source : public RefBase { struct in class:android::NuPlayer
28 Source() {} function in struct:android::NuPlayer::Source
55 virtual ~Source() {}
58 DISALLOW_EVIL_CONSTRUCTORS(Source);
H A DStreamingSource.h2 * Copyright (C) 2010 The Android Open Source Project
29 struct NuPlayer::StreamingSource : public NuPlayer::Source {
H A DHTTPLiveSource.h2 * Copyright (C) 2010 The Android Open Source Project
29 struct NuPlayer::HTTPLiveSource : public NuPlayer::Source {
/frameworks/base/tools/makekeycodes/
H A DAndroid.mk1 # Copyright 2005 The Android Open Source Project
/frameworks/ex/variablespeed/jni/
H A Dmacros.h2 * Copyright (C) 2011 The Android Open Source Project
55 template <class Dest, class Source>
56 inline Dest bit_cast(const Source& source) {
57 // Compile time assertion: sizeof(Dest) == sizeof(Source)
58 // A compile error here means your Dest and Source have different sizes.
59 typedef char VerifySizesAreEqual [sizeof(Dest) == sizeof(Source) ? 1 : -1]; // NOLINT
/frameworks/base/cmds/backup/
H A DAndroid.mk1 # Copyright 2009 The Android Open Source Project
/frameworks/base/cmds/rawbu/
H A DAndroid.mk1 # Copyright 2009 The Android Open Source Project
/frameworks/base/tests/BrowserTestPlugin/jni/
H A DAndroid.mk3 ## Copyright 2009, The Android Open Source Project
35 WEBCORE_PATH := external/webkit/Source/WebCore
43 external/webkit/Source/WebKit/android/plugins
/frameworks/base/cmds/bmgr/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/cmds/bu/
H A DAndroid.mk1 # Copyright 2011 The Android Open Source Project
/frameworks/base/cmds/ime/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/cmds/input/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/frameworks/base/cmds/pm/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/cmds/svc/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/opengl/tests/angeles/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk1 # Copyright 2007-2008 The Android Open Source Project
/frameworks/base/tools/aidl/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/compile/libbcc/runtime/lib/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/i386/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/base/cmds/am/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk1 # Copyright (C) 2010 The Android Open Source Project
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk1 # Copyright (C) 2010 The Android Open Source Project

Completed in 450 milliseconds

123456