Searched defs:code (Results 1 - 25 of 1050) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dnew.py17 from types import CodeType as code namespace
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dnew.py17 from types import CodeType as code namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dnew.py17 from types import CodeType as code namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dnew.py17 from types import CodeType as code namespace
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
H A Dsscape_ioctl.h7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char *code; member in struct:sscape_microcode
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dimport.h59 unsigned char *code; member in struct:_frozen
H A Dpyerrors.h48 PyObject *code; member in struct:__anon16487
218 /* Mask the old API with a call to the new API for code compiled under
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dimport.h59 unsigned char *code; member in struct:_frozen
H A Dpyerrors.h48 PyObject *code; member in struct:__anon16609
218 /* Mask the old API with a call to the new API for code compiled under
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dimport.h59 unsigned char *code; member in struct:_frozen
H A Dpyerrors.h48 PyObject *code; member in struct:__anon17985
218 /* Mask the old API with a call to the new API for code compiled under
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dimport.h59 unsigned char *code; member in struct:_frozen
H A Dpyerrors.h48 PyObject *code; member in struct:__anon18108
218 /* Mask the old API with a call to the new API for code compiled under
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_error.h144 * @param __ecode the regex error code.
152 * @brief Gets the regex error code.
154 * @returns the regex error code.
157 code() const function in class:regex_error
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex_error.h144 * @param __ecode the regex error code.
152 * @brief Gets the regex error code.
154 * @returns the regex error code.
157 code() const function in class:regex_error
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex_error.h144 * @param __ecode the regex error code.
152 * @brief Gets the regex error code.
154 * @returns the regex error code.
157 code() const function in class:regex_error
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
H A DReply.java8 * - Redistributions of source code must retain the above copyright
33 * This source code is provided to illustrate the usage of a given feature
37 * this sample code.
70 private Code code; field in class:Reply
79 code = rc;
93 cb.put("HTTP/1.0 ").put(code.toString()).put(CRLF);
/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
H A DReply.java8 * - Redistributions of source code must retain the above copyright
33 * This source code is provided to illustrate the usage of a given feature
37 * this sample code.
70 private Code code; field in class:Reply
79 code = rc;
93 cb.put("HTTP/1.0 ").put(code.toString()).put(CRLF);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dv4l2-subdev.h44 * @format: media bus format (format code and frame size)
70 * @code: format code (from enum v4l2_mbus_pixelcode)
75 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
83 * @code: format code (from enum v4l2_mbus_pixelcode)
88 __u32 code; member in struct:v4l2_subdev_frame_size_enum
111 * @code: format code (from enum v4l2_mbus_pixelcode)
119 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A DMiniAEFrame.py72 msg = "High Level Event: %r %r" % (code(message), code(h | (v<<16)))
170 def code(x): function
171 "Convert a long int to the 4-character code it really is"
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dname_mapper.cpp48 const uint32_t* code,
53 spvBinaryParse(context, this, code, wordCount, nullptr,
47 FriendlyNameMapper(const spv_const_context context, const uint32_t* code, const size_t wordCount) argument
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dname_mapper.cpp48 const uint32_t* code,
53 spvBinaryParse(context, this, code, wordCount, nullptr,
47 FriendlyNameMapper(const spv_const_context context, const uint32_t* code, const size_t wordCount) argument
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DMiniAEFrame.py72 msg = "High Level Event: %r %r" % (code(message), code(h | (v<<16)))
170 def code(x): function
171 "Convert a long int to the 4-character code it really is"
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DWasm.h84 const ArrayRef<uint8_t>& code() const { return CodeSection; } function in class:llvm::object::WasmObjectFile
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
H A DWasm.h98 const ArrayRef<uint8_t>& code() const { return CodeSection; } function in class:llvm::object::WasmObjectFile

Completed in 594 milliseconds

1234567891011>>