index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng/listeners/XrayJsonReporterConfig.java | package app.getxray.xray.testng.listeners;
import org.testng.reporters.IReporterConfig;
public class XrayJsonReporterConfig implements IReporterConfig {
/**
* User id to assign as the reporter of the Test Execution issue. Defaults to the user implicitly
* connected to the REST API authentication.
... |
0 | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng/listeners/XrayListener.java |
package app.getxray.xray.testng.listeners;
import org.testng.IInvokedMethod;
import org.testng.IInvokedMethodListener;
import org.testng.ITestListener;
import org.testng.ITestResult;
import org.testng.annotations.Test;
import app.getxray.xray.testng.annotations.Requirement;
import app.getxray.xray.testng.annotations... |
0 | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng | java-sources/app/getxray/xray-testng-extensions/0.4.0/app/getxray/xray/testng/listeners/XrayReportListener.java | package app.getxray.xray.testng.listeners;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.testng.ITestResult;
import org.testng.reporters.XMLReporter;
import org.testng.reporters.XMLStringBuffer;
import java.io.File;
import java.nio.file.Files;
import java.util.Base64... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/MekaDBClient.java | package app.hypi.mekadb;
import app.hypi.mekadb.client.*;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.stub.StreamObserver;
import org.joda.time.DateTime;
import org.joda.tim... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/AuthCtx.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.AuthCtx}
*/
public final class AuthCtx extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(me... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/AuthCtxOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface AuthCtxOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.AuthCtx)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/AuthReq.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.AuthReq}
*/
public final class AuthReq extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(me... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/AuthReqOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface AuthReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.AuthReq)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/MekaDBClientGrpc.java | package app.hypi.mekadb.client;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.59.0)",
comments = "Source: public-grpc-apis/mekadb_client.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MekaDBCli... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/MekaDBClientWrapper.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public final class MekaDBClientWrapper {
private MekaDBClientWrapper() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) ... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/NamedQueryPlaceHolder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.NamedQueryPlaceHolder}
*/
public final class NamedQueryPlaceHolder extends
com.google.protobuf.GeneratedMessageV3 implements
//... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/NamedQueryPlaceHolderOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface NamedQueryPlaceHolderOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.NamedQueryPlaceHolder)
com.google.protobuf.MessageOrBu... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/NumericQueryPlaceholder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.NumericQueryPlaceholder}
*/
public final class NumericQueryPlaceholder extends
com.google.protobuf.GeneratedMessageV3 implements
... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/NumericQueryPlaceholderOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface NumericQueryPlaceholderOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.NumericQueryPlaceholder)
com.google.protobuf.Message... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/PlaceholderPair.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.PlaceholderPair}
*/
public final class PlaceholderPair extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_in... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/PlaceholderPairOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface PlaceholderPairOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.PlaceholderPair)
com.google.protobuf.MessageOrBuilder {
/... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/PlaceholderValue.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.PlaceholderValue}
*/
public final class PlaceholderValue extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/PlaceholderValueOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface PlaceholderValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.PlaceholderValue)
com.google.protobuf.MessageOrBuilder {
... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlRequest.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.SqlRequest}
*/
public final class SqlRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_po... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlRequestOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface SqlRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.SqlRequest)
com.google.protobuf.MessageOrBuilder {
/**
* <c... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlResponse.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.SqlResponse}
*/
public final class SqlResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlResponseError.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
/**
* Protobuf type {@code mekadb_client.SqlResponseError}
*/
public final class SqlResponseError extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlResponseErrorOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface SqlResponseErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.SqlResponseError)
com.google.protobuf.MessageOrBuilder {
... |
0 | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb | java-sources/app/hypi/mekadb/client/0.1.1/app/hypi/mekadb/client/SqlResponseOrBuilder.java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: public-grpc-apis/mekadb_client.proto
package app.hypi.mekadb.client;
public interface SqlResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:mekadb_client.SqlResponse)
com.google.protobuf.MessageOrBuilder {
/**
* ... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/IInfosetChatView.java | package app.infoset.android;
import android.content.Intent;
interface IInfosetChatView {
void showChatWindow();
void hideChatWindow();
void reload();
boolean onBackPressed();
boolean onActivityResult(int requestCode, int resultCode, Intent data);
boolean isInitialized();
boolean isCh... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatActivity.java | package app.infoset.android;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.view.ViewGroup;
import android.view.Window;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import androidx.fragment.app.FragmentActivity;
public final class InfosetChatActivity extend... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatConfiguration.java | package app.infoset.android;
import android.os.Bundle;
import android.text.TextUtils;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class InfosetChatConfiguration implements Serializable {
private stat... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatErrorType.java | package app.infoset.android;
public enum InfosetChatErrorType {
Console, WebViewClient, InitialConfiguration, SDK
} |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatFragment.java | package app.infoset.android;
import android.app.Fragment;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.Nullable;
import app.infoset.android.models.InfosetChatMes... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatJsInterface.java | package app.infoset.android;
import android.util.Log;
import android.webkit.JavascriptInterface;
import com.google.gson.GsonBuilder;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Date;
import app.infoset.android.models.DownloadTranscriptModel;
import app.infoset.android.models.Infoset... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatView.java | package app.infoset.android;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Message;
import androi... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/InfosetChatVisitor.java | package app.infoset.android;
import androidx.annotation.Nullable;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.Serializable;
import java.util.Map;
public class InfosetChatVisitor implements Serializable {
private static final long serialVersionUID = 9783425L;
public Strin... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/UriUtils.java | package app.infoset.android;
import android.annotation.TargetApi;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provider.DocumentsContract;
import android.provider.MediaS... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/Author.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Author implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("userName")
@Expose
publ... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/DownloadTranscriptData.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class DownloadTranscriptData implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("transcript")
... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/DownloadTranscriptModel.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class DownloadTranscriptModel implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("messageType")
... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/InfosetChatMessage.java | package app.infoset.android.models;
import java.util.Date;
public class InfosetChatMessage {
private String id;
private String message;
private Date date;
private String authorName;
private String authorPhoto;
private NewMessageModel rawMessage;
public InfosetChatMessage() {
}
pu... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/NewMessageData.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Map;
public class NewMessageData implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("a... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/NewMessageModel.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class NewMessageModel implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("messageType")
@Exp... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/RoomData.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Map;
public class RoomData implements Serializable {
private static final long serialVersionUID = 9783424L;
@SerializedName("roomId"... |
0 | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android | java-sources/app/infoset/android/infoset-sdk/1.3.6/app/infoset/android/models/RoomDataChangeModel.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class RoomDataChangeModel implements Serializable {
private static final long serialVersionUID = 9783424L;
@SerializedName("messageType")
... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatActivity.java | package app.infoset.android;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.view.ViewGroup;
import android.view.Window;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import java.util.HashSet;
import androidx.fragment.app.FragmentActivity;
public final class... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatConfiguration.java | package app.infoset.android;
import android.os.Bundle;
import android.text.TextUtils;
import java.util.HashMap;
import java.util.Map;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
public class InfosetChatConfiguration {
public static final String KEY_API_KEY = "KEY_API_KEY";
publi... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatErrorType.java | package app.infoset.android;
public enum InfosetChatErrorType {
Console, WebViewClient, InitialConfiguration
} |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatFragment.java | package app.infoset.android;
import android.app.Fragment;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import app.infoset.android.models.InfosetChatMessage;
import androidx.annotation.Null... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatJsInterface.java | package app.infoset.android;
import android.util.Log;
import android.webkit.JavascriptInterface;
import com.google.gson.GsonBuilder;
import app.infoset.android.models.InfosetChatMessage;
import app.infoset.android.models.NewMessageModel;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Da... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatView.java | package app.infoset.android;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Message;
import android.util.AttributeSet;
import andr... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/InfosetChatVisitor.java | package app.infoset.android;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.Serializable;
import androidx.annotation.Nullable;
public class InfosetChatVisitor implements Serializable {
private static final long serialVersionUID = 9783425L;
public Integer id;
public Stri... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/UriUtils.java | package app.infoset.android;
import android.annotation.TargetApi;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provider.DocumentsContract;
import android.provider.MediaS... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/models/InfosetChatMessage.java | package app.infoset.android.models;
import java.util.Date;
public class InfosetChatMessage {
private String id;
private String message;
private Date date;
private String authorName;
private String authorPhoto;
private NewMessageModel rawMessage;
public InfosetChatMessage() {
}
pu... |
0 | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android | java-sources/app/infoset/app.infoset.android/1.0.0/app/infoset/android/models/NewMessageData.java | package app.infoset.android.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Map;
public class NewMessageData implements Serializable {
private static final long serialVersionUID = 9783425L;
@SerializedName("a... |
0 | java-sources/app/jackychu/simple.google.translate.api/1.1.0/app/jackychu/api | java-sources/app/jackychu/simple.google.translate.api/1.1.0/app/jackychu/api/simplegoogletranslate/Language.java | package app.jackychu.api.simplegoogletranslate;
/**
* Google Translate API supports languages
* https://en.wikipedia.org/wiki/ISO_639-1
*/
public enum Language {
auto("Automatic"),
af("Afrikaans"),
sq("Albanian"),
am("Amharic"),
ar("Arabic"),
hy("Armenian"),
az("Azerbaijani"),
eu("Ba... |
0 | java-sources/app/jackychu/simple.google.translate.api/1.1.0/app/jackychu/api | java-sources/app/jackychu/simple.google.translate.api/1.1.0/app/jackychu/api/simplegoogletranslate/SimpleGoogleTranslate.java | package app.jackychu.api.simplegoogletranslate;
import lombok.Data;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URLEncoder;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.nio.charset.St... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/AggregateTranslator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/ArrayUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/Builder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/CharSequenceTranslator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/ClassUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/CodePointTranslator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/CompareToBuilder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/EntityArrays.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/EqualsBuilder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/HashCodeBuilder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/IDKey.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/ImmutablePair.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/LookupTranslator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/NumericEntityEscaper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/ObjectUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/Pair.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/Reflection.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/StringEscapeUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons | java-sources/app/keemobile/kotpass/0.12.0/org/apache/commons/lang3/UnicodeUnpairedSurrogateRemover.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
0 | java-sources/app/keve/ktlsh/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/module-info.java | /*
* Copyright 2020 Keve Müller
*
* 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... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/TLSHUtil.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/package-info.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/AbstractTLSHDigest.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/Pearson.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSH.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest4.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest5.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest5c1.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest6.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest7.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/TLSHDigest8.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/impl/package-info.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/spi/KProvider.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/spi/TLSHMessageDigestSpiK.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh/1.0.1/app/keve/ktlsh/spi/package-info.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/HashBenchmark.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/package-info.java | /*
* Copyright 2020 Keve Müller
*
* 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 t... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_MyState_jmhType.java | package app.keve.ktlsh.benchmarks.generated;
public class HashBenchmark_MyState_jmhType extends HashBenchmark_MyState_jmhType_B3 {
}
|
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_MyState_jmhType_B1.java | package app.keve.ktlsh.benchmarks.generated;
import app.keve.ktlsh.benchmarks.HashBenchmark.MyState;
public class HashBenchmark_MyState_jmhType_B1 extends app.keve.ktlsh.benchmarks.HashBenchmark.MyState {
boolean p000, p001, p002, p003, p004, p005, p006, p007, p008, p009, p010, p011, p012, p013, p014, p015;
boo... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_MyState_jmhType_B2.java | package app.keve.ktlsh.benchmarks.generated;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
public class HashBenchmark_MyState_jmhType_B2 extends HashBenchmark_MyState_jmhType_B1 {
public volatile int setupTrialMutex;
public volatile int tearTrialMutex;
public final static AtomicIntegerFieldU... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_MyState_jmhType_B3.java | package app.keve.ktlsh.benchmarks.generated;
public class HashBenchmark_MyState_jmhType_B3 extends HashBenchmark_MyState_jmhType_B2 {
boolean p000, p001, p002, p003, p004, p005, p006, p007, p008, p009, p010, p011, p012, p013, p014, p015;
boolean p016, p017, p018, p019, p020, p021, p022, p023, p024, p025, p026, ... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_jmhType.java | package app.keve.ktlsh.benchmarks.generated;
public class HashBenchmark_jmhType extends HashBenchmark_jmhType_B3 {
}
|
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_jmhType_B1.java | package app.keve.ktlsh.benchmarks.generated;
import app.keve.ktlsh.benchmarks.HashBenchmark;
public class HashBenchmark_jmhType_B1 extends app.keve.ktlsh.benchmarks.HashBenchmark {
boolean p000, p001, p002, p003, p004, p005, p006, p007, p008, p009, p010, p011, p012, p013, p014, p015;
boolean p016, p017, p018, p... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_jmhType_B2.java | package app.keve.ktlsh.benchmarks.generated;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
public class HashBenchmark_jmhType_B2 extends HashBenchmark_jmhType_B1 {
public volatile int setupTrialMutex;
public volatile int tearTrialMutex;
public final static AtomicIntegerFieldUpdater<HashBench... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_jmhType_B3.java | package app.keve.ktlsh.benchmarks.generated;
public class HashBenchmark_jmhType_B3 extends HashBenchmark_jmhType_B2 {
boolean p000, p001, p002, p003, p004, p005, p006, p007, p008, p009, p010, p011, p012, p013, p014, p015;
boolean p016, p017, p018, p019, p020, p021, p022, p023, p024, p025, p026, p027, p028, p029... |
0 | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks | java-sources/app/keve/ktlsh/ktlsh-jmh/1.0.1/app/keve/ktlsh/benchmarks/generated/HashBenchmark_testKLarge16MiB_jmhTest.java | package app.keve.ktlsh.benchmarks.generated;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.Collection;
import java.util.ArrayList;
import java.util.concurrent.TimeUnit;
import org.openjdk.jmh.annotations.CompilerControl;
import org.openjdk.jmh.runner.InfraControl;
import org... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.