| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| MoviePlayer.java | 351 public boolean onError(MediaPlayer player, int arg1, int arg2) {
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
| math.h | 326 double arg2; member in struct:__exception
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| math.h | 327 double arg2; member in struct:__exception
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| race_amd64.s | 364 MOVQ arg2+24(FP), RARG2
|
| stubs.go | 192 // func f(arg1, arg2, arg3 int) {
|
| /prebuilts/go/linux-x86/src/runtime/ |
| race_amd64.s | 364 MOVQ arg2+24(FP), RARG2
|
| stubs.go | 192 // func f(arg1, arg2, arg3 int) {
|
| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| PpContext.h | 567 int mem_AddCleanup(MemoryPool* p, void (*fn)(void *, void*), void* arg1, void* arg2);
|
| /system/core/adb/ |
| services.cpp | 196 // shell[,arg1,arg2,...]:[command]
|
| /external/clang/lib/AST/ |
| ASTImporter.cpp | 394 const TemplateArgument &Arg2) { 395 if (Arg1.getKind() != Arg2.getKind()) 403 return Context.IsStructurallyEquivalent(Arg1.getAsType(), Arg2.getAsType()); 407 Arg2.getIntegralType())) 410 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral()); 413 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); 421 Arg2.getAsTemplate()); 426 Arg2.getAsTemplateOrTemplatePattern()); 430 Arg1.getAsExpr(), Arg2.getAsExpr()); 433 if (Arg1.pack_size() != Arg2.pack_size() [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
| connection.c | 914 static int _authorizer_callback(void* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char* access_attempt_source)
923 ret = PyObject_CallFunction((PyObject*)user_arg, "issss", action, arg1, arg2, dbname, access_attempt_source);
[all...] |
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| ToUnknownStream.java | 721 String arg2, 726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4); [all...] |
| /external/clang/lib/Basic/ |
| Diagnostic.cpp | 142 StringRef Arg2) { 148 DelayedDiagArg2 = Arg2.str(); [all...] |
| /external/google-benchmark/include/benchmark/ |
| benchmark_api.h | 493 // REQUIRES: The function passed to the constructor must accept arg1, arg2 ... 508 // REQUIRES: The function passed to the constructor must accept arg1, arg2 ...
|
| /external/libcxx/utils/google-benchmark/include/benchmark/ |
| benchmark_api.h | 493 // REQUIRES: The function passed to the constructor must accept arg1, arg2 ... 508 // REQUIRES: The function passed to the constructor must accept arg1, arg2 ...
|
| /external/libvpx/libvpx/vp9/ |
| vp9_dx_iface.c | 273 static int frame_worker_hook(void *arg1, void *arg2) { 276 (void)arg2; [all...] |
| /external/selinux/checkpolicy/ |
| policy_define.c | [all...] |
| /frameworks/av/media/libstagefright/codecs/avcenc/ |
| SoftAVCEnc.cpp | 826 notify(OMX_EventError, OMX_ErrorUndefined, 0 /* arg2 */, NULL /* data */); [all...] |
| /frameworks/av/services/camera/libcameraservice/api1/ |
| CameraClient.cpp | 726 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { 765 return mHardware->sendCommand(cmd, arg1, arg2); [all...] |
| /frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
| AppWidgetServiceImpl.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/pm/ |
| InstantAppRegistry.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/trust/ |
| TrustManagerService.java | [all...] |
| /frameworks/base/services/usb/java/com/android/server/usb/ |
| UsbDeviceManager.java | 478 msg.arg2 = configured; [all...] |
| /hardware/interfaces/camera/device/1.0/default/ |
| CameraDevice.cpp | [all...] |
| /libcore/luni/src/main/java/android/system/ |
| Os.java | 380 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); };
|