OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
4601 - 4625
of
46739
) sorted by null
<<
181
182
183
184
185
186
187
188
189
190
>>
/external/webrtc/webrtc/base/
crc32_unittest.cc
14
#include <
string
>
26
std::
string
input =
/external/webrtc/webrtc/libjingle/xmpp/
iqtask.h
14
#include <
string
>
24
const std::
string
& verb, const Jid& to,
jingleinfotask.h
31
sigslot::signal3<const std::
string
&,
32
const std::vector<std::
string
> &,
xmppclient.h
14
#include <
string
>
62
const std::
string
& lang,
83
std::
string
GetAuthMechanism();
84
std::
string
GetAuthToken();
86
XmppReturnStatus SendRaw(const std::
string
& text);
99
virtual std::
string
NextId();
103
const std::
string
& text);
125
std::
string
GetStateName(int state) const {
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h
14
#include <
string
>
41
bool Init(const std::
string
file_name, size_t max_loop_length_samples,
input_audio_file.h
16
#include <
string
>
27
explicit InputAudioFile(const std::
string
file_name);
/external/webrtc/webrtc/modules/desktop_capture/
window_capturer.h
14
#include <
string
>
34
std::
string
title;
/external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc
16
#include <
string
>
40
std::
string
output_file =
54
void PlayFileAndCheck(const std::
string
& input_file,
55
const std::
string
& ref_checksum,
90
const std::
string
kFileName =
95
const std::
string
kRefChecksum = "c74e7fd432d439b1311e1c16815b3e9a";
106
const std::
string
kFileName =
111
const std::
string
kRefChecksum = "e41d7e1dac8aeae9f21e8e03cd7ecd71";
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h
14
#include <
string
>
30
std::
string
trace_file = webrtc::test::OutputPath() + "VPMTrace.txt";
/external/webrtc/webrtc/test/
histogram.cc
26
SampleInfo(const std::
string
& name) : name_(name), last_(-1), total_(0) {}
27
const std::
string
name_;
35
std::map<std::
string
, SampleInfo> histograms_ GUARDED_BY(histogram_crit_);
39
Histogram* HistogramFactoryGetCounts(const std::
string
& name, int min, int max,
49
Histogram* HistogramFactoryGetEnumeration(const std::
string
& name,
60
Histogram* histogram_pointer, const std::
string
& name, int sample) {
71
int LastHistogramSample(const std::
string
& name) {
80
int NumHistogramSamples(const std::
string
& name) {
/external/webrtc/webrtc/
video_send_stream.h
15
#include <
string
>
65
std::
string
encoder_implementation_name = "unknown";
82
std::
string
ToString() const;
85
std::
string
ToString() const;
87
std::
string
payload_name;
101
std::
string
ToString() const;
123
std::
string
ToString() const;
132
std::
string
c_name;
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
PolicySubsystem.h
20
#include <
string
>
31
PolicySubsystem(const std::
string
&strName, core::log::Logger& logger);
47
static const char *const mKeyName; /**< name key mapping
string
. */
51
static const char *const mKeyAmend1; /**< amend1 key mapping
string
. */
52
static const char *const mKeyAmend2; /**< amend2 key mapping
string
. */
53
static const char *const mKeyAmend3; /**< amend3 key mapping
string
. */
/frameworks/av/services/minijail/
minijail.cpp
31
int WritePolicyToPipe(const std::
string
& base_policy_content,
32
const std::
string
& additional_policy_content)
41
std::
string
content = base_policy_content;
56
void SetUpMinijail(const std::
string
& base_policy_path, const std::
string
& additional_policy_path)
64
std::
string
base_policy_content;
65
std::
string
additional_policy_content;
75
additional_policy_content = std::
string
();
/frameworks/base/core/proto/android/internal/
locallog.proto
27
repeated
string
lines = 1;
/frameworks/base/opengl/java/android/opengl/
GLException.java
30
public GLException(final int error, final
String
string
) {
31
super(
string
);
35
private static
String
getErrorString(int error) {
36
String
errorString = GLU.gluErrorString(error);
/frameworks/base/tools/aapt2/filter/
AbiFilter_test.cpp
19
#include <
string
>
29
std::
string
path;
/frameworks/base/tools/aapt2/integration-tests/StaticLibTest/App/src/com/android/aapt/app/one/
AppOne.java
20
public static int FooId = com.android.aapt.staticlib.one.R.
string
.Foo;
24
public static int FooBarId = com.android.aapt.staticlib.two.R.
string
.FooBar;
/frameworks/base/tools/aapt2/integration-tests/StaticLibTest/LibTwo/src/com/android/aapt/staticlib/two/
StaticLibTwo.java
20
public static int FooId = com.android.aapt.staticlib.one.R.
string
.Foo;
24
public static int FooBarId = com.android.aapt.staticlib.two.R.
string
.FooBar;
/frameworks/base/tools/aapt2/java/
AnnotationProcessor.h
21
#include <
string
>
56
// the beginning of the
string
, and ending at the first '.' character that is followed by a
57
// whitespace character. If these requirements are not met, the whole
string
is returned.
75
void AppendCommentLine(std::
string
line);
JavaClassGenerator.h
20
#include <
string
>
40
std::vector<std::
string
> packages_to_callback;
60
std::vector<std::
string
> javadoc_annotations;
80
const std::
string
& GetError() const;
82
static std::
string
TransformToFieldName(const android::StringPiece& symbol);
90
Maybe<std::
string
> UnmangleResource(const android::StringPiece& package_name,
117
std::
string
error_;
120
inline const std::
string
& JavaClassGenerator::GetError() const {
/frameworks/base/tools/stats_log_api_gen/
Collation.h
32
using std::
string
;
60
string
name;
64
map<int /* numeric value */,
string
/* value name */> enumValues;
70
inline AtomField(
string
n, java_type_t jt) :name(n), javaType(jt) {}
79
string
name;
81
string
message;
91
AtomDecl(int code, const
string
& name, const
string
& message);
/frameworks/base/vr/
dvr_library_loader.cpp
4
#include <
string
>
14
// Convert the Java
String
object to a C++ null-terminated
string
.
17
std::
string
library(data, size);
/frameworks/compile/mclinker/include/mcld/
LinkerScript.h
23
#include <
string
>
47
typedef llvm::SmallVector<std::
string
, 8> DefSyms;
84
const std::
string
& entry() const;
86
void setEntry(const std::
string
& pEntry);
91
const std::
string
& outputFile() const;
93
void setOutputFile(const std::
string
& pOutputFile);
105
std::
string
m_Entry;
106
std::
string
m_OutputFile;
/frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp
27
const Target* TargetRegistry::lookupTarget(const std::
string
& pTriple,
28
std::
string
& pError) {
57
pError = std::
string
("Ambiguous targets: \"") + best->name() + "\" and \"" +
65
const Target* TargetRegistry::lookupTarget(const std::
string
& pArchName,
67
std::
string
& pError) {
81
pError = std::
string
("invalid target '") + pArchName + "'.\n";
92
std::
string
error;
95
pError = std::
string
("unable to get target for `") + pTriple.getTriple() +
/hardware/interfaces/audio/2.0/
types.hal
54
string
key;
55
string
value;
72
string
busAddress; // used for BUS
73
string
rSubmixAddress; // used for REMOTE_SUBMIX
Completed in 1068 milliseconds
<<
181
182
183
184
185
186
187
188
189
190
>>