OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_config
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/link/
AutoVersioner.cpp
124
ConfigDescription
new_config
(config_value->config);
125
new_config
.sdkVersion = static_cast<uint16_t>(min_sdk_stripped.value());
138
entry->FindOrCreateValue(
new_config
, {})->value = std::move(new_style);
/external/valgrind/callgrind/
clo.c
122
static config_node*
new_config
(const HChar* name, int length)
function
142
CLG_DEBUG(3, "
new_config
('%s', len %d)\n", node->name, length);
182
new_sub =
new_config
(name, 1);
205
new_sub =
new_config
(name, len);
224
new_node =
new_config
(n->name, len);
241
new_sub =
new_config
(name, offset);
266
new_sub =
new_config
(name, offset);
306
fn_configs =
new_config
(name, 0);
/external/webrtc/talk/app/webrtc/
peerconnection.cc
1839
InternalDataChannelInit
new_config
=
local
[
all
...]
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm
394
MacDesktopConfiguration
new_config
=
396
if (!desktop_config_.Equals(
new_config
)) {
397
desktop_config_ =
new_config
;
[
all
...]
Completed in 218 milliseconds