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

1 2 3 4

  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 98 define 78 embed slp_agent
99 embed byte mandatory
100 embed array ipaddress address
101 define 79 embed slp_service
102 embed byte mandatory
103 embed ascii scope_list
109 define 81 embed fqdn
110 embed byte flags
111 embed byte rcode1
112 embed byte rcode
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug181.go 10 T; // ERROR "embed.*pointer"
issue14729.go 7 // Issue 14729: structs cannot embed unsafe.Pointer per the spec.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug181.go 10 T; // ERROR "embed.*pointer"
issue14729.go 7 // Issue 14729: structs cannot embed unsafe.Pointer per the spec.
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
spu.exp 52 set cmd "sh $srcdir/../../binutils/embedspu.sh -m32 ear tmpdir/ear tmpdir/embed.o"
67 set cmd "$READELF $READELFFLAGS -r --wide tmpdir/embed.o > tmpdir/embed.out"
74 fail "ear embed readelf"
78 if { [regexp_diff "tmpdir/embed.out" $srcdir/$subdir/embed.rd] } then {
79 fail "ear embed output"
83 pass "ear embed"
  /external/freetype/src/psaux/
psobjs.c 337 FT_Int embed = 0; local
388 embed++;
391 embed--;
392 if ( embed == 0 )
452 FT_Int embed = 0; local
463 ++embed;
467 --embed;
468 if ( embed == 0 )
490 if ( embed != 0 )
618 FT_Int embed; local
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c 337 FT_Int embed = 0; local
388 embed++;
391 embed--;
392 if ( embed == 0 )
452 FT_Int embed = 0; local
463 ++embed;
467 --embed;
468 if ( embed == 0 )
490 if ( embed != 0 )
621 FT_Int embed; local
    [all...]
  /build/make/core/
install_jni_libs_internal.mk 4 # my_embed_jni: indicate if we want to embed the jni libs in the apk.
11 # my_jni_shared_libraries, my_jni_shared_libraries_abi, if we are going to embed the libraries into the apk;
81 # Clear jni_shared_libraries to not embed it into the apk.
97 # Embed my_prebuilt_jni_libs to the apk
install_jni_libs.mk 10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk;
  /external/owasp/sanitizer/empiricism/
canned-data.js 46 "embed": true,
172 "embed",
287 "embed",
402 "embed",
517 "embed",
632 "embed",
748 "embed",
863 "embed",
978 "embed",
1093 "embed",
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 88 // Embed ReaderAt for ReadAt method.
89 // Do not embed SectionReader directly
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 73 // any indentation, to make it easier to embed inside other formatted JSON data.
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 88 // Embed ReaderAt for ReadAt method.
89 // Do not embed SectionReader directly
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 73 // any indentation, to make it easier to embed inside other formatted JSON data.
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 528 // embed itself (directly or indirectly), each embedded interface
544 embed, _ := under.(*Interface)
545 if embed == nil {
553 for _, m := range embed.allMethods {
563 // and embed the methods of this interface in a parameter of interface
  /prebuilts/go/linux-x86/src/go/types/
typexpr.go 528 // embed itself (directly or indirectly), each embedded interface
544 embed, _ := under.(*Interface)
545 if embed == nil {
553 for _, m := range embed.allMethods {
563 // and embed the methods of this interface in a parameter of interface
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 194 if context == "embed-type" {
195 error_(sel.Pos(), "cannot embed C type")
308 f.walk(&n.Type, "embed-type", visit)
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 194 if context == "embed-type" {
195 error_(sel.Pos(), "cannot embed C type")
308 f.walk(&n.Type, "embed-type", visit)
  /build/make/tools/droiddoc/templates-ndk/
sample.cs 56 <?cs # embed image/videos if below maxsize (show message otherwise), else display source code ?>
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 97 'http://www.youtube.com/embed/YE7VzlLtp-4?start=236&vq=hd720&autoplay=1'
  /external/doclava/res/assets/templates-sdk/
sample.cs 51 <?cs # embed image/videos if below maxsize (show message otherwise), else display source code ?>
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 5 // This file contains examples to embed in the Go 1 release notes document.
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 85 // Go 1.7 traces embed symbol info and does not require the binary.

Completed in 1103 milliseconds

1 2 3 4