/frameworks/base/opengl/libagl/ |
matrix.cpp | 135 vpt.transform.matrix.load(vpt.matrix); 236 void matrixx_t::load(const matrixf_t& rhs) { function in class:android::matrixx_t 288 load(rhs); 292 load(rhs); 295 void matrixf_t::load(const GLfixed* rhs) { function in class:android::matrixf_t 303 void matrixf_t::load(const GLfloat* rhs) { function in class:android::matrixf_t 307 void matrixf_t::load(const matrixf_t& rhs) { function in class:android::matrixf_t 406 void matrix_stack_t::load(const GLfixed* rhs) function in class:android::matrix_stack_t 409 stack[depth].load(rhs); 413 void matrix_stack_t::load(const GLfloat* rhs function in class:android::matrix_stack_t [all...] |
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 68 """Processes the raw page load time logged by test app.""" 83 logging.info("Lins has non-numeric load time: " + line) 241 # get logged page load times from sdcard 274 help="Logs page load time for each url to the file")
|
/frameworks/base/tests/backup/ |
test_backup.sh | 43 # load up the three files
|
/frameworks/base/tools/preload/ |
Policy.java | 59 * Classes which we shouldn't load from the Zygote.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoLoader.java | 132 * Load photo into the supplied image view. If the photo is already cached, 133 * it is displayed immediately. Otherwise a request is sent to load the photo 230 * This allows us to load images in bulk. 353 * Sends a message to this thread to load requested photos.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
SimpleStringTexture.java | 47 protected Bitmap load(RenderView view) { method in class:SimpleStringTexture
|
/packages/apps/Mms/src/com/android/mms/ |
MmsApp.java | 51 // Load the default preference values
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SkbPool.java | 64 // keyboard found, try to load it with the given xml id.
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_loadso.h | 33 - Avoid namespace collisions. If you load a symbol from the library,
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_loadso.h | 33 - Avoid namespace collisions. If you load a symbol from the library,
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_loadso.h | 38 - Avoid namespace collisions. If you load a symbol from the library,
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_loadso.h | 33 - Avoid namespace collisions. If you load a symbol from the library,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 352 * Load a rule using its descriptor. This will try to first load the rule using its 389 // initially trying to load. After, as we move through the hierarchy, the 411 * Try to load a rule given a specific FQCN. This looks for an exact match in either 449 logError("load rule error (%s): %s", filename, e.toString()); 465 logError("load rule error (%s): %s", filename, e.getMessage()); 511 * Actually load a groovy script and instantiate an {@link IViewRule} from it. 577 // We only try to load classes in our own groovy script package 584 // The groovy resolver will actually load and verify the class
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
messages.properties | 31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 269 // load the default devices 272 // load the user devices; 280 // no user folder? simply don't load the user layout device 297 * @param deviceXml the {@link File} to load/parse. This must be an existing file.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
AvdManagerAction.java | 58 if (init == false) { // ignore initial load of the SDK.
|
/system/core/fastboot/ |
fastboot.c | 254 fprintf(stderr, "cannot load '%s'\n", kernel); 274 fprintf(stderr,"cannot load '%s'\n", ramdisk); 433 if (zdata == 0) die("failed to load '%s'", fn); 501 if (data == 0) die("could not load android-info.txt"); 506 if (data == 0) die("could not load boot.img"); 519 if (data == 0) die("could not load system.img"); 613 if (data == 0) die("could not load '%s'", argv[1]); 656 if (data == 0) die("cannot load '%s'\n", fname); 670 if (data == 0) die("cannot load bootable image");
|
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 141 * [ERROR] LogFactory: Load of custom hashtable failed</em> 147 * and <code>LogFactory</code> will attempt to load a new instance 158 * will mean that <code>LogFactory</code> will load an instance of 170 /** Name used to load the weak hashtable implementation by names */ 334 logDiagnostic("[ERROR] LogFactory: Load of custom hashtable failed"); 338 System.err.println("[ERROR] LogFactory: Load of custom hashtable failed"); 407 // Load properties file. 420 // load logging classes or not by checking the loaded properties file (if any). 433 // implementation whether to load library-specific config files 601 // Note: unlike the above code which can try to load custom LogFactor [all...] |
/external/grub/docs/ |
grub.texi | 151 GNU GRUB is a very powerful boot loader, which can load a wide variety 153 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading 161 filesystems and kernel executable formats, so you can load an arbitrary 163 position of your kernel on the disk. Thus you can load the kernel 236 or above are presently supported. Any attempt to load below that 254 @item Load multiples modules 257 @item Load a configuration file 259 commands. You can also load another configuration file dynamically and 332 support. You can load OS images from a network by using the @dfn{TFTP} 587 one, you must chain-load GRUB from another boot loader. Refer to th [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SIMRecords.java | 154 recordsRequested = false; // No load request is made till SIM ready 544 // one more record to load 575 //load CPHS on fail... 576 // FIXME right now, only load line1's CPHS voice mail entry 594 // FIXME right now, only load line1's CPHS voice mail entry [all...] |
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 111 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); 251 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); 318 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); 864 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg()); 866 // Load the online whitelist 877 LOG_ERROR("Could not load cache online whitelist, error \"%s\"", m_database.lastErrorMsg()); 881 // Load online whitelist wildcard flag. 889 LOG_ERROR("Could not load cache online whitelist wildcard flag, error \"%s\"", m_database.lastErrorMsg()); 896 // Load fallback URLs. [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrv.c | 716 * \brief Handles a channel load timer expiry, by requesting channel load 721 * \param requestIndex - index of the channel load request in the request structure.\n 747 /* mark that channel load param CB is pending */ 815 * \brief Callback for channel load get param call.\n 836 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Channel load CB called, status:%d\n", status); 840 /* setting Off the Waitng for Channel Load Results Bit */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
MeasurementSrv.c | 750 * \brief Handles a channel load timer expiry, by requesting channel load 755 * \param requestIndex - index of the channel load request in the request structure.\n 782 /* mark that channel load param CB is pending */ [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.c | 716 * \brief Handles a channel load timer expiry, by requesting channel load 721 * \param requestIndex - index of the channel load request in the request structure.\n 747 /* mark that channel load param CB is pending */ 815 * \brief Callback for channel load get param call.\n 836 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Channel load CB called, status:%d\n", status); 840 /* setting Off the Waitng for Channel Load Results Bit */ [all...] |
/dalvik/dx/src/junit/runner/ |
TestCaseClassLoader.java | 20 * <b>Known limitation:</b> the TestCaseClassLoader cannot load classes 204 p.load(is);
|