/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 491 def eval(self, code): 492 self._send_string(JERRY_DEBUGGER_EVAL_EVAL + code, JERRY_DEBUGGER_EVAL) 495 def eval_at(self, code, index): 496 self._send_string(JERRY_DEBUGGER_EVAL_EVAL + code, JERRY_DEBUGGER_EVAL, index) 499 def throw(self, code): 500 self._send_string(JERRY_DEBUGGER_EVAL_THROW + code, JERRY_DEBUGGER_EVAL) 788 result += "Byte code bytes: %s\n" % memory_stats[1] 880 return "Error: connection lost during source code receiving" 934 logging.debug("Byte code cptr received: {0x%x}", byte_code_cp) 938 # We know the last item in the list is the general byte code [all...] |
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 588 async function evalInCurrentContext(code) { 590 if (code === '.scope') { 601 expression: code, 607 expression: code, 621 const code = prepareControlCode(input); 622 const result = vm.runInContext(code, context, filename); 679 // List source code 685 print("You can't list source code right now");
|
/third_party/node/lib/internal/ |
H A D | url.js | 1090 const code = StringPrototypeCharCodeAt(qs, i); 1093 if (code === CHAR_AMPERSAND) { 1119 if (!seenSep && code === CHAR_EQUAL) { 1136 if (code === CHAR_PLUS) { 1144 if (code === CHAR_PERCENT) { 1147 if (isHexTable[code] === 1) {
|
/third_party/node/test/parallel/ |
H A D | test-stream-pipeline.js | 563 { code: 'ERR_INVALID_ARG_TYPE' } 860 assert.strictEqual(err.code, 'ERR_INVALID_RETURN_VALUE'); 872 assert.strictEqual(err.code, 'ERR_INVALID_RETURN_VALUE'); 884 assert.strictEqual(err.code, 'ERR_INVALID_RETURN_VALUE'); 896 assert.strictEqual(err.code, 'ERR_INVALID_RETURN_VALUE'); 1118 assert.strictEqual(err.code, 'ERR_STREAM_PREMATURE_CLOSE');
|
/third_party/node/src/ |
H A D | node_http2.h | 312 // Submits an RST_STREAM frame using the given code 313 void SubmitRstStream(const uint32_t code); 324 void Close(int32_t code); 389 // Returns the RST_STREAM code used to close this stream 390 int32_t code() const { return code_; } in code() function in node::http2::Http2Stream 480 int32_t code_ = NGHTTP2_NO_ERROR; // The RST_STREAM code (if any) 585 void Close(uint32_t code = NGHTTP2_NO_ERROR, 590 void Goaway(uint32_t code, int32_t lastStreamID, 825 uint32_t code, 908 // Custom error code fo [all...] |
/third_party/libinput/test/ |
H A D | test-switch.c | 758 ck_assert_int_eq(event.code, SW_LID); in START_TEST() 763 ck_assert_int_eq(event.code, SYN_REPORT); in START_TEST() 825 ck_assert_int_eq(event.code, SW_LID); in START_TEST() 830 ck_assert_int_eq(event.code, SYN_REPORT); in START_TEST() 886 ck_assert_int_eq(event.code, SW_LID); in START_TEST() 891 ck_assert_int_eq(event.code, SYN_REPORT); in START_TEST()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 276 int code = instr->CodeValue(); in PrintCode() local 278 base::SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x(%u)", code, code); in PrintCode() 409 DCHECK(STRING_STARTS_WITH(format, "code")); in FormatOption() 589 // This is already known to be BREAK instr, just extract the code. in DecodeBreakInstr() 592 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 601 Format(instr, "break, code: 'code"); in DecodeBreakInstr() [all...] |
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 281 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument 287 switch (code) { in sink_process_msg() 316 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg() 319 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument 325 switch (code) { in source_process_msg() 354 return pa_source_process_msg(o, code, data, offset, chunk);; in source_process_msg()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 398 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument 401 switch (code) { in sink_process_msg() 408 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg() 472 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument 475 switch (code) { in source_process_msg() 482 return pa_source_process_msg(o, code, data, offset, chunk); in source_process_msg()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | histogram_enc.c | 3 // Use of this source code is governed by a BSD-style license 214 int code, extra_bits; in VP8LHistogramAddSinglePixOrCopy() local 215 VP8LPrefixEncodeBits(PixOrCopyLength(v), &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local 216 ++histo->literal_[NUM_LITERAL_CODES + code]; in VP8LHistogramAddSinglePixOrCopy() 218 VP8LPrefixEncodeBits(PixOrCopyDistance(v), &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local 222 &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local 224 ++histo->distance_[code]; in VP8LHistogramAddSinglePixOrCopy() 237 // Two symbols, they will be 0 and 1 in a Huffman code. in BitsEntropyRefine() 271 // Small bias because Huffman code length is typically not stored in in InitialHuffmanCost()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_peap.c | 490 hdr->code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE; in eap_peap_build_phase2_term() 1105 nhdr->code = resp->code; in eap_peap_process_phase2() 1134 wpa_printf(MSG_DEBUG, "EAP-PEAP: received Phase 2: code=%d " in eap_peap_process_phase2() 1135 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_peap_process_phase2() 1137 switch (hdr->code) { in eap_peap_process_phase2() 1153 wpa_printf(MSG_INFO, "EAP-PEAP: Unexpected code=%d in " in eap_peap_process_phase2() 1154 "Phase 2 EAP header", hdr->code); in eap_peap_process_phase2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_peap.c | 504 hdr->code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE; in eap_peap_build_phase2_term() 1136 nhdr->code = resp->code; in eap_peap_process_phase2() 1165 wpa_printf(MSG_DEBUG, "EAP-PEAP: received Phase 2: code=%d " in eap_peap_process_phase2() 1166 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_peap_process_phase2() 1168 switch (hdr->code) { in eap_peap_process_phase2() 1184 wpa_printf(MSG_INFO, "EAP-PEAP: Unexpected code=%d in " in eap_peap_process_phase2() 1185 "Phase 2 EAP header", hdr->code); in eap_peap_process_phase2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxv.c | 82 static int extract_component(int yo0, int yo1, int code) in extract_component() argument 88 } else if (code == 0) { in extract_component() 90 } else if (code == 1) { in extract_component() 94 yo = (uint8_t) (((8 - code) * yo0 + in extract_component() 95 (code - 1) * yo1) / 7); in extract_component() 97 if (code == 6) { in extract_component() 99 } else if (code == 7) { in extract_component() 102 yo = (uint8_t) (((6 - code) * yo0 + in extract_component() 103 (code - 1) * yo1) / 5); in extract_component()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 518 * upstream, hard-code the maximum number of devices. in pvr_enumerate_devices() 1147 /* FIXME: Fix the below inconsistency of code size being in bytes whereas in pvr_device_init_compute_fence_program() 1466 /* FIXME: We should be calculating the size when we upload the code in 2193 const void *code, in pvr_gpu_upload_usc() 2216 memcpy(pvr_bo->bo->map, code, code_size); in pvr_gpu_upload_usc() 2225 * \brief Upload PDS program data and code segments from host memory to device 2233 * \param[in] code Pointer to PDS code segment to upload. 2234 * \param[in] code_size_dwords Size of PDS code segment in dwords. 2235 * \param[in] code_alignment Required alignment of the PDS code segmen 2192 pvr_gpu_upload_usc(struct pvr_device *device, const void *code, size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_gpu_upload_usc() argument 2243 pvr_gpu_upload_pds(struct pvr_device *device, const uint32_t *data, uint32_t data_size_dwords, uint32_t data_alignment, const uint32_t *code, uint32_t code_size_dwords, uint32_t code_alignment, uint64_t min_alignment, struct pvr_pds_upload *const pds_upload_out) pvr_gpu_upload_pds() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 #include "src/diagnostics/code-tracer.h" 389 void FeedbackVector::SetOptimizedCode(Handle<CodeT> code) { in SetOptimizedCode() argument 390 DCHECK(CodeKindIsOptimizedJSFunction(code->kind())); in SetOptimizedCode() 391 // We should set optimized code only when there is no valid optimized code. in SetOptimizedCode() 400 set_maybe_optimized_code(HeapObjectReference::Weak(*code), kReleaseStore); in SetOptimizedCode() 452 Code code = FromCodeT(CodeT::cast(slot->GetHeapObject())); in EvictOptimizedCodeMarkedForDeoptimization() local 453 if (code.marked_for_deoptimization()) { in EvictOptimizedCodeMarkedForDeoptimization() 1224 Code code in GetKeyedAccessStoreMode() local 1244 Code code = FromCodeT(CodeT::cast(*maybe_code_handler.object())); GetKeyedAccessStoreMode() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 23 # Replace 3xNEON+1xIALU code path with 4+1. 4+1 is actually fastest 65 $code .= "\t$opcode\t".join(',',@_,$arg)."\n"; 134 $code.=<<___; 218 $code.=<<___; 427 $code.=<<___; 515 $code.=<<___; 843 $code.=<<___; 981 $code.=<<___; 1093 $code.=<<___; 1278 foreach (split("\n",$code)) { [all...] |
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 312 var /** number */ code = readSymbol(tableGroup, tableIdx, s); 313 var /** number */ n = BLOCK_LENGTH_N_BITS[code]; 318 return BLOCK_LENGTH_OFFSET[code] + ((n <= 16) ? readFewBits(s, n) : readManyBits(s, n)); 430 throw "Duplicate simple Huffman code symbol"; 523 throw "Corrupted Huffman code histogram"; 588 var /** number */ code = readSymbol(table, tableIdx, s); 589 if (code == 0) { 592 } else if (code <= maxRunLengthPrefix) { 597 var /** number */ reps = (1 << code) + readFewBits(s, code); [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 23 # Replace 3xNEON+1xIALU code path with 4+1. 4+1 is actually fastest 65 $code .= "\t$opcode\t".join(',',@_,$arg)."\n"; 134 $code.=<<___; 221 $code.=<<___; 430 $code.=<<___; 519 $code.=<<___; 847 $code.=<<___; 986 $code.=<<___; 1098 $code.=<<___; 1283 foreach (split("\n",$code)) { [all...] |
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 281 for code in (HTTPStatus.NO_CONTENT, HTTPStatus.NOT_MODIFIED, 284 self.con.request('SEND_ERROR', '/{}'.format(code)) 286 self.assertEqual(code, res.status) 289 if code not in allow_transfer_encoding_codes: 298 for code in (HTTPStatus.OK, HTTPStatus.NO_CONTENT, 301 self.con.request('HEAD', '/{}'.format(code)) 303 self.assertEqual(code, res.status) 304 if code == HTTPStatus.OK: 310 if code not in allow_transfer_encoding_codes: 349 self.assertTrue(lines[0].endswith('code 40 [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr() argument 74 msg->hdr->code = code; in radius_msg_set_hdr() 95 * @code: Code for RADIUS header 102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) in radius_msg_new() argument 117 radius_msg_set_hdr(msg, code, identifier); in radius_msg_new() 138 static const char *radius_code_string(u8 code) in radius_code_string() argument 140 switch (code) { in radius_code_string() 356 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d", in radius_msg_dump() 357 msg->hdr->code, radius_code_strin in radius_msg_dump() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr() argument 74 msg->hdr->code = code; in radius_msg_set_hdr() 95 * @code: Code for RADIUS header 102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) in radius_msg_new() argument 117 radius_msg_set_hdr(msg, code, identifier); in radius_msg_new() 138 static const char *radius_code_string(u8 code) in radius_code_string() argument 140 switch (code) { in radius_code_string() 356 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d", in radius_msg_dump() 357 msg->hdr->code, radius_code_strin in radius_msg_dump() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 330 //generateCXXConstants(); // for measunit.cpp, update generated code in testZZZ() 2832 String code = expected.getSubtype(); in testAUnit() 2837 MeasureUnit actual = MeasureUnit.internalGetInstance(type, code); in testAUnit() 3321 assertEquals("Should parse ISO code GTQ even though the currency is USD", in testCurrencyFormatParseIsoCode() 3451 // DO NOT DELETE THIS FUNCTION! It may appear as dead code, but we use this to generate code 3487 // DO NOT DELETE THIS FUNCTION! It may appear as dead code, but we use this to generate code 3500 String code = unit.getSubtype(); in generateCXXHConstants() 3508 System.out.println(" * Returns by pointer, unit of " + type + ": " + code in generateCXXHConstants() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2 // Use of this source code is governed by a BSD-style license that can be 276 // for both of them to ensure that we don't end up generating code like in VisitBinop() 462 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitPairAtomicBinOp() local 486 selector->Emit(code, output_count, outputs, arraysize(inputs), inputs, in VisitPairAtomicBinOp() 724 InstructionCode code; in VisitStoreCommon() local 726 code = kArchStoreWithWriteBarrier; in VisitStoreCommon() 727 code |= MiscField::encode(static_cast<int>(record_write_mode)); in VisitStoreCommon() 729 code = kArchAtomicStoreWithWriteBarrier; in VisitStoreCommon() 730 code |= AtomicMemoryOrderField::encode(*atomic_order); in VisitStoreCommon() 731 code | in VisitStoreCommon() 2340 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicExchange() local 2377 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicCompareExchange() local 2414 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicBinaryOperation() local 2477 InstructionCode code = VisitWord32AtomicPairStore() local 2512 InstructionCode code = kArmWord32AtomicPairExchange | VisitWord32AtomicPairExchange() local 2545 InstructionCode code = kArmWord32AtomicPairCompareExchange | VisitWord32AtomicPairCompareExchange() local [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 10 #include "src/codegen/code-factory.h" 23 #include "src/objects/code.h" 651 // Invoke the builtin code. in Generate_JSEntryTrampolineHelper() 658 // context and the function left on the stack by the code in Generate_JSEntryTrampolineHelper() 680 Register code, Register scratch) { in AssertCodeTIsBaselineAllowClobber() 681 // Verify that the code kind is baseline code via the CodeKind. in AssertCodeTIsBaselineAllowClobber() 682 __ movl(scratch, FieldOperand(code, CodeT::kFlagsOffset)); in AssertCodeTIsBaselineAllowClobber() 688 static void AssertCodeTIsBaseline(MacroAssembler* masm, Register code, in AssertCodeTIsBaseline() argument 679 AssertCodeTIsBaselineAllowClobber(MacroAssembler* masm, Register code, Register scratch) AssertCodeTIsBaselineAllowClobber() argument 1838 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local 2167 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<CodeT> code) Generate_CallOrConstructVarargs() argument 2237 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument 4834 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local 4976 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 662 # Prepend specified perl code to each fragment before evaluating: 689 the formatting details from the main code, and put the formatting 690 parts of the program into the template. That prevents code bloat and 762 code in your template, with C<{> at the beginning and C<}> at the end. 788 failure code and a warning about where the problem is. Backslashes 893 template object. C<SOURCE> says where the template source code will 926 # Read template source code from STDIN: 971 evaluate the Perl code in the file. (It is afraid that a malicious 977 C<Text::Template> to disable taint checks on template code that has 979 trustworthy. It will also disable taint checks on template code tha [all...] |