HomeSort by relevance Sort by last modified time
    Searched refs:theLabel (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/javax/sql/
RowSetMetaData.java 116 * @param theLabel
121 public void setColumnLabel(int columnIndex, String theLabel)
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 113 void ARMAssembler::label(const char* theLabel)
115 mLabels.add(theLabel, mPC);
116 mLabelsInverseMapping.add(mPC, theLabel);
ARMAssemblerProxy.cpp 198 void ARMAssemblerProxy::label(const char* theLabel) {
199 mTarget->label(theLabel);
ARMAssembler.h 109 virtual void label(const char* theLabel);
ARMAssemblerProxy.h 98 virtual void label(const char* theLabel);
Arm64Assembler.cpp 262 void ArmToArm64Assembler::label(const char* theLabel)
264 mLabels.add(theLabel, mPC);
265 mLabelsInverseMapping.add(mPC, theLabel);
266 LOG_LABEL("%s:\n", theLabel);
    [all...]
MIPSAssembler.cpp 137 void ArmToMipsAssembler::label(const char* theLabel)
139 mMips->label(theLabel);
    [all...]
ARMAssemblerInterface.h 145 virtual void label(const char* theLabel) = 0;
Arm64Assembler.h 117 virtual void label(const char* theLabel);
MIPSAssembler.h 109 virtual void label(const char* theLabel);

Completed in 816 milliseconds