/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 666 int32_t size;
in testNativeWindowNativeWindowHandleOptGetBufferQueueSize() local 668 int32_t flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_BUFFERQUEUE_SIZE, &size);
in testNativeWindowNativeWindowHandleOptGetBufferQueueSize() 673 if (size != CONSTANT_3) {
in testNativeWindowNativeWindowHandleOptGetBufferQueueSize()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 79 { "buffer_size", "Underlying protocol send/receive buffer size", OFFSET(buffer_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, DEC|ENC }, \ 80 { "pkt_size", "Underlying protocol send packet size", OFFSET(pkt_size), AV_OPT_TYPE_INT, { .i64 = 1472 }, -1, INT_MAX, ENC } \ 2376 static void append_source_addrs(char *buf, int size, const char *name, in append_source_addrs() argument 2382 av_strlcatf(buf, size, "&%s=%s", name, addrs[0]->addr); in append_source_addrs() 2384 av_strlcatf(buf, size, ",%s", addrs[i]->addr); in append_source_addrs()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 149 * get_vms_file_size does what it takes to get the real size of the file 151 * For fixed files, find out the size of the EOF block and adjust. 186 * if not to call a routine to get the correct size. 278 * - Stat gives a size but this is UNRELIABLE in VMS. E.g. in pre_transfer() 287 /* Calculate the real upload size for VMS */ in pre_transfer() 317 /* we ignore file size for char/block devices, sockets, etc. */ in pre_transfer() 1125 /* We're told to continue from where we are now. Get the size in single_transfer() 1130 /* set offset to current file size: */ in single_transfer() 1319 long size = strtol(env, NULL, 10); in single_transfer() local 1320 if(size) in single_transfer() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3172 errln(message + " \tgetXSet < empirical (" + missing.size() + "): " + toPattern(missing)); in assertEquals() 3177 logln("WARNING: " + message + " \tgetXSet > empirical (" + extra.size() + "): " + toPattern(extra)); in assertEquals() 3851 String[] results = new String[v.size()]; in expect()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3169 errln(message + " \tgetXSet < empirical (" + missing.size() + "): " + toPattern(missing)); in assertEquals() 3174 logln("WARNING: " + message + " \tgetXSet > empirical (" + extra.size() + "): " + toPattern(extra)); in assertEquals() 3851 String[] results = new String[v.size()]; in expect()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 78 static void shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align); 377 const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() 384 *size = comp_size * length, in shared_type_info() 376 shared_type_info( const struct glsl_type *type, unsigned *size, unsigned *align) shared_type_info() argument
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/chacha/ |
H A D | chacha-s390x.S | 259 .size ChaCha20_ctr32,.-ChaCha20_ctr32 525 .size ChaCha20_ctr32_4x,.-ChaCha20_ctr32_4x 903 .size ChaCha20_ctr32_vx,.-ChaCha20_ctr32_vx
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/chacha/ |
H A D | chacha-s390x.S | 259 .size ChaCha20_ctr32,.-ChaCha20_ctr32 525 .size ChaCha20_ctr32_4x,.-ChaCha20_ctr32_4x 903 .size ChaCha20_ctr32_vx,.-ChaCha20_ctr32_vx
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/chacha/ |
H A D | chacha-s390x.S | 259 .size ChaCha20_ctr32,.-ChaCha20_ctr32 544 .size ChaCha20_ctr32_4x,.-ChaCha20_ctr32_4x 940 .size ChaCha20_ctr32_vx,.-ChaCha20_ctr32_vx
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/chacha/ |
H A D | chacha-x86.S | 379 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin 961 .size ChaCha20_ssse3,.-.L_ChaCha20_ssse3_begin 1459 .size ChaCha20_xop,.-.L_ChaCha20_xop_begin
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 27 // Operand size decides between 16, 32 and 64 bit operands. 127 PUSHPOP_INSTR, // Has implicit 64-bit operand size. 332 // Byte size operand override. 473 int PrintImmediate(byte* data, OperandSize size); 590 int DisassemblerX64::PrintImmediate(byte* data, OperandSize size) { in PrintImmediate() argument 593 switch (size) { in PrintImmediate()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 180 #define STRING_TYPE_CASE(TYPE, size, name, CamelName) case TYPE: in HeapObjectVerify() 1160 int size = Smi::ToInt(length()); in JSArrayVerify() local 1163 CHECK(size <= elements().length() || in JSArrayVerify()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 983 assert(res->bo->size >= aux_res->aux.offset + res->aux.surf.size_B); in import_aux_info() 1080 iris_buffer_alignment(uint64_t size) in iris_buffer_alignment() argument 1083 * buffer texture pixel size is 4 * 4 = 16B. OpenCL data is also supposed in iris_buffer_alignment() 1085 * 8 * 16 = 128B. Align to the largest power of 2 which fits in the size, in iris_buffer_alignment() 1089 while (align > size) in iris_buffer_alignment()
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/chacha/ |
H A D | chacha-x86.S | 379 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin 961 .size ChaCha20_ssse3,.-.L_ChaCha20_ssse3_begin 1459 .size ChaCha20_xop,.-.L_ChaCha20_xop_begin
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/chacha/ |
H A D | chacha-s390x.S | 259 .size ChaCha20_ctr32,.-ChaCha20_ctr32 544 .size ChaCha20_ctr32_4x,.-ChaCha20_ctr32_4x 940 .size ChaCha20_ctr32_vx,.-ChaCha20_ctr32_vx
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/chacha/ |
H A D | chacha-x86.S | 379 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin 961 .size ChaCha20_ssse3,.-.L_ChaCha20_ssse3_begin 1459 .size ChaCha20_xop,.-.L_ChaCha20_xop_begin
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/chacha/ |
H A D | chacha-x86.S | 379 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin 961 .size ChaCha20_ssse3,.-.L_ChaCha20_ssse3_begin 1459 .size ChaCha20_xop,.-.L_ChaCha20_xop_begin
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil.js | 2703 var size = numFormat.leadingDigitsPatternCount(); 2704 if (size == 0 || 2708 .search(numFormat.getLeadingDigitsPattern(size - 1)) == 0) { 3489 // For size efficiency, where a sub-description (e.g. fixed-line) has the
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 278 /* If socket write MTU is less than encoded frame size, there could be in bt_prepare_encoder_buffer() 283 * Note for A2DP codecs it is expected that size of encoded frame is less in bt_prepare_encoder_buffer() 287 * For SCO socket all writes will be of MTU size to match payload length in bt_prepare_encoder_buffer() 289 * length of HCI packet may exceed encoded frame size. For mSBC frame size in bt_prepare_encoder_buffer() 293 * Reserve space for up to 1 + MTU / (encoded frame size) encoded frames in bt_prepare_encoder_buffer() 297 * reliably detect socket MTU size. For now we just set SCO socket MTU to be in bt_prepare_encoder_buffer() 299 * and adjust SCO write size to be equal to last SCO read size. This makes in bt_prepare_encoder_buffer() 300 * write size les in bt_prepare_encoder_buffer() 430 bt_transport_read(pa_bluetooth_transport *t, int fd, void *buffer, size_t size, pa_usec_t *p_timestamp) bt_transport_read() argument [all...] |
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 6 and default window size. Define additional help sources. 299 Fonts: Enable users to provisionally change font face, size, or 411 # Set font size dropdown. 429 changes.add_option('main', 'EditorWindow', 'font-size', value) 2048 # Limit size to fit non-expanding space with larger font. 2152 if self.helplist.size() < 1: # No entries in list. 2299 particular system and will not necessarily have the same size as the 2395 # Update the scrollbars to match the size of the inner frame. 2396 size = (interior.winfo_reqwidth(), interior.winfo_reqheight()) 2397 canvas.config(scrollregion="0 0 %s %s" % size) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 980 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() 1152 for (unsigned I = 0, E = RetTys.size(); I != E; ++I) { in lowerCallTo() 2258 FuncInfo.OrigNumPHINodesToUpdate = FuncInfo.PHINodesToUpdate.size(); in handlePHINodesInSuccessorBlocks() 2379 // Type size needs to match. in canFoldAddIntoGEP()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 1850 for (unsigned int i = 0; i < testData.texture2DFormats.size(); i++) in init() 1871 for (unsigned int i = 0; i < testData.copyTexImageFormats.size(); i++) in init() 1881 for (unsigned int i = 0; i < testData.renderbufferFormats.size(); i++) in init()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 49 size_t size() const; 545 return {base, (int)( sizeof(int)*(buf.size() - 1) )}; in push() 561 return {base, (int)( sizeof(int)*(buf.size() - SK_ARRAY_COUNT(ints)) )}; in pushPtr()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 237 void* Renderer::operator new(size_t size) in operator new() argument 239 ASSERT(size == sizeof(Renderer)); // This operator can't be called from a derived class in operator new() 346 if(queries.size() != 0) in draw() 1135 unsigned int batch[128][3]; // FIXME: Adjust to dynamic batch size in processPrimitiveVertices()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 1303 static WEBP_INLINE void TrueMotion_NEON(uint8_t* dst, int size) { in TrueMotion_NEON() argument 1308 for (y = 0; y < size; y += 4) { in TrueMotion_NEON() 1323 if (size == 4) { in TrueMotion_NEON()
|