/dalvik/tests/068-classloader/src/ |
Main.java | 64 * See if we can load a class that isn't public to us. We should be 65 * able to load it but not instantiate it. 94 * See if we can load a class whose base class is not accessible to it 115 * See if we can load a class with an inaccessible interface. 416 * Without the pre-load of FancyLoader->DoubledImplement2, some
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenFactory.c | 28 /* Load a word at base + displacement. Displacement must be word multiple */ 43 * Load a Dalvik register into a physical register. Take care when 76 * Load a Dalvik register pair into a physical register[s]. Take care when 152 // Load Src either into promoted Dest or temps allocated for Dest 230 // Load Src either into promoted Dest or temps allocated for Dest
|
/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 197 * @param pckgs the packages for which to load version info 198 * @param clsldr the classloader to load from, or 225 * @param pckg the package for which to load version information, 228 * @param clsldr the classloader to load from, or 253 props.load(is);
|
/external/freetype/src/truetype/ |
ttpload.c | 50 /* Load the locations table. */ 241 /* Load the control value table into a face object. */ 322 /* Load the font program. */ 384 /* Load the cvt program. */ 445 /* Load the `hdmx' table into the face object. */
|
/external/oprofile/daemon/ |
opd_ibs_macro.h | 135 * derived load/store event. 292 /** 0 IbsLdOp: Load op */ 319 /** 9 ibs_dc_ld_bnk_con: Bank conflict on load operation */ 325 /** 11 ibs_dc_st_to_ld_fwd : Data forwarded from store to load operation */ 328 /** 12 ibs_dc_st_to_ld_can: Data forwarding from store to load operation cancelled */
|
/external/webkit/WebCore/page/ |
Chrome.cpp | 256 // otherwise cause the load to continue while we're in the middle of executing JavaScript. 270 // otherwise cause the load to continue while we're in the middle of executing JavaScript. 280 // otherwise cause the load to continue while we're in the middle of executing JavaScript. 290 // otherwise cause the load to continue while we're in the middle of executing JavaScript. 311 // otherwise cause the load to continue while we're in the middle of executing JavaScript.
|
/frameworks/base/docs/html/resources/articles/ |
gestures.jd | 13 in the new package {@link android.gesture}, lets you store, load, draw, and 47 <p>Now that you have a set of pre-defined gestures, you must load it inside your 52 if (!mLibrary.load()) { 57 <code>/res/raw/spells</code>. You can easily load libraries from other sources, 175 <p>The code used to load and set up the gestures library and overlay is exactly
|
/cts/tools/host/src/com/android/cts/ |
HostConfig.java | 126 * Load configuration. 131 public boolean load(String configPath) throws SAXException, IOException, method in class:HostConfig 231 * Load repositories. 239 * Load test results to create session accordingly. 246 * Load all of the test packages. 320 * Load configuration values from config file. 322 * @param doc The document from which to load the values. 465 * Load test results to create session accordingly. 537 * Load package XML file names. 556 * Load test packages [all...] |
/external/icu4c/common/unicode/ |
udata.h | 30 * This API is used to find and efficiently load data for ICU and applications 32 * name to find and load the data. Normally this API is used by other ICU APIs 33 * to load required data out of the ICU data library, but it can be used to 34 * load data out of other places. 198 * This function is used to find and load efficiently data for 201 * type and name to find and load the data. 310 * may attempt to load a converter (use the UNICODE_STRING(x) macro instead).
|
/external/webkit/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 221 // This will be relinked to load the function without doing a load. 473 // Plant a load from a bogus ofset in the object's property map; we will patch this later, if it is to be used. 518 // Compile a load from an object's property storage. May overwrite base. 627 // If we're patching to use inline storage, convert the initial load to a lea; this avoids the extra load 628 // and makes the subsequent load's offset automatically correct 632 // Patch the offset into the propoerty map to load from, then patch the Structure to look for. 669 // If we're patching to use inline storage, convert the initial load to a lea; this avoids the extra load [all...] |
/external/webkit/WebCore/loader/ |
RedirectScheduler.cpp | 173 // The definition of "during load" is any time before all handlers for the load event have been run. 268 // Invalid history navigations (such as history.forward() during a new load) have the side effect of cancelling any scheduled 269 // redirects. We also avoid the possibility of cancelling the current load by avoiding the scheduled redirection altogether. 337 // If a redirect was scheduled during a load, then stop the current load. 338 // Otherwise when the current load transitions from a provisional to a
|
HistoryController.cpp | 72 There is a race condition between the layout and load completion that affects restoring the scroll position. 73 We try to restore the scroll position at both the first layout and upon load completion. 75 1) If first layout happens before the load completes, we want to restore the scroll position then so that the 79 2) If the layout happens after the load completes, the attempt to restore at load completion time silently 92 // early and from a user standpoint - as in the above radar - the previous page load failed 122 // For a standard page load, we will have a previous item set, which will be used to 287 LOG(History, "WebCoreHistory: Updating History for Standard Load in frame %s", m_frame->loader()->documentLoader()->url().string().ascii().data()); 325 LOG(History, "WebCoreHistory: Updating History for redirect load in frame %s", m_frame->loader()->documentLoader()->title().utf8().data()); 546 // do -some- load for the transition, which means a proper notification will be poste [all...] |
/external/webkit/WebKit/chromium/public/ |
WebFrameClient.h | 90 // Load commands ------------------------------------------------------- 144 // A new provisional load has been started. 147 // The provisional load was redirected via a HTTP 3xx response. 150 // The provisional load failed. 182 // The 'load' event was dispatched. 185 // The frame's document or one of its subresources failed to load. 188 // The frame's document and all of its subresources succeeded to load.
|
/frameworks/base/tests/CoreTests/android/core/ |
RequestAPITest.java | 190 // Load up expected response 222 // Load up expected response 260 // Load up expected response 287 // Load up expected response 321 // Load up expected response 424 // Load up expected response 455 // Load up expected response
|
/sdk/ninepatch/src/com/android/ninepatch/ |
NinePatch.java | 64 * @param fileUrl the URL of the file to load. 71 public static NinePatch load(URL fileUrl, boolean convert) throws IOException { method in class:NinePatch 82 return load(image, is9Patch, convert); 87 * @param stream the {@link InputStream} of the file to load. 95 public static NinePatch load(InputStream stream, boolean is9Patch, boolean convert) method in class:NinePatch 105 return load(image, is9Patch, convert); 118 public static NinePatch load(BufferedImage image, boolean is9Patch, boolean convert) { method in class:NinePatch
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 727 double uptime, idletime, load = 0; local 729 /* calculate MHz load */ 737 load = 100. * ((me->dUptime->last_uptime - me->dUptime->last_idletime) / 741 me->dUptime->x += load * steps; 742 me->dUptime->xx += load * load * steps; 754 fprintf(me->fRt, "rtPERF: [%ld] ARM CPU-load is %.3g%%\n", 756 load); 824 fprintf(me->fRt, "rtPERF: ARM CPU-load for%s %c%c%c%c component: ", 830 double load = (100. * (me->dUptime->start_uptime local [all...] |
/external/e2fsprogs/e2fsck/ |
dict.c | 1044 static void load_begin_internal(dict_load_t *load, dict_t *dict) 1046 load->dictptr = dict; 1047 load->nilnode.left = &load->nilnode; 1048 load->nilnode.right = &load->nilnode; 1051 void dict_load_begin(dict_load_t *load, dict_t *dict) 1054 load_begin_internal(load, dict); 1057 void dict_load_next(dict_load_t *load, dnode_t *newnode, const void *key) 1059 dict_t *dict = load->dictptr 1164 dict_load_t load; local [all...] |
/frameworks/base/core/java/android/webkit/ |
LoadListener.java | 114 // Request data. It is only valid when we are doing a load from the 119 // Flag to indicate that this load is synchronous. 215 * load is finished. This message is not sent in the case of an 224 * This message is sent when a load error has occured. The 299 * @return True iff the load has been cancelled 700 mCacheLoader.load(); 702 // Load the cached file in a separate thread 709 Log.v(LOGTAG, "LoadListener cache load url=" + url()); 732 * Check the cache for the current URL, and load it if it is valid. 766 mCacheLoader.load(); [all...] |
BrowserFrame.java | 233 * Load a url from the network or the filesystem into the main frame. 236 * @param url The url to load. 254 * Load a url with "POST" method from the network into the main frame. 255 * @param url The url to load. 265 * Load the content as if it was loaded by the provided base URL. The 266 * historyUrl is used as the history entry for the load data. 352 * Indicates the beginning of a new load. 374 // Note: only saves committed form data in standard load 391 * Indicates the WebKit has committed to the new load 404 * Indicates the end of a new load [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.pl | 268 &mov ($acc,&DWP(240,$key)); # load key->rounds 442 &mov ($acc,&wparam(0)); # load inp 443 &mov ($key,&wparam(2)); # load key 456 &mov ($s0,&DWP(0,$acc)); # load input data 465 &mov ($acc,&wparam(1)); # load out 551 &mov ($acc,&DWP(240,$key)); # load key->rounds 733 &mov ($acc,&wparam(0)); # load inp 734 &mov ($key,&wparam(2)); # load key 759 &mov ($s0,&DWP(0,$acc)); # load input data 768 &mov ($acc,&wparam(1)); # load ou [all...] |
/external/v8/src/x64/ |
codegen-x64.cc | 685 // Load applicand.apply onto the stack. This will usually 686 // give us a megamorphic load site. Not super, but it works. 687 Load(applicand); 694 // Load the receiver and the existing arguments object onto the 696 Load(receiver); [all...] |
/external/qemu/ |
trace.c | 325 // The "qtrace.load" and "qtrace.store" files are optional 329 // Create the "qtrace.load" file 330 char *fname = create_trace_path(filename, ".load"); 791 if ((insn & 0x00000090) == 0x00000090) /* Multiplies, extra load/store, Table 3-2 */ 833 else if ((insn & 0x0e400ff0) == 0x00000090) /* 3-2: load/store halfword, reg offset */ 840 if ((insn & 0x00100000) != 0) /* it's a load, there's a 2-cycle interlock */ 843 else if ((insn & 0x0e400ff0) == 0x00400090) /* 3-2: load/store halfword, imm offset */ 849 if ((insn & 0x00100000) != 0) /* it's a load, there's a 2-cycle interlock */ 852 else if ((insn & 0x0e500fd0) == 0x000000d0) /* 3-2: load/store two words, reg offset */ 856 else if ((insn & 0x0e500fd0) == 0x001000d0) /* 3-2: load/store half/byte, reg offset * [all...] |
/external/icu4c/common/ |
propname.cpp | 248 * Load the property names data. Caller should check that data is 249 * not loaded BEFORE calling this function. Returns TRUE if the load 274 * Inline function that expands to code that does a lazy load of the 277 * to load it, and return TRUE if the load succeeds. 279 static inline UBool load() { function 296 return load() ? PNAME->getPropertyName(property, nameChoice) 302 UProperty p = load() ? (UProperty) PNAME->getPropertyEnum(alias) 311 return load() ? PNAME->getPropertyValueName(property, value, nameChoice) 318 return load() ? PNAME->getPropertyValueEnum(property, alias [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.cpp | 93 * drawing of the content, forwarding of events. You can load any URI [all...] |
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.cpp | 350 \sa url(), load() 367 This signal is emitted when a new load of the page is started. 375 This signal is emitted when a load of the page is finished. 376 \a ok will indicate whether the load was successful or any error occurred. 384 \sa load() 618 \sa load(), urlChanged() 776 void QGraphicsWebView::load(const QUrl& url) function in class:QGraphicsWebView 778 page()->mainFrame()->load(url); 782 \fn void QGraphicsWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body) 793 void QGraphicsWebView::load(const QNetworkRequest& request function in class:QGraphicsWebView [all...] |