HomeSort by relevance Sort by last modified time
    Searched full:loaded (Results 1 - 25 of 5140) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
redecl-merge-bottom-prefix.h 1 // A class that is declared in the 'bottom' module, then loaded from
3 // module is loaded.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Qt.py 5 raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"
  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/test_data/
bar.js 4 print('bar.js is loaded');
load_simple_html.js 5 print('load_simple_html.js is loaded');
load_simple_js.js 5 print('load_simple_js.js is loaded');
foo.html 22 print('File foo.html is loaded');
37 print('File foo.html\'s second script is loaded');
load_error.html 19 print('File load_error.html is loaded');
load_js_error_2.html 17 print('File load_error2.html is loaded');
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
UpdateBugStateTask.properties 1 #this file should be loaded by UpdateBugStateTask.xml when running
  /external/junit/src/junit/runner/
TestSuiteLoader.java 4 * An interface to define how a test suite should be loaded.
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ResourceCallback.java 11 * Called when a resource is successfully loaded.
13 * @param resource The loaded resource.
  /external/clang/test/Analysis/diagnostics/
text-diagnostics.c 7 // CHECK-LABEL: text-diagnostics.c:{{.*}}:6: warning: Dereference of null pointer (loaded from variable 'p')
9 // CHECK-NEXT: text-diagnostics.c:[[@LINE-4]]:6: note: Dereference of null pointer (loaded from variable 'p')
17 // CHECK-LABEL: text-diagnostics.c:{{.*}}:6: warning: Dereference of null pointer (loaded from variable 'q')
20 // CHECK-NEXT: text-diagnostics.c:[[@LINE-5]]:6: note: Dereference of null pointer (loaded from variable 'q')
  /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
lit.cfg 3 # Verify that the site configuration was loaded.
  /packages/apps/Launcher3/res/values-sw720dp/
config.xml 6 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 26 * Returns null if the IMPI hasn't been loaded or isn't present on the ISIM.
33 * Returns null if the IMS domain hasn't been loaded or isn't present on the ISIM.
40 * Returns null if the IMPU hasn't been loaded or isn't present on the ISIM.
46 * Returns the IMS Service Table (IST) that was loaded from the ISIM.
47 * @return IMS Service Table or null if not present or not loaded
52 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
54 * not present or not loaded
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc 34 lib->loaded = false;
45 if (!lib->loaded && lib->real_name == 0 &&
51 // Scan suppressions list and find newly loaded and unloaded libraries.
56 bool loaded = false; local
65 if (loaded) {
71 loaded = true;
72 if (lib->loaded)
78 lib->loaded = true;
86 if (lib->loaded && !loaded) {
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaAnalyzer.java 70 JavaClass loaded = mClassCache.get(className); local
71 if (loaded != null) {
72 return loaded;
75 loaded = loadPrimitive(className);
76 if (loaded == null) {
84 loaded = new JavaClass(Class.forName(realClassName, false, mClassLoader));
85 mClassCache.put(className, loaded);
87 loaded = loadRecursively(className);
88 mClassCache.put(className, loaded);
96 if (loaded == null)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
GlideAnimationFactory.java 13 * @param isFromMemoryCache True if this will be an animation for a resource that was loaded from the memory cache.
14 * @param isFirstResource True if this is the first resource to be loaded into the target.
  /system/core/libnativebridge/tests/
NativeBridgeVersion_test.cpp 24 // When a bridge isn't loaded, we expect 0.
27 // After our dummy bridge has been loaded, we expect 1.
  /art/test/068-classloader/
info.txt 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
  /development/samples/browseable/MediaEffects/
_index.jd 10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
  /external/llvm/test/Analysis/BasicAA/
must-and-partial.ll 23 %loaded = load i8, i8* %phi
24 ret i8 %loaded
37 %loaded = load i8, i8* %sel
38 ret i8 %loaded
  /external/llvm/test/CodeGen/ARM/
cmpxchg-weak.ll 9 ; CHECK: ldrex [[LOADED:r[0-9]+]], [r0]
10 ; CHECK: cmp [[LOADED]], r1
32 ; CHECK: ldrex [[LOADED:r[0-9]+]], [r1]
33 ; CHECK: cmp [[LOADED]], r2
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
system_boot_mode.txt 9 - No SELinux policy is loaded, SELinux does not run.

Completed in 2104 milliseconds

1 2 3 4 5 6 7 8 91011>>