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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
1-22.c 15 prototype "void func(int signo);" will set the global
1-23.c 15 prototype "void func(int signo);" will set the global
1-24.c 15 prototype "void func(int signo);" will set the global
1-25.c 15 prototype "void func(int signo);" will set the global
1-26.c 15 prototype "void func(int signo);" will set the global
1-3.c 15 prototype "void func(int signo);" will set the global
1-4.c 15 prototype "void func(int signo);" will set the global
1-5.c 15 prototype "void func(int signo);" will set the global
1-6.c 15 prototype "void func(int signo);" will set the global
1-7.c 15 prototype "void func(int signo);" will set the global
1-8.c 15 prototype "void func(int signo);" will set the global
1-9.c 15 prototype "void func(int signo);" will set the global
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 82 vars["prototype"] = "null";
90 vars["prototype"] = singular_type + ".getDefaultInstance()";
131 " $prototype$);\n");
144 " $prototype$);\n");
  /external/python/cpython2/Lib/ctypes/test/
test_as_parameter.py 88 # test with prototype
100 # check that the prototype works: we call f with wrong
143 # without prototype
152 # with prototype
  /external/python/cpython2/Lib/test/
win_console_handler.py 17 # Function prototype for the handler function. Returns BOOL, takes a DWORD.
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 167 // EFIAPI - prototype calling convention for EFI function pointers
168 // BOOTSERVICE - prototype for implementation of a boot service interface
169 // RUNTIMESERVICE - prototype for implementation of a runtime service interface
170 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 167 // EFIAPI - prototype calling convention for EFI function pointers
168 // BOOTSERVICE - prototype for implementation of a boot service interface
169 // RUNTIMESERVICE - prototype for implementation of a runtime service interface
170 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 147 // EFIAPI - prototype calling convention for EFI function pointers
148 // BOOTSERVICE - prototype for implementation of a boot service interface
149 // RUNTIMESERVICE - prototype for implementation of a runtime service interface
150 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
  /external/syslinux/gpxe/src/include/
assert.h 24 * printf() calls without dragging the printf() prototype into scope.
  /external/v8/src/
api-natives.h 40 Handle<Object> prototype,
  /external/v8/src/js/
typedarray.js 21 var GlobalArrayBufferPrototype = GlobalArrayBuffer.prototype;
221 // of modifications to Object.prototype being observable here.
244 var prototype = bufferConstructor.prototype;
245 // TODO(littledan): Use the right prototype based on bufferConstructor's realm
246 if (IS_RECEIVER(prototype) && prototype !== GlobalArrayBufferPrototype) {
247 %InternalSetPrototype(%TypedArrayGetBuffer(obj), prototype);
319 "get TypedArray.prototype.subarray", this);
823 utils.InstallGetter(GlobalTypedArray.prototype, toStringTagSymbol
    [all...]
  /external/v8/src/regexp/
regexp-utils.h 39 // Neither the object's map, nor its prototype's map may be modified.
  /external/v8/tools/foozzie/
v8_mock_archs.js 29 Function.prototype.bind.apply(arrayType, [null].concat(args)));
  /external/webrtc/webrtc/tools/loopback_test/
adapter.js 124 if (!MediaStream.prototype.getVideoTracks) {
125 MediaStream.prototype.getVideoTracks = function() {
130 if (!MediaStream.prototype.getAudioTracks) {
131 MediaStream.prototype.getAudioTracks = function() {
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.h 32 /*** Prototype of function ****************************************************/

Completed in 689 milliseconds

<<11121314151617181920>>