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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
setjmp_ia64.S 2 #warning not implemented
  /build/kati/testcase/
err_obsolete_var_assign.mk 1 # TODO(go): not implemented
err_obsolete_var_varref.mk 1 # TODO(go): not implemented
err_obsolete_export.mk 1 # TODO(go): not implemented
deprecated_export.mk 1 # TODO(go): not implemented
  /external/tpm2/
AlgorithmCap_fp.h 11 ALGORITHM_VECTOR *implemented // OUT: the implemented bits are SET
AlgorithmCap.c 116 // This function is used by TPM2_GetCapability() to return a list of the implemented algorithms.
143 // Scan the implemented algorithm list to see if there is a match to 'algID'.
171 ALGORITHM_VECTOR *implemented // OUT: the implemented bits are SET
175 // Nothing implemented until we say it is
176 MemorySet(implemented, 0, sizeof(ALGORITHM_VECTOR));
180 SET_BIT(s_algorithms[index].algID, *implemented);
  /prebuilts/go/darwin-x86/src/os/user/
lookup_android.go 12 return nil, errors.New("user: Lookup not implemented on android")
16 return nil, errors.New("user: LookupId not implemented on android")
20 return nil, errors.New("user: LookupGroup not implemented on android")
24 return nil, errors.New("user: LookupGroupId not implemented on android")
  /prebuilts/go/linux-x86/src/os/user/
lookup_android.go 12 return nil, errors.New("user: Lookup not implemented on android")
16 return nil, errors.New("user: LookupId not implemented on android")
20 return nil, errors.New("user: LookupGroup not implemented on android")
24 return nil, errors.New("user: LookupGroupId not implemented on android")
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 31 #error Not implemented
39 #error Not implemented
64 #error Not implemented
85 #error Not implemented
  /prebuilts/go/darwin-x86/src/plugin/
plugin_stubs.go 12 return nil, errors.New("plugin: not implemented")
16 return nil, errors.New("plugin: not implemented")
  /prebuilts/go/linux-x86/src/plugin/
plugin_stubs.go 12 return nil, errors.New("plugin: not implemented")
16 return nil, errors.New("plugin: not implemented")
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 24 #error Not implemented
36 #error Not implemented
57 #error Not implemented
113 #error Not implemented
145 #error Not implemented
latebindingsymboltable.h 23 #error Not implemented for this platform
  /external/valgrind/drd/tests/
annotate_publish_hg.stderr.exp 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
annotate_barrier.stderr.exp 2 The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h>
8 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
14 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
19 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
34 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
40 The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
warn3.d 7 #warning: warning: isatty is not implemented and will always fail$
warn4.d 7 #warning: warning: isatty is not implemented and will always fail$
  /dalvik/dx/src/com/android/dx/merge/
SortableType.java 26 * preceded by its supertype and implemented interfaces.
76 * Assigns this type's depth if the depths of its supertype and implemented
100 SortableType implemented = types[interfaceIndex]; local
101 if (implemented == null) {
103 } else if (implemented.depth == -1) {
106 max = Math.max(max, implemented.depth);
  /external/libcxx/src/include/
config_elast.h 37 #warning ELAST for this platform not yet implemented
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/include/
config_elast.h 37 #warning ELAST for this platform not yet implemented
  /prebuilts/go/darwin-x86/src/log/syslog/
doc.go 19 // BUG(brainman): This package is not implemented on Windows. As the
24 // BUG(akumar): This package is not implemented on Plan 9.
26 // BUG(minux): This package is not implemented on NaCl (Native Client).
  /prebuilts/go/linux-x86/src/log/syslog/
doc.go 19 // BUG(brainman): This package is not implemented on Windows. As the
24 // BUG(akumar): This package is not implemented on Plan 9.
26 // BUG(minux): This package is not implemented on NaCl (Native Client).

Completed in 233 milliseconds

1 2 3 4 5 6 7 8 91011>>