HomeSort by relevance Sort by last modified time
    Searched refs:Functions (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/neven/
Android.mk 24 Embedded/common/src/b_APIEm/Functions.c \
31 Embedded/common/src/b_BasicEm/Functions.c \
46 Embedded/common/src/b_BitFeatureEm/Functions.c \
68 Embedded/common/src/b_ImageEm/Functions.c \
87 Embedded/common/src/b_TensorEm/Functions.c \
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 90 #pragma mark - General Utility Functions
101 #pragma mark - Domain Name Utility Functions
124 #pragma mark - Resource Record Utility Functions
182 #pragma mark - DNS Message Creation Functions
227 #pragma mark - DNS Message Parsing Functions
256 #pragma mark - Packet Sending Functions
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapCollectionTest.java 28 import com.google.common.base.Functions;
    [all...]
MultimapsTest.java 29 import com.google.common.base.Functions;
697 Functions.toStringFunction());
713 Functions.toStringFunction());
746 Multimaps.index(iterIter, Functions.toStringFunction());
779 Multimaps.index(values, Functions.identity());
787 Multimaps.index(values, Functions.constant(null));
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 56 New Procedures and Functions
64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
MESA_swap_control.spec 44 New Procedures and Functions
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
MESA_resize_buffers.spec 46 New Procedures and Functions
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 56 New Procedures and Functions
64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
MESA_swap_control.spec 44 New Procedures and Functions
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
MESA_resize_buffers.spec 46 New Procedures and Functions
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.h 118 SymbolMapTy Functions;
  /cts/
CtsBuild.mk 33 # Functions to get the paths of the build outputs.
  /external/compiler-rt/make/
lib_util.mk 1 # Library Utility Functions
27 # Helper functions that select the entire list of subdirs where a function is
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 54 #pragma mark -- Helper Functions --
154 #pragma mark -- Driver Functions --
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 14 // recursive functions, which they process all at once.
142 // Run pass P on all functions in the current SCC.
163 /// RefreshCallGraph - Scan the functions in the specified CFG and resync the
187 // Scan all functions in the SCC.
214 // constant folding happens of well known functions etc.
387 std::string Functions;
389 raw_string_ostream OS(Functions);
397 dumpPassInfo(P, EXECUTION_MSG, ON_CG_MSG, Functions);
442 // functions in this SCC. However, we support iterative compilation in the
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 55 New Procedures and Functions
199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
  /external/llvm/include/llvm/Support/
GCOV.h 167 SmallVector<GCOVFunction *, 16> Functions;
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 55 New Procedures and Functions
199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
  /external/chromium_org/v8/test/mjsunit/
get-prototype-of.js 62 // actual prototype object. Also test for Functions and RegExp.
  /external/eigen/blas/
lsame.f 27 * .. Intrinsic Functions ..
  /external/guava/guava/src/com/google/common/base/
Functions.java 33 * <p>All methods returns serializable functions as long as they're given serializable parameters.
40 public final class Functions {
41 private Functions() {}
182 * Returns the composition of two functions. For {@code f: A->B} and {@code g: B->C}, composition
237 /** @see Functions#forPredicate */
321 /** @see Functions#forSupplier*/
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 21 import com.google.common.base.Functions;
79 setDefault(Function.class, Functions.identity());
  /external/v8/test/mjsunit/
get-prototype-of.js 62 // actual prototype object. Also test for Functions and RegExp.
  /external/clang/lib/Sema/
SemaAccess.cpp 97 // functions (which can gain privileges through friendship), but we
112 Functions.push_back(Function->getCanonicalDecl());
142 SmallVector<FunctionDecl*, 4> Functions;
501 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
517 if (EC.Functions.empty()) return AR_inaccessible;
522 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
800 // static member functions.
801 if (S.getLangOpts().MicrosoftMode && !EC.Functions.empty()
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
extension_custom_bindings.js 74 // Functions
80 // Checking existence isn't enough since some functions are disabled via

Completed in 1271 milliseconds

12 3 4 5 6 7 8