OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_name
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
CheckBoxTest.java
101
mCheckBox.setText(R.string.
text_name
);
102
assertTrue(TextUtils.equals(mActivity.getString(R.string.
text_name
), mCheckBox.getText()));
RadioButtonTest.java
101
mRadioButton.setText(R.string.
text_name
);
103
mActivity.getString(R.string.
text_name
), mRadioButton.getText()));
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objdump.exp
91
if ![regexp $want $got all
text_name
text_size data_name data_size] then {
94
verbose "text name is $
text_name
size is $text_size"
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ChatAdapter.java
198
textName = (TextView) itemView.findViewById(R.id.
text_name
);
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c
4609
const char *
text_name
;
local
[
all
...]
tc-xtensa.c
10922
const char *
text_name
, *group_name = 0;
local
[
all
...]
tc-ia64.c
3566
const char *
text_name
, *sec_
text_name
;
local
[
all
...]
tc-arm.c
21151
const char *
text_name
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c
2189
char *
text_name
= ".text";
local
[
all
...]
Completed in 2729 milliseconds