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

<<11121314151617181920>>

  /external/libxml2/os400/iconv/
README.iconv 8 - The prototype of iconv_open() does not declare parameters as const, although
29 - Prototype of iconv_open() has const parameters.
  /external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp 35 // Function must be a prototype and unused.
47 // Global must be a prototype and unused.
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension_lite.cc 77 " $prototype$,\n"
93 " $prototype$,\n"
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripDeadPrototypes.cpp 50 // Function must be a prototype and unused.
62 // Global must be a prototype and unused.
  /external/syslinux/core/lwip/src/include/lwip/
tcpip.h 75 /** Function prototype for the init_done function passed to tcpip_init */
77 /** Function prototype for functions passed to tcpip_callback() */
  /external/v8/src/js/
runtime.js 86 // NOTE: Setting the prototype for Array must take place as early as
90 // boilerplate gets the right prototype.
  /external/v8/tools/clang/value_cleanup/tests/
list-value-append-expected.cc 46 // prototype.
59 // prototype.
list-value-append-original.cc 46 // prototype.
59 // prototype.
  /external/vixl/examples/aarch32/
examples.h 87 // Generate a function with the following prototype:
93 // Generate a function with the following prototype:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 82 /** Callback prototype */
88 /** Callback prototype for errors */
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 34 Kaleidoscope, we have expressions, a prototype, and a function object.
82 (* proto - This type represents the "prototype" for a function, which captures
85 type proto = Prototype of string * string array
449 (* prototype
459 'Token.Kwd '(' ?? "expected '(' in prototype";
461 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
463 Ast.Prototype (id, Array.of_list (List.rev args))
466 raise (Stream.Error "expected function name in prototype")
468 Given this, a function definition is very simple, just a prototype plus
473 (* definition ::= 'def' prototype expression *
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java 71 * prototype strings.
  /development/ndk/platforms/android-24/include/android/
choreographer.h 37 * Prototype of the function that is called when a new frame is being rendered.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
FileExplorerLib.h 20 Prototype for the next process after user chosed one file.
  /external/autotest/client/site_tests/video_GlitchDetection/
froogaloop.js 13 slice = Array.prototype.slice,
16 Froogaloop.fn = Froogaloop.prototype = {
273 // Give the init function the Froogaloop prototype for later instantiation
274 Froogaloop.fn.init.prototype = Froogaloop.fn;
  /external/autotest/client/site_tests/video_VimeoVideo/
froogaloop.js 13 slice = Array.prototype.slice,
16 Froogaloop.fn = Froogaloop.prototype = {
273 // Give the init function the Froogaloop prototype for later instantiation
274 Froogaloop.fn.init.prototype = Froogaloop.fn;
  /external/bison/m4/
extern-inline.m4 15 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
  /external/curl/docs/libcurl/opts/
CURLOPT_CHUNK_END_FUNCTION.3 35 Pass a pointer to your callback function, which should match the prototype
CURLOPT_CLOSESOCKETFUNCTION.3 33 Pass a pointer to your callback function, which should match the prototype
CURLOPT_FNMATCH_FUNCTION.3 37 Pass a pointer to your callback function, which should match the prototype
  /external/flatbuffers/src/
idl_gen_js.cpp 415 code += object_name + ".prototype.__init = function(i, bb) {\n";
461 code += object_name + ".prototype." + MakeCamel(field.name, false);
488 code += object_name + ".prototype." + MakeCamel(field.name, false);
518 code += object_name + ".prototype." + MakeCamel(field.name, false);
564 code += object_name + ".prototype." + MakeCamel(field.name, false);
577 exports += "goog.exportProperty(" + object_name + ".prototype, '" +
578 MakeCamel(field.name, false) + "', " + object_name + ".prototype." +
588 code += object_name + ".prototype.mutate_" + field.name + " = function(value) {\n";
599 ".prototype, 'mutate_" + field.name + "', " + object_name +
600 ".prototype.mutate_" + field.name + ");\n"
    [all...]
  /external/libchrome/testing/
multiprocess_func_list.h 26 // The prototype of a_test_func is implicitly
  /external/llvm/bindings/ocaml/irreader/
irreader_ocaml.c 21 void llvm_raise(value Prototype, char *Message);

Completed in 741 milliseconds

<<11121314151617181920>>