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

1 2

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamSwitchedWriteTest.java 47 private static final ArrayList<WriteTester> SWITCHED = new ArrayList<WriteTester>();
149 SWITCHED.add(new WriteTester("write(long, double)") {
155 SWITCHED.add(new WriteTester("write(long, float)") {
161 SWITCHED.add(new WriteTester("write(long, int)") {
167 SWITCHED.add(new WriteTester("write(long, long)") {
176 WriteTester typed, WriteTester switched) {
181 switched.write(val, fieldId, switchedPo);
190 + switched.name + " value=" + val + " (" + val.getClass().getSimpleName()
200 for (WriteTester switched: SWITCHED) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-alu.s 30 @ The following should cause the insns to be switched to SUB(S).
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
lbranch.s 8 jbra Lend ; Must be switched to a jmp
lbranch-dwarf2.d 20 jbra Lend ; Must be switched to a jmp
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 526 Bool switched; local
543 switched = 0;
548 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
550 if (!switched)
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*/
634 Bool switched; local
666 switched = 0;
672 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
685 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
689 if (switched)
    [all...]
combined_decode.cpp 541 int switched; local
576 switched = 0;
582 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
625 if (switched == 0)
633 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
638 if (switched)
mp4dec_lib.h 314 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
319 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
mp4lib_int.h 289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
vlc_dequant.cpp 50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched,
88 i = 1 - switched;
167 i = 1; /* 04/26/01 needed for switched case */
502 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
557 i = 1 - switched;
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747.go 22 // xx was live for the first two prints but then it switched to &xx
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747.go 22 // xx was live for the first two prints but then it switched to &xx
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 4 @ Check whether the section is switched back or not.
eh-directive-section-multiple-func.s 6 @ Check whether the section is switched back properly.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 93 ## and switched stacks to the debug stack, where it pushed the vector number
107 ## The stub switched us to the debug stack and pushed the interrupt number.
AsmFuncs.asm 187 ;; and switched stacks to the debug stack, where it pushed the vector number
201 ;; The stub switched us to the debug stack and pushed the interrupt number.
  /external/nanohttpd/
README.md 161 The coordinates for your development environment should correspond to these. When looking for an older version take care because we switched groupId from *com.nanohttpd* to *org.nanohttpd* in mid 2015.
  /external/nanohttpd/src/site/markdown/
index.md 159 The coordinates for your development environment should correspond to these. When looking for an older version take care because we switched groupId from *com.nanohttpd* to *org.nanohttpd* in mid 2015.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 184 ;; and switched stacks to the debug stack, where it pushed the vector number
202 ;; The stub switched us to the debug stack and pushed the interrupt number.
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 119 t.Fatalf("X509KeyPair didn't return an error when arguments were switched")
121 if subStr := "been switched"; !strings.Contains(err.Error(), subStr) {
tls.go 216 return fail(errors.New("tls: failed to find certificate PEM data in certificate input, but did find a private key; PEM inputs may have been switched"))
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 119 t.Fatalf("X509KeyPair didn't return an error when arguments were switched")
121 if subStr := "been switched"; !strings.Contains(err.Error(), subStr) {
tls.go 216 return fail(errors.New("tls: failed to find certificate PEM data in certificate input, but did find a private key; PEM inputs may have been switched"))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt.go 23 exprname *Node // node for the expression being switched on
29 hashname *Node // node for the hash of the type of the variable being switched on
30 facename *Node // node for the concrete type of the variable being switched on
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt.go 23 exprname *Node // node for the expression being switched on
29 hashname *Node // node for the hash of the type of the variable being switched on
30 facename *Node // node for the concrete type of the variable being switched on
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 1928 Bool switched = FALSE; local
    [all...]

Completed in 716 milliseconds

1 2