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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Cls.c 39 UINTN Background;
51 Background = 0;
83 Background = (gST->ConOut->Mode->Attribute >> 4) & 0x7;
94 Background
120 Background = EFI_BACKGROUND_BLACK;
123 Background = EFI_BACKGROUND_BLUE;
126 Background = EFI_BACKGROUND_GREEN;
129 Background = EFI_BACKGROUND_CYAN;
132 Background = EFI_BACKGROUND_RED;
135 Background = EFI_BACKGROUND_MAGENTA;
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_barcodetp.cpp 26 case CFWL_Part::Background: {
cfwl_carettp.cpp 23 case CFWL_Part::Background: {
  /prebuilts/go/darwin-x86/src/net/
cgo_unix_test.go 17 ctx := context.Background()
29 ctx, cancel := context.WithCancel(context.Background())
42 ctx := context.Background()
54 ctx, cancel := context.WithCancel(context.Background())
67 ctx := context.Background()
79 ctx, cancel := context.WithCancel(context.Background())
netgo_unix_test.go 18 ctx := context.Background()
  /prebuilts/go/linux-x86/src/net/
cgo_unix_test.go 17 ctx := context.Background()
29 ctx, cancel := context.WithCancel(context.Background())
42 ctx := context.Background()
54 ctx, cancel := context.WithCancel(context.Background())
67 ctx := context.Background()
79 ctx, cancel := context.WithCancel(context.Background())
netgo_unix_test.go 18 ctx := context.Background()
  /prebuilts/go/darwin-x86/src/context/
context_test.go 41 c := Background()
43 t.Fatalf("Background returned nil")
50 if got, want := fmt.Sprint(c), "context.Background"; got != want {
51 t.Errorf("Background().String() = %q want %q", got, want)
71 c1, cancel := WithCancel(Background())
73 if got, want := fmt.Sprint(c1), "context.Background.WithCancel"; got != want {
120 parent, cancel := WithCancel(Background())
194 cancelable, stop := WithCancel(Background())
196 for _, parent := range []Context{Background(), cancelable} {
208 pc, pcok := parent.(*cancelCtx) // pcok == false when parent == Background()
    [all...]
benchmark_test.go 28 root := Background()
71 b.Run("Root=Background", func(b *testing.B) {
73 buildContextTree(Background(), d)
78 ctx, cancel := WithCancel(Background())
85 ctx, cancel := WithCancel(Background())
example_test.go 38 ctx, cancel := context.WithCancel(context.Background())
59 ctx, cancel := context.WithDeadline(context.Background(), d)
82 ctx, cancel := context.WithTimeout(context.Background(), 50*time.Millisecond)
108 ctx := context.WithValue(context.Background(), k, "Go")
  /prebuilts/go/linux-x86/src/context/
context_test.go 41 c := Background()
43 t.Fatalf("Background returned nil")
50 if got, want := fmt.Sprint(c), "context.Background"; got != want {
51 t.Errorf("Background().String() = %q want %q", got, want)
71 c1, cancel := WithCancel(Background())
73 if got, want := fmt.Sprint(c1), "context.Background.WithCancel"; got != want {
120 parent, cancel := WithCancel(Background())
194 cancelable, stop := WithCancel(Background())
196 for _, parent := range []Context{Background(), cancelable} {
208 pc, pcok := parent.(*cancelCtx) // pcok == false when parent == Background()
    [all...]
benchmark_test.go 28 root := Background()
71 b.Run("Root=Background", func(b *testing.B) {
73 buildContextTree(Background(), d)
78 ctx, cancel := WithCancel(Background())
85 ctx, cancel := WithCancel(Background())
example_test.go 38 ctx, cancel := context.WithCancel(context.Background())
59 ctx, cancel := context.WithDeadline(context.Background(), d)
82 ctx, cancel := context.WithTimeout(context.Background(), 50*time.Millisecond)
108 ctx := context.WithValue(context.Background(), k, "Go")
  /prebuilts/go/darwin-x86/src/cmd/fix/
context_test.go 33 var _ = ctx.Background()
39 var _ = ctx.Background()
  /prebuilts/go/linux-x86/src/cmd/fix/
context_test.go 33 var _ = ctx.Background()
39 var _ = ctx.Background()
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditStatusBar.c 63 UINT32 Background : 3;
112 New.Colors.Foreground = Orig.Colors.Background & 0xF;
113 New.Colors.Background = Orig.Colors.Foreground & 0x7;
EditTitleBar.c 64 UINT32 Background : 4;
109 New.Colors.Foreground = Orig.Colors.Background & 0xF;
110 New.Colors.Background = Orig.Colors.Foreground & 0x7;
  /external/pdfium/xfa/fwl/
cfwl_themepart.h 17 Background,
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
content.mak 31 $(CONTENTDIR)/Background.cpp \
77 $(CONTENTDIR)/Background.cpp: $(CONTENTDIR) ./Background.pvr
78 $(FILEWRAP) -o $@ ./Background.pvr
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
MemoryTest.c 60 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background;
91 SetMem (&Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0);
178 Background,
202 Background,
246 Background,
  /prebuilts/go/darwin-x86/src/runtime/pprof/
runtime_test.go 30 ctx := WithLabels(context.Background(), Labels("key", "value"))
44 ctx = context.Background()
64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
  /prebuilts/go/linux-x86/src/runtime/pprof/
runtime_test.go 30 ctx := WithLabels(context.Background(), Labels("key", "value"))
44 ctx = context.Background()
64 Do(context.Background(), Labels("key1", "value1", "key2", "value2"), func(ctx context.Context) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Fonts.c 146 @param Background The background setting requested to be used for the generated BltBuffer data.
163 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL Background,
181 BltBuffer[Ypos * Width * Count + (Width - Xpos - 1)] = Background;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiPrintLib.h 111 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background, OPTIONAL
129 BackGround - Background color
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 57 UINT32 Background : 4;

Completed in 430 milliseconds

1 2 3 4 5 6