/development/tools/idegen/src/com/android/idegen/ |
D | ModuleCache.java | 58 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/ |
D | module.h | 50 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;
|
D | personality.h | 73 struct module *module; member
|
D | sysfs.h | 18 struct module; 22 struct module * owner;
|
D | ipmi_smi.h | 42 struct module *owner;
|
D | proc_fs.h | 46 struct module *owner;
|
D | elevator.h | 80 struct module *elevator_owner;
|
D | device.h | 78 struct module * owner; 101 struct module * owner;
|
/development/scripts/ |
D | compare-installed-size.py | 56 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]
|
D | boardconfig_usage_analysis.py | 78 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/ |
D | InjectedApplication.java | 46 public void initObjectGraph(Object module) { in initObjectGraph() argument 47 mObjectGraph = module != null ? ObjectGraph.create(module) : null; in initObjectGraph()
|
/development/host/windows/usb/winusb/ |
D | AdbWinUsbApi.def | 1 ; AdbWinUsbApi.def : Declares the module parameters.
|
/development/host/windows/usb/api/ |
D | AdbWinApi.def | 1 ; AdbWinApi.def : Declares the module parameters.
|
/development/vndk/tools/vndk-compliance/ |
D | parse-and-fix-errors.sh | 45 …for module in `cat log.$lib`; do find . -name Android.\* | xargs grep -w -H $module | grep "LOCAL_…
|
D | README.md | 20 * 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/ |
D | partitions.h | 32 struct module *owner;
|
D | map.h | 69 struct module *module; member
|
D | blktrans.h | 58 struct module *owner;
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/config/ |
D | GlideConfiguration.java | 24 import com.bumptech.glide.module.GlideModule;
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | build.gradle | 11 // in the individual module build.gradle files
|
/development/tools/idegen/ |
D | intellij-gen.sh | 55 index_file=$root_dir/module-index.txt
|
D | index-gen.sh | 42 dest_file=${root_dir}/module-index.txt
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | alternative_32.h | 35 struct module;
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset.py | 40 for name, module in data.items(): 41 for path in module['installed']:
|
/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.js | 4 } else if (typeof module === 'object' && module.exports) { 5 module.exports = factory();
|