code
stringlengths
3
1.18M
language
stringclasses
1 value
package agent.planners; import java.util.ArrayList; import java.util.List; import java.util.Random; import utils.Utils; import LevelObjects.Agent; import LevelObjects.Box; import LevelObjects.Field; import LevelObjects.Goal; import LevelObjects.Level; import client.Command; import constants.Constants; i...
Java
package agent.planners; import java.util.List; import LevelObjects.Agent; import LevelObjects.Box; import LevelObjects.Field; import LevelObjects.Goal; public abstract class AgentPlanner { public abstract boolean goalABox(Agent agent, Box box, Goal goal); public abstract boolean move(Agent agent, Li...
Java
package agent.objectives; import java.util.List; import LevelObjects.*; public class Move extends Objective { public List<Field> blockedFields; public int numberOfRounds; public List<Field> escapeFromFields; public Move(List<Field> escapeFromField, List<Field> blockedFields, int numberOfRounds) { ...
Java
package agent.objectives; public abstract class Objective { }
Java
package agent.objectives; import LevelObjects.*; public class GoalABox extends Objective { public GoalABox(Box b, Goal g) { goal = g; box = b; } public Goal goal; public Box box; }
Java
package agent.objectives; import java.util.List; import LevelObjects.*; public class DockABox extends Objective { public Field field; public List<Field> blockedFields; public List<Field> fieldsToAvoid; public Box box; public int numberOfRounds; public int moveTheBoxFieldsFurther; public Dock...
Java
package agent.objectives; import java.util.List; import LevelObjects.*; public class Wait extends Objective { public int numberOfRounds; public List<Field> blockedFields; }
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * Copyright (c) 2009 Matthias Kaeppler * Modified 2010 by Nils Braden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
package org.ttrssreader.gui.interfaces; import org.ttrssreader.model.pojos.Article; public interface TextInputAlertCallback { public void onPublishNoteResult(Article a, String note); }
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2010 F. Bechstein. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Fre...
Java
/* * ttrss-reader-fork for Android * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * This program is di...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) The Developers from K-9 Mail (https://code.google.com/p/k9mail/) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the ...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) The Developers from K-9 Mail (https://code.google.com/p/k9mail/) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the ...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
package org.ttrssreader.gui; import org.ttrssreader.R; import org.ttrssreader.gui.interfaces.TextInputAlertCallback; import org.ttrssreader.model.pojos.Article; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.view.ViewGroup; import android.view.Vie...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
package org.ttrssreader.preferences; import java.io.File; import org.ttrssreader.R; import org.ttrssreader.controllers.Controller; import android.app.Activity; import android.app.AlertDialog; import android.content.ActivityNotFoundException; import android.content.DialogInterface; import android.content.Intent; import...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope ...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * Copyright (c) 2009 Matthias Kaeppler * Modified 2010 by Nils Braden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
Java
package org.ttrssreader.utils; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import android.net.Uri; import android.text.TextUtils; ...
Java
// @formatter:off /** * <p>Encodes and decodes to and from Base64 notation.</p> * <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> * * <p>Example:</p> * * <code>String encoded = Base64.encode( myByteArray );</code> * <br /> * <code>byte[] myByteArray = Base64.decode( encoded...
Java
/* * Copyright (C) 2008 OpenIntents.org * Modified 2010 by Nils Braden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
Java
/* * Copyright (C) 2008 OpenIntents.org * Modified 2010 by Nils Braden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
Java
package org.ttrssreader.utils; import java.io.FileOutputStream; import org.ttrssreader.controllers.Controller; import android.app.Activity; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.os.Build; /** * Saves Exceptions with Stack-Trace...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in the hope that it w...
Java
/* * ttrss-reader-fork for Android * * Copyright (C) 2010 N. Braden. * Copyright (C) 2009-2010 J. Devauchelle. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This p...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
package org.rapla.rest.gwtjsonrpc.client.impl; import org.rapla.rest.gwtjsonrpc.common.AsyncCallback; import org.rapla.rest.gwtjsonrpc.common.FutureResult; public class FutureResultImpl<T> implements FutureResult<T> { JsonCall call; public T get() throws Exception { throw new UnsupportedOperationException();...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Gert Scholten // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
Java
// Copyright 2009 Gert Scholten // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
Java
// Copyright 2009 Gert Scholten // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2008 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java
// Copyright 2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
Java