OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blurb
(Results
1 - 5
of
5
) sorted by null
/external/autotest/site_utils/tester_feedback/
sequenced_request.py
25
def __init__(self,
blurb
, input_handler, prompt=None):
29
# Initialize the question
blurb
string.
30
self.
blurb
= self._format_text(
blurb
)
32
self.
blurb
+= '\n' + blurb_supp
51
if self.
blurb
:
52
print(self.
blurb
, end=('\n' if self.prompt else ' '))
72
def append_question(self,
blurb
, input_handler, prompt=None):
75
@param
blurb
: The text to print prior to asking for input.
80
blurb
= blurb or '
[
all
...]
/external/iptables/iptables/
iptables-apply
15
function
blurb
()
function
33
blurb
/hardware/intel/common/libmix/mix_video/src/
mixdisplay.h
222
const char *
blurb
, GType object_type,
mixdisplay.c
447
* @
blurb
: a short description of the property
457
const char *
blurb
, GType object_type,
465
name, nick,
blurb
, flags);
/packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListFragment.java
134
String
blurb
= activity.getString(R.string.blurbJoinContactDataWith, name);
local
135
blurbView.setText(
blurb
);
Completed in 305 milliseconds