Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 89) sorted by relevance

1234

/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.cpp57 typedef llvm::object::ELFFile<T> ELFO;
61 ELFSoFileParser(const llvm::object::ELFObjectFile<T> *obj);
80 const llvm::object::ELFObjectFile<T> *obj_;
86 ELFSoFileParser<T>::ELFSoFileParser(const llvm::object::ELFObjectFile<T> *obj) { in ELFSoFileParser()
102 llvm::object::SymbolRef::Type type = UnWrap(symbol_it.getType()); in ELFSoFileParser()
103 if (type == llvm::object::SymbolRef::Type::ST_Function) { in ELFSoFileParser()
105 } else if (type == llvm::object::SymbolRef::Type::ST_Data) { in ELFSoFileParser()
114 const llvm::object::ELFObjectFile<T> *elfo) { in CreateELFSoFileParser()
121 auto binary = llvm::object::createBinary(so_file_path); in Create()
126 llvm::object::ObjectFile *obj_file = in Create()
[all …]
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java67 final ExpandableListItem object = mData.get(position); in getView() local
77 (AbsListView.LayoutParams.MATCH_PARENT, object.getCollapsedHeight()); in getView()
84 titleView.setText(object.getTitle()); in getView()
86 .getResources(), object.getImgResource(), null))); in getView()
87 textView.setText(object.getText()); in getView()
94 expandingLayout.setExpandedHeight(object.getExpandedHeight()); in getView()
95 expandingLayout.setSizeChangedListener(object); in getView()
97 if (!object.isExpanded()) { in getView()
/development/apps/OBJViewer/com/android/objviewer/
DOBJViewer.java233 Object3D object = OBJViewer.getObject(); in onDraw() local
234 object.draw(gl); in onDraw()
241 glView.setNumTriangles(object.getNumTriangles()); in onDraw()
266 private static Object3D object = null; field in OBJViewer
289 return object; in getObject()
295 object.load(objectFiles.get(objectIndex)); in nextObject()
310 if (object == null) { in onCreate()
313 this.object = new Object3D() { in onCreate()
320 object.load(objectFiles.get(0)); in onCreate()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DInjectedApplication.java50 public void inject(Object object) { in inject() argument
56 mObjectGraph.inject(object); in inject()
/development/gsi/gsi_util/gsi_util/mounters/
Dbase_mounter.py20 class MounterFile(object):
46 class MounterFileList(object):
71 class BaseFileAccessor(object):
137 class BaseMounter(object):
/development/vndk/tools/definition-tool/
D.pylintrc8 useless-object-inheritance,
/development/tools/ops/
Dandroid_test_parser.py11 class FileDownloader(object):
24 class TestCase(object):
/development/testrunner/test_defs/
Dtest_suite.py21 class AbstractTestSuite(object):
118 class AbstractTestFactory(object):
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/
DSlidingTabsBasicFragment.java154 public void destroyItem(ViewGroup container, int position, Object object) { in destroyItem() argument
155 container.removeView((View) object); in destroyItem()
/development/tools/logblame/
Dps.py11 class Process(object):
28 class Uid(object):
36 class ProcessSet(object):
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutLauncherMain.java114 public void setPrimaryItem(ViewGroup container, int position, Object object) { in setPrimaryItem() argument
115 super.setPrimaryItem(container, position, object); in setPrimaryItem()
/development/vndk/tools/definition-tool/tests/testdata/test_dex_file/
DHello.smali3 .super Ljava/lang/object;
DExample.smali3 .super Ljava/lang/object;
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java52 public Point get(PathAnimations object) {
53 View v = object.findViewById(R.id.moved_item);
58 public void set(PathAnimations object, Point value) {
59 object.setCoordinates(value.x, value.y);
/development/vndk/tools/definition-tool/tests/
Dtest_generic_refs.py14 class MockELF(object):
20 class MockLib(object):
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java194 public void destroyItem(ViewGroup viewGroup, int row, int column, Object object) { in destroyItem() argument
195 mDelayedHide.remove((View) object); in destroyItem()
196 viewGroup.removeView((View)object); in destroyItem()
200 public boolean isViewFromObject(View view, Object object) { in isViewFromObject() argument
201 return view == object; in isViewFromObject()
/development/gsi/gsi_util/gsi_util/dumpers/
Dprop_dumper.py21 class PropDumper(object):
Dxml_dumper.py21 class XmlDumper(object):
/development/gsi/gsi_util/gsi_util/checkers/
Dvintf_checker.py30 class VintfChecker(object): # pylint: disable=too-few-public-methods
Dchecker.py37 class Checker(object):
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageCache.java213 public void setObject(Object object) { in setObject() argument
214 mObject = object; in setObject()
/development/samples/browseable/BasicNetworking/
D_index.jd10 … \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py343 def toJSON(object): argument
345 return simplejson.dumps(object)
347 class UpdatedContactData(object):
381 class DeletedContactData(object):
/development/vndk/tools/sourcedr/ninja/
Dninja.py182 class EvalStringBuilder(object):
207 class Build(object):
213 class Rule(object):
217 class Pool(object):
221 class Default(object):
228 class TK(object):
248 class TokenMatcher(object):
276 class Lexer(object):
395 class STR_TK(object):
480 class Parser(object):
[all …]
/development/scripts/
Darchitecture.py24 class Architecture(object):

1234