/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaLangSystemTest.java | 355 notes = "Verifies that methods load and loadLibrary call checkLink on security manager.", 356 method = "load", 361 notes = "Verifies that methods load and loadLibrary call checkLink on security manager.", 390 System.load(library); 391 fail("System.load must call checkLink on security manager with argument \"" + library + "\""); 397 fail("System.load must call checkLink on security manager with argument \"" + library + "\"");
|
/external/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 52 * FinalizableReferenceQueue can load Finalizer directly with no problems. 169 * Iterates through the given loaders until it finds one that can load 191 * Returns Finalizer.class or null if this loader shouldn't or can't load 200 * Tries to load Finalizer from the system class loader. If Finalizer is 226 * Try to load Finalizer in its own class loader. If Finalizer's thread 233 private static final String LOADING_ERROR = "Could not load Finalizer in"
|
/external/quake/quake/src/WinQuake/docs/ |
INSTALL.Quake2 | 82 you can specify what shared object to load for GL display. 87 The gl_driver cvar indicates the name of the library to load for GL 111 As with ref_gl, the "gl_driver" cvar indicates the shared library to load 152 To force the loading of a specific renderer at load time, use the following 196 Then exec that config file on load, like so: 201 server won't load a map.
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginController.mm | 87 [pluginPackage load]; 327 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request); 332 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request); 347 LOG_ERROR("could not load URL %@", [request URL]); 350 core(frame)->loader()->load(request, target, false); 415 // Cancel the load since this plug-in does its own loading.
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
FrameLoadDelegate.mm | 112 // Exec messages in the work queue until they're all done, or one of them starts a new load 115 // if another load started, then wait for it to complete. 133 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test 157 NSString *string = [NSString stringWithFormat:@"%@ - stopping load in didStartProvisionalLoadForFrame callback", [frame _drt_descriptionSuitableForTestResult]]; 186 // <http://webkit.org/b/31200> In order to prevent extra frame load delegate logging being generated if the first test to use SSL 187 // is set to log frame load delegate calls we ignore SSL certificate errors on localhost and 127.0.0.1 from within dumpRenderTree.
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrv.h | 58 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */ 85 TMediumOccupancy mediumOccupancyResults; /**< channel load results buffer */ 167 * channel load). 262 * \brief Handles a channel load timer expiry, by requesting channel load 267 * \param requestIndex - index of the channel load request in the request structure.\n
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
MeasurementSrv.h | 62 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */ 89 mediumOccupancy_t mediumOccupancyResults; /**< channel load results buffer */ 169 * channel load). 258 * \brief Handles a channel load timer expiry, by requesting channel load 263 * \param requestIndex - index of the channel load request in the request structure.\n
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.h | 58 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */ 85 TMediumOccupancy mediumOccupancyResults; /**< channel load results buffer */ 167 * channel load). 262 * \brief Handles a channel load timer expiry, by requesting channel load 267 * \param requestIndex - index of the channel load request in the request structure.\n
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
Factory.c | 42 * Load a immediate using a shortcut if possible; otherwise 111 * Load an immediate value into a fixed or temp register. Target 448 /* Load value from base + scaled index. */ 559 * Load value from base + displacement. Optionally perform null check 568 ArmLIR *load = NULL; local 638 load = res = newLIR3(cUnit, opCode, rDest, rBase, encodedDisp); 646 load = newLIR3(cUnit, kThumbLdrRRI5, rDest, rTmp, 0); 653 load = newLIR3(cUnit, opCode, rDest, rBase, rTmp); 655 annotateDalvikRegAccess(load, displacement >> 2, 662 if (load != NULL [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationUtilsTest.java | 81 // Load Interpolator from android.R.anim.accelerate_interpolator 86 // Load LayoutAnimationController from com.android.cts.stub.R.anim.anim_gridlayout
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_attrappendchild5.java | 70 doc = (Document) load("hc_staff", true); 71 otherDoc = (Document) load("hc_staff", true);
|
hc_attrinsertbefore6.java | 71 doc = (Document) load("hc_staff", true); 72 otherDoc = (Document) load("hc_staff", true);
|
hc_domimplementationfeaturenoversion.java | 31 * Load a document and invoke its 67 doc = (Document) load("hc_staff", false);
|
hc_domimplementationfeaturenull.java | 31 * Load a document and invoke its 74 doc = (Document) load("hc_staff", false);
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
attrgetownerelement04.java | 77 doc = (Document) load("staffNS", false); 78 docImp = (Document) load("staff", false);
|
createDocument04.java | 77 doc = (Document) load("staffNS", false); 78 aNewDoc = (Document) load("staffNS", false);
|
documentimportnode02.java | 87 doc = (Document) load("staffNS", true); 88 docImported = (Document) load("staff", true);
|
documentimportnode05.java | 85 doc = (Document) load("staffNS", true); 86 docImported = (Document) load("staff", true);
|
documentimportnode15.java | 81 doc = (Document) load("staffNS", true); 82 docImp = (Document) load("staffNS", true);
|
documentimportnode17.java | 81 doc = (Document) load("staffNS", true); 82 docImp = (Document) load("staffNS", true);
|
documentimportnode18.java | 82 doc = (Document) load("staffNS", true); 83 docImp = (Document) load("staffNS", true);
|
elementsetattributenodens05.java | 79 doc = (Document) load("staffNS", true); 80 docAlt = (Document) load("staffNS", true);
|
importNode02.java | 77 doc = (Document) load("staffNS", true); 78 aNewDoc = (Document) load("staffNS", true);
|
importNode03.java | 78 doc = (Document) load("staffNS", true); 79 aNewDoc = (Document) load("staffNS", true);
|
importNode04.java | 79 doc = (Document) load("staff", true); 80 aNewDoc = (Document) load("staff", true);
|