HomeSort by relevance Sort by last modified time
    Searched full:core (Results 376 - 400 of 13719) sorted by null

<<11121314151617181920>>

  /external/pdfium/public/
DEPS 3 '-core',
  /external/skia/gyp/
json.gyp 13 'core.gyp:core',
17 '../include/core',
21 '../src/core',
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
package.html 12 <p>Core logging interfaces.</p>
  /external/testng/
.project 9 <name>org.eclipse.jdt.core.javabuilder</name>
14 <name>org.eclipse.m2e.core.maven2Builder</name>
21 <nature>org.eclipse.m2e.core.maven2Nature</nature>
22 <nature>org.eclipse.jdt.core.javanature</nature>
  /frameworks/native/services/surfaceflinger/
surfaceflinger.rc 2 class core
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ext/
README.txt 1 Use this directory to contribute 3rd-party extensions to the Maven core. These extensions can either extend or override
  /system/core/libsysutils/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /system/core/lmkd/
lmkd.rc 2 class core
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/pdfium/
BUILD.gn 201 "core/include/fdrm/fx_crypt.h",
202 "core/src/fdrm/crypto/fx_crypt.cpp",
203 "core/src/fdrm/crypto/fx_crypt_aes.cpp",
204 "core/src/fdrm/crypto/fx_crypt_sha.cpp",
211 "core/include/fpdfdoc/fpdf_ap.h",
212 "core/include/fpdfdoc/fpdf_doc.h",
213 "core/include/fpdfdoc/fpdf_tagged.h",
214 "core/include/fpdfdoc/fpdf_vt.h",
215 "core/src/fpdfdoc/doc_action.cpp",
216 "core/src/fpdfdoc/doc_annot.cpp"
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 53 ElfCoreDump core; local
54 EXPECT_FALSE(core.IsValid());
55 EXPECT_EQ(NULL, core.GetHeader());
56 EXPECT_EQ(0U, core.GetProgramHeaderCount());
57 EXPECT_EQ(NULL, core.GetProgramHeader(0));
58 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD));
59 EXPECT_FALSE(core.GetFirstNote().IsValid());
67 string core_path = temp_dir.path() + "/core";
70 ElfCoreDump core; local
74 core.SetContent(mapped_core_file.content())
162 ElfCoreDump core; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
aix5ppc-core.c 40 #include <core.h>
42 /* The default architecture and machine for matching core files. */
56 struct core_dumpxx core, *new_core_hdr; local
71 != bfd_bread (&core, sizeof (struct core_dumpxx), abfd))
82 We will still be confused if a Aix 4.3 64 bit core file is
87 See rs6000-core.c for comment on size of core
88 If there isn't enough of a real core file, bail. */
90 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1))
91 || (0 != core.c_entries
245 struct core_dumpxx core; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.xml 24 point="org.eclipse.debug.core.breakpoints">
27 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaLineBreakpoint"
33 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaClassPrepareBreakpoint"
39 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaPatternBreakpoint"
45 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaTargetPatternBreakpoint"
51 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaExceptionBreakpoint"
57 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaWatchpoint"
63 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaMethodBreakpoint"
69 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaMethodEntryBreakpoint"
75 class="org.eclipse.jdt.internal.debug.core.breakpoints.JavaStratumLineBreakpoint
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-transition/
demo.html 14 <title>core-transition</title>
18 <link href="core-transition-css.html" rel="import">
36 <option value="core-transition-fade" selected>core-transition-fade</option>
37 <option value="core-transition-center">core-transition-center</option>
38 <option value="core-transition-top">core-transition-top</option>
39 <option value="core-transition-bottom">core-transition-bottom</option
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-icon/
demo.html 12 <title>core-icon</title>
14 <link rel="import" href="../core-icons/core-icons.html">
15 <link rel="import" href="core-icon.html">
22 core-icon.big {
33 <segment><core-icon icon="{{icon}}"></core-icon> {{icon}}</segment>
36 <core-iconset id="meta"></core-iconset>
39 <core-icon class="big" icon="accessibility"></core-icon
    [all...]
  /prebuilts/tools/common/cglib/
cglib-docs-2.2.3.jar 
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /libcore/dom/src/test/java/org/w3c/domts/
JunitTestCases.java 34 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatedocumentfragment");
38 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode");
42 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode2");
46 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attreffectivevalue");
50 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrname");
54 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrnextsiblingnull");
58 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrparentnodenull");
62 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrprevioussiblingnull");
66 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvalue");
70 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvaluechanged")
    [all...]

Completed in 769 milliseconds

<<11121314151617181920>>