HomeSort by relevance Sort by last modified time
    Searched refs:QUESTION (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
Constants.java 27 public static final String QUESTION = "question";
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
Constants.java 27 public static final String QUESTION = "question";
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
Constants.java 27 public static final String QUESTION = "question";
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
Constants.java 27 public static final String QUESTION = "question";
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
Constants.java 27 public static final String QUESTION = "question";
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
Constants.java 27 public static final String QUESTION = "question";
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 51 public static final String QUESTION = "?";
HostNameParser.java 225 int hostEnd = uriHeader.indexOf(Lexer.QUESTION);
GenericObjectList.java 76 protected static final String QUESTION = Separators.QUESTION;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
renderer.py 26 QUESTION = 0
66 @type section: int (dns.renderer.QUESTION, dns.renderer.ANSWER,
98 self.section = QUESTION
124 Sections must be rendered order: QUESTION, ANSWER, AUTHORITY,
139 """Add a question to the message.
141 @param qname: the question name
143 @param rdtype: the question rdata type
145 @param rdclass: the question rdata class
149 self._set_section(QUESTION)
157 self.counts[QUESTION] +=
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 129 * Question tone.
131 QUESTION(0x33),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 63 MessageDialog.QUESTION, new String[] {
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 640 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a1.tree);}
644 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a2.tree);}
676 if ( LA(1)==OR || (LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR) )
682 if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR))
782 ( QUESTION
874 ( QUESTION
966 ( QUESTION
1098 QUESTION : '?' ;
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 179 QUESTION = 382
  /external/deqp/framework/randomshaders/
rsgToken.hpp 69 QUESTION,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 205 public static final int QUESTION = (int) '?';
  /external/skia/src/sksl/
SkSLToken.h 57 QUESTION,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 107 MessageDialog.QUESTION,

Completed in 2727 milliseconds

1 2 3 4