OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mappedName
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
MapLongVariableNames.cpp
67
void LongNameMap::Insert(const char* originalName, const char*
mappedName
)
70
originalName,
mappedName
));
108
const char*
mappedName
= mGlobalMap->Find(name.c_str());
109
if (
mappedName
!= NULL)
110
return
mappedName
;
VariableInfo.h
20
TPersistString
mappedName
;
/libcore/luni/src/main/native/
java_lang_System.cpp
106
char*
mappedName
= NULL;
107
asprintf(&
mappedName
, OS_SHARED_LIB_FORMAT_STR, name.c_str());
108
jstring result = env->NewStringUTF(
mappedName
);
109
free(
mappedName
);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.cpp
107
String
mappedName
= String(mappedNameBuffer.data());
112
symbol.isArray = name.endsWith("[0]") &&
mappedName
.endsWith("[0]");
116
mappedName
.truncate(
mappedName
.length() - 3);
120
symbol.
mappedName
=
mappedName
;
129
symbol.
mappedName
=
mappedName
+ arrayBrackets;
ANGLEPlatformBridge.h
49
String
mappedName
;
/external/chromium_org/third_party/angle/samples/translator/
translator.cpp
298
char*
mappedName
= NULL;
302
mappedName
= new char[mappedNameSize];
315
ShGetVariableInfo(compiler, SH_ACTIVE_ATTRIBUTES, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name,
mappedName
);
318
ShGetVariableInfo(compiler, SH_ACTIVE_UNIFORMS, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name,
mappedName
);
345
printf(" mapped name:%s",
mappedName
);
349
if (
mappedName
)
350
delete []
mappedName
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 180 milliseconds