HomeSort by relevance Sort by last modified time
    Searched refs:Interface (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/clang/lib/AST/
Type.cpp 887 // ObjC interfaces are incomplete if they are @class, not @interface.
888 ObjCInterfaceDecl *Interface
891 *Def = Interface;
892 return !Interface->hasDefinition();
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 35 # -- WordPress plugin interface -----------------------------------------------
65 # -- Smarty Modifier Interface ------------------------------------------------
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 48 ### Standard Function Interface ###
68 ### WordPress Plugin Interface ###
179 ### Smarty Modifier Interface ###
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 4 { ZLIB Data Compression Interface Unit }
14 interface
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 57 == Token as an Interface
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 250 #pragma mark Rule return scopes Interface start
253 #pragma mark Rule return scopes Interface end
259 /* interface lexer class */
260 @interface <className()> <@superClassName>: <superClass><@end> { // line 283
274 @end /* end of <className()> interface */<\n>
569 /* Interface grammar class */
570 @interface <className()> <@superClassName> : <superClass><@end> { /* line 572 */
606 @end /* end of <className()> interface */<\n>
    [all...]
  /external/compiler-rt/lib/asan/interception/mach_override/
mach_override.c 170 * Interface
174 #pragma mark (Interface)
  /external/v8/src/
ast.cc 80 interface_(var->interface()) {
89 Interface* interface)
97 interface_(interface) {
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 467 =head2 User Interface
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 190 if (ObjCInterfaceDecl *Interface = Method->getClassInterface())
191 ObjCImplementation = Interface->getImplementation();
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 1 (*===-- llvm/llvm.ml - LLVM Ocaml Interface --------------------------------===*
    [all...]
llvm.mli 1 (*===-- llvm/llvm.mli - LLVM Ocaml Interface -------------------------------===*
12 This interface provides an ocaml API for the LLVM intermediate
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 168 directly (\textit{e.g. sha256\_process()}) this descriptor interface allows the developer to customize their
222 \chapter{The Application Programming Interface (API)}
403 LibTomCrypt provides several block ciphers with an ECB block mode interface. It is important to first note that you
    [all...]

Completed in 706 milliseconds

1 2 3 4 56