Searched defs:multi (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium/base/
H A Dutf_string_conversions_unittest.cc194 static char multi[] = { local
204 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi)); local
205 EXPECT_EQ(arraysize(multi) - 1, expected.length());
207 EXPECT_EQ(arraysize(multi) - 1, converted.length());
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* multi, size_t max_len) argument
218 for (*multi='\0'; *single; ++single)
220 LSTRCAT(multi, m[(int)*single]);
221 if (*(single+1)) LSTRCAT(multi, " ");
226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHAR* single) argument
235 if (!LSTRCMP(m[i], multi)) {
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java195 private Map mergeMultiAndSingle(MultiType multi, Type single) { argument
196 Map map1 = getAllMultiInterfaces(multi);
240 MultiType multi = (MultiType)type;
242 if (multi.resolved != null) {
243 merged = mergeMultiAndSingle(this, multi.resolved);
245 merged = mergeMultiInterfaces(multi, this);
246 if (! inMergeSource(multi))
247 mergeSource = multi;
288 MultiType multi = (MultiType) o;
290 return resolved.equals(multi
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java214 private static void addToContents(AMultipleCommand multi, PCommand command) { argument
216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand());
218 multi.getCommand().add(command);
/external/tcpdump/
H A Dprint-zephyr.c56 int multi; member in struct:z_packet
174 PARSE_FIELD_INT(z.multi);
/external/chromium/third_party/libevent/test/
H A Dregress_http.c221 /* For multi-line headers test */
223 const char *multi = local
224 evhttp_find_header(req->input_headers,"X-multi");
225 if (multi) {
226 if (strcmp("END", multi + strlen(multi) - 3) == 0)
1361 fprintf(stdout, "Testing HTTP Server with multi line: ");
/external/qemu/telephony/
H A Dandroid_modem.h156 int multi; member in struct:__anon12057
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java290 private Foo[][][] multi; field in class:ArrayAccessReplaceTest.Simple
293 multi[0] = new Foo[0][0];
294 multi[0][1] = new Foo[0];
338 return multi[one][two][three];
382 multi[one][two][three] = foo;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c56 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
545 drv->multi = 1;
583 if (drv->multi &&
H A Ddriver_ndis.c2368 TCHAR multi[100]; local
2384 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2385 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2389 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2394 (u8 *) multi, len * sizeof(TCHAR));
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c56 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
545 drv->multi = 1;
583 if (drv->multi &&
H A Ddriver_ndis.c2368 TCHAR multi[100]; local
2384 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2385 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2389 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2394 (u8 *) multi, len * sizeof(TCHAR));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c56 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
545 drv->multi = 1;
583 if (drv->multi &&
H A Ddriver_ndis.c2368 TCHAR multi[100]; local
2384 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2385 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2389 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2394 (u8 *) multi, len * sizeof(TCHAR));
/external/mksh/src/
H A Dsyn.c139 c_list(bool multi) argument
153 if (c == '\n' && (multi || inalias(source))) {
/external/openssl/ssl/
H A Dssl_ciph.c1109 int j, multi, found, rule, retval, ok, buflen; local
1183 /* check for multi-part specification */
1186 multi=1;
1190 multi=0;
1310 if (!multi) break;
1328 * We do not support any "multi" options
/external/webkit/Source/WebCore/dom/
H A DSelectElement.cpp708 bool multi, bool shift)
718 bool multiSelect = data.multiple() && multi && !shift;
724 if (option->selected() && multi)
873 updateSelectedState(data, element, listToOptionIndex(data, element, data.activeSelectionEndIndex()), true /*multi*/, false /*shift*/);
707 updateSelectedState(SelectElementData& data, Element* element, int listIndex, bool multi, bool shift) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1898 int multi[] = {100000, 10000, 1000, 100, 10,1}; local
1903 passkey += (multi[i] * (pin_code->pin[i] - '0'));
/external/openssl/apps/
H A Dspeed.c239 static int do_multi(int multi);
630 int multi=0; local
755 else if ((argc > 0) && (strcmp(*argv,"-multi") == 0))
761 BIO_printf(bio_err,"no multi count given\n");
764 multi=atoi(argv[0]);
765 if(multi <= 0)
767 BIO_printf(bio_err,"bad multi count\n");
1147 BIO_printf(bio_err,"-multi n run n benchmarks in parallel.\n");
1157 if(multi && do_multi(multi))
2652 do_multi(int multi) argument
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h382 tAVDT_MULTI multi; member in union:__anon1073
/external/libxml2/
H A Dxmlschemastypes.c1779 const double multi[] = { 0.0, 0.0, 86400.0, 3600.0, 60.0, 1.0, 0.0}; local
1842 dur->value.dur.sec += num * multi[seq];
/external/zxing/core/
H A Dcore.jar ... datamatrix/decoder/ com/google/zxing/datamatrix/detector/ com/google/zxing/multi/ com/google/zxing/multi/qrcode/ com/google/zxing/multi/qrcode ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 922 milliseconds

12