Searched refs:aAction (Results 1 - 12 of 12) sorted by relevance

/external/svox/pico/lib/
H A Dpicodsp.h87 #define FAST_DEVICE(aCount, aAction) \
92 case 0: do { aAction; \
93 case 7: aAction; \
94 case 6: aAction; \
95 case 5: aAction; \
96 case 4: aAction; \
97 case 3: aAction; \
98 case 2: aAction; \
99 case 1: aAction; \
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1958 CPDF_AAction aAction = pField->GetAdditionalAction(); local
1959 if (aAction && aAction.ActionExist(CPDF_AAction::Calculate))
1961 CPDF_Action action = aAction.GetAction(CPDF_AAction::Calculate);
2031 CPDF_AAction aAction = pFormField->GetAdditionalAction(); local
2032 if (aAction != NULL && aAction.ActionExist(CPDF_AAction::Format))
2034 CPDF_Action action = aAction.GetAction(CPDF_AAction::Format);
2106 CPDF_AAction aAction = pFormField->GetAdditionalAction(); local
2107 if (aAction !
2135 CPDF_AAction aAction = pFormField->GetAdditionalAction(); local
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c453 ** yy_action array. If the aAction[X].lookahead equals the value of the
455 ** aAction[X].action. If the lookaheads do not match then the
460 ** actions for that single state_number are placed into the aAction[]
471 int nAction; /* Number of used slots in aAction[] */
472 int nActionAlloc; /* Slots allocated for aAction[] */
474 *aAction, /* The yy_action[] table under construction */ member in struct:acttab
487 #define acttab_yyaction(X,N) ((X)->aAction[N].action)
490 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead)
494 free( p->aAction );
560 p->aAction
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c1012 char *zOnDelete = (char *)actionName(pFK->aAction[0]);
1013 char *zOnUpdate = (char *)actionName(pFK->aAction[1]);
H A Dfkey.c951 action = pFKey->aAction[iAction];
H A DsqliteInt.h1351 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */ member in struct:FKey
1352 Trigger *apTrigger[2]; /* Triggers for aAction[] actions */
H A Dbuild.c2252 pFKey->aAction[0] = (u8)(flags & 0xff); /* ON DELETE action */
2253 pFKey->aAction[1] = (u8)((flags >> 8 ) & 0xff); /* ON UPDATE action */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9696 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */ member in struct:FKey
9697 Trigger *apTrigger[2]; /* Triggers for aAction[] actions */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11036 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */ member in struct:FKey
11037 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11036 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */ member in struct:FKey
11037 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3491 milliseconds