| /external/strace/ |
| bpf_sock_filter.c | 10 * 1. Redistributions of source code must retain the above copyright 40 if (BPF_CLASS(fp->code) == BPF_LD && BPF_MODE(fp->code) == BPF_ABS) {
|
| /external/tcpdump/ |
| bpf_dump.c | 6 * modification, are permitted provided that: (1) source code distributions 8 * distributions including binary code include the above copyright notice and 43 printf("%u %u %u %u\n", insn->code, 51 insn->code, insn->jt, insn->jf, insn->k);
|
| /external/tensorflow/tensorflow/core/lib/wav/ |
| wav_io_test.cc | 33 EncodeAudioAsS16LEWav(nullptr, 44100, 2, 3, &result).code()); 35 EncodeAudioAsS16LEWav(audio, 44100, 2, 3, nullptr).code()); 42 EncodeAudioAsS16LEWav(audio, 0, 2, 3, &result).code()); 44 EncodeAudioAsS16LEWav(audio, 44100, 0, 3, &result).code()); 46 EncodeAudioAsS16LEWav(audio, 44100, 2, 0, &result).code()); 51 EncodeAudioAsS16LEWav(audio, kuint32max_plus_one, 2, 3, &result).code()); 56 .code()); 60 EncodeAudioAsS16LEWav(audio, 44100, 2, 1073741813, &result).code());
|
| /external/valgrind/helgrind/tests/ |
| cond_timedwait_invalid.stderr.exp | 9 with error code 22 (EINVAL: Invalid argument)
|
| /external/vixl/examples/aarch32/ |
| abs.cc | 7 // * Redistributions of source code must retain the above copyright notice, 46 // Generate the code for the example function. 55 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); local 57 ExecutableMemory memory(code, code_size);
|
| getting-started.cc | 7 // * Redistributions of source code must retain the above copyright notice, 44 // Generate the code for the example function. 56 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); local 58 ExecutableMemory memory(code, code_size);
|
| /external/vixl/test/ |
| test-aborts.cc | 7 // * Redistributions of source code must retain the above copyright notice, 40 #define TEST(name, code, expected_prefix) \ 43 code; \
|
| /frameworks/av/media/libmedia/include/media/ |
| IStreamSource.h | 65 uint32_t code, const Parcel &data, Parcel *reply, 71 uint32_t code, const Parcel &data, Parcel *reply,
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
| bitstream.cpp | 175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) 184 *code = stream->curr_word; 193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) 202 *code = stream->curr_word >> (32 - nbits); 215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 226 *code = stream->curr_word >> (32 - nbits); 238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 247 *code = stream->curr_word >> 17; 257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) 266 *code = stream->curr_word >> 19 272 uint code; local 289 uint code; local 313 uint code; local 335 uint code; local 384 uint32 code; local 398 uint32 code; local [all...] |
| /frameworks/base/cmds/backup/ |
| Android.mk | 15 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
|
| /frameworks/base/core/java/android/content/ |
| IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken,
|
| /frameworks/base/media/tests/audiotests/ |
| Android.mk | 23 LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunreachable-code
|
| /hardware/qcom/display/msm8226/libqservice/ |
| IQService.cpp | 76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 78 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code); 93 if (code == CONNECT) { 105 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) { 108 pid=%d uid=%d process=%s", code, callerPid, 113 dispatch(code, &data, reply); 116 return BBinder::onTransact(code, data, reply, flags);
|
| /hardware/qcom/display/msm8994/libqservice/ |
| IQService.cpp | 76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 78 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code); 93 if (code == CONNECT) { 105 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) { 108 pid=%d uid=%d process=%s", code, callerPid, 113 dispatch(code, &data, reply); 116 return BBinder::onTransact(code, data, reply, flags);
|
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| elementsetattributens08.java | 79 success = (ex.code == DOMException.NAMESPACE_ERR); 89 success = (ex.code == DOMException.NAMESPACE_ERR);
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
| ActionService.java | 43 public void scheduleAction(final Action action, final int code, 45 ActionServiceImpl.scheduleAction(action, code, delayMs);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| TypingTimeRecorder.java | 41 public void onCodeInput(final int code, final long eventTime) { 46 if (Character.isLetter(code)) {
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
| RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 31 #define HANDLE_LIBCALL(code, name) code,
|