/external/lldb/www/python_reference/ |
lldb.SBTypeFilter-class.html | 66 <area shape="rect" id="node51" href="lldb.SBTypeFilter-class.html#options" title="GetOptions(SBTypeFilter self) -> uint32_t" alt="" coords="17,87,277,105"/> 360 <td><span class="summary-sig"><a name="GetOptions"></a><span class="summary-sig-name">GetOptions</span>(<span class="summary-sig-arg">self</span>)</span><br /> 361 GetOptions(SBTypeFilter self) -> uint32_t</td> 363 <span class="codelink"><a href="lldb-pysrc.html#SBTypeFilter.GetOptions">source code</a></span> 537 GetOptions(SBTypeFilter self) -> uint32_t 705 <p>GetOptions(SBTypeFilter self) -> uint32_t</p> 708 <dd class="value"><span class="summary-sig"><a href="lldb.SBTypeFilter-class.html#GetOptions" class="summary-sig-name">GetOptions</a>(<span class="summary-sig-arg">self</span>)</span> 709 - GetOptions(SBTypeFilter self) -> uint32_ [all...] |
lldb.SBTypeSummary-class.html | 67 <area shape="rect" id="node56" href="lldb.SBTypeSummary-class.html#options" title="GetOptions(SBTypeSummary self) -> uint32_t" alt="" coords="17,105,219,124"/> 393 <td><span class="summary-sig"><a name="GetOptions"></a><span class="summary-sig-name">GetOptions</span>(<span class="summary-sig-arg">self</span>)</span><br /> 394 GetOptions(SBTypeSummary self) -> uint32_t</td> 396 <span class="codelink"><a href="lldb-pysrc.html#SBTypeSummary.GetOptions">source code</a></span> 653 GetOptions(SBTypeSummary self) -> uint32_t [all...] |
lldb.SBTypeSynthetic-class.html | 66 <area shape="rect" id="node57" href="lldb.SBTypeSynthetic-class.html#options" title="GetOptions(SBTypeSynthetic self) -> uint32_t" alt="" coords="17,87,197,105"/> 340 <td><span class="summary-sig"><a name="GetOptions"></a><span class="summary-sig-name">GetOptions</span>(<span class="summary-sig-arg">self</span>)</span><br /> 341 GetOptions(SBTypeSynthetic self) -> uint32_t</td> 343 <span class="codelink"><a href="lldb-pysrc.html#SBTypeSynthetic.GetOptions">source code</a></span> 573 GetOptions(SBTypeSynthetic self) -> uint32_t 748 <p>GetOptions(SBTypeSynthetic self) -> uint32_t</p> 751 <dd class="value"><span class="summary-sig"><a href="lldb.SBTypeSynthetic-class.html#GetOptions" class="summary-sig-name">GetOptions</a>(<span class="summary-sig-arg">self</span>)</span> 752 - GetOptions(SBTypeSynthetic self) -> uint32_ [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPathParser.java | 365 rootStep.setAliasForm(aliasInfo.getAliasForm().getOptions()); 373 qualSelectorStep.setAliasForm(aliasInfo.getAliasForm().getOptions()); 381 indexStep.setAliasForm(aliasInfo.getAliasForm().getOptions());
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
transact.h | 316 virtual HRESULT WINAPI GetOptions(XACTOPT *pOptions) = 0; 325 HRESULT (WINAPI *GetOptions)(ITransactionOptions *This,XACTOPT *pOptions); 336 #define ITransactionOptions_GetOptions(This,pOptions) (This)->lpVtbl->GetOptions(This,pOptions)
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionSession.java | 196 prompt + ", options = " + Utils.toOptionsString(request.getOptions()) + 201 assertPickOptionsFromTestApp(request.getOptions(), extras);
|
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 24 # NB: use GetOptions() instead of GetOptionsFromArray() for compatibility. 26 GetOptions(
|
/external/lldb/source/Commands/ |
CommandObjectMultiword.cpp | 444 CommandObjectProxy::GetOptions () 448 return proxy_command->GetOptions ();
|
CommandObjectArgs.cpp | 96 CommandObjectArgs::GetOptions ()
|
CommandObjectSyntax.cpp | 84 if (cmd_obj->GetOptions() != NULL)
|
/external/protobuf/python/google/protobuf/internal/ |
generator_test.py | 146 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format) 150 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionSession.java | 373 + request.getOptions() + " extras=" + request.getExtras()); 377 mPendingOptions = request.getOptions();
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 24 # NB: use GetOptions() instead of GetOptionsFromArray() for compatibility. 26 GetOptions(
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 94 public FileOptions getOptions() { return proto.getOptions(); } 589 public MessageOptions getOptions() { return proto.getOptions(); } [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JCs.java | 130 new LocalAndGlobalData(localHdf.getData(), globalHdf.getData(), jSilver.getOptions()
|
/external/lldb/include/lldb/Interpreter/ |
CommandObjectMultiword.h | 147 GetOptions ();
|
/external/lldb/source/Core/ |
Log.cpp | 56 Log::GetOptions() 62 Log::GetOptions() const 175 if (GetOptions().Test(LLDB_LOG_OPTION_DEBUG)) 192 if (GetOptions().AllSet (LLDB_LOG_OPTION_DEBUG | LLDB_LOG_OPTION_VERBOSE))
|
/external/lldb/source/Plugins/Process/POSIX/ |
ProcessPOSIXLog.cpp | 148 g_log->GetOptions().Reset(log_options);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
LogChannelDWARF.cpp | 168 m_log_ap->GetOptions().Reset(log_options);
|
/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.h | 121 uint64_t getOptions() const { return Options; }
|
/external/llvm/tools/llvm-cov/ |
SourceCoverageView.h | 140 const CoverageViewOptions &getOptions() const { return Options; }
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 24 GetOptions (
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
DumpFields.java | 72 Option[] parsedOptions = commandLine.getOptions();
|
DumpVtables.java | 70 Option[] parsedOptions = commandLine.getOptions();
|
/external/valgrind/auxprogs/ |
compare-build-logs | 39 GetOptions( "gcc" => sub { $compiler = "gcc" },
|