HomeSort by relevance Sort by last modified time
    Searched full:unimplemented (Results 1 - 25 of 756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 41 throw new UnsupportedOperationException("unimplemented mock method");
45 throw new UnsupportedOperationException("unimplemented mock method");
49 throw new UnsupportedOperationException("unimplemented mock method");
53 throw new UnsupportedOperationException("unimplemented mock method");
57 throw new UnsupportedOperationException("unimplemented mock method");
61 throw new UnsupportedOperationException("unimplemented mock method");
65 throw new UnsupportedOperationException("unimplemented mock method");
69 throw new UnsupportedOperationException("unimplemented mock method");
73 throw new UnsupportedOperationException("unimplemented mock method");
77 throw new UnsupportedOperationException("unimplemented mock method")
    [all...]
MockIContentProvider.java 45 throw new UnsupportedOperationException("unimplemented mock method");
51 throw new UnsupportedOperationException("unimplemented mock method");
55 throw new UnsupportedOperationException("unimplemented mock method");
61 throw new UnsupportedOperationException("unimplemented mock method");
66 throw new UnsupportedOperationException("unimplemented mock method");
71 throw new UnsupportedOperationException("unimplemented mock method");
76 throw new UnsupportedOperationException("unimplemented mock method");
82 throw new UnsupportedOperationException("unimplemented mock method");
87 throw new UnsupportedOperationException("unimplemented mock method");
92 throw new UnsupportedOperationException("unimplemented mock method")
    [all...]
MockContentProvider.java 190 throw new UnsupportedOperationException("unimplemented mock method");
195 throw new UnsupportedOperationException("unimplemented mock method");
200 throw new UnsupportedOperationException("unimplemented mock method");
205 throw new UnsupportedOperationException("unimplemented mock method");
211 throw new UnsupportedOperationException("unimplemented mock method");
216 throw new UnsupportedOperationException("unimplemented mock method");
224 throw new UnsupportedOperationException("unimplemented mock method");
229 throw new UnsupportedOperationException("unimplemented mock method");
234 throw new UnsupportedOperationException("unimplemented mock method");
242 throw new UnsupportedOperationException("unimplemented mock method call")
    [all...]
  /external/v8/src/
platform-nullos.cc 46 UNIMPLEMENTED();
53 UNIMPLEMENTED();
59 UNIMPLEMENTED();
65 UNIMPLEMENTED();
71 UNIMPLEMENTED();
77 UNIMPLEMENTED();
85 UNIMPLEMENTED();
90 UNIMPLEMENTED();
96 UNIMPLEMENTED();
106 UNIMPLEMENTED();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 34 #define UNIMPLEMENTED \
35 LOG(LS_ERROR) << "Call to unimplemented function "<< __FUNCTION__; \
51 UNIMPLEMENTED;
59 UNIMPLEMENTED;
64 UNIMPLEMENTED;
69 UNIMPLEMENTED;
74 UNIMPLEMENTED;
79 UNIMPLEMENTED;
84 UNIMPLEMENTED;
89 UNIMPLEMENTED;
    [all...]
  /external/clang/test/PCH/
selector-warning.h 13 a = @selector(ok); // expected-warning {{unimplemented selector 'ok'}}
15 a = @selector(NotOK); // expected-warning {{unimplemented selector 'NotOK'}}
18 a = @selector(clNotOk); // expected-warning {{unimplemented selector 'clNotOk'}}
22 a = @selector (instNotOk); // expected-warning {{unimplemented selector 'instNotOk'}}
  /external/e2fsprogs/lib/ss/
std_rqs.ct 10 unimplemented
21 unimplemented
26 unimplemented
31 unimplemented
  /external/clang/test/CXX/class.derived/class.abstract/
p5.cpp 4 virtual void f() = 0; // expected-note{{unimplemented pure virtual method}}
12 virtual void f() = 0; // expected-note 2{{unimplemented pure virtual method}}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 50 UNIMPLEMENTED();
129 UNIMPLEMENTED();
168 UNIMPLEMENTED();
172 UNIMPLEMENTED();
176 UNIMPLEMENTED();
180 UNIMPLEMENTED();
184 UNIMPLEMENTED();
192 UNIMPLEMENTED();
196 UNIMPLEMENTED();
225 UNIMPLEMENTED();
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 298 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
302 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
323 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
327 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
331 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
335 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
339 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
343 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
347 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
351 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION")
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 109 unimplemented(result);
329 unimplemented(result);
375 unimplemented(result);
438 unimplemented(result);
443 unimplemented(result);
776 unimplemented(result);
782 unimplemented(result);
786 public void setMute (boolean enableMute, Message result) {unimplemented(result);}
789 public void getMute (Message result) {unimplemented(result);}
993 public void sendSMS (String smscPDU, String pdu, Message result) {unimplemented(result);
1434 private void unimplemented(Message result) { method in class:SimulatedCommands
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 86 * Unimplemented. See org.w3c.dom.Node
103 * Unimplemented. See org.w3c.dom.Node
116 * Unimplemented. See org.w3c.dom.Node
129 * Unimplemented. See org.w3c.dom.Node
142 * Unimplemented. See org.w3c.dom.Node
155 * Unimplemented. See org.w3c.dom.Node
168 * Unimplemented. See org.w3c.dom.Node
181 * Unimplemented. See org.w3c.dom.Node
194 * Unimplemented. See org.w3c.dom.NodeList
207 * Unimplemented. See org.w3c.dom.NodeLis
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-s390x-linux.c 1015 VG_(unimplemented)
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_x509_certificate_private.idl 41 * Note: This field is unimplemented and will return
65 * Note: This field is unimplemented and will return
71 * Note: This field is unimplemented and will return
83 * Note: This field is unimplemented and will return
89 * Note: This field is unimplemented and will return
110 * Note: This field is unimplemented and will return
  /external/clang/test/SemaCXX/
abstract.cpp 12 virtual void f() = 0; // expected-note {{unimplemented pure virtual method 'f'}}
67 virtual void f() = 0; // expected-note {{unimplemented pure virtual method 'f'}}
196 virtual void xfunc(void) = 0; // expected-note {{unimplemented pure virtual method}}
203 virtual void xfunc(void) = 0; // expected-note {{unimplemented pure virtual method}}
222 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
226 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
234 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
238 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
244 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
248 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}
    [all...]
  /art/runtime/jdwp/
README.txt 5 behind this is that it's better to leave a call unimplemented than have
  /dalvik/vm/jdwp/
README.txt 5 behind this is that it's better to leave a call unimplemented than have
  /external/clang/test/SemaObjCXX/
parameters.mm 14 struct test2 { virtual void foo() = 0; }; // expected-note {{unimplemented}}
  /external/chromium_org/third_party/angle/src/compiler/
debug.h 42 #define UNIMPLEMENTED() do { \
43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \
  /external/clang/test/CXX/class/
p2-0x.cpp 31 struct A final { virtual void func() = 0; }; // expected-warning {{abstract class is marked 'final'}} expected-note {{unimplemented pure virtual method 'func' in 'A'}}
32 struct B { virtual void func() = 0; }; // expected-note {{unimplemented pure virtual method 'func' in 'C'}}
  /system/core/libcutils/
dlmalloc_stubs.c 28 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
33 ALOGW("Called host unimplemented stub: dlmalloc_trim");
  /external/chromium_org/third_party/angle/src/common/
debug.h 82 // A macro to indicate unimplemented functionality
84 #define UNIMPLEMENTED() do { \
85 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
89 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPURegisterInfo.h 39 assert(!"Unimplemented"); return BitVector();
46 assert(!"Unimplemented"); return NULL;
50 assert(!"Unimplemented"); return NULL;
  /external/llvm/lib/Target/R600/
AMDGPURegisterInfo.h 38 assert(!"Unimplemented"); return BitVector();
46 assert(!"Unimplemented"); return NULL;
50 assert(!"Unimplemented"); return NULL;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPURegisterInfo.h 39 assert(!"Unimplemented"); return BitVector();
46 assert(!"Unimplemented"); return NULL;
50 assert(!"Unimplemented"); return NULL;

Completed in 1617 milliseconds

1 2 3 4 5 6 7 8 91011>>