/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailProviderTest.java | 114 values.put(Voicemails.STATE, 2); 550 values.put(Voicemails.STATE, Voicemails.STATE_INBOX);
|
CallLogProviderTest.java | 64 Voicemails.STATE};
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertUtils.java | 60 // A flag for using local storage to save alert state instead of the alerts DB table. 213 values.put(CalendarAlerts.STATE, CalendarAlerts.STATE_SCHEDULED);
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 3 # dnslist - Read state file from dnsmasq and create a nice web page to display 45 # Location of state file. (This is the dnsmasq default.) 55 # Time to wait after each page update. (The state file is checked for changes 75 # Last time the state file was changed. 78 # Check for a change to the state file. 82 print "check_state: state file has been changed.\n"; 90 print "check_state: reading state file at startup.\n"; 97 # Read data in state file. 102 unless (open STATE, $dnsmasq_state_file) { 106 # Mark all hosts as offline, saving old state [all...] |
/frameworks/base/core/java/android/provider/ |
CalendarContract.java | [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
EmlAttachmentProvider.java | 238 .add(attachment.state) // state 254 final Integer newState = values.getAsInteger(UIProvider.AttachmentColumns.STATE);
|
UIProvider.java | 42 * Values for the current state of a Folder/Account; note that it's possible that more than one [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 499 db.delete(CalendarAlerts.TABLE_NAME, CalendarAlerts.STATE + "="
|
CalendarDatabaseHelper.java | 342 * Upgrade sync state table if necessary. Note that the data bundle 345 * The sync state used to be stored with version 3, but now uses the 346 * same sync state code as contacts, which is version 1. This code 351 * so there is no problem if sync state version 3 gets used again in the 360 Log.i(TAG, "Upgrading calendar sync state table"); 473 CalendarContract.CalendarAlerts.STATE + " INTEGER NOT NULL," + [all...] |
CalendarProvider2.java | [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 84 * <li>If the mobile data network is not in the connected state, but it is available, 118 public static final String STATE = "state"; 453 TransactionState state = transaction.getState(); local 454 int result = state.getState(); 455 intent.putExtra(STATE, result); 463 intent.putExtra(STATE_URI, state.getContentUri()); 472 this, state.getContentUri()); 490 Log.v(TAG, "Transaction state unknown: " + [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_lexer.l | 122 handle_ident(struct asm_parser_state *state, const char *text, YYSTYPE *lval) 126 return (_mesa_symbol_table_find_symbol(state->st, 0, text) == NULL) 258 state { return STATE; } 497 _mesa_program_lexer_ctor(void **scanner, struct asm_parser_state *state, 500 yylex_init_extra(state, scanner);
|
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 122 handle_ident(struct asm_parser_state *state, const char *text, YYSTYPE *lval) 126 return (_mesa_symbol_table_find_symbol(state->st, 0, text) == NULL) 258 state { return STATE; } 497 _mesa_program_lexer_ctor(void **scanner, struct asm_parser_state *state, 500 yylex_init_extra(state, scanner);
|
/external/chromium_org/third_party/libxml/src/ |
valid.c | 261 * Each xmlValidState represent the validation state associated to the 341 * debug/maintain than a generic NFA -> DFA state based algo. The 345 * this is the content of a saved state for rollbacks 356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState 365 #define STATE ctxt->vstate->state 376 unsigned char state) { 405 * Don't push on the stack a state already here 411 (ctxt->vstateTab[i].state == state)) 5722 xmlValidStatePtr state = ctxt->vstate; local 5814 xmlValidStatePtr state = ctxt->vstate; local 5888 xmlValidStatePtr state = ctxt->vstate; local [all...] |
/external/libxml2/ |
valid.c | 261 * Each xmlValidState represent the validation state associated to the 341 * debug/maintain than a generic NFA -> DFA state based algo. The 345 * this is the content of a saved state for rollbacks 356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState 365 #define STATE ctxt->vstate->state 376 unsigned char state) { 405 * Don't push on the stack a state already here 411 (ctxt->vstateTab[i].state == state)) 5722 xmlValidStatePtr state = ctxt->vstate; local 5814 xmlValidStatePtr state = ctxt->vstate; local 5888 xmlValidStatePtr state = ctxt->vstate; local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 119 static struct asm_symbol *declare_variable(struct asm_parser_state *state, 135 static int yyparse(struct asm_parser_state *state); 139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 143 struct asm_parser_state *state); 194 #define YYLEX_PARAM state->scanner 295 STATE = 328, 403 #define STATE 328 461 gl_state_index state[STATE_LENGTH]; member in union:YYSTYPE 725 /* YYFINAL -- State number of the termination state. * [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | 590 OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect State Tr from Loaded to Invalid by Application\n",__LINE__); 690 * @pre The component should be in loaded state. [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 168 * check that the state of the database is as expected. [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
lex.yy.c | 145 /* Translate the current start state into a value that can be later handed 146 * to BEGIN to return to the state. The YYSTATE alias is for lex 152 /* Action number for EOF rule of a given start state. */ 153 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) 173 /* The state buf must be large enough to hold one state per character in the main buffer. 276 * "scanner state". [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | 571 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - Command State Set\n"); 598 OMX_ERROR4(pCompPrivate->dbg, ":: Incorrect State Tr from Loaded to Invalid by Application\n"); 693 * @pre The component should be in loaded state. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 4717 int state = stateValue; local [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 8 %NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | [all...] |