OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get
(Results
201 - 225
of
4892
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/tests/
run-get-files.sh
22
./
get
-files testfile testfile2 >
get
-files.out
24
diff -u
get
-files.out - <<"EOF"
62
rm -f testfile testfil2
get
-files.out
run-get-pubnames.sh
22
./
get
-pubnames testfile testfile2 >
get
-pubnames.out
24
diff -u
get
-pubnames.out - <<"EOF"
51
rm -f testfile testfile2
get
-pubnames.out
/external/gtest/test/
gtest-linked_ptr_test.cc
82
ASSERT_EQ(a0.
get
(), static_cast<A*>(NULL));
83
ASSERT_EQ(a1.
get
(), static_cast<A*>(NULL));
84
ASSERT_EQ(a2.
get
(), static_cast<A*>(NULL));
94
ASSERT_TRUE(a0.
get
() == a3);
95
ASSERT_TRUE(a0 == a3.
get
());
99
ASSERT_TRUE(a5.
get
() != a3);
100
ASSERT_TRUE(a5 != a3.
get
());
115
b0.
get
()->Use();
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java
112
if (f.
get
(this) != null) {
114
((GenericObject) f.
get
(this)).debugDump(
122
if (f.
get
(this) != null) {
124
((GenericObjectList) f.
get
(this)).debugDump(
133
if (f.
get
(this) != null) {
134
sprint(f.
get
(this).getClass().getName() + ":");
140
if (f.
get
(this) != null) {
141
sprint(f.
get
(this).toString());
/external/proguard/examples/annotations/lib/
annotations.pro
105
***
get
*();
106
***
get
*(int);
116
public ***
get
*();
117
public ***
get
*(int);
/external/protobuf/gtest/test/
gtest-linked_ptr_test.cc
82
ASSERT_EQ(a0.
get
(), static_cast<A*>(NULL));
83
ASSERT_EQ(a1.
get
(), static_cast<A*>(NULL));
84
ASSERT_EQ(a2.
get
(), static_cast<A*>(NULL));
94
ASSERT_TRUE(a0.
get
() == a3);
95
ASSERT_TRUE(a0 == a3.
get
());
99
ASSERT_TRUE(a5.
get
() != a3);
100
ASSERT_TRUE(a5 != a3.
get
());
115
b0.
get
()->Use();
/external/srec/config/en.us/
run-chmod.sh
4
chmod 777 ./run-set-
get
-param.sh
/external/webkit/WebCore/bindings/js/
JSCallbackData.h
59
JSC::JSObject* callback() { return m_callback.
get
(); }
60
JSDOMGlobalObject* globalObject() { return m_globalObject.
get
(); }
/external/webkit/WebCore/bindings/v8/custom/
V8XMLHttpRequestConstructor.cpp
56
V8DOMWrapper::setDOMWrapper(args.Holder(), V8ClassIndex::ToInt(V8ClassIndex::XMLHTTPREQUEST), xmlHttpRequest.
get
());
60
V8DOMWrapper::setJSWrapperForActiveDOMObject(xmlHttpRequest.
get
(), v8::Persistent<v8::Object>::New(args.Holder()));
/external/webkit/WebCore/bridge/
IdentifierRep.h
38
static IdentifierRep*
get
(int);
39
static IdentifierRep*
get
(const char*);
/external/webkit/WebCore/css/
CSSVariablesDeclaration.cpp
53
CSSValue* val = m_variablesMap.
get
(variableName).
get
();
101
CSSValue* current = m_variablesMap.take(variableName).
get
();
111
CSSValue* result = m_variablesMap.
get
(variableName).
get
();
121
StyleBase* result = m_variablesMap.
get
(variableName).
get
();
152
result += m_variablesMap.
get
(m_variableNames[i])->cssText();
CSSVariablesRule.h
48
MediaList* media() const { return m_lstMedia.
get
(); }
49
CSSVariablesDeclaration* variables() { return m_variables.
get
(); }
StyleList.cpp
33
StyleBase* c = child.
get
();
40
StyleBase* c = child.
get
();
WebKitCSSKeyframesRule.cpp
62
// to recompute the style sheet to
get
the updated name.
68
return m_lstCSSRules.
get
()->length();
73
CSSRule* rule = m_lstCSSRules.
get
()->item(index);
79
CSSRule* rule = m_lstCSSRules.
get
()->item(index);
85
m_lstCSSRules.
get
()->append(rule);
92
if (newRule.
get
() && newRule.
get
()->isKeyframeRule())
93
append(static_cast<WebKitCSSKeyframeRule*>(newRule.
get
()));
100
m_lstCSSRules.
get
()->deleteRule(i);
/external/webkit/WebCore/dom/
MessageChannel.h
44
MessagePort* port1() const { return m_port1.
get
(); }
45
MessagePort* port2() const { return m_port2.
get
(); }
StaticNodeList.cpp
44
return m_nodes[index].
get
();
52
Node* node = m_nodes[i].
get
();
Traversal.h
39
Node* root() const { return m_root.
get
(); }
41
NodeFilter* filter() const { return m_filter.
get
(); }
TreeWalker.cpp
54
return m_current.
get
();
64
short acceptNodeResult = acceptNode(state, node.
get
());
76
short acceptNodeResult = acceptNode(state, node.
get
());
82
return m_current.
get
();
109
short acceptNodeResult = acceptNode(state, node.
get
());
115
return m_current.
get
();
146
short acceptNodeResult = acceptNode(state, sibling.
get
());
152
return m_current.
get
();
167
short acceptNodeResult = acceptNode(state, node.
get
());
182
short acceptNodeResult = acceptNode(state, sibling.
get
());
[
all
...]
/external/webkit/WebCore/editing/
DeleteButtonController.h
45
HTMLElement* target() const { return m_target.
get
(); }
46
HTMLElement* containerElement() const { return m_containerElement.
get
(); }
RemoveFormatCommand.cpp
54
String string = plainText(frame->selection()->selection().toNormalizedRange().
get
());
56
//
Get
the default style for this editable root, it's the style that we'll give the
78
frame->setTypingStyle(defaultStyle.
get
());
/external/webkit/WebCore/platform/graphics/filters/
FEBlend.h
51
virtual FloatRect uniteChildEffectSubregions(Filter* filter) { return calculateUnionOfChildEffectSubregions(filter, m_in.
get
(), m_in2.
get
()); }
/external/webkit/WebCore/platform/graphics/opentype/
OpenTypeSanitizer.cpp
58
ots::MemoryStream output(transcodeRawBuffer.
get
(), m_buffer->size() + padLen);
63
return SharedBuffer::create(transcodeRawBuffer.
get
(), transcodeLen);
/external/webkit/WebCore/platform/haiku/
CookieJarHaiku.cpp
52
return cookieJar.
get
(url.string());
58
return cookieJar.
get
(url.string());
/external/webkit/WebCore/platform/network/cf/
AuthenticationChallenge.h
42
AuthenticationClient* authenticationClient() const { return m_authenticationClient.
get
(); }
45
CFURLAuthChallengeRef cfURLAuthChallengeRef() const { return m_cfChallenge.
get
(); }
/external/webkit/WebCore/platform/network/curl/
CookieJarCurl.cpp
39
return cookieJar.
get
(url.string());
45
return cookieJar.
get
(url.string());
Completed in 1164 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>