| /third_party/node/test/parallel/ |
| H A D | test-abortcontroller.js | 48 const first = new AbortController(); 52 first.signal.addEventListener('abort', common.mustCall((event) => { 58 first.abort();
|
| /third_party/musl/src/thread/ |
| H A D | sem_open.c | 37 int fd, i, e, slot, first=1, cnt, cs; in sem_open() local 86 * existing file first and fall back to creation. */ in sem_open() 105 if (first) { in sem_open() 106 first = 0; in sem_open()
|
| /third_party/node/deps/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 47 // To write value-parameterized tests, first you should define a fixture 103 // can instantiate it more than once) the first argument to the 493 #define GTEST_GET_FIRST_(first, ...) first 494 #define GTEST_GET_SECOND_(first, second, ...) second
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | filterrb.cpp | 200 search = fChildren.emplace(key, Tree(*fWildcard)).first; in applyRule() 202 search = fChildren.emplace(key, Tree()).first; in applyRule() 216 out << child.first << ": {" << std::endl; in print()
|
| /third_party/node/deps/npm/node_modules/gauge/lib/ |
| H A D | render-template.js | 80 cloned.first = index === 0 129 var prevPadRight = item.first ? 0 : output[item.index - 1].padRight 130 if (!item.first && prevPadRight < item.kerning) {
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | markers.py | 70 marker: Union[List[str], MarkerAtom, str], first: Optional[bool] = True 87 inner = (_format_marker(m, first=False) for m in marker) 88 if first:
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_print.c | 131 bool first = true; in mir_print_embedded_constant() local 142 if (first) in mir_print_embedded_constant() 143 first = false; in mir_print_embedded_constant()
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | filterrb.cpp | 200 search = fChildren.emplace(key, Tree(*fWildcard)).first; in applyRule() 202 search = fChildren.emplace(key, Tree()).first; in applyRule() 216 out << child.first << ": {" << std::endl; in print()
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | list.h | 206 struct list_head *first = list->next; in __list_splice() local 210 first->prev = head; in __list_splice() 211 head->next = first; in __list_splice() 220 * @head: the place to add it in the first list. 231 * @head: the place to add it in the first list.
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | source-position.cc | 25 bool first = true; in operator <<() local 27 if (!first) out << " inlined at "; in operator <<() 29 first = false; in operator <<()
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-utils.cc | 176 const uint16_t first = string->Get(static_cast<uint32_t>(index)); in AdvanceStringIndex() local 177 if (first >= 0xD800 && first <= 0xDBFF && index + 1 < string_length) { in AdvanceStringIndex()
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode-inl.h | 180 byte first = bytes[0]; in ValueOf() 182 if (V8_LIKELY(first <= kMaxOneByteChar)) { in ValueOf() 184 return first; in ValueOf()
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-param-test.h | 47 // To write value-parameterized tests, first you should define a fixture 103 // can instantiate it more than once) the first argument to the 457 #define GTEST_GET_FIRST_(first, ...) first 458 #define GTEST_GET_SECOND_(first, second, ...) second
|
| /third_party/python/Lib/ |
| H A D | string.py | 111 # Check the most common path first. 162 # add a named group only the first time it appears 297 first, rest = _string.formatter_field_name_split(field_name) 299 obj = self.get_value(first, args, kwargs) 309 return obj, first
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBase.cpp | 166 queuePriorities[queueFamilyIter->first].push_back(1.0f); in createDeviceSupportingQueues() 173 queueFamilyIter->first, // uint32_t queueFamilyIndex; in createDeviceSupportingQueues() 175 &queuePriorities[queueFamilyIter->first][0], // const float* pQueuePriorities; in createDeviceSupportingQueues()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFGdbIndex.cpp | 77 return V.first == E.VecOffset; in dumpSymbolTable() 91 OS << format("\n %d(0x%x): ", I++, V.first); in dumpConstantPool() 162 // first value is the offset of the symbol's name in the constant pool. The in parseImpl() 178 // The constant pool. CU vectors are stored first, followed by strings. in parseImpl() 179 // The first value is the number of CU indices in the vector. Each subsequent in parseImpl() 184 Vec.first = Offset - ConstantPoolOffset; in parseImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 132 StringRef Key = KV.first(); in CollectAsmSymbols() 167 AsmSymver(KV.first->getName(), Alias); in CollectAsmSymvers() 173 OS << S.get<AsmSymbol *>()->first; in printSymbolName()
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_id.cpp | 71 const Instruction* use = use_index_pair.first; in CheckIdDefinitionDominateUse() 92 const Instruction* user = use.first; in CheckIdDefinitionDominateUse() 114 phi->function()->GetBlock(phi->word(i + 1)).first; in CheckIdDefinitionDominateUse()
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product.cpp | 49 bool first = true; in operator <<() local 51 if (!first) { in operator <<() 54 first = false; in operator <<()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationGL41_autogen.h | 21 GLuint first, 130 bool ValidateScissorArrayv(const Context *context, GLuint first, GLsizei count, const GLint *v); 161 bool ValidateViewportArrayv(const Context *context, GLuint first, GLsizei count, const GLfloat *v);
|
| /third_party/skia/src/gpu/ |
| H A D | GrTextureProxy.cpp | 182 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrSurfaceProxy* first, in ProxiesAreCompatibleAsDynamicState() argument 186 return first->backendFormat().textureType() == second->backendFormat().textureType() && in ProxiesAreCompatibleAsDynamicState() 187 first->backendFormat() == second->backendFormat(); in ProxiesAreCompatibleAsDynamicState()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | replace_invalid_opc.cpp | 49 bool first = true; in GetExecutionModel() local 51 if (first) { in GetExecutionModel() 54 first = false; in GetExecutionModel()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | replace_invalid_opc.cpp | 49 bool first = true; in GetExecutionModel() local 51 if (first) { in GetExecutionModel() 54 first = false; in GetExecutionModel()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_id.cpp | 71 const Instruction* use = use_index_pair.first; in CheckIdDefinitionDominateUse() 92 const Instruction* user = use.first; in CheckIdDefinitionDominateUse() 114 phi->function()->GetBlock(phi->word(i + 1)).first; in CheckIdDefinitionDominateUse()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product.cpp | 49 bool first = true; in operator <<() local 51 if (!first) { in operator <<() 54 first = false; in operator <<()
|