OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinfo
(Results
26 - 50
of
426
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/proxy/
ppp_messaging_proxy.h
23
static const Info*
GetInfo
();
ppp_mouse_lock_proxy.h
21
static const Info*
GetInfo
();
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
system_info_backend.py
18
req = {'method': 'SystemInfo.
getInfo
'}
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java
57
assertEquals(SuggestedWordInfo.KIND_TYPED, words.
getInfo
(0).mKind);
59
assertEquals(SuggestedWordInfo.KIND_CORRECTION, words.
getInfo
(1).mKind);
61
assertEquals(SuggestedWordInfo.KIND_CORRECTION, words.
getInfo
(5).mKind);
66
assertEquals(SuggestedWordInfo.KIND_CORRECTION, wordsWithoutTyped.
getInfo
(0).mKind);
/external/chromium_org/v8/src/
type-info.cc
76
Handle<Object> TypeFeedbackOracle::
GetInfo
(TypeFeedbackId ast_id) {
103
Handle<Object> maybe_code =
GetInfo
(id);
113
Handle<Object> maybe_code =
GetInfo
(id);
123
Handle<Object> maybe_code =
GetInfo
(ast_id);
131
Handle<Object> maybe_code =
GetInfo
(ast_id);
141
Handle<Object> maybe_code =
GetInfo
(ast_id);
152
Handle<Object> value =
GetInfo
(id);
159
Handle<Object> value =
GetInfo
(id);
166
Handle<Object> info =
GetInfo
(id);
172
Handle<Object> value =
GetInfo
(id)
[
all
...]
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc
219
phone = profile.
GetInfo
(PHONE_HOME_COUNTRY_CODE);
220
phone.append(profile.
GetInfo
(PHONE_HOME_CITY_CODE));
221
phone.append(profile.
GetInfo
(PHONE_HOME_NUMBER));
223
phone = profile.
GetInfo
(PHONE_FAX_COUNTRY_CODE);
224
phone.append(profile.
GetInfo
(PHONE_FAX_CITY_CODE));
225
phone.append(profile.
GetInfo
(PHONE_FAX_NUMBER));
249
string16 cc_number = credit_card.
GetInfo
(CREDIT_CARD_NUMBER);
autofill_profile.cc
135
(*values)[i] = form_group_items[i].
GetInfo
(type);
231
string16 AutofillProfile::
GetInfo
(AutofillFieldType type) const {
237
return form_group->
GetInfo
(return_type);
291
(*values)[0] =
GetInfo
(type);
403
int comparison =
GetInfo
(types[index]).compare(
404
profile.
GetInfo
(types[index]));
422
int comparison =
GetInfo
(single_value_types[i]).compare(
423
profile.
GetInfo
(single_value_types[i]));
463
return
GetInfo
(ADDRESS_HOME_LINE1) +
464
GetInfo
(ADDRESS_HOME_CITY)
[
all
...]
contact_info.h
29
virtual string16
GetInfo
(AutofillFieldType type) const;
109
virtual string16
GetInfo
(AutofillFieldType type) const;
128
virtual string16
GetInfo
(AutofillFieldType type) const;
autofill_profile_unittest.cc
655
// Expect regular |
GetInfo
| returns the first element.
656
EXPECT_EQ(kJohnDoe, p.
GetInfo
(NAME_FULL));
686
// Expect regular |
GetInfo
| returns empty value.
687
EXPECT_EQ(string16(), p.
GetInfo
(NAME_FULL));
699
// Expect regular |
GetInfo
| returns the first element.
700
EXPECT_EQ(kJohnDoe, p.
GetInfo
(EMAIL_ADDRESS));
730
// Expect regular |
GetInfo
| returns empty value.
731
EXPECT_EQ(string16(), p.
GetInfo
(EMAIL_ADDRESS));
743
// Expect regular |
GetInfo
| returns the first element.
744
EXPECT_EQ(kJohnDoe, p.
GetInfo
(PHONE_HOME_WHOLE_NUMBER))
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeProviderCompat.java
64
infos.add(infoCompat.
getInfo
());
77
return compatInfo.
getInfo
();
105
infos.add(infoCompat.
getInfo
());
117
return compatInfo.
getInfo
();
127
return compatInfo.
getInfo
();
/art/compiler/llvm/
intrinsic_helper.h
111
static const IntrinsicInfo&
GetInfo
(IntrinsicId id) {
118
return (id <= MaxIntrinsicId) ?
GetInfo
(id).name_ : "InvalidIntrinsic";
122
return
GetInfo
(id).attr_;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java
67
* @tests java.security.Provider#
getInfo
()
70
// test method of java.security.provider.
getInfo
73
.
getInfo
());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java
67
* java.security.Provider#
getInfo
()
70
// test method of java.security.provider.
getInfo
73
.
getInfo
());
/external/llvm/include/llvm/Option/
OptTable.h
68
const Info &
getInfo
(OptSpecifier Opt) const {
90
return
getInfo
(id).Name;
95
return
getInfo
(id).Kind;
100
return
getInfo
(id).GroupID;
105
return
getInfo
(id).HelpText;
111
return
getInfo
(id).MetaVar;
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api.h
144
DECLARE_EXTENSION_FUNCTION("sockets.tcpServer.
getInfo
",
157
scoped_ptr<sockets_tcp_server::
GetInfo
::Params> params_;
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_address_unittest.cc
412
// Verifies that WalletAddress::
GetInfo
() can correctly return both country
426
EXPECT_EQ(ASCIIToUTF16("FR"), address.
GetInfo
(type, "en-US"));
429
EXPECT_EQ(ASCIIToUTF16("France"), address.
GetInfo
(type, "en-US"));
432
EXPECT_EQ(ASCIIToUTF16("France"), address.
GetInfo
(type, "en-US"));
435
// Verifies that WalletAddress::
GetInfo
() can correctly return a concatenated
450
address1.
GetInfo
(type, "en-US"));
462
EXPECT_EQ(ASCIIToUTF16("address_line_1"), address2.
GetInfo
(type, "en-US"));
474
EXPECT_EQ(base::string16(), address3.
GetInfo
(type, "en-US"));
/external/chromium_org/components/autofill/core/browser/
form_group.h
36
// returned value. For user-visible strings, use
GetInfo
() instead.
47
virtual base::string16
GetInfo
(const AutofillType& type,
phone_number.cc
77
// number's region, which is only available via
GetInfo
().
100
base::string16 PhoneNumber::
GetInfo
(const AutofillType& type,
158
base::string16 number =
GetInfo
(AutofillType(PHONE_HOME_NUMBER), app_locale);
168
GetInfo
(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale);
/external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h
73
virtual bool
getInfo
(SkImageInfo* info) = 0;
85
* to the info returned by
getInfo
().
/external/llvm/lib/Target/R600/
AMDGPUCallingConv.td
51
"State.getMachineFunction().
getInfo
<SIMachineFunctionInfo>()->"#
55
"State.getMachineFunction().
getInfo
<R600MachineFunctionInfo>()->"
/external/skia/include/core/
SkImageGenerator.h
73
virtual bool
getInfo
(SkImageInfo* info) = 0;
85
* to the info returned by
getInfo
().
/external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.h
44
DECLARE_EXTENSION_FUNCTION("audio.
getInfo
",
/external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_api.cc
29
results_ = api::system_display::
GetInfo
::Results::Create(all_displays_info);
/external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_api.h
18
DECLARE_EXTENSION_FUNCTION("system.storage.
getInfo
", SYSTEM_STORAGE_GETINFO);
/external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc
27
wrapper.
GetInfo
(AutofillType(CREDIT_CARD_EXP_MONTH)));
69
wrapper.
GetInfo
(AutofillType(CREDIT_CARD_EXP_MONTH)));
97
instrument_wrapper.
GetInfo
(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
101
address_wrapper.
GetInfo
(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
Completed in 1274 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>