/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/extensions/common/ |
extensions_client.h | 19 // Returns a PermissionsProvider to initialize the permissions system. 32 // Initialize the extensions system with this extensions client.
|
/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/chromium_org/ui/views/ |
run_all_unittests.cc | 17 virtual void Initialize() OVERRIDE { 18 base::TestSuite::Initialize();
|
/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/i18n/ |
icu_util.h | 14 BASE_I18N_EXPORT bool Initialize();
|
/external/chromium_org/base/test/ |
perf_test_suite.h | 16 virtual void Initialize() OVERRIDE;
|
/external/chromium_org/media/base/ |
audio_renderer_mixer_input.h | 35 virtual void Initialize(const AudioParameters& params, 56 // to retrieve a mixer during Initialize() and notify when it's done with it. 60 // AudioParameters received during Initialize(). 63 // AudioRendererMixer provided through |get_mixer_cb_| during Initialize(),
|
mock_audio_renderer_sink.cc | 12 void MockAudioRendererSink::Initialize(const AudioParameters& params,
|