HomeSort by relevance Sort by last modified time
    Searched refs:defined (Results 226 - 250 of 2245) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libdrm/exynos/
exynos-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_exynos.so} | awk '{print $3}'| while read func; do
  /external/libdrm/omap/
omap-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_omap.so} | awk '{print $3}'| while read func; do
  /external/libdrm/tegra/
tegra-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
  /external/libunwind/tests/
run-coredump-unwind 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms"
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
  /external/mesa3d/src/gbm/
gbm-symbols-check 3 FUNCS=$(nm -D --defined-only ${1-.libs/libgbm.so} | grep -o "T .*" | cut -c 3- | while read func; do
  /external/syslinux/com32/lib/
makeerrlist.pl 36 while ( defined($line = <$fh>) ) {
64 $quiet = defined($v) ? !$v : 0;
  /external/syslinux/core/
genhash.pl 8 while ( defined($keywd = <STDIN>) ) {
  /external/syslinux/libinstaller/
bin2c.pl 23 if ( !defined($table_name) ) {
  /external/valgrind/memcheck/tests/
holey_buffer_too_small.stderr.exp 2 ---- part defined, address error at end ----
20 ---- part defined, address error at start ----
29 ---- fully defined, address error at end ----
38 ---- fully defined, address error at start ----
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaSource.mm 28 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.m 11 #if !defined(__has_feature) || !__has_feature(objc_arc)
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDAppDelegate.m 32 #if defined(NDEBUG)
  /frameworks/rs/script_api/include/
rs_matrix.rsh 67 #if !defined(RS_VERSION) || (RS_VERSION <= 23)
117 #if (defined(RS_VERSION) && (RS_VERSION >= 24))
137 #if !defined(RS_VERSION) || (RS_VERSION <= 23)
169 #if (defined(RS_VERSION) && (RS_VERSION >= 24))
452 #if !defined(RS_VERSION) || (RS_VERSION <= 13)
457 #if !defined(RS_VERSION) || (RS_VERSION <= 13)
462 #if !defined(RS_VERSION) || (RS_VERSION <= 13)
467 #if !defined(RS_VERSION) || (RS_VERSION <= 13)
472 #if !defined(RS_VERSION) || (RS_VERSION <= 13)
477 #if !defined(RS_VERSION) || (RS_VERSION <= 13
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 9 // defined in asm_amd64.s
  /prebuilts/go/darwin-x86/src/net/http/
method.go 9 // Unless otherwise noted, these are defined in RFC 7231 section 4.3.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug026.go 25 check: main_sigs_I: not defined
bug240.go 17 After a '.' import, "unsafe" shouldn't be defined as
bug390.go 15 _ = unsafe.Pointer(x) - unsafe.Pointer(x) // ERROR "operator - not defined on unsafe.Pointer|expected integer, floating, or complex type"
bug424.go 8 // call the locally defined method localT.m independent
issue10284.go 7 // Issue 10284: gccgo failed to allow converting a user-defined
issue19764.go 9 // may be defined in multiple packages.
  /prebuilts/go/darwin-x86/test/
linkname.go 13 main.main: relocation target linkname2.byteIndex not defined
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 9 // defined in asm_amd64.s
  /prebuilts/go/linux-x86/src/net/http/
method.go 9 // Unless otherwise noted, these are defined in RFC 7231 section 4.3.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug026.go 25 check: main_sigs_I: not defined

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>