Home
last modified time | relevance | path

Searched refs:first (Results 801 - 825 of 4090) sorted by relevance

1...<<31323334353637383940>>...164

/third_party/mesa3d/src/util/
H A Du_debug_symbol.c264 static boolean first = TRUE; in debug_symbol_name_cached() local
266 if (first) { in debug_symbol_name_cached()
268 first = FALSE; in debug_symbol_name_cached()
/third_party/node/deps/openssl/openssl/util/
H A Dsu-filter.pl186 my $first = 1;
216 if($first) {
217 $first = 0;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py139 first = True
155 if not first or node.parent.prefix.endswith(indentation):
158 first = False
/third_party/skia/third_party/externals/spirv-tools/test/
H A Denum_string_mapping_test.cpp41 const Extension extension = param.first; in TEST_P()
50 const Extension extension = param.first; in TEST_P()
63 const SpvCapability capability = param.first; in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtree_iterator.h25 // Helper class to iterate over a tree in a depth first order.
103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()
118 // Helper class to iterate over a tree in a depth first post-order.
206 if (next_it.second == next_it.first->end()) { in MoveToNextNode()
208 current_ = next_it.first; in MoveToNextNode()
212 // We have more children to visit, set the current node to the first child in MoveToNextNode()
229 // Set the first child as the new node. in WalkToLeaf()
238 // When all the children has been visited, we pop the first entry and the
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtree_iterator.h25 // Helper class to iterate over a tree in a depth first order.
103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()
118 // Helper class to iterate over a tree in a depth first post-order.
206 if (next_it.second == next_it.first->end()) { in MoveToNextNode()
208 current_ = next_it.first; in MoveToNextNode()
212 // We have more children to visit, set the current node to the first child in MoveToNextNode()
229 // Set the first child as the new node. in WalkToLeaf()
238 // When all the children has been visited, we pop the first entry and the
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Denum_string_mapping_test.cpp41 const Extension extension = param.first; in TEST_P()
50 const Extension extension = param.first; in TEST_P()
63 const SpvCapability capability = param.first; in TEST_P()
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dapi.h139 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}}
149 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}}
173 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}}
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawMetadata.cpp149 const IndexedIndirectConfig& config = entry.first; in AddBundle()
151 if (it != mIndexedIndirectBufferValidationInfo.end() && it->first == config) { in AddBundle()
184 it = result.first; in AddIndexedIndirectDraw()
/third_party/openssl/util/
H A Dsu-filter.pl186 my $first = 1;
216 if($first) {
217 $first = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp171 if (isBRccPseudo(P.first)) in runOnMachineFunction()
172 isInt<9>(MaxSize) ? replaceWithBRcc(P.first) : replaceWithCmpBcc(P.first); in runOnMachineFunction()
/third_party/skia/tools/gpu/
H A DMemoryCache.cpp72 size_t bytesToHash = it->first.fKey->size(); in writeShadersToDisk()
82 memcpy(&vkKeyType, it->first.fKey->bytes() + bytesToHash, sizeof(vkKeyType)); in writeShadersToDisk()
88 hash.write(it->first.fKey->bytes(), bytesToHash); in writeShadersToDisk()
/third_party/vixl/test/
H A Dtest-runner.cc109 // Parse the arguments. Option flags must appear first, followed by an in main()
175 for (vixl::Test* c = vixl::Test::first(); c != NULL; c = c->next()) { in main()
181 for (vixl::Test* c = vixl::Test::first(); c != NULL; c = c->next()) { in main()
197 for (c = vixl::Test::first(); c != NULL; c = c->next()) { in main()
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs83 let mut first = true; in array() variables
115 if first { in array()
116 first = false; in array()
147 let mut first = true; variables
179 if first {
180 first = false;
285 /// JsonValue.string -> iterator over String (returns None after first successful call) in hash()
/third_party/spirv-tools/source/opt/
H A Dtree_iterator.h25 // Helper class to iterate over a tree in a depth first order.
103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()
118 // Helper class to iterate over a tree in a depth first post-order.
206 if (next_it.second == next_it.first->end()) { in MoveToNextNode()
208 current_ = next_it.first; in MoveToNextNode()
212 // We have more children to visit, set the current node to the first child in MoveToNextNode()
229 // Set the first child as the new node. in WalkToLeaf()
238 // When all the children has been visited, we pop the first entry and the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp127 /// In this case, the unconditional branch at the end of the first if can be
261 if (!PredOutEdge.first) in updatePredecessorProfileMetadata()
264 BasicBlock *PredBB = PredOutEdge.first; in updatePredecessorProfileMetadata()
473 /// Return the cost of duplicating a piece of this block from first non-phi
549 /// happening, we first have to find the loop headers. Here we approximate this
681 R.first = ConstantExpr::getCast(CI->getOpcode(), R.first, CI->getType()); in ComputeValueKnownInPredecessorsImpl()
714 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in ComputeValueKnownInPredecessorsImpl()
719 if (RHSVal.first in ComputeValueKnownInPredecessorsImpl()
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp903 This function first reads starting bytes to determine the expected
999 This function first reads starting bytes to determine the expected
1570 This function first reads starting bytes to determine the expected
1653 This function first reads starting bytes to determine the expected
1955 if (size_and_type.first != npos) in get_ubjson_ndarray_size()
1961 for (std::size_t i = 0; i < size_and_type.first; ++i) in get_ubjson_ndarray_size()
1973 for (std::size_t i = 0; i < size_and_type.first; ++i) in get_ubjson_ndarray_size()
2234 result.first = npos; // size in get_ubjson_size_type()
2268 bool is_error = get_ubjson_size_value(result.first, is_ndarray); in get_ubjson_size_type()
2283 bool is_error = get_ubjson_size_value(result.first, is_ndarra in get_ubjson_size_type()
[all...]
/third_party/python/Lib/idlelib/
H A Deditor.py264 # first start num_context_lines[0] lines back, then
409 if not self.text.index("sel.first"):
413 if self.text.compare(self.text.index("sel.first"), "<",
415 self.text.mark_set("my_anchor", "sel.first") # extend back
418 first = self.text.index(dest)
420 if self.text.compare(first,">",last):
421 first,last = last,first
423 self.text.tag_add("sel", first, last)
489 menubar: Menu widget containing first leve
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh106 if (prev_endcp != 0xFFFF && prev_endcp + 1u != _.first) in serialize_endcode_array()
112 prev_endcp = _.first; in serialize_endcode_array()
142 if (prev_cp == 0xFFFF || prev_cp + 1u != _.first) in serialize_startcode_array()
145 start_code = _.first; in serialize_startcode_array()
149 prev_cp = _.first; in serialize_startcode_array()
181 if (_.first == startCode[i]) in serialize_idDelta_array()
188 if (_.first == endCode[i]) in serialize_idDelta_array()
199 last_cp = _.first; in serialize_idDelta_array()
251 { return _.first <= 0xFFFF; }) in serialize()
730 startCharCode = _.first; in serialize()
821 hb_codepoint_t first = arrayZ[i].startUnicodeValue; collect_unicodes() local
[all...]
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DActsAudioDecEncNdkTest.cpp65 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc()
66 cout << "key: " << t.first << "; out: " << out <<endl; in CheckDecDesc()
68 cout << "OH_AVFormat_GetIntValue Fail. key:" << t.first << endl; in CheckDecDesc()
72 cout << "OH_AVFormat_GetIntValue error. key: " << t.first in CheckDecDesc()
86 key = t.first.c_str(); in SetFormat()
88 cout << "OH_AV_FormatPutIntValue Fail. format key: " << t.first in SetFormat()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DActsVideoDecEncNdkTest.cpp55 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc()
56 cout << "key: " << t.first << "; out: " << out <<endl; in CheckDecDesc()
58 cout << "OH_AVFormat_GetIntValue Fail. key:" << t.first << endl; in CheckDecDesc()
62 cout << "OH_AVFormat_GetIntValue error. key: " << t.first in CheckDecDesc()
82 key = t.first.c_str(); in SetFormat()
84 cout << "OH_AV_FormatPutIntValue Fail. format key: " << t.first in SetFormat()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_neon.S819 @ don't store the first 4x4 block, but keep it in registers
820 @ for the first slice of the second pass (where it is the
994 @ The first 4x4 block is kept in registers for the second pass,
1018 @ For the first slice, d16-d19 is kept in registers from the first pass.
1063 @ don't store the first 4x4 block, but keep it in registers
1064 @ for the first slice of the second pass (where it is the
1318 @ of the odd inputs, added/subtracted onto the outputs of the first idct16.
1385 @ to the first odd row
1423 @ adding into the output first, an
[all...]
/third_party/elfutils/src/
H A Dsize.c471 bool first = true; in show_sysv_one_line() local
485 if (! first) in show_sysv_one_line()
487 first = false; in show_sysv_one_line()
595 bool first = true; in show_segments() local
609 if (! first) in show_segments()
611 first = false; in show_segments()
/third_party/gn/src/gn/
H A Dohos_components.cc129 components_[com.first] = in LoadComponentInfo()
130 new OhosComponent(com.first.c_str(), subsystem->GetString().c_str(), path->GetString().c_str()); in LoadComponentInfo()
135 LoadInnerApi(com.first, innerapis->GetList()); in LoadComponentInfo()
301 override_map_[com.first] = com.second.GetString(); in LoadOverrideMap()
328 if (com.first == "product_toolchain_label") { in LoadToolchain()
428 if (pair.first == component_name) { in GetExternalDepsLabel()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flrp.c236 const float first = val[swizzle[0]].f32; in all_same_constant() local
239 if (val[swizzle[i]].f32 != first) in all_same_constant()
243 *result = first; in all_same_constant()
245 const double first = val[swizzle[0]].f64; in all_same_constant() local
248 if (val[swizzle[i]].f64 != first) in all_same_constant()
252 *result = first; in all_same_constant()
348 /* Does the other flrp use source 2 from the first flrp as its source 2 in get_similar_flrp_stats()
514 * first flrp and one FMA instruction for each additional flrp. It in convert_flrp_instruction()
532 * other lowered flrp. This results in 3 insructions for the first in convert_flrp_instruction()
551 * flrp. This results in 4 insructions for the first flr in convert_flrp_instruction()
[all...]

Completed in 26 milliseconds

1...<<31323334353637383940>>...164