Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 35) sorted by relevance

12

/development/tools/idegen/src/com/android/idegen/
DModuleCache.java58 Module module = getModule(moduleDir); in getAndCacheByDir() local
59 if (module == null) { in getAndCacheByDir()
60 module = new Module(moduleDir); in getAndCacheByDir()
62 putModule(moduleDir, module); in getAndCacheByDir()
63 module.build(); in getAndCacheByDir()
65 return module; in getAndCacheByDir()
82 private void putModule(File moduleDir, Module module) throws IOException { in putModule() argument
83 modulesByPath.put(moduleDir.getCanonicalPath(), module); in putModule() local
94 public void put(Module module) throws IOException { in put() argument
95 Preconditions.checkNotNull(module); in put()
[all …]
/development/ndk/platforms/android-9/include/linux/
Dmodule.h50 struct module;
54 ssize_t (*show)(struct module_attribute *, struct module *, char *);
55 ssize_t (*store)(struct module_attribute *, struct module *,
57 void (*setup)(struct module *, const char *);
58 int (*test)(struct module *);
59 void (*free)(struct module *);
65 struct module *mod;
76 #define THIS_MODULE ((struct module *)0)
110 struct module;
Dpersonality.h73 struct module *module; member
Dsysfs.h18 struct module;
22 struct module * owner;
Dipmi_smi.h42 struct module *owner;
Dproc_fs.h46 struct module *owner;
Delevator.h80 struct module *elevator_owner;
Ddevice.h78 struct module * owner;
101 struct module * owner;
/development/scripts/
Dcompare-installed-size.py56 module = components[2]
62 if module not in bin_sizes[idx]:
63 bin_sizes[idx][module] = int(size)
65 bin_sizes[idx][module] += int(size)
70 file_sizes[name] = [module, size, 0]
75 file_sizes[name] = [module, 0, size]
Dboardconfig_usage_analysis.py78 for module in module_info:
79 installs = module_info[module]['installed']
80 paths = module_info[module]['path']
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DInjectedApplication.java46 public void initObjectGraph(Object module) { in initObjectGraph() argument
47 mObjectGraph = module != null ? ObjectGraph.create(module) : null; in initObjectGraph()
/development/host/windows/usb/winusb/
DAdbWinUsbApi.def1 ; AdbWinUsbApi.def : Declares the module parameters.
/development/host/windows/usb/api/
DAdbWinApi.def1 ; AdbWinApi.def : Declares the module parameters.
/development/vndk/tools/vndk-compliance/
Dparse-and-fix-errors.sh45 …for module in `cat log.$lib`; do find . -name Android.\* | xargs grep -w -H $module | grep "LOCAL_…
DREADME.md20 * Lets call the offending module libabc. Open libabc's Android.mk
39 * Create the module_headers lib outside the definition of current module
/development/ndk/platforms/android-9/include/linux/mtd/
Dpartitions.h32 struct module *owner;
Dmap.h69 struct module *module; member
Dblktrans.h58 struct module *owner;
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/config/
DGlideConfiguration.java24 import com.bumptech.glide.module.GlideModule;
/development/samples/devbytes/telephony/SmsSampleProject/
Dbuild.gradle11 // in the individual module build.gradle files
/development/tools/idegen/
Dintellij-gen.sh55 index_file=$root_dir/module-index.txt
Dindex-gen.sh42 dest_file=${root_dir}/module-index.txt
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dalternative_32.h35 struct module;
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py40 for name, module in data.items():
41 for path in module['installed']:
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js4 } else if (typeof module === 'object' && module.exports) {
5 module.exports = factory();

12