/external/webkit/WebKitTools/simplejson/ |
__init__.py | 54 >>> simplejson.load(io) 91 'dump', 'dumps', 'load', 'loads', 220 def load(fp, encoding=None, cls=None, object_hook=None, **kw): function
|
/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 42 android.view.View resource. You can then load the layout resource from your application code, by calling <code>setContentView(R.layout.<em>layout_file_name</em>)</code> in your {@link android.app.Activity#onCreate(android.os.Bundle) Activity.onCreate()} 45 <p>When you load a layout resource, the Android system initializes run-time objects corresponding to the elements in your layout. It parses the elements of your layout in-order (depth-first), instantiating the Views and adding them to their parent(s). </p> 131 // Load the compiled layout resource into the window's
|
/frameworks/base/libs/rs/ |
rsFileA3D.cpp | 40 bool FileA3D::load(Context *rsc, FILE *f) function in class:FileA3D 204 // We can now walk though it and load all the objects. 376 fa3d->load(rsc, f);
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 85 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); 97 int id = mSoundPool.load(getApplicationContext(), resId, priority); 120 // load sounds
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimRecords.java | 81 recordsRequested = false; // No load request is made till SIM ready 267 // Count up record load responses even if they are fails 290 Log.d(LOG_TAG, "RuimRecords: record load complete");
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
IconLoader.java | 95 // initialize multi icons load variables. 113 // Reset the load variables. 166 StkLog.d(this, "Icon load failed");
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfoSource.java | 50 protected ClassPathPackageInfo load(String pkgName) { 83 // Don't try to load classes that are generated. They usually aren't in test apks. 94 Log.w("ClassPathPackageInfoSource", "Cannot load class. "
|
/packages/apps/Email/src/com/android/email/ |
Email.java | 117 * on each new folder and can be incremented with "Load more messages..." by the 123 * Number of additional messages to load when a user selects "Load more messages..."
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 152 fail("Fail to load the bridge"); 166 // first load the project's target framework resource 169 // now load the project resources
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectProperties.java | 33 * Class to load and save project properties for both ADT and Ant-based build. 143 public static ProjectProperties load(String projectFolderOsPath, PropertyType type) { method in class:ProjectProperties 298 * Use {@link #load(String, PropertyType)} or {@link #create(String, PropertyType)}
|
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 444 A frame can be loaded using load() or setUrl(). Alternatively, if you have 455 the load process. The requestedUrl() also matches to the URL added to the 456 frame history (\l{QWebHistory}) if load is successful. 502 d->frame->loader()->load(request, frameData->name, false); 705 load(ensureAbsoluteUrl(url)); 727 // * Method can be called while processing an unsucessful load. 792 void QWebFrame::load(const QUrl &url) function in class:QWebFrame 794 load(QNetworkRequest(ensureAbsoluteUrl(url))); 807 void QWebFrame::load(const QNetworkRequest &req, function in class:QWebFrame 850 d->frame->loader()->load(request, false) [all...] |
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotation16.cpp | 389 //load the top two pixels 495 //load the bottom two pixels 543 //load the top two pixels 685 //load the bottom two pixels 730 //load the top two pixels 821 //load the bottom two pixels 866 //load the top two pixels 1077 //load the bottom two pixels [all...] |
/external/grub/docs/ |
grub.info | 97 GNU GRUB is a very powerful boot loader, which can load a wide 105 understands filesystems and kernel executable formats, so you can load 107 physical position of your kernel on the disk. Thus you can load the 133 (1) "chain-load" is the mechanism for loading unsupported operating 185 above are presently supported. Any attempt to load below that boundary 202 Load multiples modules 205 Load a configuration file 207 commands. You can also load another configuration file dynamically 281 support. You can load OS images from a network by using the "TFTP" 528 one, you must chain-load GRUB from another boot loader. Refer to th [all...] |
/bionic/libc/arch-arm/bionic/ |
clone.S | 103 # load extra parameters
|
/cts/tools/host/src/com/android/cts/ |
TestSessionLogBuilder.java | 74 * Load TestSessionLog from a Test result DOM doc.
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
PathClassLoader.java | 38 * load classes from the network. Android uses this class for its system class 336 * Load the contents of a file from a file in a directory. 344 //System.out.println("Trying to load from " + path); 368 * Load a class from a file in an archive. We currently assume that
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOM4JTestDocumentBuilderFactory.java | 105 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:DOM4JTestDocumentBuilderFactory
|
JAXPDOMTestDocumentBuilderFactory.java | 117 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:JAXPDOMTestDocumentBuilderFactory
|
JTidyDocumentBuilderFactory.java | 87 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:JTidyDocumentBuilderFactory
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrcreatedocumentfragment.java | 71 doc = (Document) load("staff", true);
|
attrcreatetextnode.java | 72 doc = (Document) load("staff", true);
|
attrcreatetextnode2.java | 71 doc = (Document) load("staff", true);
|
attrdefaultvalue.java | 81 doc = (Document) load("staff", false);
|
attreffectivevalue.java | 68 doc = (Document) load("staff", false);
|
attrentityreplacement.java | 73 doc = (Document) load("staff", true);
|