/external/skia/src/utils/ |
SkTextureCompressor_LATC.cpp | 89 A84x4To64BitProc proc) { 108 *encPtr = proc(block);
|
SkTextureCompressor_R11EAC.cpp | 279 A84x4To64BitProc proc) { 298 *encPtr = proc(block);
|
/external/skia/tests/ |
RegionTest.cpp | 192 void (*proc)(skiatest::Reporter*, 200 proc(reporter, outer, inner);
|
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 28 PFN_vkVoidFunction proc; member in struct:__anon30159::NameProc 39 return entry->proc;
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.c | 1070 int cmdbuf_num, encode = 0, proc = 0; local 2417 int decode = 0, encode = 0, rc_enable = 0, proc = 0; local 2517 int frame_skip = 0, encode = 0, decode = 0, rc_enable = 0, proc = 0; local [all...] |
/hardware/qcom/gps/core/ |
LocApiBase.cpp | 95 inline virtual void proc() const { function in struct:loc_core::LocSsrMsg 116 inline virtual void proc() const { function in struct:loc_core::LocOpenMsg
|
/hardware/qcom/gps/msm8909/core/ |
LocApiBase.cpp | 95 inline virtual void proc() const { function in struct:loc_core::LocSsrMsg 116 inline virtual void proc() const { function in struct:loc_core::LocOpenMsg
|
/hardware/qcom/gps/msm8994/core/ |
LocApiBase.cpp | 95 inline virtual void proc() const { function in struct:loc_core::LocSsrMsg 116 inline virtual void proc() const { function in struct:loc_core::LocOpenMsg
|
/hardware/qcom/gps/msm8996/core/ |
LocApiBase.cpp | 95 inline virtual void proc() const { function in struct:loc_core::LocSsrMsg 116 inline virtual void proc() const { function in struct:loc_core::LocOpenMsg
|
/prebuilts/devtools/tools/lib/ |
sdkstats.jar | |
/prebuilts/go/darwin-x86/src/os/ |
exec_plan9.go | 42 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
|
/prebuilts/go/darwin-x86/src/sync/ |
mutex_test.go | 174 // profitable. To achieve this we create a goroutine per-proc.
|
/prebuilts/go/linux-x86/src/os/ |
exec_plan9.go | 42 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
|
/prebuilts/go/linux-x86/src/sync/ |
mutex_test.go | 174 // profitable. To achieve this we create a goroutine per-proc.
|
/prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/ |
sdkstats-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkstats/24.5.0/ |
sdkstats-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkstats/25.0.0-alpha1/ |
sdkstats-25.0.0-alpha1.jar | |
/system/core/rootdir/ |
Android.mk | 124 sbin dev proc sys system data oem acct config storage mnt root $(BOARD_ROOT_EXTRA_FOLDERS)); \
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 28 proc { compile_and_load( grammar ) }.should_not raise_error
|
/external/chromium-trace/catapult/devil/devil/android/ |
battery_utils.py | 208 network_data_path = '/proc/uid_stat/%s/' % self._cache['uids'][package]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
platform_backend.py | 270 def CooperativelyShutdown(self, proc, app_name): 277 proc: a process object returned from subprocess.Popen.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
update.py | 216 'null', 'network', 'opt', 'private', 'proc', 'program files', 'python',
|
/external/libunwind/src/ia64/ |
getcontext.S | 40 .proc _Uia64_getcontext
|
/external/llvm/tools/llvm-go/ |
llvm-go.go | 218 proc, err := os.StartProcess(gocmdpath, append([]string{gocmd}, args...), 226 ps, err := proc.Wait()
|
/external/skia/src/core/ |
SkGlyphCache.h | 120 //! If the proc is found, return true and set *dataPtr to its data 123 //! Add a proc/data pair to the glyphcache. proc should be non-null 128 /** Find a matching cache entry, and call proc() with it. If none is found create a new one. 129 If the proc() returns true, detach the cache and return it, otherwise leave it and return 133 bool (*proc)(const SkGlyphCache*, void*),
|