OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_copy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/rlz/test/
rlz_test_helpers.cc
99
const bool
do_copy
= (base::win::GetVersion() >= base::win::VERSION_WIN7);
local
102
if (
do_copy
) {
117
if (
do_copy
) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h
415
// If
do_copy
is true, then a copy of the string is made. The copy is
420
// If
do_copy
is false, then no copy is made. The resulting
427
// made (as if
do_copy
were true) and coerced to valid UTF-8 by
431
bool
do_copy
) {
433
if (
do_copy
) {
441
inline UnicodeText UTF8ToUnicodeText(const string& utf_string, bool
do_copy
) {
442
return UTF8ToUnicodeText(utf_string.data(), utf_string.size(),
do_copy
);
/external/opencv/cv/src/
cvcolor.cpp
316
int
do_copy
= src_cn > 3 || blue_idx != 2 || src == dst; \
319
if( !
do_copy
) \
364
int
do_copy
= src_cn > 3 || blue_idx != 2 || src == dst;
local
367
if( !
do_copy
)
418
int
do_copy
= dst_cn > 3 || blue_idx != 2 || src == dst; \
421
if( !
do_copy
) \
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
740
def UpdateProperties(self, properties,
do_copy
=False):
748
If
do_copy
is True, then lists, dicts, strong-owned XCObjects, and
[
all
...]
Completed in 128 milliseconds