/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 22 # than TI CGT-generated code. Loop is scheduled in such way that 33 $code.=<<___; 190 print $code;
|
/third_party/python/Tools/i18n/ |
H A D | msgfmt.py | 41 def usage(code, msg=''): 45 sys.exit(code)
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Any.cs | 6 #region Designer generated code 366 #endregion Designer generated code
|
H A D | FieldMask.cs | 6 #region Designer generated code 411 #endregion Designer generated code
|
H A D | Duration.cs | 6 #region Designer generated code 53 /// Example 1: Compute Duration from two Timestamps in pseudo code. 70 /// Example 2: Compute Timestamp from Timestamp + Duration in pseudo code. 328 #endregion Designer generated code
|
H A D | SourceContext.cs | 6 #region Designer generated code 227 #endregion Designer generated code
|
H A D | Timestamp.cs | 6 #region Designer generated code 349 #endregion Designer generated code
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | Benchmarks.cs | 6 #region Designer generated code 306 #endregion Designer generated code
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestImport.cs | 6 #region Designer generated code 253 #endregion Designer generated code
|
H A D | UnittestImportProto3.cs | 6 #region Designer generated code 229 #endregion Designer generated code
|
H A D | UnittestImportPublic.cs | 6 #region Designer generated code 231 #endregion Designer generated code
|
H A D | UnittestIssue6936C.cs | 6 #region Designer generated code 227 #endregion Designer generated code
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | play-memblockq.c | 71 static int memblockq_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in memblockq_stream_process_msg() argument 75 switch (code) { in memblockq_stream_process_msg()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 95 pa_log_debug("Key code=%u, value=%u", ev.code, ev.value); in io_callback() 97 switch (ev.code) { in io_callback()
|
/third_party/python/Lib/ensurepip/ |
H A D | __init__.py | 39 # Make the code deterministic if a directory contains multiple wheel files 85 code = f""" 98 code, 101 # run code in isolated mode if currently running isolated 145 directory). Returns pip command status code.
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 22 # than TI CGT-generated code. Loop is scheduled in such way that 33 $code.=<<___; 190 print $code;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSpirVAsm.cpp | 102 std::copy(&binary->code[0], &binary->code[0] + binary->wordCount, dst->begin()); in assembleSpirV() 215 *infoLog << "Disassembly failed with code: " << de::toString(disasmResult) << "\n"; in validateSpirV()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | immediate_int_test.cpp | 40 EXPECT_EQ(0x00FF00FFu, binary->code[5]); in TEST_F() 50 EXPECT_EQ(0x00FF00FFu, binary->code[6]); in TEST_F()
|
H A D | unit_spirv.h | 74 : value_(binary.code, binary.code + binary.wordCount) {} in WordVector()
|
/third_party/skia/resources/sksl/es2_conformance/ |
H A D | import_conformance_tests.py | 5 # Use of this source code is governed by a BSD-style license that can be 31 # GLSL code appears in ""double-double quotes"" and is indicated as vert/frag-specific or "both". 57 code = ((pp.Keyword("both") + pp.QuotedString('""', multiline=True)) | variable 67 caseItem = pp.Group(values | expectation | code | reqGlsl100) | ignoredCaseItem 183 # SkSL rejects code that fails to return a value; GLSL ES2 allows it. 193 # Apply fixups to the test code. 254 # Apply fixups to the test code.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | immediate_int_test.cpp | 40 EXPECT_EQ(0x00FF00FFu, binary->code[5]); in TEST_F() 50 EXPECT_EQ(0x00FF00FFu, binary->code[6]); in TEST_F()
|
H A D | unit_spirv.h | 74 : value_(binary.code, binary.code + binary.wordCount) {} in WordVector()
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 92 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
93 rem the _cmd.exe /c_ return code!
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | command.h | 85 uint16_t* code) { in GetLengthCode() 88 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode() 114 /* Stores distance code in low 10 bits 119 /* distance_code is e.g. 0 for same-as-last short code, or 16 for offset 1. */ 83 GetLengthCode(size_t insertlen, size_t copylen, BROTLI_BOOL use_last_distance, uint16_t* code) GetLengthCode() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Errors.cpp | 53 unsigned short code = 0) { 57 err.Set("code", static_cast<double>(code));
|