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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/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-r2.d 2 #name: NIOS2 R2 custom
4 #source: custom.s
6 # Test the custom instruction
11 0+0000 <[^>]*> 00eb18b0 custom 0,r11,r2,r3
12 0+0004 <[^>]*> ffeb18b0 custom 255,r11,r2,r3
13 0+0008 <[^>]*> 966118b0 custom 150,c1,r2,r3
14 0+000c <[^>]*> 184118b0 custom 24,c1,c2,r3
15 0+0010 <[^>]*> 380118b0 custom 56,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;
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/
CustomTypeConverterWrapper.kt 32 class CustomTypeConverterWrapper(val custom: CustomTypeConverter)
33 : TypeConverter(custom.from, custom.to) {
37 if (custom.isStatic) {
39 outputVarName, custom.typeName,
40 custom.methodName, inputVarName)
44 custom.methodName, inputVarName)
50 val baseName = (custom.typeName as ClassName).simpleName().decapitalize()
52 baseName, custom.typeName) {
54 return "converter_${custom.typeName}
    [all...]
  /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/skqp/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/curl/docs/cmdline-opts/
request.d 6 (HTTP) Specifies a custom request method to use when communicating with the
26 Specifies a custom FTP command to use instead of LIST when doing file lists
30 Specifies a custom POP3 command to use instead of LIST or RETR. (Added in
34 Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0)
37 Specifies a custom SMTP command to use instead of HELP or VRFY. (Added in 7.34.0)
  /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);
  /frameworks/base/core/tests/coretests/apks/install-split-feature-a/
Android.mk 11 LOCAL_AAPT_FLAGS += --custom-package com.google.android.dexapis.splitapp.feature_a
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
26 # the custom emma library to add to an SDK project.
  /frameworks/base/tests/FeatureSplit/feature1/
Android.mk 30 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.one
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 30 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/custom/
CustomBar.java 17 package androidx.coordinatorlayout.custom;
CustomTextView.java 16 package androidx.coordinatorlayout.custom;
  /system/libufdt/utils/src/
dt_table.h 55 uint32_t custom[4]; /* optional, must be zero if unused */ member in struct:dt_table_entry

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>