Home
last modified time | relevance | path

Searched full:committed (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/third_party/glslang/Test/baseResults/
DrayQuery-committed.Error.rgen.out1 rayQuery-committed.Error.rgen
2 ERROR: 0:48: 'committed' : argument must be compile-time constant
3 ERROR: 0:53: 'committed' : argument must be compile-time constant
4 ERROR: 0:54: 'committed' : argument must be compile-time constant
5 ERROR: 0:58: 'committed' : argument must be compile-time constant
6 ERROR: 0:62: 'committed' : argument must be compile-time constant
7 ERROR: 0:66: 'committed' : argument must be compile-time constant
8 ERROR: 0:70: 'committed' : argument must be compile-time constant
9 ERROR: 0:74: 'committed' : argument must be compile-time constant
10 ERROR: 0:78: 'committed' : argument must be compile-time constant
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java104 // If the last character was not committed it is stored in text[0].
106 // character was committed or not. If at any time ( but not within a
108 // only be 1 otherwise ) the last character was not committed.
113 private int committedChars = 0;// number of committed characters
116 private int totalChars = 0;//number of total characters ( committed + composed )
220 // the last character was committed, commit just Nukta. in handleKeyTyped()
221 // Note : the lastChar must have been committed if it is not one of in handleKeyTyped()
281 // totalChars = ( last character committed )? 0 : 1; in handleKeyTyped()
288 if( totalChars != 0 ) {// if some character is not committed. in endComposition()
302 private int committed = 0; field in IndicInputMethodImpl.ACIText
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp155 * e. Use the committed sparse buffer storage to store atomic counter values.
170 * a) All required pages are committed.
171 * b) Only half of the pages are committed. If only a single page is needed,
217 * f. Use the committed sparse buffer storage as a backing for a buffer texture
227 * a) All required pages are committed.
228 * b) Only half of the pages are committed. If only a single page is needed,
277 * over a sparse buffer. Make sure that all committed pages, which should
281 * of the halves is committed, and the other is not. Make sure the former
327 * *) All pages of the source region are not committed
328 * **) Half of the pages of the source region is not committed
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileOutputBuffer.h27 /// If the FileOutputBuffer is committed, the target file's content will become
29 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
42 /// buffer of the specified size. When committed, the buffer will be written
62 /// Returns path where file will show up if buffer is committed.
72 /// If this object was previously committed, the destructor just deletes
73 /// this object. If this object was not committed, the destructor
77 /// This removes the temporary file (unless it already was committed)
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt_builder.h229 bool committed) in brw_nir_rt_mem_hit_addr_from_addr() argument
231 return nir_iadd_imm(b, stack_addr, committed ? 0 : BRW_RT_SIZEOF_HIT_INFO); in brw_nir_rt_mem_hit_addr_from_addr()
235 brw_nir_rt_mem_hit_addr(nir_builder *b, bool committed) in brw_nir_rt_mem_hit_addr() argument
238 committed ? 0 : BRW_RT_SIZEOF_HIT_INFO); in brw_nir_rt_mem_hit_addr()
408 bool committed) in brw_nir_rt_load_mem_hit_from_addr() argument
411 brw_nir_rt_mem_hit_addr_from_addr(b, stack_addr, committed); in brw_nir_rt_load_mem_hit_from_addr()
440 bool committed) in brw_nir_rt_load_mem_hit() argument
443 committed); in brw_nir_rt_load_mem_hit()
487 false /* committed */); in brw_nir_rt_query_done()
508 false /* committed */), in brw_nir_rt_query_mark_done()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsEnumFunctionLocalNoCrash.types8 …ded: 'resource-added', ResourceContentCommitted: 'resource-content-committed', ViewShown…
12 …ded: 'resource-added', ResourceContentCommitted: 'resource-content-committed', ViewShown…
46 ResourceContentCommitted: 'resource-content-committed',
48 >'resource-content-committed' : "resource-content-committed"
/third_party/rust/crates/clap/.github/workflows/
Dcommitted.yml2 # range to `committed`
7 committed:
16 uses: crate-ci/committed@master
/third_party/rust/crates/env_logger/.github/workflows/
Dcommitted.yml2 # range to `committed`
15 committed:
24 uses: crate-ci/committed@master
/third_party/rust/crates/env_logger/
DCONTRIBUTING.md43 [`committed`](https://github.com/crate-ci/committed).
51 - [`committed`](https://github.com/crate-ci/committed)
D.pre-commit-config.yaml22 - repo: https://github.com/crate-ci/committed
25 - id: committed
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.8.in6 ntfsrecover \- Recover updates committed by Windows on an NTFS volume
33 file can be analyzed later and the transactions which were committed can be
37 similarly examines the log file and applies the updates within committed
111 Sync the file system by applying the committed actions which have not
115 The option -s can be repeated to request applying the committed actions
/third_party/grpc/src/core/call/
Drequest_buffer.h30 // The buffer can later be switched to committed mode, at which point it
32 // Callers can choose to switch to committed mode based upon policy of their
95 // buffered (or 0 if we're in committed mode).
106 // Switch to committed mode - needs to be called exactly once with the winning
110 bool committed() const { in committed() function
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture_clamp.txt51 Allocate sparse texture for current <target> with committed and
63 vec4(1, 1, 1, 1) to the output if access committed region and
71 in the shader would be in committed regions, (0, 0, 0, 1) otherwise.
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dissue-1397.rs2 Committed(i64), enumerator
15 state: TransactionState::Committed(ts, ..), in baz()
/third_party/rust/crates/clap/
D.pre-commit-config.yaml17 - repo: https://github.com/crate-ci/committed
20 - id: committed
/third_party/grpc/test/core/client_channel/
Dretry_state_test.cc301 internal::RetryMethodConfig policy, ServerMetadataHandle md, bool committed, in SuccessfulRequestsNeverRetry() argument
304 EXPECT_EQ(retry_state.ShouldRetry(*md, committed, FuzzerDebugTag), in SuccessfulRequestsNeverRetry()
322 internal::RetryMethodConfig policy, ServerMetadataHandle md, bool committed, in NonRetryableRequestsNeverRetry() argument
325 EXPECT_EQ(retry_state.ShouldRetry(*md, committed, FuzzerDebugTag), in NonRetryableRequestsNeverRetry()
355 internal::RetryMethodConfig policy, ServerMetadataHandle md, bool committed, in NeverRetryNegativePushback() argument
358 EXPECT_EQ(retry_state.ShouldRetry(*md, committed, FuzzerDebugTag), in NeverRetryNegativePushback()
/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c208 long committed; in update_mem_commit() local
211 committed = SAFE_READ_MEMINFO("Committed_AS:"); in update_mem_commit()
212 commit_left = commit_limit - committed; in update_mem_commit()
216 commit_limit, committed); in update_mem_commit()
/third_party/skia/third_party/externals/tint/docs/
Dexperimental_extensions.md22 - A description of what the contents of that PR would be, committed
32 - Ideally, this plan is committed to this repository, especially the
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_swap_frame_usage.spec113 between two buffer-swap operations being committed. In unextended GLX the
122 the swap is committed before target_msc, and is greater than or equal to
155 number of swaps that have been committed. This value may not match the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sparse_texture.txt245 Physical store for pages of a virtual texture may be committed and
338 When a sparsely committed texture is accessed by the GL, accesses that
339 require only samples contained in committed regions complete as normal.
358 blocks or committed regions of images are still seen, as are
393 <width>, <height> and <depth> are committed. If they were not committed
396 were already committed, then they remain committed, no error is generated,
398 <committed> is FALSE, then the texture pages contained in the region are
399 made de-committed. Their physical store is de-allocated, and their contents
/third_party/grpc/src/core/client_channel/
Dretry_interceptor.cc59 const ServerMetadata& md, bool committed, in ShouldRetry() argument
98 // Check whether the call is committed. in ShouldRetry()
99 if (committed) { in ShouldRetry()
101 << lazy_attempt_debug_string() << " retries already committed"; in ShouldRetry()
291 const bool committed = Commit(); in ServerToClientGotInitialMetadata() local
293 committed, in ServerToClientGotInitialMetadata()
/third_party/ffmpeg/tests/ref/fate/
Dsub-sami19 …00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nbeen committed and to which we are committed t…
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_sparse_texture.txt258 Physical store for pages of a virtual texture may be committed and
351 When a sparsely committed texture is accessed by the GL, accesses that
352 require only samples contained in committed regions complete as normal.
371 blocks or committed regions of images are still seen, as are
406 <width>, <height> and <depth> are committed. If they were not committed
409 were already committed, then they remain committed, no error is generated,
411 <committed> is FALSE, then the texture pages contained in the region are
412 made de-committed. Their physical store is de-allocated, and their contents
/third_party/openGLES/extensions/EXT/
DEXT_sparse_texture.txt258 Physical store for pages of a virtual texture may be committed and
351 When a sparsely committed texture is accessed by the GL, accesses that
352 require only samples contained in committed regions complete as normal.
371 blocks or committed regions of images are still seen, as are
406 <width>, <height> and <depth> are committed. If they were not committed
409 were already committed, then they remain committed, no error is generated,
411 <committed> is FALSE, then the texture pages contained in the region are
412 made de-committed. Their physical store is de-allocated, and their contents
/third_party/openGLES/extensions/ARB/
DARB_sparse_texture.txt255 Physical store for pages of a virtual texture may be committed and
348 When a sparsely committed texture is accessed by the GL, accesses that
349 require only samples contained in committed regions complete as normal.
368 blocks or committed regions of images are still seen, as are
403 <width>, <height> and <depth> are committed. If they were not committed
406 were already committed, then they remain committed, no error is generated,
408 <committed> is FALSE, then the texture pages contained in the region are
409 made de-committed. Their physical store is de-allocated, and their contents

12345678910>>...16