HomeSort by relevance Sort by last modified time
    Searched refs:question (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/e2fsck/
problemP.h 22 problem_t question; member in struct:latch_descr
35 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
problem.c 435 /* Inode has illegal blocks (latch question) */
450 /* Bad block inode has illegal blocks (latch question) */
632 list (latch question) */
692 /* Inode too big (latch question) */
    [all...]
  /hardware/libhardware_legacy/
qemu.h 77 /* sends a question to the hw-control channel, then receive an answer in
81 * 'question' *must* have been formatted through qemu_command_format
83 extern int qemu_control_query( const char* question, int questionlen,
  /external/srec/srec/include/
hmm_desc.h 82 question; typedef in typeref:struct:__anon7595
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 126 TextView question = (TextView) findViewById(R.id.uninstall_question);
129 question.setText(R.string.uninstall_update_question);
132 question.setText(R.string.uninstall_application_question);
  /hardware/libhardware_legacy/qemu/
qemu.c 328 extern int qemu_control_query( const char* question, int questionlen,
343 ret = qemu_fd_write( fd, question, questionlen );
  /external/qemu/
curses_keys.h 279 { "question", 0x03f },
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 362 def YesNo(title, question, default):
363 """ Simple Yes/No question box """
364 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.ICON_QUESTION)
372 def YesNoCancel(title, question, default):
373 """ Simple Yes/No question box """
374 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION)
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 423 // Set with something that begins in a question mark.
424 const char question[] = "?foo=bar"; local
425 kurl.setQuery(question);
429 // Set with something that doesn't begin in a question mark.
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
830 case '?' : tokenType = QUESTION; break;
977 UBool question = FALSE; local
979 case QUESTION:
980 match(QUESTION);
984 question = TRUE;
1055 // for the strange question mark
1056 if (question && weights.content_size() > 0){
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
830 case '?' : tokenType = QUESTION; break;
977 UBool question = FALSE; local
979 case QUESTION:
980 match(QUESTION);
984 question = TRUE;
1055 // for the strange question mark
1056 if (question && weights.content_size() > 0){
    [all...]
  /external/grub/stage2/
builtins.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 370 milliseconds