/external/v8/test/cctest/ |
test-unboxed-doubles.cc | 106 TestPropertyKind kind = props[i]; local 108 if (kind == PROP_CONSTANT) { 113 DataDescriptor f(name, next_field_offset, NONE, representations[kind]); 629 TestPropertyKind kind = props[i]; local 630 if (kind == PROP_CONSTANT) { 636 DataDescriptor f(name, next_field_offset, NONE, representations[kind]); 645 CHECK_EQ(is_inobject && (kind == PROP_DOUBLE), [all...] |
/external/valgrind/memcheck/ |
mc_leakcheck.c | 637 || seg->kind != SkFileC 655 || seg->kind != SkFileC 665 || seg->kind != SkFileC [all...] |
/external/doclava/src/com/google/doclava/ |
ClassInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1268 String kind = kind(); local 1496 String kind = ctp.classInfo().kind(); local 1810 public String kind() { method in class:ClassInfo [all...] |
/external/v8/benchmarks/ |
richards.js | 467 if (packet.kind == KIND_WORK) { 512 * @param {int} kind the type of this packet 515 function Packet(link, id, kind) { 518 this.kind = kind;
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
AbstractComponentWriter.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 80 import javax.tools.Diagnostic.Kind; 96 import static dagger.internal.codegen.ContributionBinding.Kind.PROVISION; 127 protected final Kind nullableValidationType; 159 Diagnostic.Kind nullableValidationType, 479 if (bindingKey.kind().equals(BindingKey.Kind.CONTRIBUTION)) { 543 switch (resolvedBindings.bindingKey().kind()) { 606 switch (interfaceRequest.kind()) { 658 memberSelectSnippet, interfaceRequest.kind())); [all...] |
/external/libunwind/src/ia64/ |
Gparser.c | 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 224 unsigned char kind, mask = 0, *cp = sr->imask; local 240 kind = (mask >> 2 * (3 - (t & 3))) & 3; 241 if (kind > 0) 242 spill_next_when (®s[kind - 1], sr->curr.reg + limit[kind - 1],
|
/external/opencv3/modules/stitching/src/ |
motion_estimators.cpp | 604 void waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind) 626 if (kind == WAVE_CORRECT_HORIZ) 628 else if (kind == WAVE_CORRECT_VERT) 631 CV_Error(CV_StsBadArg, "unsupported kind of wave correction"); 649 if (kind == WAVE_CORRECT_HORIZ) 659 else if (kind == WAVE_CORRECT_VERT)
|
/external/v8/src/wasm/ |
wasm-module.cc | 263 Code::Kind kind) { 269 Handle<Code> code = factory->NewCode(desc, Code::KindField::encode(kind), 289 Code::Kind kind) { 298 if (target->kind() == kind && [all...] |
/external/v8/test/unittests/compiler/ia32/ |
instruction-selector-ia32-unittest.cc | 226 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); 246 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); 284 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); 307 ASSERT_EQ(InstructionOperand::IMMEDIATE, s[0]->InputAt(1)->kind()); 614 s[0]->InputAt(input_count - 1)->kind());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintClient.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 838 int kind = entry.getEntryKind(); 840 if (kind == IClasspathEntry.CPE_VARIABLE) { 846 kind = entry.getEntryKind(); 849 if (kind == IClasspathEntry.CPE_SOURCE) { 851 } else if (kind == IClasspathEntry.CPE_LIBRARY) { [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 63 } Kind; 83 : Kind(DerivedToBaseAdjustment) { 89 : Kind(FieldAdjustment) { 94 : Kind(MemberPointerAdjustment) { 332 unsigned short Kind; 336 : Kind(k), Modifiable(m) 342 Kinds getKind() const { return static_cast<Kinds>(Kind); } 347 bool isLValue() const { return Kind == CL_LValue; } 348 bool isXValue() const { return Kind == CL_XValue; } 349 bool isGLValue() const { return Kind <= CL_XValue; [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
debuginfo.c | 848 if ( ! (seg->kind == SkFileC 849 || (seg->kind == SkFileV && allow_SkFileV)) ) [all...] |
/external/elfutils/src/ |
ldgeneric.c | 999 search.kind = scn_normal; [all...] |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/ |
velocity-1.7.jar | |
/external/v8/src/ |
factory.cc | 118 const char* type_of, byte kind) { 121 type_of, kind); local [all...] |
compiler.cc | 202 #define CASE_KIND(kind) case Code::kind: 438 // the same kind as the existing code (to prevent implicit tier-change). 577 if (code->kind() != Code::OPTIMIZED_FUNCTION) return; // Nothing to do. 889 if (function->shared()->code()->kind() == Code::FUNCTION) { [all...] |
code-stub-assembler.cc | 639 Node* CodeStubAssembler::LoadJSArrayElementsMap(ElementsKind kind, 642 Int32Constant(Context::ArrayMapIndex(kind))); 813 Node* CodeStubAssembler::AllocateJSArray(ElementsKind kind, Node* array_map, 817 bool is_double = IsFastDoubleElementsKind(kind); 831 ElementOffsetFromIndex(capacity_node, kind, mode, base_size); 867 Node* offset = ElementOffsetFromIndex(Int32Constant(i), kind, mode, 883 offset = ElementOffsetFromIndex(Int32Constant(i), kind, mode, 2031 Node* kind = BitFieldDecode<PropertyDetails::KindField>(details); local [all...] |
/external/guice/extensions/struts2/lib/ |
ognl-3.0.jar | |
/external/v8/test/mjsunit/ |
allocation-site-info.js | 127 // to transition to the most general elements kind seen at a particular 128 // store site. So, the elements kind will be double. 401 // cleared on gc, and they can't deliver elements kind feedback when that
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 341 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); 342 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { 344 return rsnElementCreate(mContext, type, kind, norm, vecSize); [all...] |
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/ |
dagger-compiler-2.6.jar | |
/toolchain/binutils/binutils-2.25/bfd/ |
xsym.c | 1179 bfd_sym_unparse_storage_kind (enum bfd_sym_storage_kind kind) 1181 switch (kind) 1192 bfd_sym_unparse_storage_class (enum bfd_sym_storage_class kind) 1194 switch (kind) 1209 bfd_sym_unparse_module_kind (enum bfd_sym_module_kind kind) 1211 switch (kind) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pydoc.py | 179 name, kind, cls, value = data 181 kind = 'data descriptor' 182 return name, kind, cls, value 254 kind = imp.PY_COMPILED 256 kind = imp.PY_SOURCE 262 module = imp.load_module(name, file, path, (ext, 'r', kind)) 742 for name, kind, homecls, value in ok: 760 for name, kind, homecls, value in ok: 769 for name, kind, homecls, value in ok: 789 for key, kind, homecls, value in attrs [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pydoc.py | 179 name, kind, cls, value = data 181 kind = 'data descriptor' 182 return name, kind, cls, value 254 kind = imp.PY_COMPILED 256 kind = imp.PY_SOURCE 262 module = imp.load_module(name, file, path, (ext, 'r', kind)) 742 for name, kind, homecls, value in ok: 760 for name, kind, homecls, value in ok: 769 for name, kind, homecls, value in ok: 789 for key, kind, homecls, value in attrs [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 179 name, kind, cls, value = data 181 kind = 'data descriptor' 182 return name, kind, cls, value 254 kind = imp.PY_COMPILED 256 kind = imp.PY_SOURCE 262 module = imp.load_module(name, file, path, (ext, 'r', kind)) 742 for name, kind, homecls, value in ok: 760 for name, kind, homecls, value in ok: 769 for name, kind, homecls, value in ok: 789 for key, kind, homecls, value in attrs [all...] |