代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/389774/2536041
testoutput4
PCRE version 5.0 13-Sep-2004
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
No match
/-- that opti
www.eeworm.com/read/380233/2662076
java application1.java
package javabeantest2app;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame
www.eeworm.com/read/366702/2867146
c array12.c
// PR c++/12253
// Bug: We were failing to destroy the temporary A passed to the
// constructor for b[0] before going on to construct b[1].
// { dg-do run }
extern "C" int printf (const char *, ...)
www.eeworm.com/read/366702/2871610
c t113.c
// { dg-do assemble }
// GROUPS passed niklas explicit-construct virtual-base
struct A {};
struct B : virtual A { B(); };
struct C : B {};
struct D { D(C&); };
D d(C());
www.eeworm.com/read/366702/2872363
mm cxx-ivars-2.mm
// Check if the '- .cxx_construct' and '-.cxx_destruct' methods get called
// and if they perform their desired function.
// { dg-do run { xfail { "*-*-*" } } } PR27247/PR23681
// { dg-options "-fobj
www.eeworm.com/read/366702/2877074
f90 do_2.f90
! { dg-do compile }
! Check the fix for PR20839, which concerned non-compliance with one of the
! constraints for block-do-constructs (8.1.4.1.1):
! Constraint: If the do-stmt of a block-do-construct
www.eeworm.com/read/363354/2919252
java login.java
package sfms;
import javax.swing.UIManager;
import java.awt.*;
public class Login {
boolean packFrame = false;
//Construct the application
public Login() {
Frame1 frame = new Frame1();
www.eeworm.com/read/356555/3041007
rc
#! /bin/sh
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
#
# Written by Miquel van Smoorenburg .
www.eeworm.com/read/268139/4257540
java application1.java
package socketserver;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 fr
www.eeworm.com/read/268139/4257546
java~4~ application1.java~4~
package socketserver;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 fr