OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frompath
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp
96
SVGPathByteStream*
fromPath
= from->path();
98
unsigned fromPathSize =
fromPath
->size();
101
addToSVGPathByteStream(toPath,
fromPath
);
109
SVGPathByteStream*
fromPath
= from->path();
118
fromPath
= underlyingPath.get();
123
if (!
fromPath
->size() || (m_animationElement->isAdditive() && !isToAnimation))
127
if (!m_animationElement->adjustFromToListValues<SVGPathByteStream>(*
fromPath
, *toPath, *animatedPath, percentage, false))
130
buildAnimatedSVGPathByteStream(
fromPath
, toPath, animatedPath, percentage);
/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
...]
/external/llvm/utils/lit/lit/
discovery.py
45
cfg = TestingConfig.
frompath
(cfgpath, None, litConfig, mustExist = True)
86
return TestingConfig.
frompath
(cfgpath, parent, litConfig,
LitConfig.py
73
return lit.TestingConfig.TestingConfig.
frompath
(
TestingConfig.py
12
def
frompath
(path, parent, litConfig, mustExist, config = None):
member in class:TestingConfig
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java
567
String
fromPath
= attributes.getValue(ATTR_FROM);
575
instantiate(freemarker, paramMap,
fromPath
, to);
577
copyTemplateResource(
fromPath
, to);
580
String
fromPath
= attributes.getValue(ATTR_FROM);
588
merge(freemarker, paramMap,
fromPath
, to);
612
private File getFullPath(@NonNull String
fromPath
) {
613
if (
fromPath
.startsWith(VALUE_TEMPLATE_DIR)) {
615
+
fromPath
.substring(VALUE_TEMPLATE_DIR.length() + 1).replace('/',
618
return new File(mRootPath, DATA_ROOT + File.separator +
fromPath
);
[
all
...]
/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
1000
<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
/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
51
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)};
52
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
...]
Completed in 1090 milliseconds