/packages/apps/Phone/src/com/android/phone/ |
CarrierLogo.java | 36 // TODO: Load up sLogoMap with known carriers, like:
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockSources.java | 50 public void load() { method in class:MockSources
|
SearchableCorporaTest.java | 42 mCorpora.load();
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
IconLoader.java | 13 public static Icon load(Class<?> klass, String path) { method in class:IconLoader
|
/system/core/include/cutils/ |
misc.h | 24 /* Load an entire file into a malloc'd chunk of memory
|
/system/core/mkbootimg/ |
mkbootimg.c | 117 /* default load addresses */ 188 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn); 198 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn); 206 fprintf(stderr,"error: could not load secondstage '%s'\n", second_fn);
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreTest.java | 111 * Test for <code>load(LoadStoreParameter param)</code> 119 method = "load", 130 kss[i].load(null); method 135 kss[i].load(null, null); method 146 kss[i].load(lParam); method 177 kss[i].load(null, null); method 291 keyStore.load(null, "pwd".toCharArray());
|
/external/grub/stage2/ |
start.S | 96 /* load logical sector start */ 164 /* load logical sector start (bottom half) */ 250 movw %bx, %es /* load %es segment with disk buffer */ 263 /* load addresses for copy from disk buffer to destination */ 264 movw 6(%di), %es /* load destination segment */ 303 /* update position to load from */ 406 to load the data into */
|
/external/oprofile/daemon/ |
opd_ibs_trans.c | 255 /* TALLy an IBS load derived event */ 316 /* Data forwarding info are valid only for load ops */ 426 /* If the load missed in DC, tally the DC load miss latency */ 428 /* DC load miss latency is only reliable for load ops */ 442 * NB data is only guaranteed reliable for load operations
|
/hardware/ti/omap3/dspbridge/inc/ |
nldrdefs.h | 50 * Load types for a node. Must match values in node.h55. 60 * Causes code or data to be copied from load address to run address. This 67 * ulDspLoadAddr: Load address of code or data. 82 * Write memory function. Used for dynamic load writes. 131 * hNldr: Handle of loader that will load the node. 258 * Load create, delete, or execute phase function of a node on the DSP. 262 * phase: Type of function to load (create, delete, or execute).
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
nldrdefs.h | 50 * Load types for a node. Must match values in node.h55. 60 * Causes code or data to be copied from load address to run address. This 67 * ulDspLoadAddr: Load address of code or data. 82 * Write memory function. Used for dynamic load writes. 131 * hNldr: Handle of loader that will load the node. 258 * Load create, delete, or execute phase function of a node on the DSP. 262 * phase: Type of function to load (create, delete, or execute).
|
/packages/apps/Browser/tests/src/com/android/browser/ |
PopularUrlsTest.java | 47 * Iterates over a list of URLs from a file and outputs the time to load each. 79 mStatus = RunStatus.load(); 227 // try to stop page load 275 public static RunStatus load() throws IOException { method in class:PopularUrlsTest.RunStatus 276 return load(sStatusFile); 279 public static RunStatus load(String file) throws IOException { method in class:PopularUrlsTest.RunStatus 350 * @throws InterruptedException the thread was interrupted waiting for the page to load.
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
NodeIsSupported.java | 111 doc = (Document) load("staffNS", builder); 152 doc = (Document) load("staffNS", builder); 180 doc = (Document) load("staffNS", builder); 195 doc = (Document) load("staffNS", builder); 211 doc = (Document) load("staffNS", builder);
|
/external/freetype/src/sfnt/ |
ttmtx.c | 5 /* Load the metrics tables common to TTF and OTF fonts (body). */ 51 /* Load the `hmtx' or `vmtx' table into a face object. */ 58 /* vertical :: A boolean flag. If set, load `vmtx'. */ 243 /* Load the `hhea' or 'vhea' table into a face object. */ 250 /* vertical :: A boolean flag. If set, load `vhea'. */
|
/external/webkit/WebCore/loader/ |
CachedResource.h | 79 virtual void load(DocLoader* docLoader) { load(docLoader, false, DoSecurityCheck, true); } function in class:WebCore::CachedResource 80 void load(DocLoader*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks); 180 // triggering a load. We should make it protected again if we can find a 253 // resources becomes normal resource load.
|
SubresourceLoader.cpp | 106 if (!subloader->load(newRequest)) 144 // The loader can cancel a load if it receives a multipart response for a non-image 151 // Since a subresource loader does not load multipart sections progressively, 158 // After the first multipart section is complete, signal to delegates that this load is "finished" 172 // A subresource loader does not load multipart sections progressively.
|
FrameLoader.cpp | 422 // asynchronous load of url, so we set m_isComplete to false and then check if the load is 425 // FIXME: Can we remove this entirely? m_isComplete normally gets set to false when a load is committed. 437 // In these cases, the synchronous load would have finished 439 // completed() signal for the child by hand and mark the load as being 686 // Calling document.open counts as committing the first real document load. 2019 void FrameLoader::load(const ResourceRequest& request, bool lockHistory) function in class:WebCore::FrameLoader 2024 void FrameLoader::load(const ResourceRequest& request, const SubstituteData& substituteData, bool lockHistory) function in class:WebCore::FrameLoader 2037 void FrameLoader::load(const ResourceRequest& request, const String& frameName, bool lockHistory) function in class:WebCore::FrameLoader 2066 void FrameLoader::load(DocumentLoader* newDocumentLoader) function in class:WebCore::FrameLoader [all...] |
/external/webkit/WebCore/page/ |
SecurityOrigin.h | 90 // its local load policy dictates, otherwise if referrer is non-empty and 91 // represents a local file, then the local load is allowed. 94 // Returns true if this SecurityOrigin can load local resources, such 99 // Note: A SecurityOrigin might be allowed to load local resources 105 // Explicitly grant the ability to load local resources to this
|
/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 92 * will call back on the given PackageManager to load the label from 119 * will call back on the given PackageManager to load the icon from 155 * Load an XML resource attached to the meta-data of this item. This will 157 * given PackageManager to load its XML file from the application. 161 * @param name Name of the meta-date you would like to load.
|
/dalvik/vm/mterp/out/ |
InterpAsm-armv7-a-neon.S | 310 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 329 FETCH_INST() @ load rINST from rPC 409 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 432 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 447 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 462 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 480 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 497 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 514 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 529 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS [all...] |
InterpAsm-armv7-a.S | 310 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 329 FETCH_INST() @ load rINST from rPC 409 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 432 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 447 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 462 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 480 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 497 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 514 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 529 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS [all...] |
InterpAsm-armv5te-vfp.S | 310 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 329 FETCH_INST() @ load rINST from rPC 409 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 432 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 448 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 463 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 482 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 499 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 516 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 531 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS [all...] |
InterpAsm-armv5te.S | 310 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 329 FETCH_INST() @ load rINST from rPC 409 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 432 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 448 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 463 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 482 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 499 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 516 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 531 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS [all...] |
InterpAsm-armv4t.S | 310 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 329 FETCH_INST() @ load rINST from rPC 409 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 432 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 448 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 463 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 482 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST 499 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 516 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 531 FETCH_ADVANCE_INST(1) @ advance rPC, load rINS [all...] |
/external/webkit/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 103 g_object_notify(G_OBJECT(frame), "load-status"); 108 g_object_notify(G_OBJECT(webView), "load-status"); 114 // FIXME: load-done is deprecated. Please remove when signal's been removed. 115 g_signal_emit_by_name(frame, "load-done", didSucceed); 205 // We are adding one more resource to the load, or maybe we are 206 // just redirecting a load. 245 g_signal_emit_by_name(webView, "load-started", m_frame); 255 g_signal_emit_by_name(webView, "load-progress-changed", lround(corePage->progress()->estimatedProgress()*100)); 268 g_signal_emit_by_name(webView, "load-finished", m_frame); 768 g_signal_emit_by_name(m_frame, "load-committed") [all...] |