/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 153 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r"); in Loader() local 154 if (cfg == NULL) { in Loader() 159 while (fgets(line, 256, cfg)) { in Loader() 169 fclose(cfg); in Loader()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 136 vpx_codec_dec_cfg_t cfg; in initDecoder() local 137 memset(&cfg, 0, sizeof(vpx_codec_dec_cfg_t)); in initDecoder() 138 cfg.threads = GetCPUCoreCount(); in initDecoder() 140 (vpx_codec_ctx_t *)mCtx, &vpx_codec_vp8_dx_algo, &cfg, 0))) { in initDecoder()
|
/frameworks/base/docs/html/tools/help/ |
D | proguard.jd | 54 <p>When you create an Android project, a <code>proguard.cfg</code> file is automatically 64 <p>If you left the <code>proguard.cfg</code> file in its default location (the project's root direc… 67 proguard.config=proguard.cfg 73 proguard.config=/path/to/proguard.cfg 120 <p>For some situations, the default configurations in the <code>proguard.cfg</code> file will 132 <p>The default <code>proguard.cfg</code> file tries to cover general cases, but you might 137 the <code>proguard.cfg</code> file. For example:</p>
|
/frameworks/base/services/java/com/android/server/ |
D | NetworkManagementService.java | 444 InterfaceConfiguration cfg; in getInterfaceConfig() local 446 cfg = new InterfaceConfiguration(); in getInterfaceConfig() 447 cfg.setHardwareAddress(st.nextToken(" ")); in getInterfaceConfig() 462 cfg.setLinkAddress(new LinkAddress(addr, prefixLength)); in getInterfaceConfig() 464 cfg.setFlag(st.nextToken()); in getInterfaceConfig() 469 return cfg; in getInterfaceConfig() 473 public void setInterfaceConfig(String iface, InterfaceConfiguration cfg) { in setInterfaceConfig() argument 475 LinkAddress linkAddr = cfg.getLinkAddress(); in setInterfaceConfig() 483 for (String flag : cfg.getFlags()) { in setInterfaceConfig()
|
/frameworks/base/core/java/android/os/ |
D | INetworkManagementService.aidl | 59 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg); in setInterfaceConfig() argument
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiNative.java | 437 public boolean setConfigMethods(String cfg) { in setConfigMethods() argument 438 return doBooleanCommand("SET config_methods " + cfg); in setConfigMethods()
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 34 'debuginfo', 'lit.site.cfg'))
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 47 Further customization is possible by modifying the lit.cfg file.
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 32 'debuginfo', 'lit.site.cfg'))
|
/frameworks/base/core/java/android/text/format/ |
D | DateUtils.java | 651 Configuration cfg = r.getConfiguration(); in initFormatStringsLocked() local 652 if (sLastConfig == null || !sLastConfig.equals(cfg)) { in initFormatStringsLocked() 653 sLastConfig = cfg; in initFormatStringsLocked()
|
/frameworks/base/docs/html/tools/debugging/ |
D | ddms.jd | 91 <code>$HOME/.android/ddms.cfg</code>.</p>
|
/frameworks/base/docs/html/tools/sdk/ |
D | tools-notes.jd | 267 <li>Updated the default {@code proguard.cfg} file with better default flags for 614 …<li>The default ProGuard configuration, <code>proguard.cfg</code>, now ignores the following class…
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4757 const ResTable_config* cfg = &config->config; in getConfigurations() local 4762 if (0 == (*configs)[m].compare(*cfg)) { in getConfigurations() 4768 configs->add(*cfg); in getConfigurations()
|