/external/v8/test/mjsunit/ |
osr-elements-kind.js | 121 function convert_mixed(array, value, kind) { 123 assertKind(kind, array);
|
/external/valgrind/drd/tests/ |
unit_vc.c | 46 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)
|
/external/valgrind/include/ |
pub_tool_debuginfo.h | 89 /* Indicates what kind of fnname it is. */ 244 /* A simple enumeration to describe the 'kind' of various kinds of 261 const HChar* VG_(pp_SectKind)( VgSectKind kind );
|
/external/webrtc/webrtc/p2p/base/ |
pseudotcp.h | 82 // instance's behaviour for the kind of data it will carry. 179 void applyOption(char kind, const char* data, uint32_t len);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDSection.h | 38 LDFileFormat::Kind pKind, 48 LDFileFormat::Kind pKind, 63 /// kind - the kind of this section, such as Text, BSS, GOT, and so on. 64 /// from LDFileFormat::Kind 65 LDFileFormat::Kind kind() const { return m_Kind; } function in class:mcld::LDSection 118 void setKind(LDFileFormat::Kind pKind) { m_Kind = pKind; } 184 LDFileFormat::Kind m_Kind;
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Operand.h | 45 return pToken->kind() == ExprToken::OPERAND;
|
/frameworks/compile/mclinker/lib/Fragment/ |
FragmentRef.cpp | 78 switch (pSection.kind()) {
|
/frameworks/compile/mclinker/lib/Script/ |
OutputSectDesc.cpp | 124 assert((*it)->kind() == StrToken::String);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
simple_encoder.c | 134 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
|
vp8cx_set_ref.c | 80 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 169 enum vpx_codec_cx_pkt_kind kind; /**< packet variant */ member in struct:vpx_codec_cx_pkt [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
VMDebug.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 247 public static native int getAllocCount(int kind);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
langhooks.h | 65 /* Return what kind of RECORD_TYPE this is, mainly for purposes of 186 /* Return sharing kind if OpenMP sharing attribute of DECL is 296 bool (*handle_option) (size_t code, const char *arg, int value, int kind,
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0/ |
kotlin-annotation-processing-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/ |
kotlin-annotation-processing-1.0.0-rc-1036.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintDeltaProcessor.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 170 int kind, @Nullable String extension, int flags, boolean isAndroidProject) {
|
/system/core/crash_reporter/ |
user_collector.cc | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 145 const char *prefix, IdKind kind, 156 if (ids.size() != kIdMax || kind < 0 || kind >= kIdMax) { 159 const char *number = ids[kind].c_str();
|
user_collector.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 115 // Returns the identifier of |kind|, via |id|, found in |status_lines| on 119 IdKind kind,
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
external.h | 347 unsigned char kind[2]; /* Kind. See BFD_MACH_O_DICE_ values. */ member in struct:mach_o_data_in_code_entry_external
|
/external/v8/src/ |
log.cc | 41 switch (code->kind()) { 263 (code->kind() != AbstractCode::FUNCTION && 264 code->kind() != AbstractCode::INTERPRETED_FUNCTION && 265 code->kind() != AbstractCode::OPTIMIZED_FUNCTION)) { [all...] |
objects-inl.h | 810 ((Oddball::cast(this)->kind() & Oddball::kNotBooleanMask) == 0); [all...] |
/external/v8/src/parsing/ |
parser.cc | 190 FunctionKind kind = call_super ? FunctionKind::kDefaultSubclassConstructor local 192 Scope* function_scope = NewScope(scope, FUNCTION_SCOPE, kind); 203 kind, &function_factory); 253 FunctionLiteral::kShouldLazyCompile, kind, pos); 764 FunctionNameValidity function_name_validity, FunctionKind kind, 768 name, function_name_location, function_name_validity, kind, 1977 Variable::Kind kind = Variable::NORMAL; local 2040 Variable::Kind kind = Variable::NORMAL; local [all...] |
/art/compiler/ |
common_compiler_test.cc | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 173 void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, 179 kind, 208 Compiler::Kind CommonCompilerTest::GetCompilerKind() const { 212 void CommonCompilerTest::SetCompilerKind(Compiler::Kind compiler_kind) {
|
/art/runtime/ |
indirect_reference_table.cc | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 35 const char* GetIndirectRefKindString(const IndirectRefKind& kind) { 36 switch (kind) {
|
/external/bison/src/ |
scan-code.l | 892 self->kind = CODE_PROPS_PLAIN; 904 self->kind = CODE_PROPS_SYMBOL_ACTION; 917 self->kind = CODE_PROPS_RULE_ACTION; 928 switch (self->kind)
|