/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 356 unimplemented(result); 400 unimplemented(result); 451 unimplemented(result); 456 unimplemented(result); 801 unimplemented(result); 807 unimplemented(result); 811 public void setMute (boolean enableMute, Message result) {unimplemented(result);} 814 public void getMute (Message result) {unimplemented(result);} 1564 private void unimplemented(Message result) { method in class:SimulatedCommands [all...] |
/external/vixl/test/ |
test-aborts.cc | 64 TEST(unimplemented, VIXL_UNIMPLEMENTED(), "UNIMPLEMENTED in ")
|
/external/e2fsprogs/lib/ss/ |
ct_c.sed | 46 /^unimplemented/ { 47 s/^unimplemented [A-Za-z_0-9]*/request ss_unimplemented/
|
/external/valgrind/coregrind/ |
pub_core_libcassert.h | 46 "Unimplemented functionality", \ 78 extern void VG_(unimplemented) ( const HChar* format, ... )
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_gentable.py | 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr); 93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
|
/external/valgrind/none/tests/solaris/ |
reserve_sysstat_addr.stderr.exp | 3 the following unimplemented functionality:
|
reserve_sysstat_zone_addr.stderr.exp | 3 the following unimplemented functionality:
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue9608.go | 12 // the intentionally unimplemented function fail.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9608.go | 12 // the intentionally unimplemented function fail.
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslGrammar.h | 62 void unimplemented(const char*);
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue9608.dir/ |
issue9608.go | 7 func fail() // unimplemented, to test dead code elimination
|
/prebuilts/go/linux-x86/test/fixedbugs/issue9608.dir/ |
issue9608.go | 7 func fail() // unimplemented, to test dead code elimination
|
/prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/ |
AppleJavaExtensions-1.4.jar | |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
unimplemented.d | 2 #name: unimplemented
|
unimplemented.s | 1 ; Test the unimplemented insns (of which some are used in xsim
|
rd-dw2-14.d | 2 #source: unimplemented.s
|
/external/valgrind/VEX/priv/ |
guest_s390_toIR.c | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 1010 goto unimplemented; 1023 goto unimplemented; 1028 goto unimplemented; 1032 unimplemented: 1050 goto unimplemented; 1054 goto unimplemented; 1092 goto unimplemented; 1098 goto unimplemented; 1102 unimplemented:
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-solaris.c | [all...] |
/external/skia/experimental/docs/ |
interpolatorFunctions.js | 51 assert(0); // unimplemented
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
float_test.go | 13 // some code and looks for an unimplemented instruction fault.
|
ssa_test.go | 38 if s := stderr.String(); strings.Contains(s, "SSA unimplemented") { 39 t.Errorf("Unimplemented message found in stderr:\n%s", s)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
float_test.go | 13 // some code and looks for an unimplemented instruction fault.
|
/external/valgrind/coregrind/m_ume/ |
elf.c | 474 VG_(unimplemented)("Support for program header PT_SUNW_SYSSTAT."); 480 VG_(unimplemented)("Support for program header PT_SUNW_SYSSTAT_ZONE.");
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
export_test.go | 95 func (d DummyFrontend) TypeString() Type { panic("unimplemented") }
|