OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_str
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py
24
target_str
= 'invalid.gyp:bad#target'
variable
26
'is only valid for static_library type.' %
target_str
]
/external/chromium_org/sync/notifier/
p2p_invalidator_unittest.cc
127
const std::string&
target_str
= P2PNotificationTargetToString(target);
local
128
EXPECT_FALSE(
target_str
.empty());
129
EXPECT_EQ(target, P2PNotificationTargetFromString(
target_str
));
p2p_invalidator.cc
50
const std::string&
target_str
) {
51
if (
target_str
== kNotifySelf) {
54
if (
target_str
== kNotifyOthers) {
57
if (
target_str
== kNotifyAll) {
60
LOG(WARNING) << "Could not parse " <<
target_str
;
124
std::string
target_str
;
local
125
if (!data_dict->GetString(kNotificationTypeKey, &
target_str
)) {
129
target_ = P2PNotificationTargetFromString(
target_str
);
/external/chromium/base/
file_util_unittest.cc
71
std::wstring
target_str
;
local
74
target_str
+= kPathPrefix;
75
target_str
+= target_path.value();
76
const wchar_t* target =
target_str
.c_str();
[
all
...]
/external/chromium_org/base/
file_util_unittest.cc
80
std::wstring
target_str
;
local
83
target_str
+= kPathPrefix;
84
target_str
+= target_path.value();
85
const wchar_t* target =
target_str
.c_str();
[
all
...]
Completed in 917 milliseconds