/external/webrtc/webrtc/modules/audio_coding/neteq/ |
nack.h | 32 // arrived is considered lost, and should be labeled as "missing" (the size of 35 // "late." A "late" packet with sequence number K is changed to "missing" any 85 // Get a list of "missing" packets which have expected time-to-play larger 101 bool missing) 104 is_missing(missing) {} 110 // A guess about the timestamp of the missing packet, it is used for 113 // missing packet. However, the risk of this is low, and in case of such 114 // errors, there will be a minor misestimation in time-to-play of missing 118 // True if the packet is considered missing. Otherwise indicates packet is 155 // update the list. That is; some packets will change from late to missing, [all...] |
/frameworks/native/cmds/dumpstate/ |
Android.mk | 13 -Wall -Werror -Wno-missing-field-initializers -Wno-unused-variable -Wunused-parameter
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
Android.mk | 17 LOCAL_CFLAGS := $(version_flag) -Wno-missing-field-initializers -Wall \
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
Android.mk | 9 LOCAL_CFLAGS := -Wno-missing-field-initializers \
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst_test.go | 15 t.Errorf("regNames[%d] is missing", int(r))
|
/prebuilts/go/darwin-x86/test/ |
append1.go | 16 _ = append() // ERROR "missing arguments to append"
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug435.go | 15 bar(1, // ERROR "unexpected|missing|undefined
|
bug495.go | 8 // bug495.go:16:2: error: missing statement after label
|
gcc61254.go | 7 // PR61254: gccgo failed to compile a slice expression with missing indices.
|
issue19699b.go | 14 } // ERROR "missing return at end of function"
|
issue22164.go | 7 // Test error recovery after missing closing parentheses in lists.
|
issue4776.go | 7 // Issue 4776: missing package declaration error should be fatal.
|
issue6131.go | 7 // Issue 6131: missing typecheck after reducing
|
issue6500.go | 7 // Issue 6500: missing error when fallthrough appears in a block.
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst_test.go | 15 t.Errorf("regNames[%d] is missing", int(r))
|
/prebuilts/go/linux-x86/test/ |
append1.go | 16 _ = append() // ERROR "missing arguments to append"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug435.go | 15 bar(1, // ERROR "unexpected|missing|undefined
|
bug495.go | 8 // bug495.go:16:2: error: missing statement after label
|
gcc61254.go | 7 // PR61254: gccgo failed to compile a slice expression with missing indices.
|
issue19699b.go | 14 } // ERROR "missing return at end of function"
|
issue22164.go | 7 // Test error recovery after missing closing parentheses in lists.
|
issue4776.go | 7 // Issue 4776: missing package declaration error should be fatal.
|
issue6131.go | 7 // Issue 6131: missing typecheck after reducing
|
issue6500.go | 7 // Issue 6500: missing error when fallthrough appears in a block.
|
/system/extras/boot_control_copy/ |
Android.mk | 7 LOCAL_CFLAGS := -Wall -Werror -Wno-missing-field-initializers -Wno-unused-parameter
|