Searched refs:_type (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
H A DBasePermission.java47 BasePermission(String _name, String _sourcePackage, int _type) { argument
50 type = _type;
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp335 #define TRACE_GL(_type, _api, _args, _argList, ...) \
336 static _type Tracing_ ## _api _args { \
371 #define TRACE_GL(_type, _api, _args, _argList, ...) \
372 static _type Debug_ ## _api _args { \
396 #define TRACE_GL(_type, _api, _args, _argList, ...) \
397 static _type Systrace_ ## _api _args { \
448 #define TRACE_GL(_type, _api, _args, _argList, ...) \
449 static _type ErrorTrace_ ## _api _args { \
451 _type _r = _c->_api _argList; \
/frameworks/base/core/java/android/view/
H A DWindowManager.java1475 public LayoutParams(int _type) { argument
1477 type = _type;
1481 public LayoutParams(int _type, int _flags) { argument
1483 type = _type;
1488 public LayoutParams(int _type, int _flags, int _format) { argument
1490 type = _type;
1495 public LayoutParams(int w, int h, int _type, int _flags, int _format) { argument
1497 type = _type;
1502 public LayoutParams(int w, int h, int xpos, int ypos, int _type, argument
1507 type = _type;
[all...]
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java1086 public Alarm(int _type, long _when, long _whenElapsed, long _maxWhen, argument
1088 type = _type;

Completed in 94 milliseconds