OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondary_value
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/allocator/
allocator_shim.cc
296
char*
secondary_value
= secondary_length ? buffer : "TCMALLOC";
local
297
// Force renderer (or other subprocesses) to use
secondary_value
.
298
int ret_val = _putenv_s(primary_name,
secondary_value
);
/external/chromium_org/base/allocator/
allocator_shim.cc
399
const char*
secondary_value
= secondary_length ? buffer : "TCMALLOC";
local
400
// Force renderer (or other subprocesses) to use
secondary_value
.
402
const char*
secondary_value
= "WINHEAP";
404
int ret_val = _putenv_s(primary_name,
secondary_value
);
/external/chromium_org/tools/gn/
setup.cc
374
const Value*
secondary_value
=
local
376
if (
secondary_value
) {
377
if (!
secondary_value
->VerifyTypeIs(Value::STRING, &err)) {
382
SourceDir(
secondary_value
->string_value()));
/external/chromium_org/remoting/host/installer/mac/
ChromotingHost.pkgproj
639
<key>
SECONDARY_VALUE
</key>
Completed in 188 milliseconds