OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
4151 - 4175
of
46739
) sorted by null
<<
161
162
163
164
165
166
167
168
169
170
>>
/external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h
24
#include <
string
>
34
///
String
name of used CPU.
35
std::
string
CPUString;
45
/// Initializes using CPUString and the passed in feature
string
so that we
52
WebAssemblySubtarget(const Triple &TT, const std::
string
&CPU,
53
const std::
string
&FS, const TargetMachine &TM);
78
/// Parses features
string
setting specified subtarget options. Definition of
/external/llvm/test/MC/Mips/
asciiz-directive-bad.s
4
# CHECK: :[[@LINE-1]]:11: error: expected
string
in '.asciiz' directive
8
# CHECK: :[[@LINE-1]]:15: error: expected
string
in '.asciiz' directive
/external/llvm/tools/obj2yaml/
Error.h
36
Obj2YamlError(std::
string
ErrMsg) : ErrMsg(std::move(ErrMsg)) {}
37
Obj2YamlError(obj2yaml_error C, std::
string
ErrMsg)
40
const std::
string
&getErrorMessage() const { return ErrMsg; }
44
std::
string
ErrMsg;
/external/mesa3d/src/util/
debug.c
24
#include <
string
.h>
35
for (; control->
string
!= NULL; control++) {
44
if (strlen(control->
string
) == n &&
45
!strncmp(control->
string
, s, n))
debug.h
35
const char *
string
;
member in struct:debug_control
/external/nos/host/android/hals/keymaster/test/
test.cpp
22
#include <
string
>
24
using ::std::
string
;
45
string
keymasterName,
46
string
keymasterAuthorName) {
/external/parameter-framework/upstream/parameter/
ParameterAccessContext.h
34
#include <
string
>
41
CParameterAccessContext(std::
string
&strError, CParameterBlackboard *pParameterBlackboard,
44
CParameterAccessContext(std::
string
&strError, CParameterBlackboard *pParameterBlackboard,
46
CParameterAccessContext(std::
string
&strError);
ParameterAdaptation.cpp
34
using std::
string
;
36
CParameterAdaptation::CParameterAdaptation(const
string
&strType) : base(strType)
40
string
CParameterAdaptation::getKind() const
52
void CParameterAdaptation::showProperties(
string
&strResult) const
SelectionCriterionLibrary.cpp
34
std::
string
CSelectionCriterionLibrary::getKind() const
StringParameterType.cpp
36
using std::
string
;
38
CStringParameterType::CStringParameterType(const
string
&strName) : base(strName)
43
string
CStringParameterType::getKind() const
49
void CStringParameterType::showProperties(
string
&strResult) const
VirtualSyncer.h
42
virtual bool sync(CParameterBlackboard ¶meterBlackboard, bool bBack, std::
string
&strError);
/external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystem.cpp
40
Subsystem::Subsystem(const std::
string
&name, core::log::Logger &logger) : base(name, logger)
IntrospectionSubsystem.h
44
Subsystem(const std::
string
&name, core::log::Logger &logger);
IntrospectionSubsystemObject.h
34
#include <
string
>
50
SubsystemObject(const std::
string
&mappingValue,
64
virtual bool sendToHW(std::
string
&error) override;
65
virtual bool receiveFromHW(std::
string
&error) override;
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemString.cpp
30
#include <
string
.h>
40
const std::
string
&strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement,
46
std::
string
CTESTSubsystemString::toString(const void *pvValue, size_t /*size*/) const
51
void CTESTSubsystemString::fromString(const std::
string
&strValue, void *pvValue, size_t size)
/external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp
37
const std::
string
DynamicLibrary::_osLibraryPrefix = "lib";
38
const std::
string
DynamicLibrary::_osLibrarySuffix = ".so";
40
DynamicLibrary::DynamicLibrary(const std::
string
&path) : _path(osSanitizePathName(path))
56
void *DynamicLibrary::osGetSymbol(const std::
string
&symbol) const
/external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp
37
const std::
string
DynamicLibrary::_osLibraryPrefix = "";
38
const std::
string
DynamicLibrary::_osLibrarySuffix = ".dll";
40
DynamicLibrary::DynamicLibrary(const std::
string
&path) : _path(osSanitizePathName(path))
61
void *DynamicLibrary::osGetSymbol(const std::
string
&symbol) const
/external/perf_data_converter/src/
perf_data_handler_test.cc
17
const std::vector<
string
> paths = {
30
const std::vector<
string
> paths = {
45
const std::vector<
string
> paths = {
54
const std::vector<
string
> paths = {
/external/perf_data_converter/src/quipper/
conversion_utils_test.cc
7
#include "compat/
string
.h"
21
const
string
output_path = output_dir.path();
23
const
string
test_file = GetParam();
33
string
golden_file = GetTestInputFilePath(
string
(test_file) + ".pb_text");
data_reader.h
12
#include "compat/
string
.h"
35
// Reads raw data into a
string
.
36
virtual bool ReadDataString(const size_t size,
string
* dest);
39
virtual bool ReadDataValue(const size_t size, const
string
& value_name,
47
// Read a
string
. Returns true if it managed to read |size| bytes (excluding
48
// null terminator). The actual
string
may be shorter than the number of bytes
50
virtual bool ReadString(const size_t size,
string
* str) = 0;
52
// Reads a
string
from data into |dest| at the current offset. The
string
in
54
// read will be the null-terminated
string
length of the underlying strin
[
all
...]
/external/perfetto/include/perfetto/ipc/
service_proxy.h
27
#include <
string
>
65
std::map<std::
string
, MethodID>);
68
void BeginInvoke(const std::
string
& method_name,
92
std::map<std::
string
, MethodID> remote_method_ids_;
/external/perfetto/include/perfetto/tracing/ipc/
consumer_ipc_client.h
21
#include <
string
>
/external/perfetto/protos/perfetto/config/
data_source_config.proto
35
optional
string
name = 1;
64
optional
string
legacy_config = 1000;
/external/perfetto/protos/perfetto/trace/filesystem/
inode_file_map.proto
30
repeated
string
paths = 2;
44
repeated
string
mount_points = 2;
/external/perfetto/protos/perfetto/trace/ps/
process_tree.proto
31
optional
string
name = 2;
45
repeated
string
cmdline = 3;
Completed in 968 milliseconds
<<
161
162
163
164
165
166
167
168
169
170
>>