Home
last modified time | relevance | path

Searched defs:code (Results 1 – 9 of 9) sorted by relevance

/development/vndk/tools/sourcedr/sourcedr/
Dcodesearch.py27 def process(self, code): argument
39 def get_span(self, code): argument
66 def process(self, code): argument
76 def get_span(self, code): argument
99 def process(self, code): argument
109 def get_span(self, code): argument
132 def process(self, code): argument
138 def get_span(self, code): argument
153 def process(self, code): argument
159 def get_span(self, code): argument
Dserver.py17 def same(fl, code, source_dir): argument
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DRemotePlayer.java150 public void onError(String error, int code, Bundle data) { in play()
192 public void onError(String error, int code, Bundle data) { in getStatus()
390 public void onError(String error, int code, Bundle data) { in enqueueInternal()
416 public void onError(String error, int code, Bundle data) { in seekInternal()
467 private void logError(String message, String error, int code) { in logError()
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java235 private void handleSentResult(int code, Intent intent) { in handleSentResult()
276 private void handleReceivedResult(Context context, int code, Intent intent) { in handleReceivedResult()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java469 private boolean isAlphabet(int code) { in isAlphabet()
672 public boolean isWordSeparator(int code) { in isWordSeparator()
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js202 code: code property
236 code: env.code, property
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java288 String code = ((LocaleInfo) o).getLocale(); in checkLocaleInList() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java287 int code = Integer.parseInt(args[3]); in handleEvent() local