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

1 2 3 45

  /external/srec/srec/crec/
srec_context.c 333 wordmap* Interface;
337 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base");
338 Interface->max_words = (wordID)(num_words + num_words_to_add);
339 Interface->num_words = (wordID)0;
341 Interface->words = (char**) CALLOC_CLR(Interface->max_words, sizeof(char*), "srec.graph.wordmap.words");
342 Interface->max_chars = num_chars + num_words_to_add * AVG_CHARS_PER_WORD;
343 Interface->chars = (char*) CALLOC_CLR(Interface->max_chars, sizeof(char), "srec.graph.wordmap.chars");
344 Interface->next_chars = Interface->chars
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
    [all...]
CGObjCGNU.cpp 488 const ObjCInterfaceDecl *Interface,
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 1 (*===-- llvm_target.mli - LLVM Ocaml Interface -----------------*- OCaml -*-===*
12 This interface provides an ocaml API for LLVM target information,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodechildnodesappendchild.js 84 by the "createElement()" method(Document Interface) to
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodechildnodesappendchild.js 84 by the "createElement()" method(Document Interface) to
  /external/expat/amiga/include/interfaces/
expat.h 30 struct Interface * APICALL (*Clone)(struct ExpatIFace *Self);
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 168 * Interface functions that must be implemented.
170 SR_Recognizer Interface;
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 63 @interface CATransaction(SnowLeopardConvenienceFunctions)
82 @interface WebFullscreenWindow : NSWindow
109 @interface WebFullScreenController(Private)
119 @interface NSWindow(IsOnActiveSpaceAdditionForTigerAndLeopard)
354 #pragma mark Exposed Interface
626 #pragma mark Internal Interface
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 1 (*===-- llvm_executionengine.mli - LLVM Ocaml Interface ---------*- C++ -*-===*
12 This interface provides an ocaml API for LLVM execution engine (JIT/
  /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...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 100 <span class="en">User Interface</span>
150 </li><!-- end of User Interface -->
363 <li><a href="<?cs var:toroot?>guide/topics/search/search-dialog.html">Creating a Search Interface</a></li>
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 4 { ZLIB Data Compression Interface Unit }
14 interface
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 467 =head2 User Interface
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/pcre/
pcregexp.pas 5 Based on PCRE library interface unit for Virtual Pascal.
59 Interface
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 183 if (ObjCInterfaceDecl *Interface = Method->getClassInterface())
184 ObjCImplementation = Interface->getImplementation();
    [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...]
  /frameworks/base/docs/html/resources/
resources-data.js 28 'ui': 'User Interface',
  /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 923 milliseconds

1 2 3 45