HomeSort by relevance Sort by last modified time
    Searched full:dispatchtable (Results 1 - 9 of 9) sorted by null

  /hardware/ril/mock-ril/src/js/
mock_ril.js 182 //print('onRilRequest: get entry from dispatchTable reqNum=' + reqNum);
183 entry = dispatchTable[reqNum];
185 throw ('entry = dispatchTable[' + reqNum + '] was undefined');
218 * DispatchTable[RIL_REQUEST_xxx].components = Array of components
221 var dispatchTable = new Array();
223 dispatchTable[RIL_REQUEST_GET_SIM_STATUS] = { // 1
227 dispatchTable[RIL_REQUEST_ENTER_SIM_PIN] = { // 2
231 dispatchTable[RIL_REQUEST_GET_CURRENT_CALLS] = { // 9
234 dispatchTable[RIL_REQUEST_DIAL] = { // 10
238 dispatchTable[RIL_REQUEST_GET_IMSI] = { // 1
    [all...]
ctrl_server.js 120 print('onCtrlServerCmd: get entry from dispatchTable cmd:' + cmd );
123 throw ('entry = dispatchTable[' + cmd + '] was undefined');
  /external/v8/tools/
logreader.js 36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
40 function LogReader(dispatchTable) {
44 this.dispatchTable_ = dispatchTable;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 57 int initApi(const char *driverLibName, const char *implLibName, T **dispatchTable, T *(*accessor)())
78 *dispatchTable = createFcn(implLib, accessor);
79 if (*dispatchTable == NULL) {
  /external/v8/src/
jsregexp.h 371 class DispatchTable : public ZoneObject {
    [all...]
jsregexp.cc 777 DispatchTable* ChoiceNode::GetTable(bool ignore_case) {
779 table_ = new DispatchTable();
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 626 DispatchTable table;
    [all...]
  /prebuilts/tools/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 266 milliseconds