content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
package cm.aptoide.pt.home.apps; import cm.aptoide.pt.app.AppNavigator; import cm.aptoide.pt.app.view.AppViewFragment; import cm.aptoide.pt.bottomNavigation.BottomNavigationItem; import cm.aptoide.pt.bottomNavigation.BottomNavigationMapper; import cm.aptoide.pt.home.AptoideBottomNavigator; import cm.aptoide.pt.navigat...
__label__POS
0.767578
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:57 11/23/2018 // Design Name: // Module Name: dm // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.983991
// Copyright (c) Corporation for National Research Initiatives package org.python.compiler; import java.util.*; import java.io.*; class Bytes { public byte[] data; Bytes(ByteArrayOutputStream data) { this.data = data.toByteArray(); } public boolean equals(Object o) { if (o instanceof...
__label__POS
0.999162
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:13:22 11/23/2018 // Design Name: // Module Name: npc // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.664167
// Copyright (c) Corporation for National Research Initiatives package org.python.compiler; import java.util.*; import java.io.*; class Method { int access, name, type; Attribute[] atts; public Method(int name, int type, int access, Attribute[] atts) { this.name = name; this.type = type;...
__label__POS
0.927185
package cm.aptoide.pt.home.apps; import cm.aptoide.pt.database.room.RoomInstalled; import cm.aptoide.pt.database.room.RoomUpdate; import cm.aptoide.pt.updates.UpdateRepository; import java.util.List; import java.util.concurrent.TimeUnit; import rx.Completable; import rx.Observable; import rx.Single; /** * Created by...
__label__POS
0.951067
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 11:53:56 11/24/2018 // Design Name: // Module Name: controller // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: //...
__label__POS
0.753453
package cm.aptoide.pt.home.bundles; import cm.aptoide.pt.home.bundles.ads.AdBundle; import cm.aptoide.pt.home.bundles.ads.AdsTagWrapper; import cm.aptoide.pt.home.bundles.base.AppBundle; import cm.aptoide.pt.home.bundles.base.HomeBundle; import cm.aptoide.pt.view.app.Application; import cm.aptoide.pt.view.app.FeatureG...
__label__POS
0.844566
#The NMS function def non_max_suppression(boxes, scores, overlap_threshold): # If there are no boxes, return an empty list if len(boxes) == 0: return [] # Initialize the list of picked indices pick = [] # Grab the coordinates of the bounding boxes x1 = boxes[:, 0] y1 = boxes[:, 1] ...
__label__POS
0.768674
package cm.aptoide.pt.home.bundles; import cm.aptoide.pt.home.bundles.base.HomeBundle; import java.util.Collections; import java.util.List; /** * Created by jdandrade on 16/03/2018. */ public class HomeBundlesModel { private final List<HomeBundle> list; private final boolean loading; private final Error erro...
__label__POS
0.639237
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:30:22 11/23/2018 // Design Name: // Module Name: WB // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.963491
package cm.aptoide.pt.home.bundles; import android.view.LayoutInflater; import android.view.ViewGroup; import androidx.recyclerview.widget.RecyclerView; import cm.aptoide.pt.R; import cm.aptoide.pt.editorial.CaptionBackgroundPainter; import cm.aptoide.pt.home.bundles.ads.AdClick; import cm.aptoide.pt.home.bundles.ads....
__label__POS
0.624748
;;;; clcs-36-case-assertions.lisp (defpackage #:clcs-36-case-assertions (:use #:cl) (:export #:test-1 #:test-2 #:test-3 #:test-4)) (in-package #:clcs-36-case-assertions) (defun test-1 () (let ((x 24)) (handler-case (ecase x (42 :integer) (:forty-two :keyword) ...
__label__POS
0.846089
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:21:31 11/23/2018 // Design Name: // Module Name: EX // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.951514
// Copyright (c) Corporation for National Research Initiatives package org.python.modules; import org.python.core.*; public class PyLock extends PyObject { private boolean locked = false; //private Object lock = new Object(); public boolean acquire() { return acquire(true); } public syn...
__label__POS
0.8335
;;;; clcs-35-check-type.lisp (defpackage #:clcs-35-check-type (:use #:cl) (:export #:test-1 #:test-2 #:test-3 #:test-4)) (in-package #:clcs-35-check-type) (defun test-1 () (let ((x 42)) (check-type x integer))) (defun test-2 () (let ((x "42")) (handler-case (check-type x integer) (type-error (...
__label__POS
0.9744
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:27:06 11/23/2018 // Design Name: // Module Name: MEM // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.94849
package cm.aptoide.pt.home.more.appcoins import android.app.Activity import cm.aptoide.pt.download.view.outofspace.OutOfSpaceDialogFragment import cm.aptoide.pt.download.view.outofspace.OutOfSpaceNavigatorWrapper import cm.aptoide.pt.navigator.FragmentNavigator import cm.aptoide.pt.navigator.Result import rx.Completab...
__label__POS
0.752946
;;;; clcs-32-reporting-restarts.lisp (defpackage #:clcs-32-reporting-restarts (:use #:cl) (:export #:test-1 #:test-2)) (in-package #:clcs-32-reporting-restarts) (defvar *toplevel-restarts* '()) (defun compute-relevant-restarts (&optional condition) (set-difference (compute-restarts condition) *toplevel-restar...
__label__POS
0.894382
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:02:24 11/23/2018 // Design Name: // Module Name: grf // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.79872
package cm.aptoide.pt.home.more.appcoins import cm.aptoide.pt.ads.WalletAdsOfferManager.OfferResponseStatus import cm.aptoide.pt.app.DownloadModel import cm.aptoide.pt.download.DownloadAnalytics import cm.aptoide.pt.download.InstallType class EarnAppcListAnalytics(private val downloadAnalytics: DownloadAnalytics) { ...
__label__POS
0.606278
package cm.aptoide.pt.home.more.base import android.view.ViewGroup import androidx.recyclerview.widget.RecyclerView import cm.aptoide.pt.view.app.Application import rx.subjects.PublishSubject class ListAppsAdapter<T : Application, V : ListAppsViewHolder<T>>( val viewHolderBuilder: (ViewGroup, Int) -> V) : Recycle...
__label__POS
0.679367
/*****************************************************************\ To implement printCount(), you first need a static member variable to store the object count. Every constructor should then increment this count, and you need to add a destructor that decrements it. \************************************************...
__label__POS
0.901489
module integer; import <iostream>; /****************************************************************\ Implementing compare() as a friend is quite simple. We must declare the function as a friend in the class definition. We now need both objects as arguments and the code in the body of the function just compares th...
__label__POS
0.651765
// Copyright (c) Corporation for National Research Initiatives package org.python.modules; import org.python.core.*; import java.lang.Math; public class math implements ClassDictInit { public static PyFloat pi = new PyFloat(Math.PI); public static PyFloat e = new PyFloat(Math.E); public static void class...
__label__POS
0.957588
// Copyright 1998 Finn Bock. package org.python.modules; import java.io.*; import org.python.core.*; public class ucnhash implements ucnhashAPI { // Parameters for the word hash. private static int n; private static int m; private static int minchar; private static int maxchar; private stati...
__label__POS
0.938489
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:34 11/24/2018 // Design Name: // Module Name: forward_mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: /...
__label__POS
0.998473
;;;; clcs-98-handler-bind-case.lisp (defpackage #:clcs-98-handler-bind-case (:use #:cl) (:export #:test-1 #:test-2 #:test-3)) (in-package #:clcs-98-handler-bind-case) (eval-when (:compile-toplevel :load-toplevel :execute) (defun make-handler-bind-case-with-no-error-case (form cases) (let* ((no-error-case (...
__label__POS
0.626923
// Create a doubly-linked list of Packages import box.random; import truckload; import <iostream>; /* To show reverse iteration, we've modified findSmallestBox() to iterate in reverse order */ SharedBox findLargestBox(const Truckload& truckload); SharedBox findSmallestBox(const Truckload& truckload); int main() ...
__label__POS
0.691706
package cm.aptoide.pt.home.more.apps import cm.aptoide.pt.ads.AdsRepository import cm.aptoide.pt.ads.MinimalAd import cm.aptoide.pt.ads.data.AptoideNativeAd import cm.aptoide.pt.dataprovider.model.v7.ListApps import cm.aptoide.pt.dataprovider.model.v7.listapp.App import cm.aptoide.pt.home.bundles.apps.EskillsApp impor...
__label__POS
0.851539
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:31:53 11/23/2018 // Design Name: // Module Name: mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.675673
//copyright 2001 Finn Bock //copyright 2003 Samuele Pedroni package org.python.modules; import org.python.core.*; public class newmodule { public static PyInstance instance(PyClass cls) { return new PyInstance(cls); } public static PyInstance instance(PyClass cls, PyObject dict) { if (d...
__label__POS
0.88252
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 11:13:10 11/30/2018 // Design Name: // Module Name: Mult_Div // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // /...
__label__POS
0.693174
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:57 11/23/2018 // Design Name: // Module Name: dm // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.983991
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:13:22 11/23/2018 // Design Name: // Module Name: npc // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.664167
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 11:53:56 11/24/2018 // Design Name: // Module Name: controller // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: //...
__label__POS
0.753453
;;;; t/ansi-test-data.lisp (in-package #:portable-condition-system/test) (eval-when (:compile-toplevel :load-toplevel :execute) (locally (declare (optimize safety)) (ignore-errors (setf (logical-pathname-translations "PCSTEST") `(("**;*.*.*" ,(merge-pathnames "t/" ...
__label__POS
0.851071
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Fri Mar 21 22:28:53 2003 ;;;; Contains: Tests for RESTART-BIND (in-package #:portable-condition-system/test) (deftest restart-bind.1 (restart-bind () nil) nil) (deftest restart-bind.2 (restart-bind () (values))) (deftest restart-bind.3 (re...
__label__POS
0.807116
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:30:22 11/23/2018 // Design Name: // Module Name: WB // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.963491
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Mar 23 09:10:22 2003 ;;;; Contains: Tests for STORE-VALUE restart and function (in-package #:portable-condition-system/test) (deftest store-value.1 (restart-case (progn (store-value 10) 'bad) (store-value (x) (list x 'good))) (10 g...
__label__POS
0.656405
package org.python.modules; import org.python.core.*; /** * This file contains autogenerated error codes from:<br/> * <b>Python 2.2.1 (#5, Oct 7 2002, 09:20:38) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-97)]</b> * * @author brian zimmer * @version 2.2.1 * @copyright 2002 brian zimmer */ public final class er...
__label__POS
0.993613
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sat Feb 15 20:12:04 2003 ;;;; Contains: Tests of CHECK-TYPE (in-package #:portable-condition-system/test) (deftest check-type.1 (let ((x 'a)) (values (check-type x symbol) x)) nil a) (deftest check-type.2 (signals-type-error x 'a (check-t...
__label__POS
0.948517
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Feb 23 20:48:12 2003 ;;;; Contains: Tests for WARN (in-package #:portable-condition-system/test) (deftest warn.1 (let ((warned nil)) (handler-bind ((warning #'(lambda (c) (assert (typep c 'simple-warning)) ...
__label__POS
0.808527
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Fri Oct 18 21:06:45 2002 ;;;; Contains: Tests of CCASE (in-package #:portable-condition-system/test) (deftest ccase.1 (let ((x 'b)) (ccase x (a 1) (b 2) (c 3))) 2) (deftest ccase.2 (signals-type-error x 1 (ccase x)) t) (deftest ccase.3...
__label__POS
0.829293
package org.python.core.adapter; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.python.core.PyObject; /** * A PyObjectAdapter attempts to adapt a Java Object with three user fillable * groups of adapters: preClass, class and ...
__label__POS
0.65709
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Tue Jan 28 06:48:19 2003 ;;;; Contains: Tests of ASSERT (in-package #:portable-condition-system/test) (deftest assert.1 (assert t) nil) (deftest assert.2 (assert t ()) nil) ;;; I am assuming that when no places are given to ASSERT, ;;; it ...
__label__POS
0.76898
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Fri Feb 28 21:59:57 2003 ;;;; Contains: Tests of INVOKE-DEBUGGER (in-package #:portable-condition-system/test) ;;; We can't test actual entry into the debugger, but we can test ;;; that the function in *debugger-hook* is properly called. (deftest i...
__label__POS
0.967271
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class If extends stmtType { public exprType test; public stmtType[] body; public stmtType[] orelse; public If(exprType test, stmtType[] bod...
__label__POS
0.853719
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:21:31 11/23/2018 // Design Name: // Module Name: EX // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.951514
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Name extends exprType implements expr_contextType { public String id; public int ctx; public Name(String id, int ctx) { this.id =...
__label__POS
0.942364
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Index extends sliceType { public exprType value; public Index(exprType value) { this.value = value; } public Index(exprType ...
__label__POS
0.952149
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class BinOp extends exprType implements operatorType { public exprType left; public int op; public exprType right; public BinOp(exprType le...
__label__POS
0.963612
package cm.aptoide.pt.home.bundles.base; import cm.aptoide.pt.reactions.data.TopReaction; import java.util.Collections; import java.util.List; public class ActionItem { private final String cardId; private final String type; private final String title; private final String subTitle; private final String ico...
__label__POS
0.691585
package cm.aptoide.pt.home.bundles.base; import cm.aptoide.pt.dataprovider.model.v7.Event; import java.util.Collections; import java.util.List; public class ActionBundle implements HomeBundle { private final String title; private final BundleType type; private final Event event; private final String tag; pr...
__label__POS
0.926176
package cm.aptoide.pt.home.bundles.base; import cm.aptoide.pt.dataprovider.model.v7.Event; import cm.aptoide.pt.view.app.Application; import java.util.List; /** * Created by jdandrade on 07/03/2018. */ public class AppBundle implements HomeBundle { private final String title; private final List<Application> a...
__label__POS
0.979846
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Return extends stmtType { public exprType value; public Return(exprType value) { this.value = value; } public Return(exprTyp...
__label__POS
0.954812
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:27:06 11/23/2018 // Design Name: // Module Name: MEM // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.94849
package cm.aptoide.pt.home.bundles.base; import cm.aptoide.pt.app.DownloadModel; import cm.aptoide.pt.dataprovider.model.v7.Event; import cm.aptoide.pt.view.app.ApplicationGraphic; import java.util.Collections; import java.util.List; public class PromotionalBundle implements HomeBundle { private final String title;...
__label__POS
0.82361
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class ListComp extends exprType { public exprType elt; public listcompType[] generators; public ListComp(exprType elt, listcompType[] generator...
__label__POS
0.932173
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Lambda extends exprType { public argumentsType args; public exprType body; public Lambda(argumentsType args, exprType body) { thi...
__label__POS
0.919109
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:02:24 11/23/2018 // Design Name: // Module Name: grf // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.79872
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Mar 23 04:06:06 2003 ;;;; Contains: Tests of WITH-CONDITION-RESTARTS (in-package #:portable-condition-system/test) (deftest with-condition-restarts.1 (let (a b c (i 0)) (values (with-condition-restarts (progn (setf a (incf ...
__label__POS
0.881458
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class aliasType extends SimpleNode { public String name; public String asname; public aliasType(String name, String asname) { this.name...
__label__POS
0.935783
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Tuple extends exprType implements expr_contextType { public exprType[] elts; public int ctx; public Tuple(exprType[] elts, int ctx) { ...
__label__POS
0.949974
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Mar 23 09:13:59 2003 ;;;; Contains: Tests for USE-VALUE restart and function (in-package #:portable-condition-system/test) (deftest use-value.1 (restart-case (progn (use-value 10) 'bad) (use-value (x) (list x 'good))) (10 good)) (...
__label__POS
0.663646
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:34 11/24/2018 // Design Name: // Module Name: forward_mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: /...
__label__POS
0.998473
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class UnaryOp extends exprType implements unaryopType { public int op; public exprType operand; public UnaryOp(int op, exprType operand) { ...
__label__POS
0.933704
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:31:53 11/23/2018 // Design Name: // Module Name: mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.675673
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 11:13:10 11/30/2018 // Design Name: // Module Name: Mult_Div // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // /...
__label__POS
0.721668
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:57 11/23/2018 // Design Name: // Module Name: dm // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.983991
// Autogenerated AST node package org.python.parser.ast; public interface VisitorIF { public Object visitModule(Module node) throws Exception; public Object visitInteractive(Interactive node) throws Exception; public Object visitExpression(Expression node) throws Exception; public Object visitSuite(...
__label__POS
0.950188
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class TryFinally extends stmtType { public stmtType[] body; public stmtType[] finalbody; public TryFinally(stmtType[] body, stmtType[] finalbod...
__label__POS
0.915538
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Print extends stmtType { public exprType dest; public exprType[] values; public boolean nl; public Print(exprType dest, exprType[] va...
__label__POS
0.905097
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:13:22 11/23/2018 // Design Name: // Module Name: npc // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.664167
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 11:53:56 11/24/2018 // Design Name: // Module Name: controller // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: //...
__label__POS
0.753453
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sat Mar 8 22:38:53 2003 ;;;; Contains: Tests of DEFINE-CONDITION (part 1) (in-package #:portable-condition-system/test) (define-condition-with-tests condition-1 nil nil) (define-condition-with-tests condition-2 (condition) nil) (define-condition-...
__label__POS
0.994791
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Expression extends modType { public exprType body; public Expression(exprType body) { this.body = body; } public Expression(...
__label__POS
0.964202
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Mar 23 04:36:52 2003 ;;;; Contains: Tests for WITH-SIMPLE-RESTART (in-package #:portable-condition-system/test) (deftest with-simple-restart.1 (with-simple-restart (foo "")) nil) (deftest with-simple-restart.2 (with-simple-restart (foo ""...
__label__POS
0.622726
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Dict extends exprType { public exprType[] keys; public exprType[] values; public Dict(exprType[] keys, exprType[] values) { this....
__label__POS
0.913285
package cm.aptoide.pt.home.bundles.ads; import android.view.LayoutInflater; import android.view.ViewGroup; import androidx.recyclerview.widget.RecyclerView; import cm.aptoide.pt.R; import cm.aptoide.pt.home.bundles.base.HomeBundle; import java.text.DecimalFormat; import java.util.List; import rx.subjects.PublishSubjec...
__label__POS
0.753687
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:30:22 11/23/2018 // Design Name: // Module Name: WB // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.963491
package cm.aptoide.pt.home.bundles.ads; import android.os.Build; import android.view.LayoutInflater; import android.view.ViewGroup; import cm.aptoide.pt.R; import cm.aptoide.pt.home.bundles.base.AppBundleViewHolder; import cm.aptoide.pt.home.bundles.base.HomeEvent; import java.text.DecimalFormat; import rx.subjects.Pu...
__label__POS
0.873938
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Compare extends exprType implements cmpopType { public exprType left; public int[] ops; public exprType[] comparators; public Compare...
__label__POS
0.977763
package cm.aptoide.pt.home.bundles.ads; import cm.aptoide.pt.dataprovider.model.v2.GetAdsResponse; import cm.aptoide.pt.dataprovider.model.v7.Event; import cm.aptoide.pt.home.bundles.base.HomeBundle; import java.util.ArrayList; import java.util.List; /** * Created by jdandrade on 13/03/2018. */ public class AdBund...
__label__POS
0.96268
;;;; -*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Fri Oct 18 23:05:10 2002 ;;;; Contains: Tests of CTYPECASE (in-package #:portable-condition-system/test) (deftest ctypecase.1 (let ((x 1)) (ctypecase x (integer 'a) (t 'b))) a) (deftest ctypecase.2 (check-type-error #'(lambda (x) (ctypeca...
__label__POS
0.966671
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Repr extends exprType { public exprType value; public Repr(exprType value) { this.value = value; } public Repr(exprType valu...
__label__POS
0.956022
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class BoolOp extends exprType implements boolopType { public int op; public exprType[] values; public BoolOp(int op, exprType[] values) { ...
__label__POS
0.928081
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:21:31 11/23/2018 // Design Name: // Module Name: EX // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revi...
__label__POS
0.950622
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class argumentsType extends SimpleNode { public exprType[] args; public String vararg; public String kwarg; public exprType[] defaults; ...
__label__POS
0.844499
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:27:06 11/23/2018 // Design Name: // Module Name: MEM // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.94849
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class AugAssign extends stmtType implements operatorType { public exprType target; public int op; public exprType value; public AugAssign(e...
__label__POS
0.907924
mod beatrice_invoke; mod cpal_invoke; mod other_invoke; #[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { tauri::Builder::default() .plugin(tauri_plugin_store::Builder::new().build()) .plugin(tauri_plugin_dialog::init()) .plugin(tauri_plugin_opener::init()) .invoke_handl...
__label__POS
0.839728
// Exercise 17-5 Exercising the LinkedList template class // This program reverses the text that is entered import linked_list; import <string>; import <string_view>; import <iostream>; int main() { std::string text; // Stores input prose or poem std::cout << "\nEnter a poem or prose o...
__label__POS
0.909058
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:02:24 11/23/2018 // Design Name: // Module Name: grf // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.79872
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class FunctionDef extends stmtType { public String name; public argumentsType args; public stmtType[] body; public FunctionDef(String name,...
__label__POS
0.87608
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Import extends stmtType { public aliasType[] names; public Import(aliasType[] names) { this.names = names; } public Import(a...
__label__POS
0.95674
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Assert extends stmtType { public exprType test; public exprType msg; public Assert(exprType test, exprType msg) { this.test = tes...
__label__POS
0.903188
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:57:34 11/24/2018 // Design Name: // Module Name: forward_mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: /...
__label__POS
0.998473
// Autogenerated AST node package org.python.parser.ast; import org.python.parser.SimpleNode; import java.io.DataOutputStream; import java.io.IOException; public class Interactive extends modType { public stmtType[] body; public Interactive(stmtType[] body) { this.body = body; } public Inter...
__label__POS
0.9539
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:31:53 11/23/2018 // Design Name: // Module Name: mux // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Rev...
__label__POS
0.675673