/external/chromium_org/content/app/ |
content_main.cc | 27 exit_code = main_runner->Initialize(instance, sandbox_info, delegate); 29 exit_code = main_runner->Initialize(argc, argv, delegate);
|
/external/chromium_org/content/browser/download/ |
mock_download_file.cc | 21 // This is here because |Initialize()| is normally called right after 23 ON_CALL(*this, Initialize(_))
|
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_mac.cc | 20 if (!buffer->Initialize(handle)) 28 if (!buffer->Initialize(handle))
|
/external/chromium_org/content/public/browser/ |
browser_main_runner.h | 23 // Initialize all necessary browser state. The |parameters| values will be 25 virtual int Initialize(const content::MainFunctionParams& parameters) = 0;
|
/external/chromium_org/content/test/data/gpu/functional_files/ |
context.js | 15 alert("Unable to initialize WebGL. Your browser may not support it."); 21 // Initialize the GL context.
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_lib.h | 22 // Initialize the GLES2 library. 23 GLES2_C_LIB_EXPORT void Initialize();
|
/external/chromium_org/ui/gl/ |
gl_context_ozone.cc | 30 if (!context->Initialize(compatible_surface, gpu_preference)) 36 if (!context->Initialize(compatible_surface, gpu_preference))
|
gl_osmesa_api_implementation.cc | 16 g_real_osmesa->Initialize(&g_driver_osmesa); 60 void RealOSMESAApi::Initialize(DriverOSMESA* driver) {
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
p20.cpp | 10 int *ip = I; // expected-error{{cannot initialize}} 25 int *ip = I; // expected-error{{cannot initialize}} 42 int *ip = I; // expected-error{{cannot initialize}} 61 int *ip = &x; // expected-error{{cannot initialize}} 78 int *ip = &x; // expected-error{{cannot initialize}} 102 return I; // expected-error{{cannot initialize}} 106 int *ip = I; // expected-error{{cannot initialize}} 119 int *ip = &x; // expected-error{{cannot initialize}}
|
/external/oprofile/libutil/ |
op_growable_buffer.h | 23 * init_buffer - initialize an empty buffer 24 * @param buffer the buffer to initialize
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Init.3 | 11 Initializes SDL\&. This should be called before all other SDL functions\&. The \fBflags\fR parameter specifies what part(s) of SDL to initialize\&. 29 Initialize all of the above\&.
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testver.c | 15 /* Initialize SDL */ 17 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
|
/libcore/luni/src/main/java/javax/crypto/ |
ExemptionMechanismSpi.java | 82 * the key to initialize this instance with. 84 * if the key cannot be used to initialize this mechanism. 96 * the key to initialize this instance with. 100 * if the key cannot be used to initialize this mechanism. 102 * if the parameters cannot be used to initialize this 116 * the key to initialize this instance with. 120 * if the key cannot be used to initialize this mechanism. 122 * the the parameters cannot be used to initialize this
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraApp.java | 29 UsageStatistics.initialize(this); 30 CameraUtil.initialize(this);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
AccessService.java | 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); method
|
PaymentService2.java | 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); method
|
TransportService1.java | 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); method
|
TransportService2.java | 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); method
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
record-event-listener.rb | 14 def initialize( adaptor = nil ) method in class:ANTLR3.Debug.RecordEventListener
|
/external/chromium/base/i18n/ |
icu_util.h | 13 bool Initialize();
|
/external/chromium/base/test/ |
perf_test_suite.h | 17 virtual void Initialize();
|
/external/chromium/webkit/glue/media/ |
web_data_source.h | 20 // Initialize this object using |url|. This object calls |callback| when 22 virtual void Initialize(const std::string& url, 25 // Called to cancel initialization. The callback passed in Initialize() will 28 // Initialize() cannot be called again. The caller is expected to release
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
BaseChromiumApplication.java | 17 ActivityStatus.initialize(this);
|
/external/chromium_org/base/test/ |
perf_test_suite.h | 16 virtual void Initialize() OVERRIDE;
|
/external/chromium_org/chrome/service/ |
service_main.cc | 41 base::StatisticsRecorder::Initialize(); 45 if (!state->Initialize()) 49 if (service_process.Initialize(&main_message_loop, 54 LOG(ERROR) << "Service process failed to initialize";
|