OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValueCount
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/media/mca/filterfw/jni/
jni_util.cpp
175
result = env->NewIntArray(
GetValueCount
(value));
178
GetValueCount
(value),
181
result = env->NewFloatArray(
GetValueCount
(value));
184
GetValueCount
(value),
/frameworks/base/media/mca/filterfw/native/core/
value.h
72
int
GetValueCount
(Value value);
value.cpp
225
int
GetValueCount
(Value value) {
shader_program.cpp
831
return SetUniformValue(GetUniform(name), GetFloatArrayValue(value),
GetValueCount
(value));
833
return SetUniformValue(GetUniform(name), GetIntArrayValue(value),
GetValueCount
(value));
[
all
...]
/external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc
127
DWORD count = unprivileged_.
GetValueCount
();
153
DWORD count = unprivileged_.
GetValueCount
();
162
count = unprivileged_.
GetValueCount
();
/external/chromium_org/base/win/
registry_unittest.cc
69
EXPECT_EQ(3U, key.
GetValueCount
());
98
EXPECT_EQ(0U, key.
GetValueCount
());
registry.h
62
DWORD
GetValueCount
() const;
registry.cc
138
DWORD RegKey::
GetValueCount
() const {
/external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.h
83
uint32
GetValueCount
();
86
// Use
GetValueCount
() to get the total value_name count for this key
win32regkey_unittest.cc
326
uint32 value_count = r_key.
GetValueCount
();
win32regkey.cc
984
uint32 RegKey::
GetValueCount
() {
1008
// Use
GetValueCount
() to get the total value_name count for this key
1081
is_empty = key.GetSubkeyCount() == 0 && key.
GetValueCount
() == 0;
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc
150
for (uint32 i = 0; i < key.
GetValueCount
(); ++i) {
/external/chromium_org/chrome_frame/
chrome_tab.cc
437
while (value_index < ua_key.
GetValueCount
()) {
[
all
...]
/external/chromium_org/chrome/browser/metrics/
metrics_service.cc
[
all
...]
Completed in 191 milliseconds