OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:registration
(Results
1 - 25
of
33
) sorted by null
1
2
/frameworks/av/media/libmedia/
IAudioPolicyService.cpp
703
virtual status_t registerPolicyMixes(Vector<AudioMix> mixes, bool
registration
)
707
data.writeInt32(
registration
? 1 : 0);
1272
bool
registration
= data.readInt32() == 1;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
/external/v8/src/heap/
spaces.cc
754
MemoryAllocationCallbackRegistration
registration
=
local
756
if ((
registration
.space & space) == space &&
757
(
registration
.action & action) == action)
758
registration
.callback(space, action, static_cast<int>(size));
776
MemoryAllocationCallbackRegistration
registration
(callback, space, action);
778
return memory_allocation_callbacks_.Add(
registration
);
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar
org.eclipse.ecf_3.2.0.v20130604-1622.jar
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar
org.eclipse.ecf_3.2.0.v20130604-1622.jar
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/hardware/ril/reference-ril/
reference-ril.c
1326
int *
registration
;
local
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
Completed in 5082 milliseconds
1
2