OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinfo
(Results
126 - 150
of
227
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/v8/src/
liveedit.cc
771
Handle<SharedFunctionInfo>
GetInfo
() {
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
115
(*section)->
getInfo
());
ELFReader.cpp
247
return (hdr->e_machine == target().
getInfo
().machine());
248
return (mcld::bswap16(hdr->e_machine) == target().
getInfo
().machine());
756
return (hdr->e_machine == target().
getInfo
().machine());
757
return (mcld::bswap16(hdr->e_machine) == target().
getInfo
().machine());
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/
AccessibilityDelegateCompat.java
186
info.
getInfo
());
/libcore/luni/src/main/java/java/security/
Identity.java
279
public String
getInfo
() {
/libcore/luni/src/test/java/tests/java/security/
IdentityTest.java
326
assertEquals("some info", i.
getInfo
());
/packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java
315
WifiInfo
getInfo
() {
/external/clang/include/clang/AST/
DeclarationName.h
454
const DeclarationNameLoc &
getInfo
() const { return LocInfo; }
455
DeclarationNameLoc &
getInfo
() { return LocInfo; }
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
321
const MacroInfo *MI = MD->
getInfo
();
605
MacrosByID.push_back(id_macro_pair(I->first, I->second->
getInfo
()));
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
369
const PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
404
PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
PPCInstrInfo.cpp
549
PPCFunctionInfo *FuncInfo = MF.
getInfo
<PPCFunctionInfo>();
659
PPCFunctionInfo *FuncInfo = MF.
getInfo
<PPCFunctionInfo>();
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
54
MF.
getInfo
<X86MachineFunctionInfo>()->getForceFramePointer() ||
656
X86MachineFunctionInfo *X86FI = MF.
getInfo
<X86MachineFunctionInfo>();
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
24
import android.tests.
getinfo
.DeviceInfoConstants;
/external/icu4c/test/intltest/
dadrcal.cpp
50
if (testData->
getInfo
(info, status)) {
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
678
MF.
getInfo
<HexagonMachineFunctionInfo>();
823
MF.
getInfo
<HexagonMachineFunctionInfo>();
[
all
...]
/external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp
279
MBlazeFunctionInfo *MBlazeFI = MF->
getInfo
<MBlazeFunctionInfo>();
/external/llvm/lib/Target/R600/
SILowerControlFlow.cpp
300
assert(MBB.getParent()->
getInfo
<SIMachineFunctionInfo>()->ShaderType ==
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
119
SparcMachineFunctionInfo *SFI = MF.
getInfo
<SparcMachineFunctionInfo>();
155
SparcMachineFunctionInfo *FuncInfo = MF.
getInfo
<SparcMachineFunctionInfo>();
289
SparcMachineFunctionInfo *SFI = MF.
getInfo
<SparcMachineFunctionInfo>();
[
all
...]
SparcInstrInfo.cpp
339
SparcMachineFunctionInfo *SparcFI = MF->
getInfo
<SparcMachineFunctionInfo>();
/external/skia/tests/
PictureTest.cpp
387
imageRef->
getInfo
(&bm);
/external/webkit/Source/WebKit/wx/
WebView.h
390
wxWebViewDOMElementInfo
GetInfo
() const { return m_info; }
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java
458
final SuggestedWordInfo wordInfo = suggestions.
getInfo
(pos);
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
55
DisplayInfo&
getInfo
(int configurationIndex){ return getTLS()->m_map[configurationIndex];}
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
177
assert((pScript.
getInfo
() != NULL) && "NULL RS info!");
178
if (pScript.
getInfo
()->getFloatPrecisionRequirement() == RSInfo::FP_Full) {
/external/clang/lib/Lex/
PPMacroExpansion.cpp
101
if (!Prev->
getInfo
()->isIdenticalTo(*MD->
getInfo
(), *this)) {
310
MacroInfo *MI = MD->
getInfo
();
[
all
...]
Completed in 1030 milliseconds
1
2
3
4
5
6
7
8
9
10