Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 166) sorted by relevance

1234567

/frameworks/compile/mclinker/tools/mcld/lib/Support/
DLinkerConfig.cpp187 mcld::ZOption option; in setZOption() local
189 option.setKind(mcld::ZOption::CombReloc); in setZOption()
190 mLDConfig->options().addZOption(option); in setZOption()
193 option.setKind(mcld::ZOption::NoCombReloc); in setZOption()
194 mLDConfig->options().addZOption(option); in setZOption()
198 option.setKind(mcld::ZOption::Defs); in setZOption()
199 mLDConfig->options().addZOption(option); in setZOption()
203 option.setKind(mcld::ZOption::ExecStack); in setZOption()
204 mLDConfig->options().addZOption(option); in setZOption()
207 option.setKind(mcld::ZOption::NoExecStack); in setZOption()
[all …]
/frameworks/base/docs/html/distribute/googleplay/promote/
Dbadges.jd83 var lang = $('#locale option:selected').val();
155 var lang = $('#locale option:selected').val();
164 + $("select#locale option[value="+lang+"]").attr("title")
202 <option title="Afrikaans"
203 value="af">Afrikaans</option>
204 <option title="Arabic"
205 value="ar">العربية</option>
206 <option title="Belarusian"
207 value="be">Беларуская</option>
208 <option title="Bulgarian"
[all …]
/frameworks/wilhelm/src/
Dentry.c60 const SLEngineOption *option = pEngineOptions; in liCreateEngine() local
62 for (i = 0; i < numOptions; ++i, ++option) { in liCreateEngine()
63 switch (option->feature) { in liCreateEngine()
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
68 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
72 option->feature, option->data); in liCreateEngine()
/frameworks/base/media/java/android/media/
DMediaMetadataRetriever.java241 public Bitmap getFrameAtTime(long timeUs, int option) { in getFrameAtTime() argument
242 if (option < OPTION_PREVIOUS_SYNC || in getFrameAtTime()
243 option > OPTION_CLOSEST) { in getFrameAtTime()
244 throw new IllegalArgumentException("Unsupported option: " + option); in getFrameAtTime()
247 return _getFrameAtTime(timeUs, option); in getFrameAtTime()
292 private native Bitmap _getFrameAtTime(long timeUs, int option); in _getFrameAtTime() argument
/frameworks/base/obex/javax/obex/
DObexSession.java77 byte[] option = ObexHelper.getTagValue((byte)0x01, header.mAuthChall); in handleAuthChall()
111 if (option != null) { in handleAuthChall()
112 if ((option[0] & 0x01) != 0) { in handleAuthChall()
116 if ((option[0] & 0x02) != 0) { in handleAuthChall()
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp119 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
121 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); in getFrameAtTime()
125 data.writeInt32(option); in getFrameAtTime()
224 int option = data.readInt32(); in onTransact() local
225 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); in onTransact()
229 sp<IMemory> bitmap = getFrameAtTime(timeUs, option); in onTransact()
Dmediametadataretriever.cpp127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
129 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); in getFrameAtTime()
135 return mRetriever->getFrameAtTime(timeUs, option); in getFrameAtTime()
/frameworks/av/include/media/
DMediaMetadataRetrieverInterface.h39 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } in getFrameAtTime() argument
DIMediaMetadataRetriever.h40 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option) = 0;
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
DM4MP4W_Writer.h186 M4OSA_OptionID option,
204 M4OSA_OptionID option,
/frameworks/base/docs/html/design/building-blocks/
Dswitches.jd20 turn an option off or on. Instead, use an on/off switch.</p>
35 <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive
52 <p>On/off switches toggle the state of a single settings option.</p>
/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_Thread.h113 M4OSA_ThreadOptionID option,
118 M4OSA_ThreadOptionID option,
/frameworks/base/docs/html/training/printing/
Dphotos.jd37 a simple way to print of images. The class has a single layout option, {@link
43 option sizes the image so that the whole image is shown within the printable area of the page.
46 option scales the image so that it fills the entire printable area of the page. Choosing this
48 not printed. This option is the default value if you do not set a scale mode.</li>
54 scaling option, and start the printing process:</p>
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc9 …ot link shared objects with -static option.\nShared object `%0': %1", "cannot link shared objects …
48 …tatic, DiagnosticEngine::Error, "cannot mix -nmagic option with -shared", "cannot mix -nmagic opti…
49 …tatic, DiagnosticEngine::Error, "cannot mix -omagic option with -shared", "cannot mix -omagic opti…
/frameworks/base/docs/html/tools/help/
Dmonkey.jd100 <td>Inserts a fixed delay between events. You can use this option to slow down the Monkey.
162 in all packages. To specify multiple packages, use the -p option multiple times &mdash; one -p
163 option per package.</td>
172 option multiple times &mdash; one -c option per category.</td>
187 <td>If set, this option will generate profiling reports immediately before and after
197 unhandled exception. If you specify this option, the Monkey will continue to send events to
204 as a "Application Not Responding" dialog. If you specify this option, the Monkey will continue to
212 this option, the Monkey will continue to send events to the system, until the count is
219 running. When this option is set, it will signal the system to stop the process in which the error
Dlogcat.jd19 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
82 is 4. Requires the <code>-r</code> option.</td>
89 16. Requires the <code>-f</code> option.</td>
Dmksdcard.jd48 the emulator's <code>-sdcard</code> option. For more information, see <a href=
51 <p>The usage for the <code>-sdcard</code> option is as follows:</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-devtools.jd29 <li>It will enable you to select the <em>Wait for Debugger</em> option to pause application
39 When you change this option, any currently running instances of the selected application will
41 in the previous option. You can do the same thing by adding {@link
55 to force. Choosing this option will probably reveal a number of problems in your application
/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp178 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() argument
180 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); in getFrameAtTime()
187 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option); in getFrameAtTime()
/frameworks/base/core/java/android/speech/tts/
DEventLogTags.logtags3 option java_package android.speech.tts;
/frameworks/base/core/java/android/content/
DEventLogTags.logtags3 option java_package android.content;
/frameworks/compile/slang/lit-tests/
DREADME16 If you are unable to run the tests, try using the "--debug" option to llvm-lit.
18 When debugging failures, the "-v" option will print to stdout the details of
/frameworks/base/core/java/android/webkit/
DEventLogTags.logtags3 option java_package android.webkit;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags3 option java_package com.android.systemui;
/frameworks/av/media/libstagefright/include/
DStagefrightMetadataRetriever.h41 virtual VideoFrame *getFrameAtTime(int64_t timeUs, int option);

1234567