HomeSort by relevance Sort by last modified time
    Searched full:execute (Results 326 - 350 of 4840) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.h 21 // This class implements an "executor" class that will execute tasks for
31 void Execute(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_stream.h 50 // Returns a completion callback which will execute the StartWork member
54 // Returns a completion callback which will execute the RunCallback member
  /external/chromium_org/tools/cr/cr/commands/
shell.py 51 cr.Host.Execute(context, shell, '--rcfile', rcfile.name)
53 cr.Host.Execute(context, shell)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 33 #name of script to execute on remote machine
48 #command to execute to install the vm
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 36 public void execute() throws BuildException { method in class:VersionNumberStripper
42 new VersionNumberStripper().execute();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedGetPropertyTask.java 58 public void execute() throws BuildException { method in class:RSSFeedGetPropertyTask
63 updater.execute();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 137 public float execute(float x, float y, float z) { method
149 public float execute(float x, float y, float z) { method
161 public float execute(float x, float y, float z) { method
167 return this.execute(x, y, z);
173 public float execute(float x, float y, float z) { method
189 public float execute(float x, float y, float z) { method
205 public float execute(float x, float y, float z) { method
221 public float execute(float x, float y, float z) { method
237 public float execute(float x, float y, float z) { method
253 public float execute(float x, float y, float z) { method
267 public float execute(float x, float y, float z) { method
289 public float execute(float x, float y, float z, float e) { method
296 public float execute(float x, float y, float z, float e) { method
303 public float execute(float x, float y, float z, float e) { method
310 public float execute(float x, float y, float z, float e) { method
321 public float execute(float x, float y, float z, float e) { method
329 public float execute(float x, float y, float z, float e) { method
339 public float execute(float x, float y, float z, float e) { method
350 public float execute(MusgraveData musgraveData, float x, float y, float z) { method
374 public float execute(MusgraveData musgraveData, float x, float y, float z) { method
411 public float execute(MusgraveData musgraveData, float x, float y, float z) { method
449 public float execute(MusgraveData musgraveData, float x, float y, float z) { method
475 public float execute(MusgraveData musgraveData, float x, float y, float z) { method
800 float execute(float x, float y, float z); method in interface:NoiseGenerator.NoiseFunction
    [all...]
TextureGeneratorWood.java 127 public float execute(float x) {
134 public float execute(float x) {
146 public float execute(float x) {
165 result = woodIntData.waveformFunction.execute((x + y + z) * 10.0f);
168 result = woodIntData.waveformFunction.execute((float) Math.sqrt(x * x + y * y + z * z) * 20.0f);
172 result = woodIntData.waveformFunction.execute((x + y + z) * 10.0f + result);
176 result = woodIntData.waveformFunction.execute((float) Math.sqrt(x * x + y * y + z * z) * 20.0f + result);
214 float execute(float x); method in interface:TextureGeneratorWood.WaveForm
  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 48 DebugLog.d("GameFlowEvent", "Execute Immediate Game Flow Event: " + event + ", " + index);
58 DebugLog.d("GameFlowEvent", "Execute Game Flow Event: " + mEventCode + ", " + mDataIndex);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteStatement.java 22 public void execute() { method in class:ShadowSQLiteStatement
27 actualDBstatement.execute();
  /external/sepolicy/
zygote.te 25 # Execute dexopt.
49 allow zygote ashmem_device:chr_file execute;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
AsyncTaskUtil.java 27 * Helper class to execute an AsyncTask in parallel if SDK version is 11 or newer.
51 task.execute(params);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
10 that wishes to use the mechanism must execute the statement
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 4 Python programs (interactive sessions execute the script specified in
10 that wishes to use the mechanism must execute the statement
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 11 * execute.c: Copy over file creation context before creating a new file.
15 * execute.c: Do not copy ACLs until the file is copied.
29 * sed/execute.c (open_next_file): Fix off-by-one causing problems
56 * sed/execute.c: Declare bool arguments as int instead to please AIX XLC.
159 * execute.c (read_pattern_space): Reset hold space at end-of-file
219 * sed/execute.c (execute_program): Execute `z'.
232 * sed/execute.c: Do not include acl.h when bootstrapping.
236 * sed/execute.c (closedown): Close the input file!
289 * sed/execute.c (open_next_file, get_backup_file_name): Avoi
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 38 * Execute the FormatNumber() function.
46 * Execute the function. The function must return
53 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncFormatNumb
62 double num = getArg0().execute(xctxt).num();
63 String patternStr = getArg1().execute(xctxt).str();
77 String dfName = arg2Expr.execute(xctxt).str();
  /external/chromium_org/chrome/browser/extensions/
all_urls_apitest.cc 61 ExtensionTestMessageListener listener1b("execute: " + url, false);
69 ExtensionTestMessageListener listener2b("execute: " + url, false);
77 ExtensionTestMessageListener listener3b("execute: " + url, false);
85 ExtensionTestMessageListener listener4b("execute: " + url, false);
95 ExtensionTestMessageListener listener5b("execute: " + page_url.spec(), false);
122 ExtensionTestMessageListener listener1b("execute: " + page_url.spec(), false);
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 32 ignore_result(db_.Execute("PRAGMA auto_vacuum=1"));
35 ignore_result(db_.Execute("PRAGMA temp_store=MEMORY"));
82 if (!db_.Execute(
105 if (!db_.Execute(
121 if (!db_.Execute(
134 if (!db_.Execute("DETACH history")) {
thumbnail_database.cc 299 if (!db->Execute(kFaviconsV5) || !db->Execute(kFaviconsIndexV5))
315 if (!db->Execute(kIconMappingV5) ||
316 !db->Execute(kIconMappingUrlIndexV5) ||
317 !db->Execute(kIconMappingIdIndexV5)) {
340 if (!db->Execute(kIconMappingSql))
351 if (!db->Execute(kFaviconsSql))
364 if (!db->Execute(kFaviconBitmapsSql))
377 if (!db->Execute(kIconMappingUrlIndexSql) ||
378 !db->Execute(kIconMappingIdIndexSql))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScheduledAction.cpp 72 void ScheduledAction::execute(ExecutionContext* context) function in class:WebCore::ScheduledAction
80 execute(frame);
82 execute(toWorkerGlobalScope(context));
86 void ScheduledAction::execute(Frame* frame) function in class:WebCore::ScheduledAction
94 TRACE_EVENT0("v8", "ScheduledAction::execute");
108 void ScheduledAction::execute(WorkerGlobalScope* worker) function in class:WebCore::ScheduledAction
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 464 if (!db_->Execute(query.c_str()))
471 if (!db_->Execute("ALTER TABLE temp_metas RENAME TO metas"))
480 if (!db_->Execute(
491 if (!db_->Execute("ALTER TABLE temp_share_info RENAME TO share_info"))
602 if (!db_->Execute("DELETE FROM metas "
608 if (!db_->Execute("DELETE FROM metas "
619 return db_->Execute(query.c_str());
726 if (!db_->Execute(
729 if (!db_->Execute(
734 if (!db_->Execute(
    [all...]
  /external/smack/asmack-master/
build.bash 77 execute gitfetch "$SMACK_REPO" "$SMACK_BRANCH" "smack"
86 execute svnfetch "http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/management/common/src/main/" "qpid"
87 execute svnfetch "http://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib/modules/auth/src/main/java/common/" "harmony"
88 execute svnfetch "https://dnsjava.svn.sourceforge.net/svnroot/dnsjava/trunk" "dnsjava"
89 execute gitfetch "git://kenai.com/jbosh~origin" "master" "jbosh"
91 # execute gitfetch "git://git.openldap.org/openldap-jldap.git" "master" "novell-openldap-jldap"
162 execute copyfolder "src/smack/source/" "build/src/trunk" "."
163 execute copyfolder "src/qpid/java" "build/src/trunk" "org/apache/qpid/management/common/sasl"
164 execute copyfolder "src/novell-openldap-jldap" "build/src/trunk" "."
165 execute copyfolder "src/dnsjava" "build/src/trunk" "org
439 execute() { function
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 61 ASSERT_TRUE(db.Execute(
66 ASSERT_TRUE(db.Execute(
70 ASSERT_TRUE(db.Execute("CREATE TABLE db_version (version)"));
83 ASSERT_TRUE(db.Execute(
115 ASSERT_TRUE(db.Execute(
120 ASSERT_TRUE(db.Execute("CREATE TABLE db_version (version)"));
132 ASSERT_TRUE(db.Execute(
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 79 * Execute an expression in the XPath runtime context, and return the
91 public XObject execute(XPathContext xctxt, int currentNode) method in class:Expression
96 return execute(xctxt);
100 * Execute an expression in the XPath runtime context, and return the
114 public XObject execute( method in class:Expression
120 return execute(xctxt);
124 * Execute an expression in the XPath runtime context, and return the
135 public abstract XObject execute(XPathContext xctxt) method in class:Expression
139 * Execute an expression in the XPath runtime context, and return the
141 * to be returned. The default implementation just calls execute(xctxt)
152 public XObject execute(XPathContext xctxt, boolean destructiveOK) method in class:Expression
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_unittest.cc 209 s->Execute();
230 s->Execute();
292 s->Execute();
334 s->Execute();
355 s->Execute();
375 s->Execute();
388 s->Execute();
405 s->Execute();
422 s->Execute();
441 s->Execute();
    [all...]

Completed in 1190 milliseconds

<<11121314151617181920>>