HomeSort by relevance Sort by last modified time
    Searched refs:custom (Results 1 - 25 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
custom.s 4 custom 0, r11, r2, r3
5 custom 255, r11, r2, r3
6 custom 150, c1, r2, r3
7 custom 0x18, c1, c2, r3
8 custom 070, c1, c2, c3
custom.d 2 #name: NIOS2 custom
4 # Test the custom instruction
9 0+0000 <[^>]*> 10d7c032 custom 0,r11,r2,r3
10 0+0004 <[^>]*> 10d7fff2 custom 255,r11,r2,r3
11 0+0008 <[^>]*> 10c3a5b2 custom 150,c1,r2,r3
12 0+000c <[^>]*> 10c28632 custom 24,c1,c2,r3
13 0+0010 <[^>]*> 10c20e32 custom 56,c1,c2,c3
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxattr.h 16 #define TRANSACTION_REQUIRED custom(TLBATTR_TRANS_REQUIRED,0)
17 #define TRANSACTION_SUPPORTED custom(TLBATTR_TRANS_SUPPORTED,0)
18 #define TRANSACTION_NOT_SUPPORTED custom(TLBATTR_TRANS_NOTSUPP,0)
19 #define TRANSACTION_REQUIRES_NEW custom(TLBATTR_TRANS_REQNEW,0)
20 #define QUEUEABLE custom(TLBATTR_QUEUEABLE,0)
21 #define COMTI_INTRINSICS_ENABLED custom(TLBATTR_COMTI_INTRINSICS,0)
  /external/junit-params/src/main/java/junitparams/custom/
ParametersProvider.java 1 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.
CustomParameters.java 1 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/
nullblockisa.c 26 } *custom = (struct _custom *)(void *)(b); local
28 if (custom->innerp->isa != (void *)NULL) {
  /external/junit-params/src/main/java/junitparams/custom/combined/
CombinedParameters.java 1 package junitparams.custom.combined;
6 import junitparams.custom.CustomParameters;
CombinedParametersProvider.java 1 package junitparams.custom.combined;
6 import junitparams.custom.ParametersProvider;
  /external/skia/include/ports/
SkFontMgr_android.h 16 /** 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/junit-params/src/main/java/junitparams/internal/annotation/
CustomParametersDescriptor.java 5 import junitparams.custom.CustomParameters;
6 import junitparams.custom.ParametersProvider;
  /external/junit-params/src/main/java/junitparams/
FileParameters.java 8 import junitparams.custom.CustomParameters;
9 import junitparams.custom.FileParametersProvider;
  /external/libbrillo/brillo/
backoff_entry_unittest.cc 263 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.set_now(TimeTicks() + TimeDelta::FromDays(3))
    [all...]
  /external/valgrind/drd/tests/
custom_alloc_fiw.stderr.exp 2 --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/
antlr3exception.h 201 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);
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/
Android.mk 33 LOCAL_AAPT_FLAGS += --custom-package com.android.cts.isolatedsplitapp.feature_a
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_b/
Android.mk 32 LOCAL_AAPT_FLAGS := --custom-package com.android.cts.isolatedsplitapp.feature_b
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/
Android.mk 32 LOCAL_AAPT_FLAGS := --custom-package com.android.cts.isolatedsplitapp.feature_c
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /frameworks/base/tests/FeatureSplit/feature1/
Android.mk 29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.one
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /system/libufdt/utils/src/
dt_table.h 52 uint32_t custom[4]; /* optional, must be zero if unused */ member in struct:dt_table_entry
mkdtimg_core.c 35 char custom[4][OPTION_VALUE_SIZE_MAX]; member in struct:dt_options
213 entry.custom[0] = get_fdt32_from_number_or_prop(fdt, options->custom[0]);
214 entry.custom[1] = get_fdt32_from_number_or_prop(fdt, options->custom[1]);
215 entry.custom[2] = get_fdt32_from_number_or_prop(fdt, options->custom[2]);
216 entry.custom[3] = get_fdt32_from_number_or_prop(fdt, options->custom[3]);
270 strncpy(options->custom[0], value, OPTION_VALUE_SIZE_MAX - 1)
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 80 CssSchema custom = CssSchema.union( local
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key));
89 CssSchema.Property cssFloat = custom.forKey("float");
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/
tycho-compiler-jdt-0.20.0.jar 
  /external/skia/src/ports/
SkFontMgr_android.cpp 263 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) {
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 && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse)
    [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>