/external/chromium_org/third_party/skia/src/animator/ |
SkMatrixParts.h | 77 DECLARE_MEMBER_INFO(FromPath);
|
SkDisplayType.cpp | 129 CASE_NEW(FromPath); 284 CASE_GET_INFO(FromPath); 451 { "fromPath", SkType_FromPath INIT_BOOL_FIELDS },
|
SkDisplayable.cpp | 533 // if this is called, this breaks fromPath.xml
|
SkCondensedDebug.cpp | 1242 48, // FromPath
|
SkCondensedRelease.cpp | 1222 48, // FromPath
|
SkAnimateSchema.xsd | [all...] |
/external/skia/src/animator/ |
SkMatrixParts.h | 77 DECLARE_MEMBER_INFO(FromPath);
|
SkDisplayType.cpp | 129 CASE_NEW(FromPath); 284 CASE_GET_INFO(FromPath); 451 { "fromPath", SkType_FromPath INIT_BOOL_FIELDS },
|
SkDisplayable.cpp | 533 // if this is called, this breaks fromPath.xml
|
SkCondensedDebug.cpp | 1242 48, // FromPath
|
SkCondensedRelease.cpp | 1222 48, // FromPath
|
SkAnimateSchema.xsd | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 608 String fromPath = attributes.getValue(ATTR_FROM); 616 instantiate(freemarker, paramMap, fromPath, to); 618 copyTemplateResource(fromPath, to); 621 String fromPath = attributes.getValue(ATTR_FROM); 629 merge(freemarker, paramMap, fromPath, to); 683 private File getFullPath(@NonNull String fromPath) { 684 if (fromPath.startsWith(VALUE_TEMPLATE_DIR)) { 686 + fromPath.substring(VALUE_TEMPLATE_DIR.length() + 1).replace('/', 689 return new File(mRootPath, DATA_ROOT + File.separator + fromPath); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/ |
key_map.js | 327 cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH + 388 cvox.KeyMap.fromPath = function(path) { 400 return /** @type {!cvox.KeyMap} */ (cvox.KeyMap.fromPath(
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 1120 sem_partial_path* frompath = 0; local [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/maps/model/ |
BitmapDescriptorFactory.html | 1065 <span class="sympad"><a href="/reference/com/google/android/gms/maps/model/BitmapDescriptorFactory.html#fromPath(java.lang.String)">fromPath</a></span>(String absolutePath)</nobr> [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeOptionsScript.js | 52 cvox.KeyMap.fromDefaults=function(){return cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO.keymap_classic.file)};cvox.KeyMap.fromJSON=function(a){try{var b=JSON.parse(a).bindings,b=b.filter(function(a){return void 0===a.sequence.platformFilter||cvox.PlatformUtil.matchesPlatform(a.sequence.platformFilter)})}catch(c){return null}if("object"!=typeof b)return null;for(a=0;a<b.length;a++){if(void 0==b[a].command||void 0==b[a].sequence)return null;b[a].sequence=cvox.KeySequence.deserialize(b[a].sequence)}return new cvox.KeyMap(b)}; 53 cvox.KeyMap.fromLocalStorage=function(){return localStorage.keyBindings?cvox.KeyMap.fromJSON(localStorage.keyBindings):null};cvox.KeyMap.fromPath=function(a){return cvox.KeyMap.fromJSON(cvox.KeyMap.readJSON_(a))};cvox.KeyMap.fromCurrentKeyMap=function(){var a=localStorage.currentKeyMap;return a&&cvox.KeyMap.AVAILABLE_MAP_INFO[a]?cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO[a].file):cvox.KeyMap.fromDefaults()}; [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
plexus-utils-3.0.17.jar | |