Home
last modified time | relevance | path

Searched refs:first (Results 5726 - 5750 of 6760) sorted by relevance

1...<<221222223224225226227228229230>>...271

/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h492 GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js99 // name and version are load bearing so we have to clean them up first
437 changes?.push(`"repository" was set to the first entry in "repositories" (${data.repository})`)
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java512 int tempLineEnd = bi.first(); in paint()
/third_party/node/deps/v8/src/compiler/
H A Dtypes.h392 static Type Tuple(Type first, Type second, Type third, Zone* zone);
/third_party/node/deps/v8/src/base/
H A Dhashmap.h536 Key* first; member
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h446 RECURSE_EXPRESSION(Visit(expr->first())); in VisitNaryOperation()
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc86 // field, which itself provides storage for the first element.
199 // storage for the first element. in operator new()
485 // - Resizes of the string table first copies the old contents to the new in LookupKey()
593 // Grow or shrink table if needed. We first try to shrink the table, if it in EnsureCapacity()
718 source = ConsString::cast(source).first(); in TryStringToIndexOrLookupExisting()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc388 // full string in the first part. in Match()
391 subject_ptr = ConsString::cast(subject_ptr).first(); in Match()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h393 * Otherwise, all but the first SVGA3dSurfaceFace structures must have the
421 * Otherwise, all but the first SVGA3dSurfaceFace structures must have the
687 uint32 first; member
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h484 // DefaultPrintTo() is overloaded. The type of its first argument in PrintTo()
650 // We cannot use UniversalPrint(value.first, os) here, as T1 may be in PrintTo()
652 UniversalPrinter<T1>::Print(value.first, os); in PrintTo()
738 // omit some details by printing only the first and the last in UniversalPrintArray()
874 // Tersely prints the first N fields of a tuple to a string vector,
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java457 // Assigned types must be assigned via non empty ranges (so first() cannot fail). in addMissingExampleNumbersFor()
458 examples.put(region, type, ranges.first()); in addMissingExampleNumbersFor()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java69 rangeClosed(c.getRanges().getLengths().first(), c.getRanges().getLengths().last())
349 // The simplification function just takes the first 3 significant digits. If the "shared cost" in testSimplify_chineseRanges()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow_unittest.cpp527 float scale = GetParam().first; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp166 auto &Copy = I.first->second; in trackCopy()
220 // We check the first RegUnit here, since we'll only be interested in the in findAvailCopy()
571 // The two copies cancel out and the source of the first copy in ForwardCopyPropagateBlock()
634 // Clobber any earlyclobber regs first. in ForwardCopyPropagateBlock()
829 // Invalidate any earlyclobber regs first. in BackwardCopyPropagateBlock()
H A DScheduleDAG.cpp442 // This is the MNR algorithm, which was first introduced by
458 // The algorithm first computes a topological ordering for the DAG by
462 // On insertion of the edge X->Y, the algorithm first marks by calling DFS
532 AddPred(U.first, U.second);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp390 OS << Tag.first << ":" << Tag.second << " "; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp56 auto &B = *KV.first; in operator ()()
785 // Search for a non-empty eh-frame and record the address of the first in createEHFrameRecorderPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCELFStreamer.cpp311 SwitchSection(P.first, P.second); in EmitCommonSymbol()
536 // the same fragment. Be careful not to do that for the first instruction in in EmitInstToData()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp512 const auto* use = pair.first; in ValidateTypeFunction()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL45_autogen.h603 GLuint first,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.h107 ANGLE_EXPORT void GL_APIENTRY GL_DrawArrays(GLenum mode, GLint first, GLsizei count);
H A Dentry_points_gles_3_0_autogen.h88 GLint first,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h598 return *ret.first; in RegisterConstant()
H A Ddead_branch_elim_pass.cpp187 modified |= SimplifyBranch(b->first, b->second); in MarkLiveBlocks()
353 // We've rewritten the operands, so first instruct the def/use in FixPhiNodesInLiveBlocks()
502 // To find the "first" exit, we follow branches looking for a conditional in FindFirstExitFromSelectionMerge()
505 // first one. in FindFirstExitFromSelectionMerge()
H A Dir_builder.h270 target.first}); in AddSwitch()

Completed in 32 milliseconds

1...<<221222223224225226227228229230>>...271