HomeSort by relevance Sort by last modified time
    Searched refs:reload (Results 126 - 150 of 639) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy.s 124 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
154 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
183 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
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
  /external/selinux/policycoreutils/setsebool/
setsebool.c 21 int reload = 1; variable
56 reload = 0;
205 semanage_set_reload(handle, reload);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java 60 reload(); method
176 public long reload() { method in class:LocalMergeAlbum
179 if (mSources[i].reload() > mDataVersion) changed = true;
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 157 public List<ServiceInfo> reload() { method in class:ServiceListing
182 reload();
189 reload();
  /packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java 244 if (DEBUG) Log.d(TAG, "Reload not required " + this + " already full size.");
248 boolean reload = (size.right >= bitmap.getWidth() * 2
251 Log.d(TAG, "needToReload(" + reqWidth + ", " + reqHeight + ")=" + reload
254 return reload;
258 * Returns {@code true} if a request the size of {@code other} would need a reload.
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_time.c 187 int32_t reload; local
196 /* If continuous timer, set reload, else set it to 0 */
198 reload = ticks;
200 reload = 0;
234 gki_cb.com.OSTaskTmr0R[task_id] = reload;
241 gki_cb.com.OSTaskTmr1R[task_id] = reload;
248 gki_cb.com.OSTaskTmr2R[task_id] = reload;
255 gki_cb.com.OSTaskTmr3R[task_id] = reload;
440 /* Set Timer 0 Expired event mask and reload timer */
462 /* Set Timer 1 Expired event mask and reload timer *
    [all...]
  /system/nfc/src/gki/common/
gki_time.c 184 int32_t reload; local
193 /* If continuous timer, set reload, else set it to 0 */
195 reload = ticks;
197 reload = 0;
231 gki_cb.com.OSTaskTmr0R[task_id] = reload;
238 gki_cb.com.OSTaskTmr1R[task_id] = reload;
245 gki_cb.com.OSTaskTmr2R[task_id] = reload;
252 gki_cb.com.OSTaskTmr3R[task_id] = reload;
434 /* Set Timer 0 Expired event mask and reload timer */
456 /* Set Timer 1 Expired event mask and reload timer *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
edk2_debugger.py 19 # Reload external classes
20 reload(firmware_volume)
21 reload(build_report)
22 reload(system_table)
  /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/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 93 if (auto E = ModS.reload()) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeExtensionController.java 126 public T reload() { method in class:FakeExtensionController.FakeExtension
  /frameworks/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_traceback.py 7 from imp import reload
93 # Consequently, the file would not reload. So, added a sleep()
102 reload(test_bug737473)
  /external/pdfium/xfa/fde/tto/
fde_textout.h 68 void SetNewReload(bool reload) { m_bNewReload = reload; }
137 void Reload(const CFX_RectF& rect);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 72 reload(context);
76 * Reload the dimens e.g. if the density changed.
78 public void reload(Context context) { method in class:AmbientState

Completed in 1077 milliseconds

1 2 3 4 56 7 8 91011>>