Searched refs:con (Results 1 - 10 of 10) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndcommon.c26 NJ_INT16 njd_connect_test(NJ_SEARCH_CONDITION *con, NJ_UINT16 hinsiF, NJ_UINT16 hinsiR) argument
30 if (con->hinsi.fore != NULL) {
36 if (hinsiF >= con->hinsi.foreSize) {
39 if (*(con->hinsi.fore + (hinsiF / 8)) & (0x80 >> (hinsiF % 8))) {
41 if (con->hinsi.foreFlag != 0) {
47 if (con->hinsi.foreFlag == 0) {
55 if (con->hinsi.rear != NULL) {
61 if (hinsiR >= con->hinsi.rearSize) {
64 if (*(con->hinsi.rear + (hinsiR / 8)) & (0x80 >> (hinsiR % 8))) {
66 if (con
[all...]
H A Dndfdic.c257 NJ_INT16 njd_f_search_word(NJ_SEARCH_CONDITION *con, NJ_SEARCH_LOCATION_SET *loctset) argument
261 switch (con->operation) {
265 if ((con->hinsi.yominasi_fore == NULL) ||
266 (con->hinsi.foreSize == 0)) {
274 if (NJ_CHAR_STRLEN_IS_0(con->yomi)) {
280 if ((con->hinsi.yominasi_fore == NULL) ||
281 (con->hinsi.foreSize == 0)) {
293 if (con->mode != NJ_CUR_MODE_FREQ) {
303 ret = search_data(con, loctset);
H A Dndldic.c157 NJ_INT16 njd_l_search_word(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *con, argument
178 if ((con->operation == NJ_CUR_OP_COMP) ||
179 (con->operation == NJ_CUR_OP_FORE)){
181 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
189 switch (con->operation) {
191 if (con->mode != NJ_CUR_MODE_FREQ) {
198 return get_cand_by_sequential(iwnn, con, loctset, con->operation, comp_flg);
202 if (con->mode == NJ_CUR_MODE_YOMI) {
204 return get_cand_by_sequential(iwnn, con, loctse
[all...]
H A Dndbdic.c1181 NJ_INT16 njd_b_search_word(NJ_SEARCH_CONDITION *con, NJ_SEARCH_LOCATION_SET *loctset) argument
1190 switch (con->operation) {
1193 if (con->mode != NJ_CUR_MODE_FREQ) {
1207 && NJ_CHAR_STRLEN_IS_0(con->yomi)) {
1218 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
1226 switch (con->operation) {
1228 ret = search_node(con, loctset);
1232 ret = bdic_search_data(con, loctset);
1239 pdicinfo = con->ds->dic;
1250 if ((con
[all...]
/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
H A DConnectivityTestActivity.java55 public boolean checkNow(Context con) { argument
58 con.getSystemService(Context.CONNECTIVITY_SERVICE);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_ext.h91 extern NJ_INT16 njd_b_search_word(NJ_SEARCH_CONDITION *con,
98 extern NJ_INT16 njd_f_search_word(NJ_SEARCH_CONDITION *con,
106 extern NJ_INT16 njd_l_search_word(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *con,
143 extern NJ_INT16 njd_connect_test(NJ_SEARCH_CONDITION *con, NJ_UINT16 hinsiF, NJ_UINT16 hinsiR);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java242 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION);
247 if (dir == BluetoothShare.DIRECTION_OUTBOUND && con == null) {
248 con = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED;
250 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) {
251 con = BluetoothShare.USER_CONFIRMATION_PENDING;
253 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DSimStatus.java278 Context con = getActivity().createPackageContext("com.android.systemui", 0);
279 int id = con.getResources().getIdentifier("config_show4GForLTE",
281 show4GForLTE = con.getResources().getBoolean(id);
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java633 Context con = activity.createPackageContext("com.android.systemui", 0);
634 int id = con.getResources().getIdentifier("config_show4GForLTE",
636 mShow4GForLTE = con.getResources().getBoolean(id);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1173 milliseconds