/third_party/musl/src/string/arm/liteos_a/ |
H A D | memcmp.S | 7 * 1. Redistributions of source code must retain the above copyright notice, this list of 37 .code 32 @memcmp
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | index.js | 218 { code: 'EAUDITGLOBAL' }
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | shrinkwrap.js | 211 code: 'ESHRINKWRAPGLOBAL',
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 38 __u16 code; member 100 * @keycode: key code assigned to this scancode 144 * __u32 code; 155 * Before the call, code is set to the wanted ABS_MT event type. On 157 * ABS_MT code. 159 * If the request code is not an ABS_MT value, -EINVAL is returned. 188 * forwarded to the client. Each event code is represented by a single bit
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 118 switch(ev->code) { in handle_event()
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 39 uint16_t code; member 101 * @keycode: key code assigned to this scancode 145 * uint32_t code; 156 * Before the call, code is set to the wanted ABS_MT event type. On 158 * ABS_MT code. 160 * If the request code is not an ABS_MT value, -EINVAL is returned. 189 * forwarded to the client. Each event code is represented by a single bit
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 43 __u16 code; member 108 * @keycode: key code assigned to this scancode 152 * __u32 code; 163 * Before the call, code is set to the wanted ABS_MT event type. On 165 * ABS_MT code. 167 * If the request code is not an ABS_MT value, -EINVAL is returned. 196 * forwarded to the client. Each event code is represented by a single bit
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-tap.py | 143 if event.code in tapcodes and event.value > 0:
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 28 /* Aug - 14 - 2001 Modified - Added code to remove the shared */ 34 /* Oct - 22 - 2001 Modified - Fixed bad code in main(). */ 35 /* removed stray code and options. Pthread_join */ 112 int code, ucontext_t *ut) in sig_handler() 116 int ret = 0; /* exit code from signal handler. */ in sig_handler() 111 sig_handler(int signal, int code, ucontext_t *ut) sig_handler() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.h | 2 // Use of this source code is governed by a BSD-style license that can be 9 #include "src/codegen/code-stub-assembler.h" 24 TNode<RawPtrT> LoadCodeObjectEntry(TNode<CodeT> code); 54 // Low level logic around the actual call into pattern matching code.
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | eh-frame.h | 2 // Use of this source code is governed by a BSD-style license that can be 108 // Directly accepts a DWARF register code, needed for 166 // alignment factors, the return address (pseudo) register code and the 202 // Write the return address (pseudo) register code. 302 static const char* DwarfRegisterCodeToString(int code);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.h | 8 * * Redistributions of source code must retain the above copyright 75 const String16& code,
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.h | 2 // Use of this source code is governed by a BSD-style license that can be 34 // Either the generated code as produced by the compiler or a trampoline 36 Handle<Object> code; member 61 // The number of registers used by the generated code. 64 // The compilation target (bytecode or native code). 124 // Integral return values used throughout regexp code layers. 169 // Uses a special global mode of irregexp-generated code to perform a global
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.h | 2 // Use of this source code is governed by a BSD-style license that can be 184 // NOTE: Returns the code in the output parameter. 185 void PrintFunction(JSFunction function, Object receiver, Code* code);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.h | 152 static const char *opname(Opcode code);
|
/third_party/python/Lib/distutils/command/ |
H A D | upload.py | 199 status = e.code
|
/third_party/python/Include/internal/ |
H A D | pycore_frame.h | 28 extern PyFrameObject* _PyFrame_New_NoTrack(PyCodeObject *code); 58 // frame. Rather, it is the code unit *prior to* the *next* instruction. For
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.hpp | 169 std::string specializeShader(const unsigned int parts, const char* const* code) const;
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 16 * much more complex and seem not to be any faster when reduced to code. 42 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 55 * In the IJG code, this factor of 8 is removed by the quantization step
|
H A D | jidctflt.c | 13 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine 24 * complex and seem not to be any faster when reduced to code. 30 * code is based directly on figure 4-8 in P&M. 56 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
H A D | wrtarga.c | 17 * Based on code contributed by Lee Daniel Crocker. 31 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
|
/third_party/skia/third_party/externals/brotli/ |
H A D | configure-cmake | 117 --libdir=DIR object code libraries [PREFIX/lib]
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.h | 181 FT_Int iniRange; /* initial code range number */ 182 FT_Int curRange; /* current code range number */ 183 FT_Byte* code; /* current code range */ member 220 TT_CodeRangeTable codeRangeTable; /* ! table of valid code ranges */ 287 * FreeType's minimal subpixel hinting code (interpreter version 40) 292 * exactly. Unlike the `Infinality' code (interpreter version 38) that 301 * `Direct_Move_X'). This has the smallest code footprint and single 532 * FreeType error code. 0 means success.
|
/third_party/rust/crates/nom/src/bits/ |
H A D | streaming.rs | 148 code: ErrorKind::TagBits in test_tag_err()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips.s | 1 # Assembly code for making mips64 syscalls.
|