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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_1-1.in 15 prototype "void func(int signo);" will set the global
  /external/openssh/contrib/solaris/
README 19 pkg_post_make_install_fixes.sh pkg-post-prototype-edit.sh
  /external/openssh/openbsd-compat/
bsd-waitpid.h 45 /* Prototype */
  /external/spirv-llvm/lib/SPIRV/Mangler/
NameMangleAPI.h 26 /// the function's prototype.
  /external/swiftshader/third_party/subzero/
README-wasm.md 1 # Wasm Prototype Experiment Notes
  /external/v8/src/
compilation-dependencies.h 37 MaybeHandle<JSReceiver> prototype = MaybeHandle<JSReceiver>());
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
functions-expected.cc 20 // Tests that the prototype for a function is updated.
functions-original.cc 20 // Tests that the prototype for a function is updated.
  /frameworks/native/include/android/
choreographer.h 39 * Prototype of the function that is called when a new frame is being rendered.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
select.h 47 /* We don't use `memset' because this would require a prototype and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
subscribe.h 52 /** Subscription event callback prototype */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select.h 38 /* We don't use `memset' because this would require a prototype and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select.h 47 /* We don't use `memset' because this would require a prototype and
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
  /system/core/adb/sysdeps/win32/
stat.cpp 38 // <sys/stat.h> has a function prototype for wstat() that should be available.
  /toolchain/binutils/binutils-2.25/bfd/
pe-arm.c 22 /* Do this before including bfd.h, so we prototype the right functions. */
  /toolchain/binutils/binutils-2.25/gprof/
ChangeLog-2013 8 * gprof.h: Add prototype for inline_file_names.
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 26 import com.android.dx.rop.type.Prototype;
119 checkPrototype(Prototype.intern(methods.get(i).getDescriptor().getString()));
123 private void checkPrototype(Prototype proto) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
McaInitPmi.h 49 Prototype of MCA handler.
77 Prototype of INIT handler.
103 Prototype of PMI handler
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.h 49 Prototype of HMAC GetContextSize.
63 Prototype of HMAC Operation Initiating.
83 Prototype of HMAC update.
107 Prototype of HMAC finallization.
127 Prototype of Block Cipher GetContextSize.
141 Prototype of Block Cipher initiation.
164 Prototype of Cipher encryption.
192 Prototype of Cipher decryption.
219 Prototype of Hash ContextSize.
233 Prototype of Hash Initiate.
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 430 const UConverterStaticData *prototype; local
506 prototype=ucnv_converterStaticData[staticData->conversionType];
507 if(prototype!=NULL) {
509 uprv_strcpy((char *)staticData->name, prototype->name);
513 staticData->codepage=prototype->codepage;
517 staticData->platform=prototype->platform;
521 staticData->minBytesPerChar=prototype->minBytesPerChar;
525 staticData->maxBytesPerChar=prototype->maxBytesPerChar;
529 staticData->subCharLen=prototype->subCharLen;
530 if(prototype->subCharLen>0)
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.h 103 // Given a Descriptor, constructs the default (prototype) Message of that
110 // by calling the prototype's New() method share some data with the
111 // prototype, so these must be destroyed before the DynamicMessageFactory

Completed in 638 milliseconds

<<11121314151617181920>>