/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 174 * Execute an expression in the XPath runtime context, and return the 185 public XObject execute(XPathContext xctxt) method in class:Variable 188 return execute(xctxt, false); 204 public XObject execute(XPathContext xctxt, boolean destructiveOK) throws javax.xml.transform.TransformerException method in class:Variable 248 // return execute(xctxt);
|
/external/chromium/chrome/browser/history/ |
history_database.cc | 135 db_.Execute("PRAGMA locking_mode=EXCLUSIVE"); 177 db_.Execute("VACUUM"); 327 db_.Execute( 331 db_.Execute( 335 db_.Execute(
|
/external/chromium_org/base/debug/ |
proc_maps_linux_unittest.cc | 153 MappedMemoryRegion::EXECUTE}, 156 MappedMemoryRegion::EXECUTE}, 164 MappedMemoryRegion::EXECUTE | MappedMemoryRegion::PRIVATE}, 167 MappedMemoryRegion::EXECUTE | MappedMemoryRegion::PRIVATE}, 217 EXPECT_FALSE(regions[i].permissions & MappedMemoryRegion::EXECUTE);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 99 /* Execute the regex */ 101 fprintf(stderr, "Failed to execute regex for src register.\n"); 225 /* Execute the regex */ 227 fprintf(stderr, "Failed to execute regex for dst register.\n"); 327 /* Execute the regex */
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 99 /* Execute the regex */ 101 fprintf(stderr, "Failed to execute regex for src register.\n"); 225 /* Execute the regex */ 227 fprintf(stderr, "Failed to execute regex for dst register.\n"); 327 /* Execute the regex */
|
/frameworks/base/docs/html/training/basics/firstapp/ |
running-app.jd | 140 <li>Change directories to the root of your Android project and execute: 143 <code>PATH</code> environment variable, then execute: 175 directories to <code><sdk>/tools/</code> and execute: 203 <li>Change directories to the root of your Android project and execute: 207 variable, then execute:
|
/frameworks/rs/ |
rsScriptGroup.cpp | 284 void ScriptGroup::execute(Context *rsc) { function in class:ScriptGroup 285 //ALOGE("ScriptGroup::execute"); 286 if (rsc->mHal.funcs.scriptgroup.execute) { 287 rsc->mHal.funcs.scriptgroup.execute(rsc, this); 384 s->execute(rsc);
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetTest.java | 43 stForward.execute(selectAllAnimals); 50 stForward.execute(DatabaseCreator.CREATE_TABLE_SIMPLE1); 51 stForward.execute(selectEmptyTable); 464 stForward.execute("insert into zoo values(8,null,null);"); 465 stForward.execute(selectAllAnimals);
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 181 private static ContentProviderResult[] execute(final ContentResolver contentResolver, method in class:AbstractSyncAdapter 224 return execute(contentResolver, authority, cpos); 246 * Called by a sync adapter to execute a list of Operations in the ContentProvider handling 259 //mService.userLog("Try to execute ", ops.size(), " CPO's for " + authority); 262 // Try to execute the whole thing
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
arm-eabi-gdbtui.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
arm-linux-androideabi-gdbtui.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
arm-eabi-gdbtui.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
arm-linux-androideabi-gdbtui.1 | 148 Execute next program line (after stopping); step \c 160 Execute next program line (after stopping); step \c 235 \& as the executable file to execute when 261 Execute GDB commands from file \c 279 Do not execute commands from any `\|\c
|
/external/chromium_org/third_party/sqlite/src/test/ |
malloc_common.tcl | 103 # -prep Script to execute before -body. 105 # -body Script to execute (with fault injection). 107 # -test Script to execute after -body. 109 # -install Script to execute after faultsim -injectinstall 111 # -uninstall Script to execute after faultsim -uninjectinstall 289 # -prep Script to execute before -body. 291 # -body Script to execute (with fault injection). 293 # -test Script to execute after -body. 377 # each time the loop runs starting from 1. When all commands execute 436 # Execute any -tclprep and -sqlprep scripts [all...] |
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 241 * host. It is used to execute remote commands. The concept is similar to
358 * <li>The requester has permissions to execute it</li>
370 * <li>The action to execute is one of the available actions</li>
415 // enough to execute the requested command
430 // If the action is not execute, then it is an invalid action.
431 if (action != null && !action.equals(Action.execute)) {
441 command.execute();
556 // If the user didn't specify an action or specify the execute
557 // action then follow the actual default execute action
558 if (action == null || Action.execute.equals(action)) { [all...] |
/ndk/sources/host-tools/sed-4.2.1/po/ |
af.po | 151 #: sed/execute.c:709 156 #: sed/execute.c:740 161 #: sed/execute.c:745 166 #: sed/execute.c:757 171 #: sed/execute.c:764 176 #: sed/execute.c:783 sed/utils.c:227 181 #: sed/execute.c:1317 sed/execute.c:1497 185 #: sed/execute.c:1319 189 #: sed/execute.c:149 [all...] |
ca.po | 135 #: sed/execute.c:709 140 #: sed/execute.c:740 145 #: sed/execute.c:745 150 #: sed/execute.c:757 155 #: sed/execute.c:764 160 #: sed/execute.c:783 sed/utils.c:227 165 #: sed/execute.c:1317 sed/execute.c:1497 169 #: sed/execute.c:1319 173 #: sed/execute.c:149 [all...] |
cs.po | 136 #: sed/execute.c:709 141 #: sed/execute.c:740 146 #: sed/execute.c:745 151 #: sed/execute.c:757 156 #: sed/execute.c:764 161 #: sed/execute.c:783 sed/utils.c:227 166 #: sed/execute.c:1317 sed/execute.c:1497 170 #: sed/execute.c:1319 174 #: sed/execute.c:149 [all...] |
da.po | 150 #: sed/execute.c:709 155 #: sed/execute.c:740 160 #: sed/execute.c:745 165 #: sed/execute.c:757 170 #: sed/execute.c:764 175 #: sed/execute.c:783 sed/utils.c:227 180 #: sed/execute.c:1317 sed/execute.c:1497 184 #: sed/execute.c:1319 188 #: sed/execute.c:149 [all...] |
de.po | 134 #: sed/execute.c:709 139 #: sed/execute.c:740 144 #: sed/execute.c:745 149 #: sed/execute.c:757 154 #: sed/execute.c:764 159 #: sed/execute.c:783 sed/utils.c:227 164 #: sed/execute.c:1317 sed/execute.c:1497 168 #: sed/execute.c:1319 172 #: sed/execute.c:149 [all...] |
el.po | 135 #: sed/execute.c:709 140 #: sed/execute.c:740 145 #: sed/execute.c:745 150 #: sed/execute.c:757 155 #: sed/execute.c:764 160 #: sed/execute.c:783 sed/utils.c:227 165 #: sed/execute.c:1317 sed/execute.c:1497 169 #: sed/execute.c:1319 173 #: sed/execute.c:149 [all...] |