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

1 2 3 45

  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/dropbear/libtommath/
bn.tex 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
160 instructs the system to build all of the functions. This is how LibTomMath used to be packaged. This will give you
281 However, LibTomMath was written with cryptography in mind. It provides essentially all of the functions a cryptosystem
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
356 The arithmetic functions of the library are all organized to have the same style prototype. That is source operands
365 Another feature of the way the functions have been implemented is that source operands can be destination operands as well.
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
386 by the other LibTomMath functions.
545 \section{Maintenance Functions}
642 small constant assignment functions. The first function is used to set a single digit constant while the second set
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 104 // Functions
441 #pragma mark ***** DDNS Config Platform Functions
    [all...]
  /external/v8/src/
liveedit-debugger.js 31 // A LiveEdit namespace. It contains functions that modifies JavaScript code
35 // in form of list of delete/add/change chunks. The functions that include
36 // change chunk(s) get recompiled, or their enclosing functions are
42 // All unchanged functions have their positions updated accordingly.
98 // Recursively collects all newly compiled functions that are going into
140 // Collect shared infos for functions whose code need to be patched.
184 // We need to link to old script all former nested functions.
193 // Link to an actual script all the functions that we are going to use.
230 // FunctionCompileInfo -- a descriptions of all functions of the script.
231 // Elements of array are ordered by start positions of functions (from to
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 791 Functions.clear();
869 // declarations aren't functions (or function templates) at all. When
891 // identical (return types of functions are not part of the
    [all...]
TreeTransform.h 62 /// or the parts of an AST node using the various transformation functions,
77 /// \c TransformXXX functions (where XXX is the name of an AST node, e.g.,
82 /// functions to control how AST nodes are rebuilt when their operands change.
87 /// There are a handful of other functions that can be overridden, allowing one
295 /// transformations) or some set of the TransformXXXType functions
    [all...]
SemaExpr.cpp 207 // wrappers for simple C library functions.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 291 /// emitted a list of pure virtual functions. Used to prevent emitting the
375 /// \brief Callback to the parser to parse templated functions when needed.
505 /// to define functions that occur in multiple standards to call the version
747 /// Obtain a sorted list of functions that are undefined but ODR-used.
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 102 // For example you can do a search for "static" to find if any functions declare any local variables as "static"
104 // without the results being cluttered with hundreds of matches for functions declared static.
    [all...]
mDNS.c 22 * making *any* assumptions about availability of so-called "standard" C functions,
112 #pragma mark - General Utility Functions
557 #pragma mark - Resource Record Utility Functions
    [all...]
uDNS.c 57 #pragma mark - General Utility Functions
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 62 use File::Spec::Functions;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 551 (*===-- Functions ---------------------------------------------------------===*)
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 274 // initialization, setup/teardown functions
284 #pragma mark - General Utility Functions
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 32 (** Any value in the LLVM IR. Functions, instructions, global variables,
259 * See the various [LLVMIsA*] functions. *)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 46 // $f045 ; INT 10 Functions 0-Fh Entry Point
116 // - Implement remaining int13_cdemu functions (as defined by El-Torito specs)
411 // read_dword and write_dword functions
470 // Bit32u (unsigned long) and long helper functions
    [all...]

Completed in 1177 milliseconds

1 2 3 45