query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
repeated .proto.Service services = 2; | java.util.List<com.ua.mytrinity.tv_client.proto.BillingServer.Service>
getServicesList(); | [
"panacea.did.v2.ServiceOrBuilder getServicesOrBuilder(\n int index);",
"com.google.protobuf.ByteString getServiceBytes();",
"grpc.testing.Messages.EchoStatusOrBuilder getResponseStatusOrBuilder();",
"public interface NoticeSendRecordService extends Service<NoticeSendRecord, Integer> {\n\n}",
"public in... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Only execute actions if the queue is empty. | private void processAction(BleAction action) {
if (mBleActionQueue.size() > 0) {
mBleActionQueue.add(action);
return;
}
mBleActionQueue.add(action);
executeAction(mBleActionQueue.peek());
} | [
"public static void Queue_Check()\n {\n if (!Variables.Order_Of_Commands.isEmpty() == true)\n {\n //now this will update the list for the user so that they know what is happening in real time\n Variables.Order_Of_Commands.poll();//removes the top most element from the queue\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Integer avgCallDuration = averageCallDuration(logs); | private void addCallDurationScore(Map<String, UserContactFeature> contacts, List<CallLog> logs) {
Iterator<CallLog> ite = logs.iterator();
while (ite.hasNext()) {
CallLog l = ite.next();
double timestampMultiplier = getTimestampMultiplier(l);
// double durationUnits =... | [
"double getAverageEventsPerSecond();",
"public long getAverageTimeInEventProcessingPerEvent();",
"double averageLatency();",
"public double getSystemLoadAverage();",
"double getAverageMegabytesPerSecond();",
"public double getAvgRunTime();",
"int totalDuration();",
"public float getAverageLatencyMs();... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::UNCEFACT::Text generalinfo: The current operating status of the overall servicing session | public String getCardCaptureServicingSessionStatus() {
return cardCaptureServicingSessionStatus;
} | [
"@DISPID(15) //= 0xf. The runtime will prefer the VTID if present\n @VTID(24)\n String status();",
"sifnode.oracle.v1.Types.Status getStatus();",
"sifnode.oracle.v1.Types.StatusOrBuilder getStatusOrBuilder();",
"io.kubernetes.client.proto.Meta.StatusDetails getDetails();",
"public String getStatus(){\n\t\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional .OpenDebugLog open_debug_log = 35; | public com.gzligo.ebizzcardstranslator.mqtt.protobuf.MQTTProtobufMsg.OpenDebugLog.Builder getOpenDebugLogBuilder() {
return getOpenDebugLogFieldBuilder().getBuilder();
} | [
"public void openLog();",
"public void logDebug(Object message) {\n/* 116 */ logInternal(4, message, null);\n/* */ }",
"void debug(){\n\t}",
"private Perl5Debug() { }",
"public boolean isDebugEnabled() {\n/* 71 */ return true;\n/* */ }",
"public void logDebug(String str) {\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Determine total estimated size of Item AIP Estimated size is currently just based on size of content files. | private long itemSize(Item item) throws SQLException
{
long size = 0L;
// just total bitstream sizes, respecting filters
for (Bundle bundle : item.getBundles())
{
if (includedBundle(bundle.getName()))
{
for (Bitstream bs : bundle.getBitstreams(... | [
"public int getSizeEstimate() {\n int chunks = Math.max(loadedChunks, 1);\n return 64 + CHUNK_SIZE * chunks;\n }",
"@Override\n public int estimateSizeInBytes(String item) {\n int bytes = item.getBytes().length;\n bytes = ((bytes + 3) >> 2) << 2;\n return 16 + bytes;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
this method sets the company url of the Job | public void setCompany_url(URL company_url) {
this.company_url = company_url;
} | [
"public void setCompany(GwtCompany company) {\r\n this.company = company;\r\n }",
"static void changeCompany(){\n company = \"SareKannya\";\n }",
"public void setCompanyProfile(localhost.MeetingBrokerServices.Profile companyProfile) {\n this.companyProfile = companyProfile;\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
////////////////////////////////////////////////////////////////////////////// Function Name : Purpose : Parameters : Return Value : Created by : Created on : Remarks : /////////////////////////////////////////////////////////////////////////////// Instantiates a new module2 functionalities. | public Module2Functionalities(BaseClass obj) {
// TODO Auto-generated constructor stub
super(obj);
} | [
"private void init (Class moduleClass)\n {\n\tmyConstructor = getStandardConstructor (moduleClass);\n\tmyFullTemplate = templateWithOut (getFactoryTemplate ());\n }",
"public ProcessModule()\r\n {\r\n m_actualEnvironment=new ActualEnvironment();\r\n m_Methodology = new Methodology();\r\n m_... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO: Warning this method won't work in the case the id fields are not set | @Override
public boolean equals(Object object) {
if (!(object instanceof Image)) {
return false;
}
Image other = (Image) object;
if ((this.iid == null && other.iid != null) || (this.iid != null && !this.iid.equals(other.iid))) {
return false;
}
... | [
"public int getId () { return id; }",
"public int getId(){ return this.id;}",
"public int id() {return this.id;}",
"@Override\n public int getId() { return id; }",
"public void setId(long id){ \r\n this.id = id; \r\n }",
"public void setId( int id ) { this.id = id; }",
"public void setId( l... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ / Main Program / | public static void main(String [] args)
{
boolean docreate = false;
if (args.length > 0 && args[0].equals("create")) {
docreate = true;
}
File file = new File(SMART_THINGS_UNIVERSE);
if (docreate) file.delete();
UpodUniverse ssu = BasisUniverse.createUniverse(file,SmartThingsUniverse.class)... | [
"Program () {\r\n}",
"public static void main(String[] args) {\n \n }",
"public static void main(String[] args) {\n\t\n\t\n\t\n}",
"public static void main(String[] args) {\n\t\n\n}",
"public static void main(String[] args) {\n \n }",
"public static void main(String[] args) {\n\t\r\n\t\r\n\r\n}",
"publ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Piggyback LAC optional int64 maxLAC = 5; | boolean hasMaxLAC(); | [
"public void setLA(int value) {\n this.la = value;\n }",
"public BigInteger getMaxCRL() {\n/* 525 */ return this.maxCRL;\n/* */ }",
"public java.lang.Integer getLac() {\n\treturn lac;\n}",
"public static void main(String[] args) {\n int steps = 0;\n int maxSteps = 0;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Name: onTitlePass Creation Date: 2/22/18 Purpose: Handles the strings being passed through the interfaces Arguments: data the title string Other Requirements: none Return Value: void | @Override
public void onTitlePass(String data) {
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
toolbar.setTitle(data);
setSupportActionBar(toolbar);
} | [
"public void passTitle(String title) {\n // Current idea allows default workout name and ability to rename after\n // Notification in background OK for now but not the best. (commented out)\n // Assert Something had been input\n if (title.length() == 0) {\n title = workout.get... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional .protobuf.Request request = 4; | public Builder mergeRequest(com.zhihao.p2p_server.protobuf.Message.Request value) {
if (requestBuilder_ == null) {
if (dataBodyCase_ == 4 &&
dataBody_ != com.zhihao.p2p_server.protobuf.Message.Request.getDefaultInstance()) {
dataBody_ = com.zhihao.p2p_server.protobuf.Message.... | [
"cruz.agents.ProtoMessage.BandanaRequest.Type getType();",
"com.voole.hobbit.proto.V3APB.V3aOrderRequest getRequest();",
"client.Protos.OrderRequest getOrderRequest();",
"transfer_protobuf.Commands.Command.Response getResponse();",
"ppl.delite.runtime.messages.Messages.RequestDataOrBuilder getDataOrBuilder(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
this method takes in coordinates of all objects and counter and gives us the location of ideal point by calculating median of x, y and z and then naming that point as the ideal point | private int[] findIdealPoint( int xyz_values[][], int counter)
{
//to store ideal point from xyz_values
int ideal_point[] = new int[3];
int temp[]=new int[counter];
//calculate ideal x
for( int i=0; i<3; i++)
{
for( int j=0; j<counter; j++)
{
temp[j]=xyz_values[j][i];
}
Arrays.sort(temp);
... | [
"protected abstract double calculateMedian(long[] pivots, long[] x, long[] y,\n Index < O > index) throws DatabaseException, IllegalIdException,\n IllegalAccessException, InstantiationException, OBException;",
"public static void main(String args[]){\n pointGenerator points_obj = new ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Copyright 2015 HZFH. All rights reserved. Author: GuoZhenYu Create Date: 2015/8/5 Description: Revision History: Date Author Description | public interface ActRuTaskDao extends BaseDao<ActRuTask, ActRuTaskCondition> {
int getAcceptTaskTotalCountByUserNo(String userNo);
ActRuTask getInfoByAciIdAndUserId(String activityNo, int userId);
int deleteByActivitiNo(String activitiNo);
List<ActRuTask> getListByActivitiNo(String activitiNo);
int updateA... | [
"public void mo5201a() {\n }",
"private static void EX5() {\n\t\t\r\n\t}",
"@Override\n }",
"public void mo5203c() {\n }",
"public void mo9609a() {\n }",
"@Override\n public void extornar() {\n \n }",
"public void mo17751g(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get function handle to kernel in module. | @CompilerDirectives.TruffleBoundary
public long cuModuleGetFunction(CUModule kernelModule, String kernelName) {
timings.start("cuModuleGetFunction");
try (UnsafeHelper.Integer64Object functionPtr = UnsafeHelper.createInteger64Object()) {
Object callable = CUDADriverFunction.CU_MODULEGETF... | [
"Pointer GetModuleHandleA(Pointer lpmoduleName);",
"public String kernelServiceName();",
"protected Function getFunction()\n\t{\n\t\treturn function;\n\t}",
"public ModuleKey getModuleKey();",
"CXFunctionPointer getFunctionType(CXIdentifier id);",
"public static native int OpenMM_CustomNonbondedForce_getU... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
store nums of books into a temporary bookshelf from the front of bookshelf | private Bookshelf storeFront(int nums) {
Bookshelf tempBookshelf = new Bookshelf();
for (int i = 0; i < nums; i++) {
tempBookshelf.addLast(bookshelf.removeFront());
}
return tempBookshelf;
} | [
"public void reserveBook(){\r\n\t\tthis.noOfCopies --;\r\n\t}",
"example.Bookshelf.BookShelf getBookShelfs(int index);",
"public void saveBook(Book book) {\r\n\t\tHashMap<String, Book> books = readBooksMap();\r\n\t\tSet<String> keys = books.keySet();\r\n\t\tfor (String val : keys) {\r\n\t\t\tif (val.equals(book... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
timePassed this function determines how much time has passed. | public void timePassed(double dt) {
this.moveOneStep(dt);
} | [
"public double getTimePassed() {\n return timePassed;\n }",
"@Override\n\tpublic void timePassed() {\n\t\t\n\t}",
"@Override\n\tpublic void timePassed() {\n\n\t}",
"public void timePassed(double dt) {\n int x;\n }",
"public void timePassed() {\n if (this.keyboard.isPressed(Keyboar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns information about a `BuildTrigger`. This API is experimental. | public void getBuildTrigger(
com.google.cloudbuild.v1.GetBuildTriggerRequest request,
io.grpc.stub.StreamObserver<com.google.cloudbuild.v1.BuildTrigger> responseObserver) {
asyncUnimplementedUnaryCall(getGetBuildTriggerMethodHelper(), responseObserver);
} | [
"com.google.protobuf.ByteString\n getTriggerBytes();",
"public org.gof.demo.worldsrv.msg.Msg.DStageTriggerOrBuilder getTriggerOrBuilder() {\n return trigger_;\n }",
"public java.lang.String getTrigger() {\n java.lang.Object ref = trigger_;\n if (!(ref instanceof java.lang.String)) {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the all view (profile) IDs for the authorized user. | private static void getProfileIds(Analytics analytics) throws IOException {
List<String> profileIds = new ArrayList<>();
// Query for the list of all accounts associated with the service account.
Accounts accounts = analytics.management().accounts().list().execute();
if (accounts.getIt... | [
"public int getProfileViews() throws UnloadedResourceExcpetion {\n\t\tif (this.profileviews == -1)\n\t\t\tthrow new UnloadedResourceExcpetion(url, \"userViews\");\n\t\telse\n\t\t\treturn profileviews;\n\t}",
"public int[] getCurrentUserIds() {\n synchronized (this) {\n if (mActivityManagerIntern... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Cuando el almacenero se registra tiene la posibilidad de solicitar al sistema que le muestre una lista de pedidos sobre los que generar una Orden de Trabajo. | public void volverPanelOpciones() {
((CardLayout) contentPane.getLayout()).show(contentPane, "panelOpcionesAlmacenero");
} | [
"public void buscarIdentificacionContato(){\r\n\r\n\t\t\tif(nombreOidentificacion.toString().compareTo(\"\")!=0){\r\n\t\t\t\tlstDatoscontactos= srvDatosContacto.buscarIdenticacionContacto(nombreOidentificacion);\r\n\t\t\t\t//Datoscontacto identificacion =srvDatosContacto.buscarIdentificacion(nombreOidentificacion)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set all cells to dead | public void clearField(); | [
"protected void setDead() {\n\t\tif (cellKind == EMPTY){\n\t\t\tcellKind = DEAD;\n\t\t} \n\t}",
"public void resetCells() {\n for (CellImpl cell: cells) {\n if (!cell.isLocked()) {\n resetValue(cell);\n }\n }\n }",
"public void resetAllCells() {\n for... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a Builder by copying an existing Builder. | private Builder(com.pacbio.common.models.contracts.PacBioOption.Builder other) {
super(other);
if (isValidValue(fields()[0], other.default$)) {
this.default$ = data().deepCopy(fields()[0].schema(), other.default$);
fieldSetFlags()[0] = true;
}
if (isValidValue(fields()[1], other.... | [
"public static Builder newBuilder(Builder other) {\n return new Builder(other);\n }",
"public static Builder newBuilder(Builder other) {\n if (other == null) {\n return new Builder();\n } else {\n return new Builder(other);\n }\n }",
"public DataSetBuilder copyBuilder() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by Apache iBATIS ibator. This method sets the value of the database column V_RP_QR_BSC_GPRS_CS.BSCID | public void setBscid(String bscid) {
this.bscid = bscid;
} | [
"public void setSbId(Integer sbId) {\r\n this.sbId = sbId;\r\n }",
"public void setSrvcID(java.lang.String srvcID) {\n this.srvcID = srvcID;\n }",
"public void setSP_IIS_BS_CIF(BigDecimal SP_IIS_BS_CIF) {\r\n this.SP_IIS_BS_CIF = SP_IIS_BS_CIF;\r\n }",
"public void setBhSDrps(Int... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional string s2c_instanceId = 3; | boolean hasS2CInstanceId(); | [
"int getS2CActivityId();",
"public void setSpc2(String spc2) {\r\n\t\tthis.spc2 = spc2;\r\n\t}",
"private String getRegionAndInstanceId(String instanceResourceID)\n/* */ {\n/* 857 */ HashMap<String, String> instanceRegionMap = new HashMap();\n/* 858 */ AppManagerUtil.getInstanceRegionMap(instan... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks the Map in the Session for the key and the token. If the ActionInvocation is saved in the Session, the ValueStack from the ActionProxy associated with the ActionInvocation is set into the ActionContext and the ActionInvocation is returned. | public static ActionInvocation loadInvocation(String key, String token) {
InvocationContext invocationContext = (InvocationContext) getInvocationMap().get(key);
if ((invocationContext == null) || !invocationContext.token.equals(token)) {
return null;
}
OgnlValueStack stack ... | [
"@Override\n public Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable {\n Object toReturn = invokeNextInterceptor(ctx, command);\n \n if (shouldModifyIndexes(ctx)) {\n // First making a check to see if the key is already in the cache or not. I... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "T__85" $ANTLR start "T__86" | public final void mT__86() throws RecognitionException {
try {
int _type = T__86;
int _channel = DEFAULT_TOKEN_CHANNEL;
// ../de.nie.fin.ui/src-gen/de/nie/fin/ui/contentassist/antlr/internal/InternalFin.g:83:7: ( 'Intervall' )
// ../de.nie.fin.ui/src-gen/de/n... | [
"public interface StmtParserConstants {\r\n\r\n /** End of File. */\r\n int EOF = 0;\r\n /** RegularExpression Id. */\r\n int OPEN = 6;\r\n /** RegularExpression Id. */\r\n int CLOSE = 7;\r\n /** RegularExpression Id. */\r\n int NEW = 8;\r\n /** RegularExpression Id. */\r\n int FROMREGEX = 9;\r\n /** Reg... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ PROBLEM LINK The tower of Hanoi is a famous puzzle where we have three rods and N disks. The objective of the puzzle is to move the entire stack to another rod. You are given the number of discs N. Initially, these discs are in the rod 1. You need to print all the steps of discs movement so that all the discs reach t... | public static long toh_helper(long n, int from, int to, int aux, int topval) {
if(n <= 0) {
return 0;
}
if(n == 1) {
System.out.println("move disk " + topval +" from rod " + from + " to rod " + to);
return 1;
}
long ans = 0;
ans += t... | [
"private static void moveDisks(int discCount) {\n stack.push(new Move(discCount, 'A', 'B', 'C', false));\n while (!stack.isEmpty()) {\n Move move = stack.pop();\n if (move.doPrint || move.n == 1) {\n System.out.println(move);\n } else {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | public FileInputStream(File paramFile) throws FileNotFoundException {
/* 124 */ String str = (paramFile != null) ? paramFile.getPath() : null;
/* 125 */ SecurityManager securityManager = System.getSecurityManager();
/* 126 */ if (securityManager != null) {
/* 127 */ securityManager.checkRead(str);
/* ... | [
"private static void EX5() {\n\t\t\r\n\t}",
"protected int snapBits(){return 9;}",
"public int getSize() { return 3+length;}",
"protected void method_5557() {}",
"void mo8166KB();",
"int getSize() {\r\n return 8;\r\n }",
"@Override\nint nooftyres() {\nreturn 0;\n}",
"@Override\n public l... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
returns an Iterator of the latin words (the keys) in the dictionary, in sorted order. | public Iterator<String> words() {
return dictionary.keys();
} | [
"public Iterator iteratorLinguisticTermNamesSorted() {\n\t\tArrayList al = new ArrayList(linguisticTerms.keySet());\n\t\tCollections.sort(al);\n\t\treturn al.iterator();\n\t}",
"public Iterable<String> words() {\n\t\treturn keysWithPrefix(\"\");\n\t}",
"public Iterable<String> nouns(){\n return dictionar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Deletes a single row in the qoute_details table. | public void delete(QouteDetailsPk pk) throws QouteDetailsDaoException; | [
"int deleteByPrimaryKey(Long quesSurveyId);",
"@Delete({\n \"delete from quotation_info\",\n \"where id = #{id,jdbcType=BIGINT}\"\n })\n int deleteByPrimaryKey(Long id);",
"@Override\n\tpublic void deleteSurvey(int sid) {\n\t\tString SQL=\"delete from Survey where sid = ?\";\n\t\tjdbcTemplat... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
jhipsterneedleentityaddgetterssetters Jhipster will add getters and setters here, do not remove | @Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
GeoCoordinate geoCoordinate = (GeoCoordinate) o;
if (geoCoordinate.getId() == null || getId() == null) {
... | [
"void addSettersAndGetters(String path, String field);",
"public interface ToolRequestUpdate extends HasId {\n\n @Override\n @PropertyName(\"uuid\")\n String getId();\n\n @PropertyName(\"uuid\")\n void setId(String id);\n\n String getStatus();\n\n void setStatus(String status);\n\n @Proper... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO code application logic here | public static void main(String[] args) {
int cal,x,y; // These are my 3 different ints.Cal for method number,x,y for numbers.
Scanner scn= new Scanner(System.in);
System.out.println("Enter your calculation method number:"); //I want user to pick the calculation type.
cal=scn.nextInt();
System.o... | [
"@Override\n }",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\r\n\tpublic void wydaj() {\n\t\t\r\n\t}",
"protected void method_5557() {}",
"@Ove... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Builds the element to type map. | private void buildElementToTypeMap(XSDDocument xsdDocument) {
logger.log(Level.FINER,
"Entering buildElementToTypeMap method in XSDParser",
xsdDocument);
List<ComplexType> ctypes = (List<ComplexType>) xsdDocument
.getAllComplexTypes();
for (ComplexType ctype : ctypes) {
Set<Element> children... | [
"public Map<String,List<ComplexType>> getElementComplexTypeMap();",
"private Map<QName, Serializable> createTypePropertyBag()\n {\n Map<QName, Serializable> result = new HashMap<QName, Serializable>();\n result.put(ContentModel.PROP_NAME, TEST_NAME);\n result.put(PROP1_QNAME_MANDATORY, TES... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Find by account from list. | public List findByAccountFrom(UUID uuid) {
Query employeeTaskQuery = currentSession.createQuery(
"from Transfer u where account_from=:accountFrom");
employeeTaskQuery.setParameter("accountFrom", uuid);
return employeeTaskQuery.list();
} | [
"public CustomerData searchAccount(String account){\r\n for (CustomerData customer: customerData) {\r\n if (customer.getAccountNumber().equalsIgnoreCase(account)){\r\n return customer;\r\n }\r\n }\r\n return null;\r\n }",
"public BankingAccount searchAc... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column FreeHost_EmailProductlist.ServerlistID4 | public void setServerlistid4(Integer serverlistid4) {
this.serverlistid4 = serverlistid4;
} | [
"public void setIdList(IDList idList) {\n this.idList = idList;\n }",
"public void setProductList(java.lang.String param){\r\n \r\n if (param != null){\r\n //update the setting tracker\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
If one annotator has provided an annotation at a given position and the other annotator did not (i.e. the annotations are incomplete), then this should be detected as a disagreement. | @Test
public void thatIncompleteAnnotationIsNotMerged() throws Exception
{
CAS user1 = CasFactory.createText("word");
createTokenAndOptionalPos(user1, 0, 4, "X");
CAS user2 = CasFactory.createText("word");
createTokenAndOptionalPos(user2, 0, 4, null);
Map<String, List<C... | [
"private AnalyzedAnnotator checkMatchedAnnotations(String annotator1,\n String annotator2,\n Article article,\n AnalyzedAnnotator analyzedAnnotator ) throws Exception\n {\n\n try{\n AnalyzedArticle analyzedarticle = analyzedAnnotator.getArticle(article.filename)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks that text exists on page Fails and stops current test if they exist. | public void textPresent(String toMatch) {
try {
assertTrue(driver.getPageSource().contains(toMatch));
} catch (Error e) {
fail("\nText is not present:" + toMatch + "\n" + e.toString());
}
} | [
"public void verifyNonText(String text) {\n logger.debug(\"Verifying that the text '\" + text\n + \"' is not present on the page\");\n if (driver.findElement(By.tagName(\"html\")).getText().contains(text)) {\n TestCase.fail(\"Text '\" + text + \"' found in web page\");\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void destroyPlugin() {
System.out.println("Activity插件销毁。");
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Container's getter for PerPSObjCatVO1 | public PerPSObjCatVOImpl getPerPSObjCatVO1() {
return (PerPSObjCatVOImpl)findViewObject("PerPSObjCatVO1");
} | [
"public ViewObjectImpl getCategoryVO1() {\n return (ViewObjectImpl)findViewObject(\"CategoryVO1\");\n }",
"public ViewObjectImpl getSrchCatROVO1() {\n return (ViewObjectImpl)findViewObject(\"SrchCatROVO1\");\n }",
"public Categorie getDetails() { \r\n return cat; \r\n }",
"@Ole... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks to see if the spaces are full | public boolean isSpaceFull() {
for (int i = 0; i < Commons.totalSpaces; i++) {
if (Commons.parkingSpaces[i].isEmpty())
return false;
}
return true;
} | [
"public boolean hasSpace() {\n return _hasSpace;\n }",
"public boolean hasSpace() {\n\t\treturn contents.size() < capacity;\n\t}",
"public boolean hasEmptySpace(){\n\t\tfor(GamePiece[] row : board){\n\t\t\tfor(GamePiece p : row){\n\t\t\t\tif(p.isEmpty())\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\tre... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method to return test data for Review Request Details | public static ReviewRequestData getReviewRequestDetails () {
return new ReviewRequestData(enterDate(9, 0, 0), "TDTestManager");
} | [
"@Test\n public void testReviewAndReplies() {\n int reviewId = addReview(companyId, memberDisplayName, memberUserId, \"My awesome review\", memberEPPN, 0);\n CompanyReview[] companyReviews =\n given()\n .header(\"Content-type\", \"application/json\")\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional uint32 KeybagID = 4; | public Builder setKeybagID(int value) {
bitField0_ |= 0x00000008;
keybagID_ = value;
onChanged();
return this;
} | [
"akka.protobuf.ByteString getKeyBytes();",
"public int key(){\n\t\treturn 2;\n\t}",
"public int key() {\n\t\treturn 4;\n\t}",
"public long generateKey() {\n return 1;\n }",
"public int key() {\n\t\treturn 2;\n\t}",
"com.google.protobuf.ByteString getKeyIdBytes();",
"private void setMyKey(com.g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
opens up activity_view_rating xml | protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_view_rating);
branchname = (TextView) findViewById(R.id.branchName) ;
avrRating = (TextView) findViewById(R.id.rate) ;
String username= (String)getIntent().g... | [
"private void setRatingView(RestaurantRating rating, Context context, ViewGroup viewGroup) {\n\t\tviewGroup.removeAllViews();\n\n\t\t//Nothing to set\n\t\tif (rating == null) return;\n\n\t\tView previousView = null;\n\t\t\n\t\tint ratingImageResource = getRatingImageResource(rating);\n\t\t\n\t\tfor (int i = 0; i < ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Safe method to get one of enum values by name or ordinal, use 1 as id, to use only name, and null or empty string for name, to use only ordinal id. | public static <T extends SimpleEnum<T>> T getSimpleEnumValueSafe(final String name, final int id, final Class<? extends SimpleEnum<T>> enumClass)
{
return getSimpleEnumValueSafe(name, id, enumClass, null);
} | [
"static OP get(int ordinal) {\n if ((ordinal >= 0) && (ordinal < values().length)) {\n return values()[ordinal];\n }\n return null;\n }",
"public String findEnumValue(Enum<?> paramEnum)\n/* */ {\n/* 806 */ return paramEnum.name();\n/* */ }"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a new BreadthFirstIterator object. | public BreadthFirstIterator( DirectedGraph g, Object startVertex ) {
super( );
init( g, startVertex );
m_specifics = new DirectedSpecifics( g );
} | [
"public BreadthFirstIterator breadthFirstIterator (Vertex v) {\n \tif (!this.adjacencyMap.containsKey(v)) return null;\n \treturn new BreadthFirstIterator(v);\n \t}",
"protected BreadthFirstTraversal(Graph G) {\n super(G, new LinkedList<Integer>());\n }",
"public GISPointQuadTreeBreadthFirstIte... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Setter property for email | public void setEmail(StringProperty email) {
this.email = email;
} | [
"public abstract void setEmail(String val);",
"public void setEmail(String email)\r\n/* 470: */ {\r\n/* 471:484 */ this.email = email;\r\n/* 472: */ }",
"public void setEmail(Email email) {\n \tthis.email = email;\n}",
"protected void setEmail(String aEmail)\r\n {\r\n this.email = aEma... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. | @SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents()
{
panelAddSports = new javax.swing.JPanel();
jScrollPane1 = new javax.swing.JScrollPane();
listSports = new javax.swing.JList... | [
"public StForm() {\n initComponents();\n }",
"public CineForm() {\n initComponents();\n }",
"public javaform() {\n initComponents();\n }",
"public EditDemographicForm() {\n initComponents();\n }",
"public FightForm() {\n initComponents();\n }",
"public For... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inform the alert manager that the check interval has changed. | public static void CheckIntervalChanged(Context context)
{
Utilities.DebugLog(context, "AlertService","LaunchAlertWorker interval change");
RestartServices(context);
/*AlertService.SetAlertNotificationInterval(context, lNotificationInterval);*/
} | [
"public void setDataCheckInterval(Integer interval) {\n\n\t\tspEditor.putString(PREF_AUTO_DATA_CHECK_INTERVAL, interval.toString());\n\t\tspEditor.commit();\n\n\t}",
"protected void onInterval()\n {\n // import Component.Util.DaemonPool as com.tangosol.coherence.component.util.DaemonPool;\n \... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: introsde.finalproject.soap.ws | public ObjectFactory() {
} | [
"public static Factory factory() {\n return ext_xsd::new;\n }",
"public ObjectFactory() {\n super(new com.perpetual.rp.util.jaxb.ObjectFactory.GrammarInfoImpl());\n }",
"public static IAbapObjectsFactory init() {\n\t\ttry {\n\t\t\tIAbapObjectsFactory theAbapObjectsFactory = (IAbapObjectsFact... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated .google.protobuf.StringValue supplier_vat_number = 31 [json_name = "supplierVatNumber"]; | public com.google.protobuf.StringValue getSupplierVatNumber(int index) {
if (supplierVatNumberBuilder_ == null) {
return supplierVatNumber_.get(index);
} else {
return supplierVatNumberBuilder_.getMessage(index);
}
} | [
"com.google.protobuf.ByteString\n getValue213Bytes();",
"public void setVATNumber(String number);",
"public String getVATNumber();",
"public java.lang.String getVatNumber() {\n java.lang.Object ref = \"\";\n if (changeCase_ == 7) {\n ref = change_;\n }\n if (ref instanceof ja... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks to see if the player can still continue with the game. If player has enough money/can sell to continue traveling. If the player doesn't meet those requirements end the game. | public void endClauseCheck() {
//set the player items with the the item the shop currently buys
setPlayerItems();
int total = newPlayer.getMoney();
//Get the items from player inventory, examine what the player can sell in the current island store and save the total amount.
ArrayList<List<Object>>... | [
"public static boolean enoughPlayer() { return game.enoughPlayer(); }",
"public boolean shouldGoToNextPlayer(){\n\t\t\n\t\t/**\n\t\t * Should not go to next player if the game is finished\n\t\t */\n\t\tif ( this.status == \"Finished\")\n\t\t\treturn false;\n\t\t\t\n\t\t/**\n\t\t * When you have thrown three times... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
An interface through which one should fetch admin and global credentials. Credential usage is tracked and this should be the only way to fetch credentials. | public interface GlobalCredentialsProvider {
Optional<BitbucketTokenCredentials> getGlobalAdminCredentials();
Optional<Credentials> getGlobalCredentials();
} | [
"abstract CredentialsProvider credentialsProvider();",
"@Nullable\n public abstract Credentials getCredentials();",
"@Keep\n @NonNull\n public Credentials credentials() {\n return mAuthenticator.getCredentials();\n }",
"private CredentialsProvider provider() {\n final CredentialsProvider p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO autogenerated method stub | @POST
@Path("evalPointValue")
public EvalPointValue insert(EvalPointValue entity) {
DaoFactory.create(EvalPointValue.class).insert(entity);
return entity;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional int32 pID = 1; | int getPID(); | [
"private int getP_id() {\n return p_id;\n }",
"public int getId() {\n/* 157 */ return this.id;\n/* */ }",
"public int getId()\r\n/* 82: */ {\r\n/* 83:140 */ return this.id;\r\n/* 84: */ }",
"public int get_ID();",
"public void setID(int n){\n ID = n;\n }",
"public i... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method compiles the entered formula and returns true if success. If compilation is not successful it throws error message box and returns false | public static boolean compile(String formula) {
try {
if (formula == null || formula.trim().equals("")) {
JOptionPane.showMessageDialog(new JFrame(),
"Please enter/select the formula", "NO FORMULA PROVIDED",
JOptionPane.ERROR_MESSAGE);... | [
"private boolean compile() {\n if (!mCodeFile.exists() || !new File(mCodeFile.getParent()).exists()) {\n return false;\n }\n\n Process process = null;\n try {\n mBinaryFile = new File(mCodeFile.getAbsolutePath() + \".bin\");\n mCompileLog = new File(mCode... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Make a new asteroid. Like magic. | public void makeNew() {
asteroidTime = System.currentTimeMillis();
asteroids.add(new AsteroidData(Math.round(Math.random()) == 0 ? asteroidBitmap : asteroidBitmap2));
} | [
"@Override\n\tpublic void spawnAsteroid() { }",
"public LargeAsteroid(){\n this(0,0, 0);\n\n }",
"void setAsteroid(Asteroid a);",
"public Asteroid()\n {\n GreenfootImage image = getImage();\n \n setImage(image);\n }",
"private void placeAsteroids ()\r\n {\r\n /... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds this printer to the specified agent. | @SuppressWarnings("unchecked")
public static <S, A> void addTo(ClassicQAgent<S, A> agent) {
agent.addPrinter((ClassicConsolePrinter<S, A>) instance);
} | [
"void addAgent(Agent agent);",
"public void add(StochAgent agent) {\n counts.add(agent);\n }",
"public void addAgent(IbevacAgent agent) {\r\n physicalEnvironment.addAgent(agent);\r\n realWorldMap.addAgent(agent);\r\n }",
"public void addAgent(ThiefAgent agent, Coordinate currentLoca... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inflate the menu; this adds items to the action bar if it is present. | @Override
public boolean onCreateOptionsMenu(Menu menu)
{
getMenuInflater().inflate(R.menu.main, menu);
return true;
} | [
"@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflator = getMenuInflater();\n\t\tinflator.inflate(R.menu.activity_action_bar, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}",
"@Override\r\n public boolean onCreateOptionsMenu( android.view.Menu menu)\r\n {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Initializes the controller class. | @Override
public void initialize(URL url, ResourceBundle rb) {
//Update all dynamic elements in scene
updateStatus();
//Create a runnable that is capable of updating JavaFX elements
Runnable updater = new Runnable(){
@Override
public void run... | [
"public Controller(){\t\n\t}",
"public GameEriController() {\r\n\t\tinit();\r\n\t\t\r\n\t}",
"public MainController(){\n \n }",
"public Controller ()\n\t{\n\t\tview = new View();\n\t\tmodelo = new Modelo(10000);\n\t}",
"public MainController() {\n try {\n log.debug(\"Starting Mai... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Created by xin on 1653. | public interface IRouteRuleService {
RouteRule queryRouteRuleById(String ruleId) throws SQLException;
} | [
"@Override\n public void extornar() {\n \n }",
"private static void EX5() {\n\t\t\r\n\t}",
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"public void mo28221a() {\n }",
"@Overri... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return Object[] from this.eventListColumnsR | public Object[] getEventListColumnsR() {
return eventListColumnsR;
} | [
"java.util.List<com.adeneche.metadata.Metadata.MetadataColumns.ColumnTypeInfo> \n getColumnsList();",
"public List<TracedEventColumn> getTracedEventsAndColumns() {\r\n List<TracedEventColumn> retList = new LinkedList<TracedEventColumn>();\r\n retList.add(new TracedEventColumn(SQLTraceCounter.... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method corresponds to the database table od_order | List<OdOrder> selectByExample(OdOrderExample example); | [
"@Select({\n \"select\",\n \"ORDER_ID, USERNAME, SCENIC_SPOT_NAME, ADULT_TICKETS_ACCONT, CHILD_TICKETS_ACCOUNT, \",\n \"ORDER_TOTAL_PRICE, ORDER_PAYMENT_METHOD, CREATE_TIME, ORDER_STATE\",\n \"from orders\",\n \"where ORDER_ID = #{orderId,jdbcType=VARCHAR}\"\n })\n @Results(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Can't have an odd number of elements in a map | public void init(final int count) throws AmqpErrorException
{
if((count & 0x1) == 1)
{
Error error = new Error();
error.setCondition(AmqpError.DECODE_ERROR);
Formatter formatter = new Formatter();
formatter.format("map canno... | [
"@Test\n public void testGetFromMap() {\n int maxMappings = 4;\n AbstractLRUMap<Integer, String> map =\n createLRUMap(maxMappings);\n assertEquals(0, map.size());\n\n for (int i = 0; i < maxMappings; i++) {\n map.put(i, String.valueOf(i));\n assertEquals(i + 1, map.size());\n }\n\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test a point with + an offset (Tol) and returns On if some points are OUT an some are IN (Caution: Internal use . see the code for more details) | public TopAbs_State TestOnRestriction( gp_Pnt2d Puv, double Tol, long RecadreOnPeriodic) {
return TopAbs_State.swigToEnum(OCCwrapJavaJNI.IntTools_FClass2d_TestOnRestriction__SWIG_0(swigCPtr, this, gp_Pnt2d.getCPtr(Puv), Puv, Tol, RecadreOnPeriodic));
} | [
"boolean posnWithin(Posn that, int x, int y, int xTol, int yTol) {\n return Math.abs(that.x - x) <= xTol && Math.abs(that.y - y) <= yTol;\n }",
"boolean hasProblemLocationOffset();",
"boolean hasCoordinatesOperator();",
"boolean isInsidePtNorthEast();",
"@Test\n public void test_ofLocal() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Public key fingerprint, or raw content of the public key, that performed the signing operation. .opencannabis.crypto.KeyMaterial public_key = 1; | public io.opencannabis.schema.crypto.primitives.KeyMaterialOrBuilder getPublicKeyOrBuilder() {
return getPublicKey();
} | [
"String getPublickey();",
"public String getPublickey() {\n return publickey_;\n }",
"public PublicKey getPublicKey() {\n return publicKey;\n }",
"public PubRSA getPublicKey() {\n return publicKey;\n }",
"public String getPublicKeyId() {\n return publicKeyId;\n }",
"public abstra... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Total memory of host in MB | public Double get_memory_total()
{
return this.memory_total;
} | [
"public long totalMemory();",
"public static long totalMemory() {\n return Sys.Memory.totalMemory();\n }",
"public long getTotalMem() {\n return (Runtime.getRuntime().totalMemory()/mb);\n }",
"public String totalMem() {\n return appropriateSizeUnit(Runtime.getRuntime().totalMemory());\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
runs code when the app is loaded | @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
generateRandomNum();
} | [
"public void loaded() {\n Assert.assertNotNull(this.button(), \"HelloWorld app failed to loaded.\");\n this.log.info(\"HelloWorld app loaded.\");\n }",
"@Override\n public void onApplicationEvent(final ApplicationReadyEvent event) {\n System.out.println(\"Entre en el iniciador de app\");\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
string number = 2; | public Builder setNumberBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setNumberBytes(value);
return this;
} | [
"public static int number (String string) {\n\t\treturn Integer.valueOf(string);\n\t}",
"@Test\n public void testString2Integer() {\n Integer i = 9_9_9_999_9_99;\n System.out.println(i);\n }",
"public void StringToPrimitiveVariable() {\n\t\t\n\t\tString StringVal = \"321\";\n\t\tint intNumbe... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. | @SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
java.awt.GridBagConstraints gridBagConstraints;
jPanel1 = new javax.swing.JPanel();
jSplitPane1 = new javax.swing.JSplitPane();
... | [
"public StForm() {\n initComponents();\n }",
"public CineForm() {\n initComponents();\n }",
"public javaform() {\n initComponents();\n }",
"public EditDemographicForm() {\n initComponents();\n }",
"public FightForm() {\n initComponents();\n }",
"public For... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
verwaltet was der Proxy unternimmt wenn eine PositionReport vom RBC eintrifft. Der Position Report wird vom SmartLogic Server mituntersucht | @Override
public Message handlePositionReport(Message msgFromRbc) {
boolean is4TMS;
int nidTrain = -1;
TrainInfo TI = null;
PositionPacket PosPacket = null;
ETCSTrainMessage P_PosWithinTrainMessage = (ETCSTrainMessage) msgFromRbc;
nidTrain = P_PosWithinTrainMessage.ni... | [
"org.bwapi.proxy.messages.BasicTypes.Position getScreenPosition();",
"public com.cleartraders.autotrader.gainwsapi.ServiceStub.GetPositionBlotterResponse GetPositionBlotter(\r\n\r\n com.cleartraders.autotrader.gainwsapi.ServiceStub.GetPositionBlotter getPositionBlotter92)\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Handles the HTTP GET method. | @Override
protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
processRequest(request, response);
} | [
"@Override\n\tpublic void handleGET(CoapExchange exchange) {\n\n\t\t\n\t}",
"protected void doGet(HttpServletRequest req, HttpServletResponse response) throws ServletException, IOException {\r\n\t\tSystem.out.println(\"--> get\");\r\n\t}",
"public void doGet(HttpServletRequest request, HttpServletResponse respo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the last IP in a network, a.k.a the IP just before network broadcast. | public static InetAddress lastIpInNetwork2( NetworkInterfaceAddress address ) {
return IpUtil.lastIpInNetwork2( address.address, address.subnet );
} | [
"public String getLastIP();",
"public static InetAddress getNetworkLocalBroadcastAddressdAsInetAddress() throws IOException {\n\t\t System.setProperty(\"java.net.preferIPv4Stack\", \"true\"); \n\t\t try\n\t\t {\n\t\t \t// System.out.println(\"in network interface 5\");\n\t\t Enumeration<NetworkInter... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
sets up the gameplay frame. | private void GPInitFrame() {
fGamePlay.setSize(FRAME_WIDTH, FRAME_HEIGHT);
fGamePlay.getContentPane().setBackground(DEFAULT_BKG);
fGamePlay.setLayout(null);
fGamePlay.setIconImage(SVOLK_LOGO_ICON.getImage());
fGamePlay.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
fGam... | [
"private void setup() {\n\t\tframe = new JFrame();\n\t\tgame = new GamePanel();\n\t\tframe.add(game);\n\t\tframe.addKeyListener(game);\n\t\tframe.getContentPane();\n\t\tframe.setPreferredSize(new Dimension(WIDTH, HEIGHT));\n\t\tframe.pack();\n\n\t\tframe.setVisible(true);\n\t\tframe.setSize(WIDTH, HEIGHT);\n\t\tfra... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Check this account did exist or not in database. | public int checkAccount(DatabaseConnection conn, HQAccount account); | [
"public Boolean checkIfAccountExists() throws SQLException {\n if (accountStore.checkAccountExists(email)) {\n utility.createErrorMessage(\"Email already exists\");\n return true;\n }\n\n return false;\n }",
"public boolean accountExists(String name);",
"boolean has... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Takes in a files and stores in the Object Store. Returns true if object has been pushed successfully | public String putFile(File file, String contentGroup) throws DoxS3Exception {
if (file == null) {
return "";
}
try {
String key = getOOSKey(contentGroup) + "/" + file.getName();
PutObjectResult result = s3Client.putObject(new PutObjectRequest(s3Properties.getBucketName(), key, file));
if (result != n... | [
"public boolean addObject (File f, String mimeType) throws NoSuchAlgorithmException, IOException, FilesAuthorizationException, FilesException\n {\n FilesObject obj = new FilesObject(f, mimeType, this);\n\n if (objects != null)\n objects.add(obj);\n else\n {\n obje... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Configures the menuitem copy event handler grabs the text from the proposition box controller text area, and stores it in the "clipboard". | private void setHandlerForCopy( MenuItem copy )
{
copy.setOnAction( action ->
{
if ( this.propBoxController != null && this.propBoxController.text != null )
{
MouseUtils.ClipBoard = this.propBoxController.text.getSelectedText();
}
} );
... | [
"void jMenuItemCopy_actionPerformed(ActionEvent e) {\n// jTextAreaSFFile.copy();\n// jTextAreaSFFile.grabFocus();\n this.copyText();\n }",
"private void buttonCopyActionPerformed(ActionEvent e) {\n Toolkit.getDefaultToolkit().getSystemClipboard().setContents(\n new StringSelect... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
required string path = 2; | public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000002);
path_ = getDefaultInstance().getPath();
onChanged();
return this;
} | [
"@NotNull\n/* 118 */ public String getPath() { return this.myPath; }",
"public static void setPath(String inpPath) {\n if (path == null) {\n path = inpPath;\n }\n }",
"public void setPath (String path) {\n this.path = path;\n }",
"public interface Path {\n\n String ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Called repeatedly when this Command is scheduled to run | @Override
protected void execute() {
gameData = DriverStation.getInstance().getGameSpecificMessage();
if (gameData.length() > 0) {
if (gameData.charAt(1) == 'L') {
RobotMap.driveTrainPIDRobotDrive4.drive(.25, -Robot.navX.getAngle() * .35);
SmartDashboard.putNumber("A... | [
"@Override\n public void autonomousPeriodic()\n {\n CommandScheduler.getInstance().run();\n }",
"@Override // Called every time the scheduler runs while the command is scheduled.\n public void execute() {\n run(m_driveStick.getRawAxis(driverTurninAxis), m_driveStick.getRawAxis(driverThrottleAxis));\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the message payload for this event | MuleMessage getMessage(); | [
"public grpc.testing.Messages.Payload getPayload() {\n if (payloadBuilder_ == null) {\n return payload_ == null ? grpc.testing.Messages.Payload.getDefaultInstance() : payload_;\n } else {\n return payloadBuilder_.getMessage();\n }\n }",
"public Object getPayload()\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__TNodeTypeImplementation__Group_2__1__Impl" $ANTLR start "rule__TNodeTypeImplementation__Group_3__0" ../eu.artist.tosca.dsl.ui/srcgen/eu/artist/tosca/dsl/ui/contentassist/antlr/internal/InternalToscaDSL.g:23262:1: rule__TNodeTypeImplementation__Group_3__0 : rule__TNodeTypeImplementation__Group_3__0__Im... | public final void rule__TNodeTypeImplementation__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../eu.artist.tosca.dsl.ui/src-gen/eu/artist/tosca/dsl/ui/contentassist/antlr/internal/InternalToscaDSL.g:23266:1: ( rule__TNodeTypeImplementat... | [
"public final void rule__Type__Group_0__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalResoluteParser.g:3642:1: ( rule__Type__Group_0__3__Impl )\n // InternalResoluteParser.g:3643:2: rule__Type__Group_0__3__Impl\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the sparkEventsFolder property: The Spark events folder. | public String getSparkEventsFolder() {
return this.sparkEventsFolder;
} | [
"public String getFolder() {\n\t\treturn (String) map.get(FOLDER_KEY);\n\t}",
"public String getFolderName() {\n return folderName.get();\n }",
"public String getFolder() {\n return BMessageManager.getBMsgFldr(mNativeObjectRef);\n\n }",
"public static File getLoggingFolder() {\r\n\t\tretur... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the name user that acted on the transition. | public String getUser()
{
return user;
} | [
"public String getUserName() {\n\t\t\n\t\tif (act.getName().isEmpty()) {\n\t\t\treturn act.getUserName();\n\t\t}\n\t\t\n\t\treturn act.getName();\n\t}",
"public java.lang.String getUserName() {\n\t\treturn _learningActivity.getUserName();\n\t}",
"@Override\n\tpublic java.lang.String getUserName() {\n\t\treturn ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ 267: / 268: | public void setProducto(Producto producto)
/* 269: */ {
/* 270:313 */ this.producto = producto;
/* 271: */ } | [
"public int method_2493() {\r\n return 16777215;\r\n }",
"private int m31494n() {\n return 300;\n }",
"public static int m26699g(long j) {\n return 8;\n }",
"public int method_5482() {\r\n return 4;\r\n }",
"private int m16769a(int i) {\n return 10000;\n }",
"vo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
By default do nothing; LRU maps needs to override this method | @Override
public void enableLruUpdateCallback() {
} | [
"public LRUMap(Map map, boolean scanUntilRemovable) {\n/* 152 */ this(map.size(), 0.75F, scanUntilRemovable);\n/* 153 */ putAll(map);\n/* */ }",
"public LRUMap(int maxSize, boolean scanUntilRemovable) {\n/* 91 */ this(maxSize, 0.75F, scanUntilRemovable);\n/* */ }",
"public LRUCache(int ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
this method is getter method that returns array list of processor created from greedy algorithm object | public ArrayList<Processor> get_processorList(){
return _processorList;
} | [
"private CellProcessor[] getProcessors() {\n final CellProcessor[] processors = new CellProcessor[8];\n\n processors[FIELD_COUNTER] = new Optional();\n processors[FIELD_DATE] = new FmtDate(\"yyyy/MM/dd HH:mm\");\n processors[FIELD_TOTAL] = new Optional();\n processors[FIELD_VALUE]... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
replace first of yours with first of mine | @Test public void testCatPrimitiveArrayAndSingleAttribute() throws Exception {
ST e = new ST(
"<[mine,yours]; separator=\", \">"
);
e.add("mine", new int[] { 1, 2, 3 });
e.add("yours", "a");
String expecting = "1, 2, 3, a";
assertEquals(expecting, e.re... | [
"private static String replace(String string, String s1, String s2) {\n while(string.indexOf(s1) != -1) {\n String pre = string.substring(0, string.indexOf(s1));\n String suf = string.substring(string.indexOf(s1) + s1.length());\n\n string = pre + s2 + suf;\n }\n\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
adjust boss hitboxes to stay on the boss | public void adjustHitboxes(){
footbox.pos.x = pos.x;
footbox.pos.y = pos.y+7*dim.y/16;
hurtbox.pos = pos;
jumpbox.pos = new PVector(pos.x, pos.y-dim.y/2+50);
} | [
"public void handleCollisions()\n {\n if ( type == true ) // Its a enemy bullet, can hit players\n {\n for ( int x = 0; x < world.Players.size(); x++ )\n {\n if ( world.Players.get( x ) != null )\n {\n // pythag therom, basicall... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional fixed64 manifest_id = 2; | public boolean hasManifestId() {
return ((bitField0_ & 0x00000002) == 0x00000002);
} | [
"public abstract String getManifestIdentification();",
"java.lang.String getOffsetManifest();",
"public static long getSerialversionuid()\n/* */ {\n/* 82 */ return 1L;\n/* */ }",
"com.google.protobuf.ByteString\n getArmyIdBytes();",
"public String m58637b() {\n String str = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the startTimeHour attribute of the CommunicationsPreferenceList object | public void setStartTimeHour(int tmp) {
this.startTimeHour = tmp;
} | [
"public abstract void setStartTime(int hour);",
"public abstract void setStartTime(int hour, int minute);",
"public void setStartTime(String hour, String min){\n this.startTime = hour + \":\" + min;\n }",
"public abstract void setStartTime(int hour, int minute, int second);",
"public void setBegin... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test case number: 32 / 79 covered goals: Goal 1. org.apache.commons.lang.NumberUtils.isNumber(Ljava/lang/String;)Z: I4 Branch 69 IFEQ L618 true Goal 2. org.apache.commons.lang.NumberUtils.isNumber(Ljava/lang/String;)Z: I41 Branch 70 IF_ICMPNE L628 true Goal 3. org.apache.commons.lang.NumberUtils.isNumber(Ljava/lang/Str... | @Test
public void test32() throws Throwable {
boolean boolean0 = NumberUtils.isNumber("...");
} | [
"@Test\n public void test034() throws Throwable {\n double double0 = MathUtils.sign(10.6983350033);\n double double1 = MathUtils.log(10.6983350033, 2.0);\n int int0 = MathUtils.indicator(1249);\n boolean boolean0 = MathUtils.equalsIncludingNaN(2.0, (-402.33808625396), 2.0);\n int[] intAr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
return user last name | public String getLastName() {
return lastName;
} | [
"public String getUserLastname()\n {\n return this.userLastname;\n }",
"public String getLoggedInUserLastName(){\n return persistor.getLoggedInUserLastName(loggedInUser);\n }",
"public static String lastName() {\n return fetchString(\"name.last_name\");\n }",
"public String getLastNam... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/................................................................................................................. returns an explanation of what the module does. | public String getExplanation() {
return "Assigns a minimum value for branch length for all of a tree's branches." ;
} | [
"public String describe() {\n\t\treturn(\"You'll only find Magikarp and fishermen here.\");\n\t}",
"String explainScenario();",
"String\n describe();",
"protected abstract void printUsage();",
"default void\tprintUsage()\r\n\t{\r\n\t\tprint(\"This provider has no usage information defined.\");\r\n\t}",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the ParadigmEnv that represents the schedulable sharing a name with the parameter. May return null | public ObjectEnv getSchedulable(Name name)
{
for (ObjectEnv obj : getSchedulables())
{
if (obj.getName().contentEquals(name))
{
return obj;
}
}
return null;
} | [
"public VariableEnv getParameter(String name)\n\t{\n\t\tfor (VariableEnv v : parameters)\n\t\t{\n\t\t\tif (v.getVariableName().contentEquals(name))\n\t\t\t{\n\t\t\t\treturn v;\n\t\t\t}\n\t\t}\n\n\t\treturn null;\n\t}",
"public Object getEnv (String name);",
"private static GlobalParameter getInstance(String nam... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds a Facet filter for the tag. | public void addTagFilter(String tagGroupFacetName, Long tagId) {
this.facetFilters.add(new FacetFilter(tagGroupFacetName, tagId.toString()));
} | [
"private void addFilter(Tag t) {\n this.tagFilter.add(t);\n }",
"public void add(Filter<T> filter) {\n\t\tfilters.add(filter);\n\t}",
"public void addFilterComposite(FilterComposite composite);",
"private void addTagFilterOn(PoiFinder finder) {\n\t\tboolean hasFilterValue = !this.getPalabraBuscada()... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Final output details of the apply patches task; .google.cloud.osconfig.agentendpoint.v1beta.ApplyPatchesTaskOutput apply_patches_task_output = 5; | @java.lang.Override
public com.google.cloud.osconfig.agentendpoint.v1beta.ApplyPatchesTaskOutput getApplyPatchesTaskOutput() {
if (applyPatchesTaskOutputBuilder_ == null) {
if (outputCase_ == 5) {
return (com.google.cloud.osconfig.agentendpoint.v1beta.ApplyPatchesTaskOutput) output_;
... | [
"com.google.cloud.osconfig.agentendpoint.v1beta.ApplyPatchesTaskProgress.State getState();",
"public void writePatch(OutputStream out) throws IOException, InterruptedException {\n // Use DataOutputStream for ease of writing. This is deliberately left open, as closing it would\n // close the output stream th... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
public InformacionEmpresaDTO obtenerInformacionEmpresa(Long idUsuario); public ArrayList listaPsDePeticionQuePasaPorActividad(Long nroPeticion,Integer actividad_flujo_id) throws ATiempoAppEx; public ArrayList listaDePsDelaActividadEstadoFinal(Long nroPeticion,Integer actividad_flujo_id) throws ATiempoAppEx; public Arra... | public ArrayList recuperarCausaDemora(); | [
"private LibroDiario obtieneLibroDiarioYDiarioDetalleRefinanciamiento_3(ModeloId idModelo, Integer intTipoCategRiesgo, \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tInteger intTipoCreditoEmpresa, Expediente expedienteMovAnterior, \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tExpedienteCredito expedienteCreditoNuevo,\r\n\t\t\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated .proto_def.RoomListResp.BanBan top_banbans = 2; | public Builder addTopBanbans(
proto_def.RoomMessage.RoomListResp.BanBan.Builder builderForValue) {
if (topBanbansBuilder_ == null) {
ensureTopBanbansIsMutable();
topBanbans_.add(builderForValue.build());
onChanged();
} else {
topBanbansBuilder_.addMessag... | [
"public interface PingProto$EmojiTopOrBuilder extends MessageLiteOrBuilder {\n C6821b getScores(int i);\n\n int getScoresCount();\n\n List<C6821b> getScoresList();\n}",
"Collection<UserBan> getCurrentBans();",
"frame.game.proto.GameControl.BcbmLotteryOrBuilder getBcbmOrBuilder();",
"protobuf.clazz.bt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
testing with +0 and 0 | public static void testMultiply() {
testMultiply("", "");
testMultiply("+", "-"); // fails
testMultiply("-", "+"); // fails
testMultiply("-", "-");
// test multiplication of +0 and +1 or -1
testMultiply("", "-1");
testMultiply("", "1");
testMultiply("-1", "");
testMultiply("1", "");
// test mu... | [
"@Test\n public void test09() throws Throwable {\n int int0 = MathUtils.addAndCheck(0, 0);\n boolean boolean0 = MathUtils.equals(1701.8463, 1701.8463, (double) 0);\n }",
"private boolean isPositive(int a, int b) {\n\t\tif(a>0&&b>0||a<0&&b<0) return true;\r\n\t\t\r\n\t\treturn false;\r\n\t}",
"priv... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__XIfExpression__Group__1" $ANTLR start "rule__XIfExpression__Group__1__Impl" ../edu.tadp.firewall.ui/srcgen/edu/tadp/firewall/ui/contentassist/antlr/internal/InternalFirewalll.g:8074:1: rule__XIfExpression__Group__1__Impl : ( 'if' ) ; | public final void rule__XIfExpression__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../edu.tadp.firewall.ui/src-gen/edu/tadp/firewall/ui/contentassist/antlr/internal/InternalFirewalll.g:8078:1: ( ( 'if' ) )
// ../edu.tad... | [
"public final void rule__XIfExpression__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../jpaqldsl.ui/src-gen/jpaqldsl/ui/contentassist/antlr/internal/InternalJPAQLDsl.g:19827:1: ( ( 'if' ) )\n // ../jpaqldsl.ui/... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |