HomeSort by relevance Sort by last modified time
    Searched refs:abstract (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 16 // Two sets of interfaces are included in this package. When a more abstract
18 // with v1.5/OAEP and signing/verifying with v1.5/PSS. If one needs to abstract
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 313 // Don't count trailing NUL for abstract address.
390 // "Abstract" Unix domain socket.
400 // abstract Unix domain sockets--they are supposed
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 334 int abstract, res; local
336 abstract = PyObject_IsTrue(value);
337 if (abstract < 0)
342 abstract = 0;
351 if (abstract)
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 354 int abstract, res; local
356 abstract = PyObject_IsTrue(value);
357 if (abstract < 0)
362 abstract = 0;
371 if (abstract)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 366 Objects/abstract.o \
691 Include/abstract.h \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 367 Objects/abstract.o \
692 Include/abstract.h \
    [all...]
  /prebuilts/go/darwin-x86/src/io/
io.go 8 // abstract the functionality, plus some other related primitives.
  /prebuilts/go/linux-x86/src/io/
io.go 8 // abstract the functionality, plus some other related primitives.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 366 Objects/abstract.o \
691 Include/abstract.h \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 367 Objects/abstract.o \
692 Include/abstract.h \
    [all...]
  /external/curl/lib/vtls/
gtls.c 35 #include <gnutls/abstract.h>
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 80 the instruction in an abstract manner. For example, it might express
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 2398 struct cil_blockabstract *abstract = current->data; local
    [all...]
  /external/v8/benchmarks/
deltablue.js 147 * An abstract class representing a system-maintainable relationship
209 * Abstract superclass for constraints having a single possible output
338 * Abstract superclass for constraints having two possible output
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 12 // ASN.1 is a syntax for specifying abstract objects and BER, DER, PER, XER etc
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 12 // ASN.1 is a syntax for specifying abstract objects and BER, DER, PER, XER etc
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 479 /// The set of fields needed by an abstract recognizer to recognize input
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 117 "abstract boolean byte extends final finally implements import " +
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 7 // output is an abstract syntax tree (AST) representing the Go source. The
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 7 // output is an abstract syntax tree (AST) representing the Go source. The
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 7 // output is an abstract syntax tree (AST) representing the Go source. The
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 7 // output is an abstract syntax tree (AST) representing the Go source. The
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 119 "abstract boolean byte extends final finally implements import " +
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 119 "abstract boolean byte extends final finally implements import " +
    [all...]

Completed in 1012 milliseconds

1 2 3 45 6