OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_strings
(Results
1 - 18
of
18
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glCreateShaderProgramv.cpp
9
const GLchar**
_strings
= NULL;
local
22
_strings
= (const GLchar**) calloc(_count, sizeof(const GLchar*));
23
if (!
_strings
) {
46
_strings
[i] = _env->GetStringUTFChars(_jstrings[i], 0);
49
_returnValue = glCreateShaderProgramv((GLenum)type, _count,
_strings
);
51
if (
_strings
&& _jstrings) {
53
if (
_strings
[i] && _jstrings[i]) {
54
_env->ReleaseStringUTFChars(_jstrings[i],
_strings
[i]);
58
if (
_strings
) {
59
free(
_strings
);
[
all
...]
/external/dtc/tests/
trees.S
28
FDTLONG(tree##
_strings
- tree) ; \
33
FDTLONG(tree##_strings_end - tree##
_strings
) ; \
49
FDTLONG(tree##_##name - tree##
_strings
) ;
/external/emma/core/java12/com/vladium/util/
Strings.java
55
final Set /* String */
_strings
= new HashSet (length);
63
if (
_strings
.add (s)) _result.add (s);
96
final Set /* String */
_strings
= new HashSet (length);
local
108
if (
_strings
.add (ss)) _result.add (ss);
141
final Set /* String */
_strings
= new HashSet (length);
local
160
if (
_strings
.add (sss)) _result.add (sss);
163
else if (
_strings
.add (ss)) _result.add (ss);
/external/protobuf/cmake/
install.cmake
50
file(STRINGS ${FILE_NAME}
_strings
)
52
foreach(_string ${
_strings
})
/external/libmojo/build/android/gyp/util/
md5_check.py
248
self.
_strings
= []
260
ret.
_strings
= obj['input-strings']
269
"input-strings": self.
_strings
,
280
self.
_strings
.extend(str(v) for v in values)
313
return self.
_strings
326
self._strings_md5 = _ComputeInlineMd5(self.
_strings
)
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
strings.h
67
#include <xlocale/
_strings
.h>
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0-sources.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5-sources.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6-sources.jar
/frameworks/base/core/jni/
android_opengl_GLES31.cpp
956
const GLchar**
_strings
= NULL;
local
[
all
...]
/external/autotest/client/common_lib/
pexpect.py
[
all
...]
/external/llvm/docs/
CoverageMappingFormat.rst
437
..
_Strings
:
CommandLine.rst
[
all
...]
/external/python/cpython2/Doc/reference/
lexical_analysis.rst
414
..
_strings
:
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar
/prebuilts/devtools/tools/lib/
emma_device.jar
/prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar
Completed in 1269 milliseconds