/external/webkit/WebKit/qt/QGVLauncher/ |
main.cpp | 338 void load(const QString& url) function in class:MainWindow 372 load(urlEdit->text()); 395 mw->load(url); 438 scene->webView()->load(url); 519 window->load(url);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_openssl.c | 536 * tls_engine_load_dynamic_generic - load any openssl engine 537 * @pre: an array of commands and values that load an engine initialized 541 * @id: the engine id of the engine to load (only required if post is not %NULL 570 /* Perform the pre commands. This will load the engine. */ 615 * tls_engine_load_dynamic_pkcs11 - load the pkcs11 engine provided by opensc 628 "LOAD", NULL, 651 * tls_engine_load_dynamic_opensc - load the opensc engine provided by opensc 661 "LOAD", NULL, 792 /* load private key first in-case PIN is required for cert */ 796 wpa_printf(MSG_ERROR, "ENGINE: cannot load private key with id [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 65 * DSP_EDCDLOADBASE: Unable to load code base. 91 * DSP_EDCDLOADBASE: Unable to load code base. 249 * phase: Which phase to load 287 * DSP_EDCDLOADBASE: Unable to load code base. 320 * DSP_EDCDLOADBASE: Unable to load code base.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 65 * DSP_EDCDLOADBASE: Unable to load code base. 91 * DSP_EDCDLOADBASE: Unable to load code base. 249 * phase: Which phase to load 287 * DSP_EDCDLOADBASE: Unable to load code base. 320 * DSP_EDCDLOADBASE: Unable to load code base.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SysinfoPanel.java | 83 private static final String CAPTIONS[] = {"CPU load", "Alarms", 244 loadButton.setText("Load from File"); 250 fileDialog.setText("Load bugreport"); 425 * Processes cpu load information from bugreport. Updates mDataset with the 441 if (line.startsWith("Load:")) {
|
/external/webkit/WebKit/mac/WebView/ |
WebView.h | 68 @constant WebViewProgressStartedNotification Posted whenever a load begins in the WebView, including 69 a load that is initiated in a subframe. After receiving this notification zero or more 73 @constant WebViewProgressFinishedNotification Posted when the load for a WebView has finished. 237 @abstract Set the WebView's WebResourceLoadDelegate load delegate. 238 @param delegate The WebResourceLoadDelegate to set as the load delegate. 407 @discussion Make the page display with a different text encoding; stops any load in progress. 539 @discussion An estimate of the percent complete for a document load. This 540 value will range from 0 to 1.0 and, once a load completes, will remain at 1.0 541 until a new load starts, at which point it will be reset to 0. The value is an 637 @param URLString The URL to load in the mainFrame [all...] |
/external/v8/src/arm/ |
codegen-arm.cc | 232 // Load the offset into r3. 423 // Load the closure. 428 // Load the function context (which is the incoming, outer context). 523 void CodeGenerator::Load(Expression* expr) { 554 // Load "true" if necessary. 565 // Load "false" if necessary. 603 // load to make sure we do not get reference errors. [all...] |
macro-assembler-arm.cc | 230 mov(ip, Operand(Page::kPageAlignmentMask)); // load mask only once 251 // Load the array length into 'scratch' and multiply by four to get the 721 // new space case below, we load the prototype from the map in 730 // to it in the code. Load it from the map. 733 // The prototype is in old space; load it directly. 769 // Load current lexical context from the stack frame. 777 // Load the global context of the current context. 846 // Load address of new object into result and allocation top address into 898 // Load address of new object into result and allocation top address into [all...] |
/external/wpa_supplicant/ |
tls_openssl.c | 134 /* MinGW does not yet have full CryptoAPI support, so load the needed 142 wpa_printf(MSG_DEBUG, "CryptoAPI: Could not load crypt32 " 586 * tls_engine_load_dynamic_generic - load any openssl engine 587 * @pre: an array of commands and values that load an engine initialized 591 * @id: the engine id of the engine to load (only required if post is not %NULL 620 /* Perform the pre commands. This will load the engine. */ 665 * tls_engine_load_dynamic_pkcs11 - load the pkcs11 engine provided by opensc 678 "LOAD", NULL, 701 * tls_engine_load_dynamic_opensc - load the opensc engine provided by opensc 711 "LOAD", NULL [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 96 * These are the constant used to fake the fixed-point load-average 99 * a load-average precision of 10 bits integer + 11 bits fractional 100 * - if you want to count load-averages more often, you need more 105 extern unsigned long avenrun[]; /* Load averages */ 114 #define CALC_LOAD(load,exp,n) \ 115 load *= exp; \ 116 load += n*(FIXED_1-exp); \ 117 load >>= FSHIFT; 385 /* current thread group signal load-balancing target: */ 614 #define SCHED_LOAD_SCALE 128UL /* increase resolution of load */ [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 167 // The mask isn't really an address. We load it as an external reference in 607 // We load the prototype from the map in the scratch register. 611 // to it in the code. Load it from the map. 626 // The prototype is in old space; load it directly. 665 // Load current lexical context from the stack frame. 673 // Load the global context of the current context. 783 // Load address of new object into result. 813 // Load address of new object into result. 841 // Load address of new object into result. [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 417 __ movq(rcx, Operand(rbp, kArgumentsOffset)); // load arguments 426 // we have generated an inline version of the keyed load. In this 453 // Load the built-in Array function from the current context. 455 // Load the global context. 458 // Load the Array function from the global context. 482 // Load the initial map from the array function. 581 // Load the initial map from the array function. [all...] |
ic-x64.cc | 46 // Helper function used to load a property from a dictionary backing storage. 48 // must always call a backup property load that is complete. 73 // Load the map into r0. 93 // Load properties array. 163 // The keyed load has a fast inlined case if the IC call instruction 258 // Load name and receiver. 291 // Fast case: Do the load. 315 // Slow case: Load name and receiver from stack and jump to runtime. 341 // Load the map of the receiver, compute the keyed lookup cache hash 351 // Load the key (consisting of map and symbol) from the cache an [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 76 * Central point to load, manipulate and deal with the Android SDK. Only one SDK can be used 97 * Data bundled using during the load of Target data. 189 * <p/>If the SDK failed to load, it displays an error to the user. 344 // load the default.properties from the project folder. 351 ProjectProperties properties = ProjectProperties.load(location.toOSString(), 354 AdtPlugin.log(IStatus.ERROR, "Failed to load properties file for project '%s'", 392 * @param state the state representing the project to load. 412 * case is the status of the load operation) 413 * @param target the target to load. 416 * @return The load status if the target data is already loaded [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 45 // A special 'filename' beginning with "MTD:" means to load the 101 // Load the contents of an MTD partition into the provided 114 // hash of the data, and we'll do the load expecting to find one of 427 printf("failed to load cache file\n"); 551 // We try to load the target file into the source_file object. 565 // Need to load the source file: either we failed to load the
|
/dalvik/vm/ |
Native.c | 149 * We add one of these to the hash table for every library we load. The 318 * Load a native shared library, given the system-independent piece of 399 LOGI("threadid=%d: recursive native library load attempt (%s)\n", 429 * Load native code from the specified absolute pathname. Per the spec, 439 * spec says we can't load the same library into more than one class loader. 453 LOGD("Trying to load lib %s %p\n", pathName, classLoader); 566 * as bad and ensure that future load attempts will fail.
|
/external/grub/stage2/ |
boot.c | 1 /* boot.c - load and bootstrap a kernel */ 146 /* If the load end address is zero, load the whole contents. */ 627 /* make sure we only load what we're supposed to! */ 638 /* load the segment */ 656 /* Load ELF symbols. */ 766 /* if we are supposed to load on 4K boundaries */
|
/external/proguard/docs/manual/ |
gui.html | 26 <td>Optionally load an existing configuration file.</td></tr> 68 <tr><td class="button">Load configuration...</td> 69 <td>opens a file chooser to load an existing ProGuard configuration 74 If you don't want to load an existing configuration, you can just continue 454 it can be loaded from a file by means of the load button below. 461 <tr><td class="button">Load stack trace...</td> 462 <td>opens a file chooser to load an obfuscated stack trace.</td></tr>
|
/external/v8/src/ |
d8.cc | 198 Handle<Value> Shell::Load(const Arguments& args) { 422 global_template->Set(String::New("load"), FunctionTemplate::New(Load)); 449 i::Debug::Load(); 616 global_template->Set(String::New("load"), 617 FunctionTemplate::New(Shell::Load)); 731 // Use all other arguments as names of files to load and run.
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginPackage.mm | 355 LOG(Plugins, "%f Load timing started for: %@", start, [self name]); 503 // Workaround for 3270576. The RealPlayer plug-in fails to load if its preference file is out of date. 640 LOG(Plugins, "%f Total load time: %f seconds", currentTime, duration); 645 - (BOOL)load 648 return [super load]; 678 // Should load when the first instance opens the plug-in package 680 [self load];
|
/sdk/emulator/qtools/ |
armdis.cpp | 676 // One of the load/store halfword/byte instructions 693 // Pre-load 698 // Load byte 701 // Load word 825 // Load unsigned halfword 828 // Load signed byte 837 // Load signed halfword
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 102 /** Returns true if this is a user source. We only load addon and extra packages
114 * Returns the list of known packages found by the last call to load().
123 * null till load() is called.
148 public void load(ITaskMonitor monitor, boolean forceHttp) {
method in class:RepoSource 260 // Stop here if we failed to validate the XML. We don't want to load it.
746 // We can load addon and extra packages from all sources, either
755 // We only load platform, doc and tool packages from internal
[all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
HashMap.java | 78 * The default load factor. Note that this implementation ignores the 79 * load factor, but cannot do away with it entirely because it's 83 * but it is emitted as part of the serialized form. The load factor of 166 * load factor. 171 * the initial load factor. 173 * when the capacity is less than zero or the load factor is 180 throw new IllegalArgumentException("Load factor: " + loadFactor); 185 * a load factor of 3/4. This simplifies the code and generally [all...] |
/external/opencore/extern_tools_v2/bin/linux/ |
make | |
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWin.cpp | 255 // If load fails QT's load state is QTMovieLoadStateComplete. 260 // we only need to erase the movie gworld when the load state changes to loaded while it 416 // Do not change movie box before reaching load state loaded as we grab 575 load(m_private->m_currentURL, preservesPitch); 659 void QTMovieWin::load(const UChar* url, int len, bool preservesPitch) function in class:QTMovieWin 664 load(cfURL, preservesPitch); 670 void QTMovieWin::load(CFURLRef url, bool preservesPitch) function in class:QTMovieWin 776 // get the load fail callback quickly [all...] |