Searched refs:custom (Results 1 - 25 of 145) sorted by relevance

123456

/external/doclava/res/assets/customizations/
H A Dcustomizations.cs1 <?cs # placeholder for custom clearsilver code. ?
/external/junit-params/src/main/java/junitparams/custom/
H A DParametersProvider.java1 package junitparams.custom;
6 * An interface for custom parameters providers. To be used with {@link CustomParameters} annotation.
14 * Initializes this provider - you can read your custom annotation config here.
H A DCustomParameters.java1 package junitparams.custom;
13 * Can also be used to create custom annotations.<br>
21 * @return Your custom parameters provider class.
/external/compiler-rt/test/BlocksRuntime/
H A Dnullblockisa.c26 } *custom = (struct _custom *)(void *)(b); local
28 if (custom->innerp->isa != (void *)NULL) {
/external/junit-params/src/main/java/junitparams/custom/combined/
H A DCombinedParameters.java1 package junitparams.custom.combined;
6 import junitparams.custom.CustomParameters;
H A DCombinedParametersProvider.java1 package junitparams.custom.combined;
6 import junitparams.custom.ParametersProvider;
/external/junit-params/src/main/java/junitparams/internal/annotation/
H A DCustomParametersDescriptor.java5 import junitparams.custom.CustomParameters;
6 import junitparams.custom.ParametersProvider;
H A DFrameworkMethodAnnotations.java8 import junitparams.custom.CustomParameters;
/external/junit-params/src/main/java/junitparams/
H A DFileParameters.java8 import junitparams.custom.CustomParameters;
9 import junitparams.custom.FileParametersProvider;
/external/libbrillo/brillo/
H A Dbackoff_entry_unittest.cc263 TestBackoffEntry custom(&base_policy);
265 custom.SetCustomReleaseTime(custom_horizon);
266 custom.InformOfRequest(false);
267 custom.InformOfRequest(true);
268 custom.set_now(TimeTicks() + TimeDelta::FromDays(2));
269 custom.InformOfRequest(false);
270 custom.InformOfRequest(true);
271 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());
273 // Now check that once we are at or past the custom horizon,
275 custom
[all...]
/external/skia/include/ports/
H A DSkFontMgr_android.h16 /** When specifying custom fonts, indicates how to use system fonts. */
18 kOnlyCustom, /** Use only custom fonts. NDK compliant. */
19 kPreferCustom, /** Use custom fonts before system fonts. */
20 kPreferSystem /** Use system fonts before custom fonts. */
28 /** Optional custom configuration file to use. */
31 /** Optional custom configuration file for fonts which provide fallback.
36 /** Optional custom flag. If set to true the SkFontMgr will acquire all requisite
42 /** Create a font manager for Android. If 'custom' is NULL, use only system fonts. */
43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
/external/valgrind/drd/tests/
H A Dcustom_alloc_fiw.stderr.exp2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3exception.h201 void * custom; member in struct:ANTLR3_EXCEPTION_struct
203 /** Pointer to a routine that is called to free the custom exception structure
206 void (*freeCustom) (void * custom);
H A Dantlr3recognizersharedstate.h189 void * custom; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/emma/
H A DAndroid.mk6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DCssSchemaTest.java80 CssSchema custom = CssSchema.union(
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key));
89 CssSchema.Property cssFloat = custom.forKey("float");
/external/skia/src/ports/
H A DSkFontMgr_android.cpp263 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { argument
265 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) {
266 SkString base(custom->fBasePath);
268 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
270 if (!custom ||
271 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse))
275 if (custom
541 SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom) argument
[all...]
/external/curl/docs/cmdline-opts/
H A Dheader.d4 Help: Pass custom header LINE to server
9 specify any number of extra headers. Note that if you should add a custom
15 the right side of the colon, as in: -H \&"Host:". If you send the custom
26 Starting in 7.37.0, you need --proxy-header to send custom headers intended
/external/curl/lib/
H A Dimap.h64 char *custom; /* Custom request */ member in struct:IMAP
65 char *custom_params; /* Parameters for the custom request */
H A Dpop3.h55 char *custom; /* Custom Request */ member in struct:POP3
H A Dsmtp.h56 char *custom; /* Custom Request */ member in struct:SMTP
/external/junit-params/src/main/java/junitparams/internal/parameters/
H A DParametersFromCustomProvider.java5 import junitparams.custom.ParametersProvider;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
H A DCustomNamedCurves.java16 // import org.bouncycastle.math.ec.custom.djb.Curve25519;
17 // import org.bouncycastle.math.ec.custom.sec.SecP128R1Curve;
18 // import org.bouncycastle.math.ec.custom.sec.SecP160K1Curve;
19 // import org.bouncycastle.math.ec.custom.sec.SecP160R1Curve;
20 // import org.bouncycastle.math.ec.custom.sec.SecP160R2Curve;
22 import org.bouncycastle.math.ec.custom.sec.SecP192K1Curve;
23 import org.bouncycastle.math.ec.custom.sec.SecP192R1Curve;
24 import org.bouncycastle.math.ec.custom.sec.SecP224K1Curve;
25 import org.bouncycastle.math.ec.custom.sec.SecP224R1Curve;
26 import org.bouncycastle.math.ec.custom
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) argument
239 custom);
243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
245 os_strstr(custom, " unicast ") != NULL;
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
253 spos = custom + 17;
294 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
295 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
297 "STKSTART.request '%s'", custom + 17);
428 char *pos, *end, *custom, *bu local
1219 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1315 char *custom = pos + IW_EV_LCP_LEN; local
1339 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1365 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1514 char *pos, *end, *custom; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) argument
239 custom);
243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
245 os_strstr(custom, " unicast ") != NULL;
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
253 spos = custom + 17;
294 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
295 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
297 "STKSTART.request '%s'", custom + 17);
428 char *pos, *end, *custom, *bu local
1219 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1315 char *custom = pos + IW_EV_LCP_LEN; local
1339 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1365 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1514 char *pos, *end, *custom; local
[all...]

Completed in 1030 milliseconds

123456