query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Waiter log in paenl container. | public Container waiterLogInPaenl(){
Container p1 = getContentPane();
p1.add(adminPanelButton);
p1.add(waiterPanelButton);
p1.add(userNameField);
p1.add(passwordField);
p1.add(labelat.username(100,125,70,25));
p1.add(labelat.password(100,160,70,25));
... | [
"private static void login() {\n\t\t\n\t}",
"@Test(priority=0)\n\t\t public void login()\n\t\t {\n\t\t\t \n\t\t\t Step03_Finalize log = new Step03_Finalize(driver);\n\t\t\t log.loginAndOpenReq();\n\t\t\t \n\t\t\t \n\t\t\t\t \n\t\t }",
"public void login() {\n username.sendKeys(ConfigurationReader... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Constructor for standalone projects (without a parent POM) where project name and directory name are identical. | private EProject (@Nonnull @Nonempty final String sProjectName,
@Nonnull final EProjectType eProjectType,
@Nonnull final EHasPages eHasPagesProject,
@Nonnull final EHasWiki eHasWikiProject,
@Nullable final String sLastPublishedVersion,
... | [
"public Project(){\n this(\"First Project\", \"Project description here\");\n System.out.println(this);\n }",
"public Project() throws XmlException {\n\t\tsuper(\"Project\", \"This is the Project\");\n\t}",
"public PyDevProjectBuilder(String projectname) {\n super(projectname);\n withNature(PyDevPr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Runs a playbook that fails on one of the steps. Verifies that failed host events are correctly recorded. | @Test
public void testFailedHosts() throws Exception {
URI uri = ProcessIT.class.getResource("ansibleFailedHosts").toURI();
byte[] payload = archive(uri, ITConstants.DEPENDENCIES_DIR);
// ---
StartProcessResponse spr = start(payload);
ProcessApi processApi = new ProcessApi... | [
"public void fail() {\n \tString msg = getFailureCause(); \n \t\n log.info(this + \", FAILURE: \" + msg);\n \n switchState(HomeDomainState.FAILED);\n \n for(ReservationStatusListener listener : statusListeners) {\n listener.reservationProcessingFailed(getBodID(),... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ 368: / 369: | public void setCopt_fecenvion(String copt_fecenvion)
/* 370: */ {
/* 371:247 */ this.copt_fecenvion = copt_fecenvion;
/* 372: */ } | [
"public void mo26342c() {\n }",
"public int method_5482() {\r\n return 4;\r\n }",
"public int method_5453() {\r\n return this.field_4741;\r\n }",
"public void mo6726a() {\n }",
"void mo37715E_();",
"private int m31494n() {\n return 300;\n }",
"public void mo5203... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ access modifiers changed from: private / access modifiers changed from: public / renamed from: a | private void m42820a(List<DownloadInfo> list, List<Integer> list2, SparseArray<DownloadInfo> sparseArray, SparseArray<DownloadInfo> sparseArray2, SparseArray<List<DownloadChunk>> sparseArray3) {
int size = sparseArray.size();
if (size >= 0 && f30069b != null) {
synchronized (f30069b) {
... | [
"protected void a() {}",
"protected void method_5557() {}",
"private void a() {\n }",
"public void mo5201a() {\n }",
"interface C4511c {\n /* renamed from: a */\n void mo29775a();\n }",
"public void mo28221a() {\n }",
"@Override\r\n public void public... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test case number: 63 /Coverage entropy=0.0 | @Test(timeout = 4000)
public void test063() throws Throwable {
Contract contract0 = new Contract();
OrderState orderState0 = new OrderState();
// Undeclared exception!
try {
EWrapperMsgGenerator.openOrder(1660, contract0, (Order) null, orderState0);
fail("Expecting exception... | [
"@Test(timeout = 4000)\n public void test147() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0, (CostMatrix) null);\n String string0 = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This is an interface which can be used to turn any list type into a JSON array. It is required to be used for any array, list, or collection type where you want any sort of data to persist. Implement the interface and write out the appropriate methods. | public interface JsonifiableArray {
public JSONArray toJson();
} | [
"List<Object> createJsonArray();",
"@Override\n\tpublic String JSONizeTheList(List<String> list) {\n\t\tString json = new Gson().toJson(list);\n\t\treturn json;\n\t}",
"@Override\r\n\t\tpublic Object[] toArray() {\n\t\t\treturn mylist.toArray();\r\n\t\t}",
"public IPersistentList createList();",
"public voi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method returns the value of the database column ml_borrower.borrower_id | public Long getBorrowerId() {
return borrowerId;
} | [
"public int getBorrowID(String patronID, String bookISBN) {\n\t try {\n\t \tcurrentCon = ConnectionManager.getConnection();\n\t ps=currentCon.prepareStatement(\"select b.borrow_id from borrow b join borrow_book bb on( b.borrow_id = bb.borrow_id) where b.patron_id = ? and bb.book_isbn = ? and bb.status ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Merges 2 cells and returns the score (two times the value of the cells). | public int merge(Cell self, Cell other)
{
//We will suppose the cells are neighbors and can be merged
int val = 0;
val = 2*self.getVal();
//NOW WE MERGE
self.setVal(2*self.getVal());
other.setVal(0);
return val;
} | [
"private int union(Cell first, Cell second)\n\t{\n\t\tCell max, min;\n\t\tif(first.getValue() < second .getValue())\n\t\t{\n\t\t\tmin = first;\n\t\t\tmax = second;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tmin = second;\n\t\t\tmax = first;\n\t\t}\n\t\tint result = find(min);\n\t\tlabels.set(result, find(max));\n\t\treturn min... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method returns the name of the ECEntry. | public String getName() {
return name;
} | [
"public String getName() {\r\n return mEntry;\r\n }",
"public Name getName() {\n \n return entryName;\n }",
"public java.lang.String getEntryFilename() {\n java.lang.Object ref = entryFilename_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "T__23" $ANTLR start "T__24" | public final void mT__24() throws RecognitionException {
try {
int _type = T__24;
int _channel = DEFAULT_TOKEN_CHANNEL;
// ../de.nie.fin.ui/src-gen/de/nie/fin/ui/contentassist/antlr/internal/InternalFin.g:21:7: ( '->' )
// ../de.nie.fin.ui/src-gen/de/nie/fin/... | [
"static final public void TypeId() throws ParseException {\n switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {\n case IDENTIFIER:\n jj_consume_token(IDENTIFIER);\n break;\n case INTEGER:\n jj_consume_token(INTEGER);\n break;\n case STRING:\n jj_consume_token(STRING);\n break;\n de... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public Object getValueAt(int rowIndex, int columnIndex) {
return rows.get(rowIndex)[columnIndex];
} | [
"@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"
]
]
}
} |
persists dockets in DB using wrapper api. | private List<Docket> loadDocketsUsingWrapperService(DocketsList docketList, SourceLoadRequest sourceLoadRequest)
throws SourceContentLoaderException {
BankruptcyContentService bankruptcyContentService = new BankruptcyContentService(true);
LookUpListDAOImpl lookUpListDAO = new LookUpListDAOImpl(wrapperEnvironme... | [
"private void write_db() {\n write_db(db_loc);\n }",
"public void storeKeysInDatabase(){\n for(String key : keys.keySet()){\n byte[] value = keys.get(key);\n String keyHash = null;\n try {\n keyHash = getHash(value);\n } catch (NumenaLibr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
method finds toy by name. | public LinkedList<Toy> findByName(final GameRoom gameRoom,
final String name)
throws NonValidValueException {
if (!name.isEmpty()) {
LinkedList<Toy> result = new LinkedList<>();
for (int i = 0; i < gameRoom.calcSize(); i++) {
... | [
"public Skill findByName(String name);",
"public Basket findBasket(String name) {\n for (Basket basket : basketList.getBasket()) {\n if (basket.getName().equals(name)) {\n return basket;\n }\n }\n return null;\n }",
"public Symbol find(String name)\n\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Metodo encargado de verificar que los campos de busqueda de PQR se encuentren bien | public boolean verificarCamposBuscarPQR() {
if (this.responderPQR.tfBuscarPQR.getText().isEmpty()) {
JOptionPane.showMessageDialog(responderPQR, "Debe de introducir el numero de PQR para buscar el PQR.", "Error", JOptionPane.ERROR_MESSAGE);
return false;
}
return t... | [
"private boolean verificaCampos(CIVisao cIV) {\r\n String n = cIV.gettfNome().getText(), in = \"Nome\";\r\n String c = cIV.gettfCPF().getText(), ic = \"CPF\";\r\n String uq = cIV.gettfURL().getText(), iuq = \"URL QR Codes\";\r\n \r\n if(n.equalsIgnoreCase(in)){\r\n JOpt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Aaron Bardsley end point: contacts/delete_contact remove contact from existing contacts | private void onRemoveButtonPress(final ViewHolder holder, int position) {
mRemovedEmail = mValues.get(position).getEmail();
Uri uri = new Uri.Builder()
.scheme("https")
.appendPath("final-project-450.herokuapp.com")
.appendPath("contacts")
... | [
"private void deleteContact() {\r\n\t\tif (contactsList.isEmpty()) {\r\n\t\t\tSystem.out.println(\"\\nNo contacts available.\");\r\n\t\t\treturn;\r\n\t\t}\r\n\t\tContact deleteContact = findContact();// performs search operation\r\n\t\tSystem.out.println(\"\\n\" + deleteContact.getName() + \" Successfully deleted f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Computes a result, or throws an exception if unable to do so. | @Override
public List<Individual> call() throws Exception {
int count = 0;
while (count < amountOfIndividualsToCareFor) {
this.random = new Random(Double.doubleToLongBits(Math.random()));
// Selection
//population.getPopulation().sort(Comparator.comparingInt(Indi... | [
"@NonNull\n public T getResult() throws Exception {\n if(error != null)\n throw error;\n return result;\n }",
"V getResult() throws Throwable;",
"TResult getResult();",
"@Override\n public Result compute() {\n super.compute();\n Result result = new Result(getContext(), cGetResult... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the value associated with the column: issue_to_dispensary | public java.lang.String getIssueToDispensary () {
return issueToDispensary;
} | [
"public IssueReal getIssueReal()\n\t{\n\t\treturn (IssueReal)this.issue;\n\t}",
"public int getIssue() \n\t{\n\t\treturn issue;\n\t}",
"public Integer getIssue() {\n\t\treturn issue;\n\t}",
"public String getIssueDetail() {\n return issueDetail;\n }",
"public String getIssueplace() {\n retu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
this one is called in each game tick | public void sensorUpdate
(
double opponentDistance,
double opponentDirection, // relative to me, in degrees, 0 = straight ahead
double opponentEnergy,
double energy
) throws Exception; | [
"@Override\n protected void onUpdate(float deltaTime) {\n\n }",
"@Override\r\n\tpublic void onWorldUpdate() {\n\t\t\r\n\t}",
"@Override\r\n\t\tpublic void tick() {\n\t\t\t\r\n\t\t}",
"public static void gameUpdate() {\n int MAX_TICK=0;\n if(mapPreviewCounter == 0){\n MAX_TICK = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets resolved name of the operation. Runtime stack resolution occurs when the operation name is of the form: $classmarker:offset. Example: $com.nastel.jkool.tnt4j.tracker:0 | public String getResolvedName() {
return getResolvedName(opName);
} | [
"public String getOperationName() {\n\t\tif (service.hasOperation(StringUtils.capitalize(operationName)))\n\t\t\treturn StringUtils.capitalize(operationName);\n\t\telse if (service.hasOperation(StringUtils.uncapitalize(operationName)))\n\t\t\treturn StringUtils.uncapitalize(operationName);\n\t\telse\n\t\t\tthrow ne... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
optional int32 noDistrictPop = 9; | public boolean hasNoDistrictPop() {
return ((bitField0_ & 0x00000100) == 0x00000100);
} | [
"public void setNumberOfMissingPdus(short pNumberOfMissingPdus)\n{ numberOfMissingPdus = pNumberOfMissingPdus;\n}",
"public void setC_Region_ID (int C_Region_ID)\n{\nif (C_Region_ID <= 0) set_Value (\"C_Region_ID\", null);\n else \nset_Value (\"C_Region_ID\", new Integer(C_Region_ID));\n}",
"public String getSp... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
List of all Origin Groups associated with folder. repeated .yandex.cloud.cdn.v1.OriginGroup origin_groups = 1; | @java.lang.Override
public java.util.List<? extends yandex.cloud.api.cdn.v1.OriginGroupOuterClass.OriginGroupOrBuilder>
getOriginGroupsOrBuilderList() {
return originGroups_;
} | [
"java.util.List<com.cloudera.thunderhead.service.authdistributor.AuthDistributorProto.Group> \n getGroupsList();",
"public List<String> ownGroups();",
"public List<OriginEntryFull> getOriginEntries() {\n return originEntries;\n }",
"URI getGroupId();",
"public Set<String> getGroupsList() th... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Open the index file for writing for given data file | public void createIndexFile(FileSystem fs, Path file) throws IOException {
this.indexOut = fs.create(IndexManager.getIndexFileName(file), false);
} | [
"protected long open() throws IOException, IndexOpenException {\n\t// open the index file\n\ttry {\n\t // resolve the index filename. It replaces the first\n\t // attempt with the real thing\n\t indexFileName = FileUtils.resolveFileName(indexFileName, \".tix\");\n\n\t File file = new File(indexFileName... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Closes the WebDriver and quits the browser. | @AfterClass(alwaysRun = true)
public void tearDown() throws Exception {
this.driver.quit();
} | [
"@Then(\"close the browser\")\n\tpublic void close_the_browser() {\n\t driver.close();\n\t}",
"@And(\"^I close the browser$\")\n public void iCloseTheBrowser() throws Throwable {\n Hook.driver.close();\n }",
"@Then(\"^Close the browser$\")\n\t\tpublic void Close_the_browser() {\n\t\t\tdriver.quit... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the end date of the warranty in the JDateChooser | public void setWarrantyEndDate(Date date)
{
endWarrantyDate.setDate(date);
} | [
"public void setDateEnd(Date dateEnd) {\r\n\t\tthis.dateEnd = dateEnd;\r\n\t}",
"public void setEnd(LocalDate date)\r\n\t{\r\n\t\tthis.end = date;\r\n\t}",
"public void setEndDate(Date EndDate);",
"public void endDateClicked(View view)\n {\n dateClicked(AddBudgetItemActivity.END_DATE_SET_CODE, \"end... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets a stored item of data for the currently logged in account | public String getDataForLoggedInUser(String name) {
Account account = getLoggedInAccount();
if (account != null) {
return mAccountManager.getUserData(account, name);
}
return null;
} | [
"public UserItem getUser() {\r\n return userLogItem.getUser();\r\n }",
"public UserItem getItem() {\n return userItem;\n }",
"public List<Item> getUserLoggedInItems(){\n return userLoggedIn.getItems();\n }",
"public void getCustomerDetails() {\n //Read saved customer detail... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Slanje maila Ako je zahtev korisnika odbijen | @CrossOrigin(origins = "http://localhost:4200")
@RequestMapping(value = "/api/deny-request-message/{email}", method = RequestMethod.POST)
public void deletePatientRequests(@RequestBody String message, @PathVariable String email) {
System.out.println("Slanje novom email-a");
try {
es.sendNotificaitionAsync2(ema... | [
"public boolean izmeniKorisnika(Korisnik korisnik);",
"public boolean obrisiKorisnika(int id);",
"public abstract boolean jeRacunalnik();",
"@Override\n\tpublic void zavrsenaKupovina() {\n\t\t\n\t}",
"@Override\n protected void izvrsiKonkretnuOperaciju(Object o) throws Exception {\n Radnik rd = (R... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ ACTIVIDADES DE UN USUARIO EN UNA FECHA DADA | public List<Actividad> getActividadDeUsuarioxFecha(int idUsuario,Date fecha) {
EntityManager em=EMF.createEntityManager();
Calendar calendario = Calendar.getInstance(); /// https://stackoverflow.com/questions/2619691/extract-day-from-date
calendario.setTime(fecha);
String jpql = "Select a From Actividad a wher... | [
"private void recuperaDadosUsuario() {\n\n if(usuarioAtual != null){\n String txtCirculo = String.valueOf(usuarioAtual.getNome().charAt(0));\n textoNome.setText(usuarioAtual.getNome());\n textoEmail.setText(usuarioAtual.getEmail());\n textoCirculo.setText(txtCircul... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Kayit formundaki bilgileri kaydeder | public static Result save() {
return Types.save(ChqbllSort.Bill);
} | [
"public void bilgilendirme() {\n // 6. adimda yazdirmamizi istedi\n\t\tSystem.out.println(\"isim: \" + this.isim + \" soyisim: \" + this.soyisim);\n\t}",
"private void srediFormu() {\n try {\n\n jcbZanr.removeAllItems();\n TransferObjekatZahtev toz = new TransferObjekatZahtev();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This methode recovers a Connection which was deleted before, from the connectionTrash | public boolean recoverConnection(UUID connectionId); | [
"void deleteConnection(TcMenuPersistedConnection connection) throws DataException;",
"public void removeConnection();",
"public int remove(Connection aConn) throws SQLException;",
"public void restoreStatusBeforeShoutDown() {\n\t// //////////////////////////////////////////////////////////////////////////////... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Construct a HashMap to store created players. | public static void main(String[] args) throws IOException
{
System.out.println("Enter your Command: ");
InputStreamReader inStream = new InputStreamReader(System.in) ;
BufferedReader reader = new BufferedReader(inStream);// Construct a BufferedReader to read from Stdin.
String line = null; ... | [
"public static HashMap informationDrop() {\n HashMap hashMap = new HashMap();\n Arena arena = new Arena();\n Stickman stickman = new Stickman();\n User user = new User();\n arena.setId(mRoomId);\n stickman.setName(mMyParticipantId);\n user.setName(playersEmail);\n hashMap.put(\"arena\", aren... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Speichert alle Bestellungen aus der Db in der Session. Setzt ein Attribut in die request, um ein weiteres Laden der bestellungadmin.jsp zu vermeiden. | protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
HttpSession session = request.getSession();
request.setAttribute("klick", "klick");
List<Kunde> kunden = KundenOperations.holeAlleKunden();
List<Bestellung> bestellungen = new ... | [
"public void encapsular (){\n\t\tHttpSession sesion=request.getSession();\n\t\tString cadena = request.getParameter(tipo);\n\t\tString nombreAtribSesion=(String)this.tablaIdString.get(tipo);\n\t\tsesion.setAttribute(nombreAtribSesion,cadena);\n\t}",
"@RequestMapping(\"/zaposleni\")\n public String zaposleni(Mo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
We aren't doing anything complex with the game log and simply append a new TextView with an incoming message. The jobCount variable is needed so we know which job is currently doing something. | private void addToGameLog(int jobCount, String message) {
String log = "Task #" + jobCount + ": " + message;
TextView temp_tv = new TextView(MainActivity.this);
temp_tv.setText(log);
gameLogVll.addView(temp_tv);
gameLogSv.fullScroll(ScrollView.FOCUS_DOWN);
} | [
"@Override\n\tpublic void append(LoggingEvent loggingEvent) {\n\n\t\t// Extract the message\n\t\tfinal String message = layout.format(loggingEvent);\n\n\t\t// Append formatted message to the text area using the Thread (we don't want to block the rest of GUI).\n\t\t// Protect the text area from flooding with text by... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
List of groupId:artifactId, to exclude while resolving the dependencies provided in packages to avoid dependency conflicts. repeated string exclude_packages = 10; | public com.google.protobuf.ProtocolStringList
getExcludePackagesList() {
return excludePackages_.getUnmodifiableView();
} | [
"private Set<String> buildPackageList() throws IOException {\n ClassListBuilder plb = new ClassListBuilder(new MavenLogger(getLog()));\n for (String classpathElement : classpathElements) {\n plb.process(new File(classpathElement));\n }\n return plb.getPackages();\n }",
"L... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds all the given words into the trie. | public boolean addAll(Collection<String> words) {
for (String src : words) {
if (!add(src)) {
return false;
}
}
return true;
} | [
"public void addWord(String word) {\n char[] chars = word.toCharArray();\n TrieNode cur = root;\n for (char ch : chars) {\n TrieNode child = cur.getChild(ch);\n if (null == child) {\n child = new TrieNode(ch);\n cur.childWords.add(child);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Navigations / Constructors | public PricingModelMergeRequest() {
} | [
"public Innlegg() {\n\t\t\n\t}",
"public StructureLearner()\n\t{\t}",
"public Cachorro() {\r\n }",
"public HeteroAST() { ; }",
"Cokolady()\t{\r\n\t\tsuper();\r\n\t}",
"protected Turista() {\n\t}",
"public Parkiralista() {\n\n }",
"public Tanh() {\n\t}",
"private Lieu() {\n\t}",
"publi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the value given to the data value | public void setValue(T value); | [
"public void setData(Object dataValue){\n\t\tdataValue = dataValue;\n\t}",
"public void setData(int value) {\r\n this.data = value;\r\n }",
"public void setData(T val)\n\t{\n\t\tdata = val;\n\t}",
"public void setData(Object value) { pData = value; }",
"@Override\r\n public void set(T value){\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: a | public static LinkData m83039a(Aweme aweme) {
if (aweme == null) {
return null;
}
if (aweme.getLinkAdData() == null && aweme.needPreloadAdLink()) {
aweme.setLinkAdData((LinkData) f66615b.get(aweme.getAid()));
}
return aweme.getLinkAdData();
} | [
"public interface C3511a {\n /* renamed from: a */\n void mo29057a(int i);\n }",
"interface C4511c {\n /* renamed from: a */\n void mo29775a();\n }",
"public interface ans {\n /* renamed from: a */\n void mo1174a();\n}",
"public interface C24712af {\n /* renamed from... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Parses a message and prepares it for exporting to JSON | public static ObjectNode userToObjectNode (User user){
ObjectNode userNode = Json.newObject();
// TODO implement to have a XToObjectNode in each model
return userNode;
} | [
"CtoSMessage parseInCtoSMessage(String message);",
"D parseData(M message);",
"private Message parseJSON(Representation entity){\n\t\tJSONObject jsonMessage = null;\n\t\ttry {\n\t\t\tjsonMessage = (new JsonRepresentation(entity)).getJsonObject();\n\t\t} catch (JSONException e) {\n\t\t\te.printStackTrace();\n\t\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ DDK model manager async interfaces public static native int registerListenerJNI(ModelManagerListener listener); public static native void loadModelAsync(String modelName,String modelfilename, AssetManager mgr,boolean isMixModel); public static native void loadModelFromFileAsync(String modelName,String modelpath,boole... | public static native boolean modelCompatibilityProcessFromFile(String onlinemodelpath,String onlinemodeparapath,String framework, String offlinemodelpath,boolean isMixModel); | [
"public interface IModel {\n\n\n void initModel();\n void terminateModel();\n ILoadingConnection getServiceConnection();\n\n}",
"public interface NativeLibrary extends Library {\n\n String GetControllerList();\n\n String GetLocoName();\n\n float GetControllerValue(int id, int type);\n\n void SetContr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Paints the slider. The selected thumb is always painted on top of the other thumb. | @Override
public void paint(Graphics g, JComponent c) {
super.paint(g, c);
Rectangle clipRect = g.getClipBounds();
if (upperThumbSelected) {
// Paint lower thumb first, then upper thumb.
if (clipRect.intersects(thumbRect)) {
paintLowerThumb(g);
}
if (clipRect.intersects(upperThumbRect)) {... | [
"@Override\n public void renderSelf(Slider slider, Context context, long nanovg) {\n createScissor(nanovg, slider);\n {\n nvgSave(nanovg);\n Vector2f pos = slider.getAbsolutePosition();\n Vector2f size = slider.getSize();\n float x = pos.x;\n f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Batchdelete the list with varying requests. For example, limitBatchDeleteLogging(). Other specifications are same as batchDelete(entityList). | public int[] varyingBatchDelete(List<WhiteMyself> whiteMyselfList, DeleteOption<WhiteMyselfCB> option) {
assertDeleteOptionNotNull(option);
return doBatchDelete(whiteMyselfList, option);
} | [
"void batchDeleteData(List deleteList);",
"@Override\n\tpublic void batchDelete(List<Long> ids) {\n\n\t}",
"@Override\n\tpublic void batchDelete(List<B2bOrderRmtPkgBean> paramList) {\n\t\t\n\t}",
"@Override\r\n\tpublic void batchDelete(List<Long> ids) {\n\t\tlogDao.batchDelete(ids);\r\n\t}",
"@Description(\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml. | @Override
public boolean onOptionsItemSelected(MenuItem item) {
int id = item.getItemId();
//noinspection SimplifiableIfStatement
if (id == R.id.action_settings) {
return true;
}
return super.onOptionsItemSelected(item);
} | [
"@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch(item.getItemId()){\n\t\tcase android.R.id.home:\n\t\t\t// app icon in action bar clicked; go home\n Intent intent = new Intent(this, MainMenuCard.class);\n intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The IParameterMetadata interface defines metadata of a parameter. | public interface IParameterMetadata extends IJsonSerialization {
/**
* Gets name of a parameter.
*/
String getName();
/**
* Gets description of a parameter.
*/
String getDescription();
} | [
"MetaParameter getMetaParameter();",
"public interface IMetaParameterProvider {\n\n\t/**\n\t * Returns a meta parameter provided by the provider\n\t * \n\t * @return a meta parameter provided by the provider\n\t * @throws MetaParameterException\n\t * if the provider has problems in providing the meta ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add GSS channel binding hash and MIC flag to the targetInfo. Looks like this is needed if we want to use exported session key for GSS wrapping. | private byte[] addGssMicAvsToTargetInfo( final byte[] originalTargetInfo,
final Certificate peerServerCertificate ) throws AuthenticationException
{
final byte[] newTargetInfo = new byte[originalTargetInfo.length + 8 + 20];
final int appendLength = originalTargetInfo.length -... | [
"public static native int OpenMM_CustomHbondForce_addPerAcceptorParameter(\n PointerByReference target, Pointer name);",
"static native int jniSetSymbolicTarget(\n long tx, String refname, String target, long sig, String msg);",
"public Cmd.Public.stVoiceUserInfo.Builder addInfoBuilder() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Constructor for override | public FinalFragment() {
} | [
"private O()\r\n {\r\n super();\r\n }",
"Cokolady()\t{\r\n\t\tsuper();\r\n\t}",
"@Override\n protected void init()\n {\n\n }",
"public Jeroo() {super();}",
"@Override\n }",
"@Override\n public void init() {\n\n super.init();\n\n }",
"@Override\r\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the image of a single orientation. | public final Uri renderOrientation(ListWidgetSize listWidgetSize, Orientation orientation,
int widgetWidthPixels, int widgetHeightPixels, @Nullable PaperBackground paperBackground) {
final OrientationInfo orientationInfo = orientation.isPortrait ? listWidgetSize.portraitInfo
: l... | [
"protected void setOrientation(Orientation orientation) {\n \tthis.orientation = orientation;\n }",
"private void setRotationImage() {\r\n Image.SecondaryPane.setRotate(rotation.getRotationValue());\r\n nodes.forEach(node -> node.SetRotation(rotation));\r\n moved();\r\n }",
"void s... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inflate the layout for this fragment | @Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootview = inflater.inflate(R.layout.fragment_game_start, container, false);
getActivity().findViewById(R.id.select_difficulty).setVisibility(View.VISIBLE)... | [
"@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.movie_statistic_layout, parent, false);\n }",
"@Override\n\tprotected View initView(LayoutInflater inflate... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Helper to find an entry by address | private int findEntry(String address){
String tag = binary_to_hex(address.substring(0, this.tagSize));
//System.out.println("Find Tag: " + tag);
for( int i = 0; i < this.entries.length; i++){
cache_entry current = this.entries[i];
String hexTag = binary_to_hex(current.getTag());
//System.out.printl... | [
"Address findById(String id);",
"public boolean isAddrOfEntry(String addr);",
"public abstract Entry findEntryByName(String name);",
"@DISPID(121) //= 0x79. The runtime will prefer the VTID if present\n @VTID(12)\n com.microsoft.outlook.AddressEntry addressEntry();",
"public Personne getWithAddress(String... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__ExtensionRange__Group__3" $ANTLR start "rule__ExtensionRange__Group__3__Impl" ../protolipse.ui/srcgen/protolipse/ui/contentassist/antlr/internal/InternalProtobuf.g:3888:1: rule__ExtensionRange__Group__3__Impl : ( ';' ) ; | public final void rule__ExtensionRange__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../protolipse.ui/src-gen/protolipse/ui/contentassist/antlr/internal/InternalProtobuf.g:3892:1: ( ( ';' ) )
// ../protolipse.ui/src-gen/... | [
"public final void rule__RangeType__Group__3() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.osate.xtext.aadl2.propertyset.ui/src-gen/org/osate/xtext/aadl2/propertyset/ui/contentassist/antlr/internal/InternalPropertysetPar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method for adding color arrow | private int addColorArrow(int state, int color) {
Arrays.fill(_table[state], INVALID);
_table[state][color] = state + 1;
return state + 1;
} | [
"public void drawArrow(int primID, double sx, double sy, double ex, double ey, double arrowPos);",
"@Override\n public void question4()\n {\n ColorWheel.addColor(PenColors.Reds.Red);\n }",
"public void colorArrowButtons(String direction){\n uncolorButtons();\n if (direction.equals(\"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Complete the methods from the interface Item. Increments the count depending on the ItemType | public void setCount() {
if (this.getItemTypeCode().compareTo(ItemType.Audio) == 0) {
audioCount++;
} else if (this.getItemTypeCode().compareTo(ItemType.Visual) == 0) {
visualCount++;
}
} | [
"@Override\n\tpublic void addItems(Object type, int count) {\n\t}",
"@Override\n\tpublic int countItem() {\n\t\treturn itemRepository.countItem();\n\t}",
"public void item() {\n\t\t\n\t}",
"public void tiraItem() {\n\t\tthis.quantidadeItens--;\n\t}",
"private void finalizeAction(List<I> items, Method clickM... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the id property: Unique identifier of a room. This id is server generated. | public RoomModel setId(String id) {
this.id = id;
return this;
} | [
"public Builder setRoomid(long value) {\n bitField0_ |= 0x00000001;\n roomid_ = value;\n onChanged();\n return this;\n }",
"public final void setId(Long id) {\n this.id = id;\n }",
"public void setId(final Long id) {\r\n this.id = id;\r\n }",
"private void ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated .datayes.mdl.mdl_szl2_pbmsg.StockInfo.IndicesParticipatedsItem IndicesParticipateds = 51; | public datayes.mdl.mdl_szl2_pbmsg.MDLSZL2Msg.StockInfo.IndicesParticipatedsItem.Builder addIndicesParticipatedsBuilder() {
return getIndicesParticipatedsFieldBuilder().addBuilder(
datayes.mdl.mdl_szl2_pbmsg.MDLSZL2Msg.StockInfo.IndicesParticipatedsItem.getDefaultInstance());
} | [
"datayes.mdl.mdl_szl1_pbmsg.MDLSZL1Msg.double_3 getOpenIndex();",
"protected void initPartyIndices() {\n\t\tlong relRoleCode = 0;\n\t\tint sizeRelation = getOLifE().getRelationCount();\n\t\tint sizeParty = getOLifE().getPartyCount();\n\t\t// SPR3290 code deleted\n\t\tString relObjectId = null;\n\t\tString orgObje... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Maps a double value (0<=dval<1) to a element of FieldP | public FieldElement randomValue(Random random) {
return instance(p * random.nextDouble());
} | [
"public void storeDoubleField(int fieldNum, double value)\r\n {\r\n doubleValue = value;\r\n }",
"public void setValue(double p){\n value = p;\n }",
"public ParserVal(double val)\n {\n dval=val;\n }",
"public void setValue(double value, Object key);",
"void put( final int _ke... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Hibbard deletion: Case 0: NO child: Search the node and delete by setting the parent link to be null. Garbage collector will handle the unreferenced node Case 1: One child present for the node to be deleted: Search the node and delete by replacing the parent link to the child link Case 2: Two child present for the node... | public static void delete(int key) {
root = delete(root, key);
} | [
"public Node<T> delete(final T value) {\n Node<T> nodeToDelete = search(value);\n\n if (nodeToDelete == null) {\n return null;\n }\n\n Node<T> parent = nodeToDelete.parent();\n\n // Delete internal or leaf node\n if (parent != null) {\n\n // Delete lea... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set up mail server and get default session object | private Message createMessage(String to, String locationToFile, String personName, Integer day) throws MessagingException, FileDoesntExistException {
Properties properties = System.getProperties();
properties.setProperty("mail.smtp.host", HOST);
properties.setProperty("mail.smtp.port", "587");
... | [
"public Session getMailSession() throws EmailException\n {\n if (this.session == null)\n {\n final Properties properties = new Properties(System.getProperties());\n properties.setProperty(EmailConstants.MAIL_TRANSPORT_PROTOCOL, EmailConstants.SMTP);\n\n if (EmailUti... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
A unique identifier for the KMS key that is used to reencrypt the data. Specify a symmetric encryption KMS key or an asymmetric KMS key with a KeyUsage value of ENCRYPT_DECRYPT. To find the KeyUsage value of a KMS key, use the DescribeKey operation. To specify a KMS key, use its key ID, key ARN, alias name, or alias AR... | public ReEncryptRequest withDestinationKeyId(String destinationKeyId) {
setDestinationKeyId(destinationKeyId);
return this;
} | [
"public Key generateKey() {\n Key k = new SecretKeySpec(keyValue, ALGO);\n return k;\n }",
"java.lang.String getServiceKmsKeyName();",
"CryptoKey getKeyContents();",
"AssociateKmsKeyResult associateKmsKey(AssociateKmsKeyRequest associateKmsKeyRequest);",
"SymmetricKey getSymmetricKey(URI ke... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
New methods relating to the new implementation Gets all descendents siblingGroups of the specified node | private Hashtable getAllDescendentSiblingGroups(Integer ID)
{
Vector query = new Vector();
query.add(ID);
return getAllDescendentSiblingGroups(query);
} | [
"TCollection getSiblingNodes();",
"TCollection getOtherSiblingNodes();",
"@NonNull\n default ImmutableList<Node> getChildNodes() {\n ImmutableList.Builder<Node> children = ImmutableList.builder();\n for (int c = 0; c < getChildNodeCount(); ++c) {\n children.add(getChildNode(c));\n }\n return c... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Complete the superDigit function below. | static long superDigit0(String n, long k) {
// **** ****
long p = 0;
// **** traverse the string ****
for (int i = 0; i < n.length(); i++) {
// **** current digit ****
long v = n.charAt(i) - '0';
// **** multiply it by k ****
... | [
"static int superDigit(String n, int k) {\n int temp = getDigit(n);\n int ans = getDigit(\"\"+temp*k);\n return ans;\n }",
"static int superDigit(String n, int k) {\n k %= 9;\n if (k == 0)\n return 9;\n StringBuilder sb = new StringBuilder();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inserts and returns a new empty value (as xml) as the ith "AttributeTypeCode" element | public com.microsoft.schemas.xrm._2011.metadata.AttributeTypeCode insertNewAttributeTypeCode(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.xrm._2011.metadata.AttributeTypeCode target = null;
target = (com.microsoft.schemas.xrm._... | [
"private void insertAttribute(String attrId, String value) throws Exception {\n if (type!=null && type.equals(\"CH1\") && ch1ProhibitedAttrs.contains(attrId))\n return;\n \n // 'Datatype' attribute needs special handling\n if (mDatatypeID!=null && attrId.equals(mDatatypeID)){\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void onProgress(long bytesWritten, long totalSize) {
super.onProgress(bytesWritten, totalSize);
progressBar.setMax((int) totalSize);
progressBar.setProgress((int) bytesWritten);
} | [
"@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"
]
]
}
} |
/ access modifiers changed from: protected | @C5952h
/* renamed from: c */
public X509TrustManager mo46623c(SSLSocketFactory sSLSocketFactory) {
String str = "sslParameters";
Object a = C15011f.m66567a((Object) sSLSocketFactory, this.f43611e, str);
if (a == null) {
try {
a = C15011f.m66567a((Object) sSLS... | [
"@Override\n }",
"protected void method_5557() {}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n public void publicando() {\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"pro... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ 222: / 223: | public String getCertification()
/* 224: */ {
/* 225:189 */ return this.certification;
/* 226: */ } | [
"static String numericToTextFormat(byte[] src)\n {\n\tStringBuffer sb = new StringBuffer(39);\n\tfor (int i = 0; i < (INADDRSZ / INT16SZ); i++) {\n\t sb.append(Integer.toHexString(((src[i<<1]<<8) & 0xff00)\n\t\t\t\t\t | (src[(i<<1)+1] & 0xff)));\n\t if (i < (INADDRSZ / INT16SZ) -1 ) {\n\t sb.append(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
required string jobId = 1; | public java.lang.String getJobId() {
java.lang.Object ref = jobId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
... | [
"public void setJobId(Integer jobId) {\n this.jobId = jobId;\n }",
"public JobId getJobId(){\n return jobId;\n }",
"public String getUniqueJobId();",
"String getJob();",
"public Job getJob(long jobId);",
"@Override\n public long getJobId(int index) {\n return jobId_.get(ind... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Build an array in JSON | public String saveObjects2JSON(ArrayList<Whoopee> objects) throws JSONException, IOException {
JSONObject jWhoop;
JSONArray array = new JSONArray();
for (Whoopee w : objects) {
jWhoop = w.toJSON();
array.put(jWhoop);
}
// Write the file to disk
Ou... | [
"List<Object> createJsonArray();",
"private String buildJsonData() {\n\t\tIterator<String> iterator = onlineUsers.iterator();\n\t\tJsonArrayBuilder jsonArrayBuilder = Json.createArrayBuilder();\n\t\twhile(iterator.hasNext()){\n\t\t\tjsonArrayBuilder.add((String)iterator.next());\n\t\t}\n\t\treturn Json.createObje... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
App information. .google.events.firebase.analytics.v1.AppInfo app_info = 6; | public com.google.events.firebase.analytics.v1.AppInfo getAppInfo() {
if (appInfoBuilder_ == null) {
return appInfo_ == null
? com.google.events.firebase.analytics.v1.AppInfo.getDefaultInstance()
: appInfo_;
} else {
return appInfoBuilder_.getMessage();
}
} | [
"public AppInfo getAppInfo()\r\n {\r\n return getAppInfoCollector().getAppInfo();\r\n }",
"@ApiStatus.Internal\n public static String getAppInfoData() {\n return \"\";\n }",
"@Override\r\n\tpublic ApplicationInfo getApplicationInfo() {\n\t\treturn activity.getApplicationInfo();\r\n\t}",
"pri... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Starts a selenium grid node on a guest machine using hubservice script. | public static void startNode() throws IOException {
final String virtualMachineName = PropertyLoader.getProperty("vm.machine.name", "virtualbox.properties");
final String winStartNodeScript = PropertyLoader.getProperty("win.startnode.script", "virtualbox.properties");
final String winGuestVmUse... | [
"public boolean launchSeleniumHub()\n\t{\n\n\t\tkillCurrentSeleniumGridHub();\n\n\t\tString strCommand = Constants.javacFolder ;\n\t\tstrCommand = strCommand + \"java\";\n\t\tstrCommand = strCommand + \" -jar \";\n\t\tstrCommand = strCommand + Constants.GUIWebTestProject_src;\n\t\tstrCommand = strCommand + \"seleni... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public Page<Poruka> findAll(int pageNum) {
return porukaRepository.findAll(new PageRequest(pageNum, 5));
} | [
"@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"
]
]
}
} |
Private default constructor: utility class is noninstantiable. | private HandlerParameterParser() {
} | [
"private Utils()\n {\n super();\n }",
"private Utility ()\n {\n }",
"private Utils() {\n throw new IllegalStateException(\"Utility Class cannot be instantiated!\");\n }",
"private BaseUtils() {}",
"private CommonsUtil()\n\t{\n\t}",
"private AdapterUtils() {\n \t\t// prevents instantiati... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns array list of Starship | public ArrayList<Starship>getShips(){
return ships;
} | [
"@JsonProperty(\"starships\")\n public List<Object> getStarships() {\n return starships;\n }",
"public Star[] getAllStars() {\n\t\tArrayList<Star> stars = new ArrayList<Star>();\n\t\ttry {\n\t\t\tResultSet rs = conn.prepareStatement(\"SELECT * FROM stars ORDER BY `last_name` ASC;\").executeQuery();\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ 65: / 66: | public Sequence newSequence()
/* 67: */ {
/* 68:108 */ return new Sequence();
/* 69: */ } | [
"long ord();",
"@Test\n public void testAlphabetHexDecimal() {\n output=SumProblem.processHexDecimal(\"abcdeeeeeeee\");\n Assert.assertEquals(158, output);\n }",
"public static void pandigitalNumbers() {\n\n\t}",
"private boolean esIdClase(char c) {\n\t\treturn c > 64 && c < 90;\n\t}",
"public stati... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__SarlXLoopFormalParameter__Group__1__Impl" $ANTLR start "rule__SarlXLoopFormalParameter__Group__2" InternalSARL.g:25270:1: rule__SarlXLoopFormalParameter__Group__2 : rule__SarlXLoopFormalParameter__Group__2__Impl rule__SarlXLoopFormalParameter__Group__3 ; | public final void rule__SarlXLoopFormalParameter__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalSARL.g:25274:1: ( rule__SarlXLoopFormalParameter__Group__2__Impl rule__SarlXLoopFormalParameter__Group__3 )
// InternalSARL.g:... | [
"public final void rule__Parameter__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalOperationDsl.g:11681:1: ( rule__Parameter__Group__2__Impl rule__Parameter__Group__3 )\n // InternalOperationDsl.g:11682:2: rule__... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
final static Logger logger = Logger.getLogger(WebSocketConfig.class); | @Override
public void configureMessageBroker(MessageBrokerRegistry config) {
config.enableSimpleBroker("/topic");
config.setApplicationDestinationPrefixes("/app");
} | [
"private EchoLogger() {}",
"private static RemoteLogger getRemoteLogger() { \n return RemoteLogger.getInstance();\n }",
"private ChatSocket(){\n webSocketContainer = ContainerProvider.getWebSocketContainer();\n }",
"public LoggerConnectionListener() {\n this.name = \"\";\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
String apiUrl = " final String input = "largeinput.png"; final String output = "tinyoutput.png"; | public static void tinyPng(File input, File output, String apiUrl, String key) {
OutputStream request = null;
InputStream response = null;
try {
HttpURLConnection connection = (HttpURLConnection) new URL(apiUrl).openConnection();
String auth = DatatypeConverter.printBase64Binary(("api:" + key).getBytes("UT... | [
"public interface TestApi {\n String img1=\"http://img1.imgtn.bdimg.com/it/u=1176153218,158045613&fm=27&gp=0.jpg\";\n String img2=\"http://img0.imgtn.bdimg.com/it/u=279700229,4122833422&fm=27&gp=0.jpg\";\n String img3=\"http://img1.imgtn.bdimg.com/it/u=442310530,2243332126&fm=27&gp=0.jpg\";\n String img... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a Restaurant Downloader that explicitly looks for a Restaurant for this ParseUser. The ParseUser argument must have all the correct attributes fille already. | public RestaurantDownloader(ParseUser user, RestaurantDownLoaderCallback callback) {
if (user == null) {
throw new NullPointerException(TAG + "Can't have null user");
}
if (callback == null) {
throw new NullPointerException(TAG + "Can't have null callback");
}
mParseUser = user;
mCallback = callback;
... | [
"public void fetchRestaurant() {\n RestaurantHelper.getRestaurant(restaurantId).addOnSuccessListener(documentSnapshot -> {\n this.setRestaurantData(documentSnapshot.toObject(Restaurant.class));\n this.fetchRestaurantInfoRating();\n });\n }",
"public Restaurant() {\n balie... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public List<String> selectAllSchoolName() {
return schoolMapper.selectAllSchoolName();
} | [
"@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"
]
]
}
} |
Sets value as the attribute value for Attribute4. | public void setAttribute4(String value) {
setAttributeInternal(ATTRIBUTE4, value);
} | [
"public void setValue(AttributeValue value) {\n this.value = value;\n }",
"@Override\n public void setValue(Attribute att, double value) {\n\n }",
"protected void setAttributeValue(String value) {\n/* */ try {\n/* 284 */ SVGOMAnimatedLengthList.this.changing = true;\n/* 285 */ ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
firstprivate variables + init private variables | public void go(int __omp_me) throws Throwable {
int inicioX;
int threadId;
int x;
int y;
int rgb;
// reduction variables, init to default
int somaComponenteR = 0;
int somaComponenteG = 0;
int somaComponenteB = 0;
// OMP USER CODE BEGINS
{
threadId = OMP.getThreadNum();
inicioX = thread... | [
"protected void initSubMembers()\n\t\t{\n\t\t}",
"@Override\n\tprotected void initVariable() {\n\t\n\t}",
"private void init(){\n\t\t\t\t\n\t}",
"protected void _init() {}",
"private static void initializeFields() {\n\t\tkeywords = new KeywordHandler();\n\t\texpressions = new ExpressionEvaluator();\n\t\tmet... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generate the argument file string according to the grammar specified <a href=" | static String generateArgumentFileString(List<String> strings) {
StringBuilder sb = new StringBuilder();
int i = 0;
while(i < strings.size()) {
CharacterIterator it = new StringCharacterIterator(strings.get(i));
sb.append('"');
for (char c = it.first(); c != C... | [
"String generateLink(String word);",
"public static void main(String[] args) {\n\t\tString originalString = \"Mr John Smith \";\n\t\t//String truncatedString = originalString.trim();\n\t\tchar output []=getConvertedURL(originalString.toCharArray(), 13);\n\t\tSystem.out.println(\"Converted URL : \"+Arrays.toStr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Remove from the current bitmap all integers in [rangeStart,rangeEnd). | public void remove(final long rangeStart, final long rangeEnd) {
rangeSanityCheck(rangeStart, rangeEnd);
if (rangeStart >= rangeEnd) {
return; // empty range
}
final int hbStart = (Util.highbits(rangeStart));
final int lbStart = (Util.lowbits(rangeStart));
final int hbLast = (Util.high... | [
"void clearRange(int fromIndex, int toIndex);",
"int removeNumbersInRange(int from,int to);",
"public void removeRange(int start, int end) {\n if (start == end) {\n return;\n }\n if (this.modCount == this.fullList.modCount) {\n this.fullList.removeR... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Accessor that sets image B. | public void setImageB(ModelImage im) {
imageB = im;
} | [
"public ModelImage getImageB() {\r\n\t\treturn imageB;\r\n\t\t// if (triImage[ViewJFrameTriImage.AXIAL_B] != null) {\r\n\t\t// return triImage[ViewJFrameTriImage.AXIAL_B].getImageB();\r\n\t\t// } else {\r\n\t\t// return null;\r\n\t\t// }\r\n\t}",
"void setImage(Object value);",
"abstract public void setImage(Im... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Created by amitshekhar on 13/01/17. | @PerActivity
@Component(dependencies = ApplicationComponent.class, modules = ActivityModule.class)
public interface ActivityComponent {
void inject(MainActivity mainActivity);
} | [
"@Override\n public void extornar() {\n \n }",
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"private static void EX5() {\n\t\t\r\n\t}",
"protected void method_5557() {}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public String tree() throws Exception {
List childs = treeService.getActivityViewChilds(id, ObjectType.A_OS, ObjectType.A_EF);
//null==id?0L:id, ObjectType.O_OS, ListUtils.of("O_OS;".split(";")));
JsonConfig jsonconfig = new JsonConfig();
jsonconfig.registerJsonBeanProcessor(Site.class, TreeV... | [
"@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"
]
]
}
} |
update battey level displayed on UI | @Override
public void onBatteryLevelChanged(int newBatteryLevel) {
} | [
"private void displayBACLevel() {\n txtViewBACLevelValue.setText(bacLevel.toString());\n\n Double temp = bacLevel * 100.0;\n pgBarBAClevel.setProgress(temp.intValue());\n\n if (bacLevel <= 0.08) {\n txtViewBACStatus.setText(getResources().getString(R.string.safe));\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column cms_topic.start_time | public void setStartTime(Date startTime) {
this.startTime = startTime;
} | [
"public void setStart_time(String start_time) {\n this.start_time = start_time;\n }",
"public void setStartTime(long start_time) {\n this.start_time = start_time;\n }",
"public void setTaskStarttime(Date taskStarttime);",
"public M cslUpdateTimeStart(Object start){this.put(\"cslUpdateTimeS... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets permissions on generate files | public void postprocess(File dir, ApplicationManager am) {
deleteAlgorithmsLink(dir);
for (File f : dir.listFiles()) {
if (f.isFile()) {
// // tw 2014nov13
// am.getIsm().setFilePermissions(f);
am.getIsm().setPermissions(f, false);
}
}
} | [
"private void requestPermission() {\r\n if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {\r\n requestPermissions(new String[]{android.Manifest.permission.WRITE_EXTERNAL_STORAGE}, REQUEST_WRITE_PERMISSION);\r\n }\r\n }",
"private static void setPermissions(File path) {\n if (... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Use a time setup instead. | @Deprecated
@Property
public long getDate8Time6End() {
return date8Time6End;
} | [
"public void useTimeStamp()\n {\n this.setIsTimeStampDesired( true );\n }",
"private Spot configureTime(Spot spot, String details)\n\t{\n\t\treturn spot;\n\t}",
"private void set_time(String time) {\n }",
"private void noTime() {\n Calendar now = Calendar.getInstance();\r\n now.a... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a readonly set view of the heading records containing a specific article identifier and descriptor key. | public Set<HeadingRecord> select(PMID pmid, MeshDescriptorKey desc) {
SetMultimap<MeshDescriptorKey, HeadingRecord> innerMap = pmidDescMap.get(pmid);
if (innerMap != null)
return Collections.unmodifiableSet(innerMap.get(desc));
else
return Set.of();
} | [
"public List<Extraction> getHeadings() {\n return headings;\n }",
"String getHeader(int id) {\n ArticleClass record = records.get(id);\n return record.header;\n }",
"public Reader retrieveArticleHeader(String articleId) throws IOException {\n\t\treturn retrieveArticleHeader(articleId, n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__MetaSql__Group_1_4__0__Impl" $ANTLR start "rule__MetaSql__Group_1_4__1" ../org.sqlproc.meta.ui/srcgen/org/sqlproc/meta/ui/contentassist/antlr/internal/InternalProcessorMeta.g:25336:1: rule__MetaSql__Group_1_4__1 : rule__MetaSql__Group_1_4__1__Impl ; | public final void rule__MetaSql__Group_1_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.sqlproc.meta.ui/src-gen/org/sqlproc/meta/ui/contentassist/antlr/internal/InternalProcessorMeta.g:25340:1: ( rule__MetaSql__Group_1_4__1__Impl )
... | [
"public final void rule__Rule__Group_4__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:2923:1: ( rule__Rule__Group_4__1__Impl )\n // InternalDSL.g:2924:2: rule__Rule__Group_4__1__Impl\n {\n p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Mtodos Crea un par de vehiculos | private void setupEscenario1( )
{
vehicle1 = new Vehicle("modelo1", "marca1", "imagen1", Vehicle.AUTOMOVIL, 1, 1, 2, 8000000);
vehicle2 = new Vehicle("modelo2", "marca2", "imagen2", Vehicle.AUTOMOVIL, 2, 2, 2, 4500000);
} | [
"private void crearVehiculos(){\n\n Vehicle vh = new Vehicle();\n vh.setDescription(\"Avion\");\n vh.setLicense(\"AXD-TYU\");\n vh.setSerialNumber(\"12333333\");\n vh.save();\n\n DeliveryRoute dr = new DeliveryRoute();\n dr.setImei(\"344324234\");\n dr.setLoca... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Overrides class behavior of ImageJ1 classes by injecting method hooks. | private CodeHacker inject(final ClassLoader classLoader,
final boolean headless) {
final CodeHacker hacker = new CodeHacker(classLoader, new ClassPool(false));
if (hacker.hasField("ij.IJ", "_hooks")) return hacker; // pre-patched
for (final Callback callback : before) {
callback.call(hacker);
}
// NB:... | [
"private void hook() {\n\t}",
"@Override\n protected void preprocess(final PluginRunner<BufferedImage> pluginRunner){\n\n\n }",
"public abstract Image setUpImage();",
"@Override\n protected void beforeHookedMethod(MethodHookParam param) throws Throwable {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Status of a user | @ApiModelProperty(value = "Status of a user")
public StatusEnum getStatus() {
return status;
} | [
"public int getUserStatus() {\n return userStatus_;\n }",
"Object getUserStatus(String username);",
"public CryptoConst.UserStatus getUserStatus() {\n return lookupValue(Param.USER_STATUS);\n }",
"@Transient\r\n\tpublic String getUserStatus() {\r\n\t\treturn userStatus;\r\n\t}",
"public Shor... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column PMSCONTROL1.AMORT_TILL_SALE_VD | public void setAMORT_TILL_SALE_VD(String AMORT_TILL_SALE_VD) {
this.AMORT_TILL_SALE_VD = AMORT_TILL_SALE_VD == null ? null : AMORT_TILL_SALE_VD.trim();
} | [
"public void setUnitPriceAmtForHibernate(RTO unitPriceAmt) {\n _unitPriceAmt = unitPriceAmt;\n }",
"public void setNetAmtForHibernate(MO netAmt) {\n _netAmt = netAmt;\n }",
"public void setCustomerld(Long customerld) {\n this.customerld = customerld;\n }",
"public void setVRP(DTDepositoVRP d... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
private HashMap treeMap = new HashMap(); | public boolean isBalanced(TreeNode root) {
return checkBalance(root) >= 0;
} | [
"public TreeDictionary() {\n branches = new TreeDictionary[8];\n nodePref = new HashSet<>();\n }",
"public MapNode() {\r\n map = new HashMap();\r\n }",
"public Treemap(){\r\n\t\t\r\n\t\troot = new Node(\"Root\",100.0,10.0,true,null,null,null);\r\n\t\t\r\n\t\tString[] names = {\"a\",\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
//////////// //////////// simple //////////// | @Test
public void testSimplePlayerLosesDueToTotalLessThanDealer() {
setCardsAndPlay(10, 10, 7, 10, 5, 6);
assertEquals(startBankroll - minBetAmount, player.getMoneyPile().getAmount());
assertEquals(minBetAmount, table.getTableBankrollDelta());
} | [
"@Override\n public boolean isSimple() {\n return true;\n }",
"private LocalDemo() {\n\t\t\n\t}",
"public void nodosimple(){}",
"public static void demo4() {\n }",
"private static void EX5() {\n\t\t\r\n\t}",
"@org.junit.Test\n public void simple()\n {\n Iterator<String> i = new SingleIt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Machine configuration for the workers in the pool. .google.devtools.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig worker_config = 1; | com.google.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig getWorkerConfig(); | [
"com.google.cloudbuild.v1.WorkerPool getWorkerPool();",
"public void setWorkerPool(int value) {\n this.workerPool = value;\n }",
"private WorkerThreadPool() {\r\n\t\t//read this from property file\r\n\t\tint corePoolSize = 10;\r\n\t\tint maxPoolSize = 5;\r\n\t\tint timeToLiveIdleThread = 20;\r\n\t\t\r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Finds the target hotel and sets its details and returns true if target hotel is found, else false | private WebElement findHotelAndRoom(int totalHotels) {
// Iterate for each hotel
for (int hotelIndex = 0; hotelIndex < totalHotels; hotelIndex++) {
// Click the select room button for dispaying all available rooms
WebElement selectRoom;
try {
selectRoom =
hotelSearchResul... | [
"public boolean findTarget()\n\t{\n\t\tboolean found = false;\n\t\t\n\t\tfor (int i = 0; i < items.size(); i++)\n\t\t{\n\t\t\tif ( !found && items.get(i).getFormattedUrl().contains(TARGET_URL))\n\t\t\t{\n\t\t\t\tresultIndex = i;\n\t\t\t\tfound = true;\n\t\t\t}\n\t\t}\n\n\t\tif (found)\n\t\t{\n\t\t\ttarget = items.g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add a member (Character) to the team. | public void removeMember(Character c) {
members.remove(c);
} | [
"public void addMember(UUID uuid) {\n if (!team_members.contains(uuid)) {\n team_members.add(uuid);\n }\n }",
"public void addMember(Member newMember);",
"public void addMember(Member member) {\n\t\tthis.project.addMember(member);\n\t}",
"public void addMember(String member) {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: a | public void mo2719a(View view) {
this.f907f = view;
} | [
"public interface C3511a {\n /* renamed from: a */\n void mo29057a(int i);\n }",
"interface C4511c {\n /* renamed from: a */\n void mo29775a();\n }",
"public interface ans {\n /* renamed from: a */\n void mo1174a();\n}",
"public interface C24712af {\n /* renamed from... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |