/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveryUpdater.java | 71 Process proc = new NdkCommandLauncher().execute(commandPath, args, env, local 73 if (proc == null) 74 // proc failed to start 76 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); 102 proc = new NdkCommandLauncher().execute(new Path(mCommand), args, env, 105 final InputStream errStream = proc.getErrorStream(); 114 checkDefines(proc.getInputStream());
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng.cpp | 234 void LocEngRequestNi::proc() const { function in class:LocEngRequestNi 265 inline void LocEngStartFix::proc() const function in class:LocEngStartFix 288 inline void LocEngStopFix::proc() const function in class:LocEngStopFix 312 inline void LocEngPositionMode::proc() const { function in class:LocEngPositionMode 327 inline void LocEngGetZpp::proc() const function in class:LocEngGetZpp 356 inline virtual void proc() const { function in struct:LocEngSetTime 381 inline virtual void proc() const { function in struct:LocEngInjectLocation 408 inline virtual void proc() const { function in struct:LocEngSetServerIpv4 439 inline virtual void proc() const { function in struct:LocEngSetServerUrl 460 inline virtual void proc() const function in struct:LocEngAGlonassProtocol 481 inline virtual void proc() const { function in struct:LocEngSuplVer 500 inline virtual void proc() const { function in struct:LocEngSuplMode 520 inline virtual void proc() const { function in struct:LocEngLppConfig 543 inline virtual void proc() const { function in struct:LocEngSensorControlConfig 593 inline virtual void proc() const { function in struct:LocEngSensorProperties 669 inline virtual void proc() const { function in struct:LocEngSensorPerfControlConfig 711 inline virtual void proc() const { function in struct:LocEngExtPowerConfig 739 void LocEngReportPosition::proc() const { function in class:LocEngReportPosition 840 void LocEngReportSv::proc() const { function in class:LocEngReportSv 874 inline void LocEngReportStatus::proc() const function in class:LocEngReportStatus 897 void LocEngReportNmea::proc() const { function in class:LocEngReportNmea 951 void LocEngReportXtraServer::proc() const { function in class:LocEngReportXtraServer 988 void LocEngReqRelBIT::proc() const { function in class:LocEngReqRelBIT 1026 inline virtual void proc() const function in struct:LocEngReleaseBIT 1049 void LocEngSuplEsOpened::proc() const { function in class:LocEngSuplEsOpened 1068 void LocEngSuplEsClosed::proc() const { function in class:LocEngSuplEsClosed 1088 void LocEngRequestSuplEs::proc() const { function in class:LocEngRequestSuplEs 1121 void LocEngRequestATL::proc() const { function in class:LocEngRequestATL 1147 void LocEngReleaseATL::proc() const { function in class:LocEngReleaseATL 1212 void LocEngReqRelWifi::proc() const { function in class:LocEngReqRelWifi 1245 void LocEngRequestXtra::proc() const function in class:LocEngRequestXtra 1270 void LocEngRequestTime::proc() const { function in class:LocEngRequestTime 1297 inline virtual void proc() const { function in struct:LocEngDelAidData 1332 inline virtual void proc() const { function in struct:LocEngEnableData 1358 inline virtual void proc() const { function in struct:LocEngSetCapabilities 1384 inline virtual void proc() const { function in struct:LocEngSetSystemInfo 1412 inline virtual void proc() const { function in struct:LocEngInit 1453 inline virtual void proc() const { function in struct:LocEngAtlOpenSuccess 1477 inline virtual void proc() const { function in struct:LocEngAtlClosed 1495 inline virtual void proc() const { function in struct:LocEngAtlOpenFailed 1511 inline void LocEngDown::proc() const { function in class:LocEngDown 1527 inline void LocEngUp::proc() const { function in class:LocEngUp 1544 virtual void proc() const { function in struct:LocEngDataClientInit 1594 inline virtual void proc() const { function in struct:LocEngInstallAGpsCert 1616 inline virtual void proc() const { function in struct:LocEngUpdateRegistrationMask 1635 inline virtual void proc() const { function in struct:LocEngGnssConstellationConfig 1661 void LocEngReportGnssMeasurement::proc() const { function in class:LocEngReportGnssMeasurement [all...] |
/device/generic/goldfish/opengl/system/egl/ |
ClientAPIExts.cpp | 79 // And now query the GLES library for each proc address 134 void* proc; member in struct:ClientAPIExts::_client_ext_funcs 151 return s_client_ext_funcs[i].proc;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
rule-methods.rb | 126 mname = RUBY_VERSION =~ /^1\.9/ ? proc { | n | n.to_sym } : proc { | n | n.to_s }
|
/external/autotest/utils/ |
service_helper.py | 30 proc = subprocess.Popen(cmd, stdout=logfh, stderr=logfh, cwd=chdir) 31 pidfh.write(str(proc.pid))
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
doctest_webapp.py | 36 proc = subprocess.Popen(command, shell=True, 39 data = proc.stdout.read() 40 proc.wait() 121 proc = subprocess.Popen( 127 stdout, errors = proc.communicate() 224 proc = subprocess.Popen(['source-highlight', '--out-format=html', 228 stdout, stderr = proc.communicate(input) 230 proc.wait()
|
/external/libcxx/test/libcxx/android/ |
compiler.py | 31 proc = subprocess.Popen([self.path, '-v'], 33 _, stderr = proc.communicate()
|
/external/skia/bench/ |
CmapBench.cpp | 72 CMAPBench(TypefaceProc proc, const char name[]) { 73 fProc = proc;
|
FontCacheBench.cpp | 78 static int count_collisions(const uint16_t array[], int count, HasherProc proc, 85 int index = proc(array[i]) & hashMask;
|
/external/skia/gm/ |
shallowgradient.cpp | 40 ShallowGradientGM(MakeShaderProc proc, const char name[], bool dither) 41 : fProc(proc)
|
/external/tlsdate/ |
apparmor-profile | 48 /proc/sys/kernel/ngroups_max r, 109 /proc/sys/kernel/ngroups_max r, 166 /proc/sys/kernel/ngroups_max r, 168 # tlsdated looks into proc for answers 169 /proc/meminfo r,
|
/frameworks/av/media/audioserver/ |
main_audioserver.cpp | 56 sp<ProcessState> proc(ProcessState::self()); 125 sp<ProcessState> proc(ProcessState::self());
|
/frameworks/base/services/core/java/com/android/server/am/ |
ActiveServices.java | 391 ProcessRecord proc = mAm.getProcessRecordLocked(r.processName, r.appInfo.uid, false); local 392 if (proc == null || proc.curProcState > ActivityManager.PROCESS_STATE_RECEIVER) { 404 + r + " in " + proc); 420 } else if (proc.curProcState >= ActivityManager.PROCESS_STATE_SERVICE) { 429 sb.append("Not potential delay (state=").append(proc.curProcState) 430 .append(' ').append(proc.adjType); 431 String reason = proc.makeAdjReason(); 789 final ProcessRecord proc = conn.binding.service.app; local 2587 final ProcessRecord proc = b.apps.keyAt(appi); local 3081 ProcessRecord proc = conn.binding.client; local 3090 final ProcessRecord proc = r.app; local [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 123 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp);
|
/hardware/qcom/gps/core/ |
MsgTask.cpp | 76 inline virtual void proc() const { function in struct:loc_core::LocAssociateMsg 137 msg->proc();
|
/hardware/qcom/gps/msm8084/core/ |
MsgTask.cpp | 76 inline virtual void proc() const { function in struct:loc_core::LocAssociateMsg 137 msg->proc();
|
/hardware/qcom/gps/msm8994/core/ |
MsgTask.cpp | 76 inline virtual void proc() const { function in struct:loc_core::LocAssociateMsg 137 msg->proc();
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldRuntimeTest.java | 292 Process proc = null; local 295 proc = Runtime.getRuntime().exec(command, envp); 298 proc = Runtime.getRuntime().exec(command); 301 proc = Runtime.getRuntime().exec(command, envp, file); 304 proc = Runtime.getRuntime().exec(commandArguments); 307 proc = Runtime.getRuntime().exec(commandArguments, envp); 310 proc = Runtime.getRuntime().exec(commandArguments, envp, file); 313 assertNotNull(proc);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/ |
compiler.py | 31 proc = subprocess.Popen([self.path, '-v'], 33 _, stderr = proc.communicate()
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 41 } proc[] = { variable in typeref:struct:xx 159 for (p=proc; p->token!=0; p++)
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux_test.go | 21 if _, err := os.Stat("/proc/self/ns/user"); err != nil { 25 t.Fatalf("Failed to stat /proc/self/ns/user: %v", err) 47 data, errRead := ioutil.ReadFile("/proc/sys/kernel/unprivileged_userns_clone") 79 bytes, err := ioutil.ReadFile("/proc/version")
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug142.go | 28 sys·Goexit /Users/rsc/goX/src/runtime/proc.c:124
|
issue4396a.go | 14 // echo "4" > /proc/cpu/alignment
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_linux_test.go | 21 if _, err := os.Stat("/proc/self/ns/user"); err != nil { 25 t.Fatalf("Failed to stat /proc/self/ns/user: %v", err) 47 data, errRead := ioutil.ReadFile("/proc/sys/kernel/unprivileged_userns_clone") 79 bytes, err := ioutil.ReadFile("/proc/version")
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug142.go | 28 sys·Goexit /Users/rsc/goX/src/runtime/proc.c:124
|