HomeSort by relevance Sort by last modified time
    Searched refs:reload (Results 76 - 100 of 473) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libnfc-nci/src/gki/common/
gki_time.c 198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload timer *
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protojson_test.py 503 imp.reload(protojson)
509 # This will cause protojson to reload with the default json module
511 imp.reload(protojson)
518 # This will cause protojson to reload with the default json module
520 imp.reload(protojson)
529 imp.reload(protojson)
540 imp.reload,
549 imp.reload,
  /external/selinux/policycoreutils/semodule/
semodule.c 29 LIST_M, RELOAD, PRIORITY_M, ENABLE_M, DISABLE_M
46 static int reload; variable
126 printf(" -R, --reload reload policy\n");
127 printf(" -B, --build build and reload policy\n");
139 printf(" -N,-n,--noreload do not reload policy after commit\n");
191 {"reload", 0, NULL, 'R'},
208 reload = 0;
260 reload = 1;
296 if ((build || reload) && num_commands)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /external/autotest/client/tests/cgroup/
cgroup.py 287 def reload(self): member in class:cgroup.test_cpuset.per_cpu_load
289 Reload current values
307 Reload values and returns the load between the last tick/reload
388 stats.reload()
405 stats.reload()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
model.py 189 def reload(self): member in class:Model
226 self.reload()
240 self.reload()
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 190 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
267 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
311 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
342 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_intra_pred_luma_horz.s 188 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
262 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
304 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
335 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 115 public void reload() { method in class:WebView
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 69 public long reload() { method in class:PicasaSource.EmptyAlbumSet
  /libcore/ojluni/src/main/java/java/util/
ServiceLoader.java 93 * via the {@link #reload reload} method.
211 public void reload() { method in class:ServiceLoader
219 reload(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 144 // We apply the pending requests in the mRequests to construct mCurrent in reload().
146 public long reload() { method in class:FilterDeleteSet
147 boolean newData = mBaseSet.reload() > mDataVersion;
252 // updated after a reload()).
LocalAlbumSet.java 164 // 1. Prevent calling reload() concurrently.
165 // 2. Prevent calling onFutureDone() and reload() concurrently
166 public synchronized long reload() { method in class:LocalAlbumSet
176 album.reload();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 158 public void reload() { method in class:LocalPhotoSource
186 reload(); method
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaSetLoader.java 108 mMediaSet.reload();
115 m.reload();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_traceback.py 7 from imp import reload namespace
93 # Consequently, the file would not reload. So, added a sleep()
102 reload(test_bug737473)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_traceback.py 7 from imp import reload namespace
93 # Consequently, the file would not reload. So, added a sleep()
102 reload(test_bug737473)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 99 PYTHONBN(reload);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 7 from imp import reload namespace
93 # Consequently, the file would not reload. So, added a sleep()
102 reload(test_bug737473)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_traceback.py 7 from imp import reload namespace
93 # Consequently, the file would not reload. So, added a sleep()
102 reload(test_bug737473)
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 59 if (optReload >= 3) parts.reload = 0; // reload nothing
60 else if (optReload == 2) parts.reload = 2; // reload iterators
61 else if (optReload == 1) parts.reload = 1; // reload colors
62 else if (optReload <= 0) parts.reload = 3; // reload both
66 // reload the iterators
67 parts.reload &= ~2
    [all...]
  /build/core/combo/
TARGET_linux-arm64.mk 133 -fgcse-after-reload \

Completed in 826 milliseconds

1 2 34 5 6 7 8 91011>>