OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
701 - 725
of
46739
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glShaderSource.cpp
2
/* void glShaderSource ( GLuint shader, GLsizei count, const GLchar **
string
, const GLint * length ) */
6
(JNIEnv *_env, jobject _this, jint shader, jstring
string
) {
8
if (!
string
) {
9
jniThrowException(_env, "java/lang/IllegalArgumentException", "
string
== null");
13
const char* nativeString = _env->GetStringUTFChars(
string
, 0);
16
_env->ReleaseStringUTFChars(
string
, nativeString);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallStateException.java
38
CallStateException(
String
string
)
40
super(
string
);
44
CallStateException(int error,
String
string
)
46
super(
string
);
/hardware/interfaces/media/omx/1.0/
IOmxStore.hal
39
*
string
: arbitrary
string
46
string
key;
47
string
value;
118
* key: 'quality-scale', value-type:
string
135
string
name;
141
string
owner;
155
string
role;
160
string
type;
183
string
prefi
[
all
...]
/hardware/interfaces/wifi/supplicant/1.0/
ISupplicantCallback.hal
32
oneway onInterfaceCreated(
string
ifName);
39
oneway onInterfaceRemoved(
string
ifName);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Config/
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Config/
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Config/
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Config/
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Version.h
21
/// \brief Retrieves a
string
representing the complete lld version.
22
std::
string
getLLDVersion();
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Common/
Reproduce.h
26
std::
string
relativeToRoot(StringRef Path);
28
// Quote a given
string
if it contains a space character.
29
std::
string
quote(StringRef S);
33
std::
string
rewritePath(StringRef S);
35
// Returns the
string
form of the given argument.
36
std::
string
toString(llvm::opt::Arg *Arg);
Completed in 762 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>