/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
items.py | 175 for kind in ['adds', 'changes', 'deletes']: 176 if len(data[kind]):
|
/external/clang/include/clang/AST/ |
TemplateName.h | 43 enum Kind { 50 /// \brief A Kind. 51 unsigned Kind : 2; 63 UncommonTemplateNameStorage(Kind kind, unsigned size) { 64 Bits.Kind = kind; 72 return Bits.Kind == Overloaded 78 return Bits.Kind == SubstTemplateTemplateParm 84 return Bits.Kind == SubstTemplateTemplateParmPac [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
BindingGraphValidator.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 105 import static javax.tools.Diagnostic.Kind.ERROR; 106 import static javax.tools.Diagnostic.Kind.WARNING; 113 private final Diagnostic.Kind nullableValidationType; 123 Diagnostic.Kind nullableValidationType, 285 switch (resolvedBinding.bindingKey().kind()) { 352 * message is kind of useless. */ 641 ErrorMessages.builderMsgsFor(subject.componentDescriptor().kind()); 920 Diagnostic.Kind kind = cycleHasProviderOrLazy(cycle) ? WARNING : ERROR; local 940 kind, local [all...] |
/external/doclava/src/com/google/doclava/apicheck/ |
XmlApiFile.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 144 String kind = qName; local 157 isAnnotationElement, kind, flatSignature, overriddenMethod, returnType, parameters,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ComponentResults.java | 241 private String lastBuildName(int kind) { 245 switch (kind) {
|
/external/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 121 // In what follows, we use the term "kind" to indicate whether a type 130 // KindOf<T>::value is the kind of type T. 132 enum { value = kOther }; // The default kind. 135 // This macro declares that the kind of 'type' is 'kind'. 136 #define GMOCK_DECLARE_KIND_(type, kind) \ 137 template <> struct KindOf<type> { enum { value = kind }; } 167 // Evaluates to the kind of 'type'. 181 // reference) built-in arithmetic types, kFromKind is the kind of 182 // From, and kToKind is the kind of To; the value i [all...] |
/external/libmicrohttpd/src/examples/ |
mhd2spdy_http.c | 49 enum MHD_ValueKind kind, 53 (void)kind;
|
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 11 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 12 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 16 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 17 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 21 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 22 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 26 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 27 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 32 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14 33 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond1 [all...] |
/external/llvm/utils/Misc/ |
zkill | 7 def _write_message(kind, message): 17 print >>sys.stderr, '%s: %s: %s' % (location, kind, message)
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
lut.cu | 79 if (_lut.kind() == _InputArray::CUDA_GPU_MAT)
|
/external/skia/src/animator/ |
SkDrawGroup.cpp | 94 bool SkGroup::doEvent(SkDisplayEvent::Kind kind, SkEventState* state) { 100 handled |= drawable->doEvent(kind, state);
|
/external/v8/test/mjsunit/regress/ |
regress-234101.js | 31 // DoubleRegister, but these kind of moves appeared when HConstant::EmitAtUses
|
/external/v8/test/unittests/compiler/ |
instruction-selector-unittest.h | 155 CallDescriptor::kCallAddress, // kind 221 EXPECT_EQ(InstructionOperand::UNALLOCATED, operand->kind()); 260 EXPECT_EQ(InstructionOperand::IMMEDIATE, operand->kind());
|
/frameworks/rs/api/ |
rs_object_info.spec | 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 54 Elements can also have a kind, which is semantic information used to interpret pixel 132 Get the Element object describing the type, kind, and other characteristics of a cell 180 summary: Kind of an Element 182 Returns the Element's data kind. This is used to interpret pixel data.
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
StructuredNameEditorView.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 71 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, 73 super.setValues(kind, entry, state, readOnly, vig);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SuggestedWords.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 244 private static final int KIND_MASK_KIND = 0xFF; // Mask to get only the kind 288 * @param kindAndFlags The kind of suggestion, as one of the above KIND_* constants with 334 public boolean isKindOf(final int kind) { 335 return getKind() == kind;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
syncproto.h | 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 439 BYTE kind; member in struct:_xSyncCounterNotifyEvent 454 BYTE kind; member in struct:_xSyncAlarmNotifyEvent
|
/toolchain/binutils/binutils-2.25/binutils/ |
mclex.c | 79 show_msg (const char *kind, const char *msg, va_list argp) 81 fprintf (stderr, "In %s at line %d: %s: ", input_filename, input_line, kind);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | [all...] |
/hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 509 /* We have to find out what kind of file this is. We handle ELF 515 /* See what kind of object we have here. */ 516 Elf_Kind kind = determine_kind (e_ident, maxsize); local 518 switch (kind) 542 /* We have to find out what kind of file this is. We handle ELF 572 /* See what kind of object we have here. */ 573 Elf_Kind kind = determine_kind (mem.header, nread); local 575 switch (kind) 986 if (ref->kind != ELF_K_AR) 1049 if (ref->kind == ELF_K_AR [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 187 | [< (prefix, kind)=parse_operator; 198 if Array.length args != kind 201 if kind == 1 then
|
/external/mesa3d/src/mesa/main/ |
errors.c | 22 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind) 55 #define source_is(s, kind) enum_is(s, SOURCE, kind) 56 #define type_is(t, kind) enum_is(t, TYPE, kind)
|
/external/v8/src/compiler/ |
common-operator.cc | 39 size_t hash_value(DeoptimizeKind kind) { return static_cast<size_t>(kind); } 42 std::ostream& operator<<(std::ostream& os, DeoptimizeKind kind) { 43 switch (kind) { 564 const Operator* CommonOperatorBuilder::Deoptimize(DeoptimizeKind kind) { 565 switch (kind) { [all...] |