HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 1 - 25 of 12265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
warn-explicit-call-initialize.m 5 + (void)initialize; // expected-note 2 {{method 'initialize' declared here}}
9 + (void)initialize; // expected-note {{method 'initialize' declared here}}
15 [I initialize]; // expected-warning {{explicit call to +initialize results in duplicate call to +initialize}}
16 [NSObject initialize]; // expected-warning {{explicit call to +initialize results in duplicate call to +initialize}}
    [all...]
compound-init.m 6 (A){ 0 }; // expected-error{{cannot initialize Objective-C class type 'A'}}
protocol-implementing-class-methods.m 12 - (void) initialize; // expected-note {{method 'initialize' declared here}}
16 - (void) initialize;
24 - (void) initialize {NSImage *p=0; [p initialize]; } // expected-warning {{category is implementing a method which will also be implemented by its primary class}}
  /prebuilts/sdk/renderscript/lib/mips/
librsjni.so 
  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
  /external/autotest/client/tests/error_initialize/
error_initialize.py 7 def initialize(self): member in class:error_initialize
8 raise NameError("test a bug in initialize()")
control 2 NAME = "error test for initialize phase exception"
7 DOC = """Raise an exception during initialize(). This tests Autotest itself."""
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
  /external/tpm2/
_TPM_Init.c 18 // Initialize the NvEnvironment.
21 // Initialize crypto engine
30 // Initialize object table
  /external/autotest/frontend/client/src/autotest/moblab/
BotoKeyView.java 11 public void initialize() { method in class:BotoKeyView
19 super.initialize();
LaunchControlKeyView.java 11 public void initialize() { method in class:LaunchControlKeyView
19 super.initialize();
  /external/clang/test/Sema/
big-endian-neon-initializers.c 6 int32x4_t x = {1, 2, 3, 4}; // expected-warning{{vector initializers are not compatible with NEON intrinsics}} expected-note{{consider using vld1q_s32() to initialize a vector from memory, or vcombine_s32(vcreate_s32(), vcreate_s32()) to initialize from integer constants}}
7 int16x4_t y = {1, 2, 3, 4}; // expected-warning{{vector initializers are not compatible with NEON intrinsics}} expected-note{{consider using vld1_s16() to initialize a vector from memory, or vcreate_s16() to initialize from an integer constant}}
8 int64x2_t z = {1, 2}; // expected-warning{{vector initializers are not compatible with NEON intrinsics}} expected-note{{consider using vld1q_s64() to initialize a vector from memory, or vcombine_s64(vcreate_s64(), vcreate_s64()) to initialize from integer constants}}
9 float32x2_t b = {1, 2}; // expected-warning{{vector initializers are not compatible with NEON intrinsics}} expected-note{{consider using vld1_f32() to initialize a vector from memory, or vcreate_f32() to initialize from an integer constant}}
  /external/clang/test/SemaCXX/
override-in-system-header.cpp 11 IFACEMETHOD(Initialize)();
18 IFACEMETHOD(Initialize)();
err_init_conversion_failed.cpp 5 // expected-error@-1{{cannot initialize a variable}}
9 // expected-error@-1{{cannot initialize a parameter}}
14 // expected-error@-1{{cannot initialize return object}}
19 // expected-error@-1{{cannot initialize a member subobject}}
25 // expected-error@-1{{cannot initialize an array element}}
30 // expected-error@-1{{cannot initialize a new value}}
36 // expected-error@-1{{cannot initialize a vector element}}
44 // expected-error@-1{{cannot initialize a compound literal initializer}}
59 // expected-error-re@-1{{cannot initialize a member subobject of type 'void (template_test::S::*)(const int &){{( __attribute__\(\(thiscall\)\))?}}' with an rvalue of type 'void (template_test::S::*)(int){{( __attribute__\(\(thiscall\)\))?}}': type mismatch at 1st parameter ('const int &' vs 'int')}}
illegal-member-initialization.cpp 13 X() { } // expected-error {{constructor for 'X' must explicitly initialize the reference member 'value'}} \
14 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cvalue'}} \
15 // expected-error {{constructor for 'X' must explicitly initialize the reference member 'b'}} \
16 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cb'}}
  /frameworks/rs/cpp/
rsDispatch.cpp 31 LOG_ERR("Couldn't initialize dispatchTab.SetNativeLibDir");
118 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType");
122 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData");
126 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData");
130 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements");
134 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate");
138 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy");
142 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig");
146 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate");
150 LOG_ERR("Couldn't initialize dispatchTab.GetName")
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewTab.java 27 public void initialize() { method in class:CreateJobViewTab
28 super.initialize();
29 getDisplay().initialize((HTMLPanel) getWidget());
30 getPresenter().initialize();
  /external/autotest/server/control_segments/
install 5 host = hosts.create_target_machine(machine, initialize=False,
  /external/autotest/server/samples/
uname.srv 1 hosts = [hosts.create_host(h, initialize=False) for h in machines]
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p19.cpp 10 return I; // expected-error{{cannot initialize}}
14 int *ip = I; // expected-error{{cannot initialize}}
32 return I; // expected-error{{cannot initialize}}
36 int *ip = I; // expected-error{{cannot initialize}}
  /external/doclava/res/assets/templates/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
  /frameworks/rs/java/tests/Refocus/dataExtraction/
N5clean.txt 0 Initialize: 0
15 Initialize: 7692709
28 Initialize: 8358281
41 Initialize: 2504999
55 Initialize: 3813542
68 Initialize: 6421147
81 Initialize: 8543593
95 Initialize: 1662136
108 Initialize: 3890053
121 Initialize: 806812
    [all...]
  /frameworks/base/libs/hwui/utils/
TestWindowContext.h 41 void initialize(int width, int height);
43 /// Returns a canvas to draw into; NULL if not yet initialize()d.
46 /// Flushes all drawing commands to HWUI; no-op if not yet initialize()d.
50 /// no-op if not yet initialize()d.
53 /// Returns false if not yet initialize()d.
  /external/clang/test/SemaObjCXX/
NSString-type.mm 5 void (^block)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
7 void (^block2)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
8 void (^block3)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
  /external/pdfium/xfa/src/fwl/src/lightwidget/
app.cpp 17 FWL_ERR CFWL_App::Initialize() {
19 m_pTheme->Initialize();
21 return m_pIface->Initialize();

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>