/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/art/runtime/ |
check_jni.cc | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 639 AbortF("expected reference of kind %s but found %s: %p", 734 bool CheckInstance(ScopedObjectAccess& soa, InstanceKind kind, jobject java_object, bool null_ok) 737 switch (kind) { 754 LOG(FATAL) << "Unknown kind " << static_cast<int>(kind); 794 switch (kind) { [all...] |
/external/aac/libAACdec/src/ |
aacdec_hcr.cpp | 165 PCW_TYPE kind, [all...] |
/external/libnl/lib/route/ |
link.c | 402 char *kind; local 404 kind = nla_get_string(li[IFLA_INFO_KIND]); 405 ops = rtnl_link_info_ops_lookup(kind); [all...] |
/external/opencv3/modules/cudafeatures2d/src/ |
brute_force_matcher.cpp | 444 if (_gpu_matches.kind() == _InputArray::CUDA_GPU_MAT) 731 if (_gpu_matches.kind() == _InputArray::CUDA_GPU_MAT) [all...] |
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 65 if ((seg->kind == SkAnonC) || 66 (seg->kind == SkShmC) || 67 ((seg->kind == SkFileC) && [all...] |
/external/valgrind/coregrind/ |
m_redir.c | [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 374 unsigned char kind; // Determines interpretation of variable member in struct:llvm::ELF::Elf_Options 379 Elf64_Word info; // Kind-speci?c information. 473 switch (opt->kind) { 591 // std::sort(com_sym, com_end, some kind of order); 812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mcore.c | 232 check_literals (int kind, int offset) 238 kind == 0 is any old instruction. 239 kind > 0 means we just had a control transfer instruction. 240 kind == 1 means within a function 241 kind == 2 means we just left a function 258 if (poolspan > SPANCLOSE && kind > 0) 260 else if (poolspan > SPANEXIT && kind > 1) [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/ |
ecj-4.5.1.jar | |
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/ |
ecj-4.5.1.jar | |
/art/compiler/optimizing/ |
code_generator_mips.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 222 void GenerateMemoryBarrier(MemBarrierKind kind); 347 // otherwise return a fall-back kind that should be used instead.
|
code_generator_mips64.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 222 void GenerateMemoryBarrier(MemBarrierKind kind); 339 // otherwise return a fall-back kind that should be used instead.
|
/art/runtime/verifier/ |
method_verifier.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 320 // Verification result for method(s). Includes a (maximum) failure kind, and (the union of) 323 FailureKind kind = kNoFailure; member in struct:art::verifier::MethodVerifier::FailureData 326 // Merge src into this. Uses the most severe failure kind, and the union of types. [all...] |
/bionic/linker/ |
linker.h | 452 void count_relocation(RelocationKind kind);
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 831 void setNullability(SourceLocation loc, NullabilityKind kind) { 835 Nullability = static_cast<unsigned>(kind); 871 /// \brief Describes the kind of unqualified-id parsed. [all...] |
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | 270 tok::TokenKind kind = FormatTok->Tok.getKind(); local 272 kind = tok::l_brace; 274 kind = tok::r_brace; 277 switch (kind) { [all...] |
/external/clang/tools/libclang/ |
CXComment.cpp | 35 if (!clang_isDeclaration(C.kind))
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
FactoryGenerator.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 55 import static dagger.internal.codegen.ContributionBinding.Kind.PROVISION; 75 private final Diagnostic.Kind nullableValidationType; 78 Diagnostic.Kind nullableValidationType) { 227 Snippet.format(fields.get(dependency.bindingKey()).name()), dependency.kind())); 246 || nullableValidationType.equals(Diagnostic.Kind.WARNING)) {
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 319 data.setValue(base + ".kind", kind());
|
Stubs.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 538 String kind = cl.kind(); local 539 stream.println(kind + " " + leafName); 543 if (!"enum".equals(kind)) { [all...] |
/external/elfutils/libelf/ |
elf_getdata.c | 453 if (unlikely (scn->elf->kind != ELF_K_ELF))
|
libelfP.h | 283 /* What kind of file is underneath (ELF file, archive...). */ 284 Elf_Kind kind; member in struct:Elf
|