Home
last modified time | relevance | path

Searched refs:code (Results 3451 - 3475 of 3577) sorted by relevance

1...<<131132133134135136137138139140>>...144

/third_party/alsa-utils/aplay/
H A Daplay.c386 static void prg_exit(int code) in prg_exit() argument
393 exit(code); in prg_exit()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp521 int32_t u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, in u_charName() argument
524 return U_ICU_ENTRY_POINT_RENAME(u_charName)(code, nameChoice, buffer, bufferLength, pErrorCode); in u_charName()
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h29 Many users prefer having an option to modify ITT API code when linking it
31 ITT API function names inside your code with empty strings. To do this,
46 refers to a section of program code, or to some set of logical concepts
345 * Use this API to mark particular code regions for loading detailed performance statistics.
408 * @brief function contains a special code pattern identified on the post-processing stage and
409 * marks the beginning of a code region targeted for Intel PT analysis
414 * @brief function contains a special code pattern identified on the post-processing stage and
415 * marks the end of a code region targeted for Intel PT analysis
632 * Indicate user-written synchronization code
858 * @brief Start sync object releasing code
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs6 #region Designer generated code
3837 #endregion Designer generated code
H A DUnittestIssues.cs6 #region Designer generated code
1224 /// Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45
3532 #endregion Designer generated code
H A DUnittestWellKnownTypes.cs6 #region Designer generated code
3325 #endregion Designer generated code
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c2645 int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in pa_sink_process_msg() argument
2649 switch ((pa_sink_message_t) code) { in pa_sink_process_msg()
/third_party/python/Lib/test/
H A Dtest_bytes.py327 code = textwrap.dedent(f'''
375 proc = assert_python_failure('-X', 'dev', '-c', code)
1891 # the rest that make sense (the code can be cleaned up to use modern
H A D_test_multiprocessing.py2090 values = [self.RawValue(code, value)
2091 for code, value, _ in self.codes_values]
2093 values = [self.Value(code, value)
2094 for code, value, _ in self.codes_values]
2735 time.sleep(DELTA) # let threaded cleanup code run
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp665 * @param compute_shader Compute shader source code
666 * @param fragment_shader Fragment shader source code
667 * @param geometry_shader Geometry shader source code
668 * @param tesselation_control_shader Tesselation control shader source code
669 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
670 * @param vertex_shader Vertex shader source code
842 * @param source Source code
935 /** Set shader's source code
939 * @param source Shader source code
943 const GLchar* code in Source() local
[all...]
H A Dgl4cBufferStorageTests.cpp72 // I don't quite understand how the old code *ever* worked...
978 * @param compute_shader Compute shader source code
979 * @param fragment_shader Fragment shader source code
980 * @param geometry_shader Geometry shader source code
981 * @param tesselation_control_shader Tesselation control shader source code
982 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
983 * @param vertex_shader Vertex shader source code
1145 * @param source Source code
1238 /** Set shader's source code
1242 * @param source Shader source code
1246 const GLchar* code = source.c_str(); Source() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp315 * @param compute_shader Compute shader source code
316 * @param fragment_shader Fragment shader source code
317 * @param geometry_shader Geometry shader source code
318 * @param tesselation_control_shader Tesselation control shader source code
319 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
320 * @param vertex_shader Vertex shader source code
485 * @param source Source code
573 /** Set shader's source code
577 * @param source Shader source code
581 const GLchar* code in Source() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp123 static std::string specializeShader(Context& context, const char* code) in specializeShader() argument
134 return tcu::StringTemplate(code).specialize(specializationMap); in specializeShader()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c215 * the core code. in mlme_event_auth()
280 * the core code. in mlme_event_assoc()
706 * the core code.
897 * confuse the core code.
2134 data.connect_failed_reason.code = MAX_CLIENT_REACHED;
2140 data.connect_failed_reason.code = BLOCKED_CLIENT;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2 // Use of this source code is governed by a BSD-style license that can be
16 #include "src/compiler/backend/code-generator-impl.h"
17 #include "src/compiler/backend/code-generator.h"
23 #include "src/objects/code-kind.h"
27 #include "src/wasm/wasm-code-manager.h"
230 // Just encode the stub index. This will be patched when the code
231 // is added to the native module and copied into wasm code space.
304 // Just encode the stub index. This will be patched when the code
305 // is added to the native module and copied into wasm code space.
472 // Just encode the stub index. This will be patched when the code
1198 Handle<CodeT> code = i.InputCode(0); AssembleArchInstruction() local
1258 Handle<CodeT> code = i.InputCode(0); AssembleArchInstruction() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c364 [clinic start generated code]*/
365 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=94a0f0f978acae17]*/
1257 /* XXX Replace PyObject_CheckBuffer with PyBytes_Check in other code in path_converter()
1518 // The extra parens suppress the unreachable-code warning with clang on MacOS in _Py_Sigset_Converter()
2088 int code = win32_xstat_impl(path, result, traverse); in win32_xstat() local
2090 return code; in win32_xstat()
2633 [python start generated code]*/
2754 /*[python end generated code: output=4bd4f6f7d41267f1 input=80b4c890b6774ea5]*/
2873 [python start generated code]*/
2874 /*[python end generated code
11229 os_strerror_impl(PyObject *module, int code) os_strerror_impl() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c144 If you have reasons to patch this detection code away or need changes \
1870 * cannot occur. This code is cleaning up a previous parse in XML_Parse()
1876 * Given the uncertainty, we retain the code but exclude it in XML_Parse()
2359 XML_ErrorString(enum XML_Error code) { in XML_ErrorString() argument
2360 switch (code) { in XML_ErrorString()
3102 /* BEGIN disabled code */ in doContent()
3118 /* END disabled code */ in doContent()
3194 * However it is a useful safety net, so we retain the code and in doContent()
3546 /* This code is walking through the appAtts array, dealing in storeAtts()
3558 * remove the code fro in storeAtts()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp838 // Assembly code used for testing LocalSize, OpNop, OpConstant{Null|Composite}, Op[No]Line, OpSource[Continued], OpSourceExtension, OpUndef is based on GLSL source code:
3154 // Assembly code used for testing OpUnreachable is based on GLSL source code:
3389 // Assembly code used for testing decoration group is based on GLSL source code:
3895 // Special SPIR-V code when using 16-bit integers. in createSpecConstantGroup()
3905 // Special SPIR-V code when using 64-bit integers. in createSpecConstantGroup()
3915 // Special SPIR-V code when using 64-bit floats. in createSpecConstantGroup()
3929 // Special SPIR-V code whe in createSpecConstantGroup()
7377 struct NameCodePair { string name, code; }; createOpSourceTests() member
7411 struct NameCodePair { string name, code; }; createOpSourceContinuedTests() member
7612 string code; createOpConstantNullTests() member
7729 string code; createOpConstantCompositeTests() member
11322 string code; createOpConstantFloat16Tests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp837 // Assembly code used for testing LocalSize, OpNop, OpConstant{Null|Composite}, Op[No]Line, OpSource[Continued], OpSourceExtension, OpUndef is based on GLSL source code:
3152 // Assembly code used for testing OpUnreachable is based on GLSL source code:
3387 // Assembly code used for testing decoration group is based on GLSL source code:
3893 // Special SPIR-V code when using 16-bit integers. in createSpecConstantGroup()
3903 // Special SPIR-V code when using 64-bit integers. in createSpecConstantGroup()
3913 // Special SPIR-V code when using 64-bit floats. in createSpecConstantGroup()
3927 // Special SPIR-V code whe in createSpecConstantGroup()
7365 struct NameCodePair { string name, code; }; createOpSourceTests() member
7399 struct NameCodePair { string name, code; }; createOpSourceContinuedTests() member
7600 string code; createOpConstantNullTests() member
7717 string code; createOpConstantCompositeTests() member
11224 string code; createOpConstantFloat16Tests() member
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1415 --libdir=DIR object code libraries [EPREFIX/lib]
1501 use internal checking code (deprecated and poorly
1508 use internal checking code (deprecated and poorly
1519 check: use internal checking code api: disable by
2062 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
4005 # By default we simply use the C compiler to build assembly code.
4696 # On the NeXT, cc -E runs the code through the compiler's parser,
4732 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4755 # On the NeXT, cc -E runs the code through the compiler's parser,
4791 # Because of `break', _AC_PREPROC_IFELSE's cleaning code wa
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm97 ; a different memory region than the first two), allowing for more optimal code for
H A Dh264_intrapred_10bit.asm2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 intra prediction code
H A Dh264_deblock.asm2 ;* MMX/SSE2/AVX-optimized H.264 deblocking code

Completed in 154 milliseconds

1...<<131132133134135136137138139140>>...144