HomeSort by relevance Sort by last modified time
    Searched full:prototype (Results 501 - 525 of 3248) sorted by null

<<21222324252627282930>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 45 public Object register(ULocale loc, Object prototype) {
46 return Collator.registerInstance((Collator) prototype, loc);
73 * and unregister a service object prototype.
76 Object register(ULocale loc, Object prototype);
  /external/libcap/libcap/include/sys/
capability.h 18 * This file complements the kernel file by providing prototype
  /external/libchrome/base/
at_exit.h 41 // Registers the specified function to be called at exit. The prototype of
  /external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c 22 void llvm_raise(value Prototype, char *Message);
  /external/llvm/bindings/ocaml/linker/
linker_ocaml.c 25 void llvm_raise(value Prototype, char *Message);
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 223 | Ast.Prototype (name, args) ->
233 "prototype" really talks about the external interface for a function
238 should be used for a given Prototype. Since all function arguments in
321 just codegen the prototype (Proto) and verify that it is ok. We then
324 the prototype ensures that there is an LLVM Function object that is
649 (* proto - This type represents the "prototype" for a function, which captures
652 type proto = Prototype of string * string array
749 (* prototype
759 'Token.Kwd '(' ?? "expected '(' in prototype";
761 'Token.Kwd ')' ?? "expected ')' in prototype" >] -
    [all...]
  /external/llvm/lib/Transforms/IPO/
InferFunctionAttrs.cpp 28 // We only infer things using the prototype and the name; we don't need
  /external/llvm/test/CodeGen/SystemZ/
memchr-02.ll 1 ; Test memchr using SRST, with the correct prototype.
  /external/mesa3d/docs/
devinfo.html 37 /* prototype the new functions */
  /external/pdfium/testing/resources/javascript/
bug_679642.in 98 Object.defineProperty(Array.prototype, 1, {
  /external/syslinux/core/lwip/src/include/lwip/
timers.h 58 /** Function prototype for a timeout callback function. Register such a function
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 176 // EFIAPI - prototype calling convention for EFI function pointers
177 // BOOTSERVICE - prototype for implementation of a boot service interface
178 // RUNTIMESERVICE - prototype for implementation of a runtime service interface
179 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 176 // EFIAPI - prototype calling convention for EFI function pointers
177 // BOOTSERVICE - prototype for implementation of a boot service interface
178 // RUNTIMESERVICE - prototype for implementation of a runtime service interface
179 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
  /external/toolchain-utils/binary_search_tool/
compiler_wrapper.py 2 """Prototype compiler wrapper.
  /external/v8/src/
objects.h 227 // Indicates how aggressively the prototype should be optimized. FAST_PROTOTYPE
228 // will give the fastest result by tailoring the map to the prototype, but that
230 // (at least for now) when dynamically modifying the prototype chain of an
    [all...]
  /external/v8/tools/
csvparser.js 55 CsvParser.prototype.parseLine = function(line) {
  /external/v8/tools/turbolizer/
util.js 75 var arguments1 = Array.prototype.slice.call(arguments, 1);
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.h 25 // The low-pass filter prototype has these characteristics:
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.h 70 /*** Prototype of Function ***************************************************/
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Device.h 88 /***** Prototype of function **************************************************/
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 44 @details This class declares prototype for BlitEngine Interface which must be
  /hardware/qcom/display/msm8998/sdm/include/core/
socket_handler.h 50 @details This class declares prototype for SocketHandler methods which must be
  /hardware/qcom/display/sdm845/sdm/include/core/
socket_handler.h 50 @details This class declares prototype for SocketHandler methods which must be
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
blit_engine.h 44 @details This class declares prototype for BlitEngine Interface which must be
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/inc/
DivXDrmDecrypt.h 45 //prototype of DivXDrmDecryptFactory.

Completed in 431 milliseconds

<<21222324252627282930>>