Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/base/tests/DumpRenderTree/assets/
Drun_page_cycler.py21 def main(options, args): argument
162 options, args = option_parser.parse_args(); variable
Drun_layout_tests.py138 def main(options, args): argument
319 options, args = option_parser.parse_args(); variable
Drun_reliability_tests.py104 def main(options, args): argument
/frameworks/ex/common/tests/src/com/android/common/
DOperationSchedulerTest.java47 OperationScheduler.Options options = new OperationScheduler.Options(); in testScheduler() local
124 OperationScheduler.Options options = new OperationScheduler.Options(); in testParseOptions() local
146 OperationScheduler.Options options = new OperationScheduler.Options(); in testMoratoriumWithHttpDate() local
171 OperationScheduler.Options options = new OperationScheduler.Options(); in testClockRollbackScenario() local
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl32 String authTokenType, in String[] requiredFeatures, in Bundle options); in addAccount()
38 in Bundle options); in confirmCredentials()
44 String authTokenType, in Bundle options); in getAuthToken()
55 String authTokenType, in Bundle options); in updateCredentials()
DAbstractAccountAuthenticator.java119 String authTokenType, String[] features, Bundle options) in addAccount()
144 Account account, Bundle options) throws RemoteException { in confirmCredentials()
359 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
379 Account account, Bundle options) in confirmCredentials()
400 Account account, String authTokenType, Bundle options) in getAuthToken()
430 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials()
DIAccountManager.aidl47 in Bundle options); in getAuthToken()
50 in Bundle options); in addAcount()
52 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
56 in Bundle options, boolean expectActivityLaunch); in confirmCredentials()
/frameworks/base/tests/DumpRenderTree2/assets/
Drun_layout_tests.py28 def main(path, options): argument
88 options, args = option_parser.parse_args(); variable
Drun_apache2.py32 def main(run_cmd, options): argument
156 options, args = option_parser.parse_args(); variable
/frameworks/base/media/libstagefright/
DMediaSourceSplitter.cpp122 MediaBuffer **buffer, const MediaSource::ReadOptions *options) { in read()
168 void MediaSourceSplitter::readFromSource_lock(const MediaSource::ReadOptions *options) { in readFromSource_lock()
226 MediaBuffer **buffer, const ReadOptions *options) { in read()
DAudioPlayer.cpp87 MediaSource::ReadOptions options; in start() local
327 MediaSource::ReadOptions options; in fillBuffer() local
/frameworks/base/media/java/android/media/
DThumbnailUtils.java109 BitmapFactory.Options options = new BitmapFactory.Options(); in createImageThumbnail() local
208 Bitmap source, int width, int height, int options) { in extractThumbnail()
245 private static int computeSampleSize(BitmapFactory.Options options, in computeSampleSize()
263 private static int computeInitialSampleSize(BitmapFactory.Options options, in computeInitialSampleSize()
299 BitmapFactory.Options options) { in makeBitmap()
355 int options) { in transform()
/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java62 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { in decodeRegion()
124 BitmapFactory.Options options); in nativeDecodeRegion()
DBitmapRegionDecoder.java181 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { in decodeRegion()
250 BitmapFactory.Options options); in nativeDecodeRegion()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp81 static bool optionsPurgeable(JNIEnv* env, jobject options) { in optionsPurgeable()
86 static bool optionsShareable(JNIEnv* env, jobject options) { in optionsShareable()
91 static bool optionsJustBounds(JNIEnv* env, jobject options) { in optionsJustBounds()
115 jobject options, bool allowPurgeable, in doDecode()
269 jobject options) { // BitmapFactory$Options in nativeDecodeStream()
359 jobject options) { // BitmapFactory$Options in nativeDecodeAsset()
380 int offset, int length, jobject options) { in nativeDecodeByteArray()
/frameworks/base/tools/aidl/
Daidl.cpp535 exactly_one_interface(const char* filename, const document_item_type* items, const Options& options,
578 generate_dep_file(const Options& options, const document_item_type* items)
626 generate_outputFileName2(const Options& options, const buffer_type& name, const char* package)
658 generate_outputFileName(const Options& options, const document_item_type* items)
787 compile_aidl(Options& options)
911 preprocess_aidl(const Options& options)
982 Options options; local
Doptions.cpp35 parse_options(int argc, const char* const* argv, Options *options) in parse_options()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorSRC.cpp105 MediaBuffer **buffer_out, const ReadOptions *options) { in read()
192 ReadOptions options; in getNextBuffer() local
/frameworks/base/core/java/com/android/server/
DNetworkManagementSocketTagger.java73 final SocketTags options = threadSocketTags.get(); in tag() local
103 final SocketTags options = threadSocketTags.get(); in unTagSocketFd() local
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java95 public static Options parseOptions(String spec, Options options) in parseOptions()
135 public long getNextTimeMillis(Options options) { in getNextTimeMillis()
/frameworks/base/core/java/android/util/
DAttributeSet.java136 String[] options, int defaultValue); in getAttributeListValue()
217 public int getAttributeListValue(int index, String[] options, int defaultValue); in getAttributeListValue()
DXmlPullAttributes.java58 String[] options, int defaultValue) { in getAttributeListValue()
97 String[] options, int defaultValue) { in getAttributeListValue()
/frameworks/base/media/libstagefright/rtsp/
DVideoSource.h58 MediaBuffer **buffer, const MediaSource::ReadOptions *options) { in read()
/frameworks/base/cmds/stagefright/
DSineSource.cpp61 MediaBuffer **out, const ReadOptions *options) { in read()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java73 String[] options, int defaultValue) { in getAttributeListValue()
103 String[] options, int defaultValue) { in getAttributeListValue()

1234