OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANSWER
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/v8/tools/
common-includes.sh
52
read
ANSWER
53
if [[ -z "$
ANSWER
" || "$
ANSWER
" == "Y" || "$
ANSWER
" == "y" ]] ; then
173
unset
ANSWER
174
while [ "$
ANSWER
" != "LGTM" ] ; do
175
[[ -n "$
ANSWER
" ]] && echo "That was not 'LGTM'."
177
read
ANSWER
185
unset
ANSWER
186
while [ "$
ANSWER
" != "RESOLVED" ] ; d
[
all
...]
push-to-trunk.sh
150
read
ANSWER
/external/v8/tools/
common-includes.sh
54
read
ANSWER
55
if [[ -z "$
ANSWER
" || "$
ANSWER
" == "Y" || "$
ANSWER
" == "y" ]] ; then
168
unset
ANSWER
169
while [ "$
ANSWER
" != "LGTM" ] ; do
170
[[ -n "$
ANSWER
" ]] && echo "That was not 'LGTM'."
172
read
ANSWER
push-to-trunk.sh
149
read
ANSWER
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
SessionDescription.java
39
OFFER, PRANSWER,
ANSWER
;
/external/smack/src/org/xbill/DNS/
Section.java
16
/** The
answer
(second) section */
17
public static final int
ANSWER
= 1;
45
sections.add(
ANSWER
, "an");
50
longSections[
ANSWER
] = "ANSWERS";
Cache.java
553
if (section == Section.
ANSWER
) {
620
answers = in.getSectionRRsets(Section.
ANSWER
);
626
cred = getCred(Section.
ANSWER
, isAuth);
Message.java
212
for (int i = Section.
ANSWER
; i <= Section.ADDITIONAL; i++)
244
return (findRRset(name, type, Section.
ANSWER
) ||
SimpleResolver.java
347
response.addRecord((Record)it.next(), Section.
ANSWER
);
ZoneTransferIn.java
543
Record [] answers = response.getSectionArray(Section.
ANSWER
);
/build/
envsetup.sh
265
local
ANSWER
270
read
ANSWER
273
ANSWER
=$1
275
case $
ANSWER
in
320
local
ANSWER
325
read
ANSWER
328
ANSWER
=$1
331
if [ -z "$
ANSWER
" ] ; then
334
if check_product $
ANSWER
336
export TARGET_PRODUCT=$
ANSWER
[
all
...]
/system/extras/tests/ext4/
android_emmc_perf_tests.sh
44
read -p "Do you want to proceed? "
ANSWER
46
if [ "$
ANSWER
" != "yes" ]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java
568
assertEquals(answerSdp.type, SessionDescription.Type.
ANSWER
);
668
// TODO(fischman): implement a new offer/
answer
exchange to finalize the
Completed in 828 milliseconds