HomeSort by relevance Sort by last modified time
    Searched refs:kind (Results 1401 - 1425 of 2305) sorted by null

<<51525354555657585960>>

  /external/v8/src/
factory.h 20 const char* type_of, byte kind);
487 // TODO(aandrey): Maybe these should take table, index and kind arguments.
643 Handle<String> name, int number_of_literals, FunctionKind kind,
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 137 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0);
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 121 DCHECK(!IsGeneratorFunction(literal()->kind()) || locals_count == 0);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 120 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 121 DCHECK(!IsGeneratorFunction(literal()->kind()) || locals_count == 0);
    [all...]
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 58 type, kind, start, size, name, maybe_func) {
test-compiler.cc 720 if (f->code()->kind() == Code::FUNCTION) {
766 bool is_baseline = function->shared()->code()->kind() == Code::FUNCTION;
  /external/v8/test/intl/string/
normalization.js 72 // The standard does not say what kind of exceptions we should throw, so we
  /external/v8/test/js-perf-test/PropertyQueries/
property-queries.js 244 // functions above and query kind. Each suite contains benchmarks for each
  /external/v8/test/mjsunit/
array-natives-elements.js 46 // Ensure small array literals start in specific element kind mode.
d8-os.js 166 // Wrong kind of args.
  /external/v8/test/unittests/compiler/
int64-lowering-unittest.cc 79 EXPECT_THAT(lhs->kind(), rhs->kind());
    [all...]
  /external/v8/test/webkit/fast/js/kde/
md5-1.js 41 * warranty of any kind.
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 13 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2166 } kind; local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 191 ; we can't depend on any kind of data alignment.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 67 } Kind;
105 // See # 9.2 table for decoding the kind of descriptor. It's a 2-bit value.
106 Descriptor::Kind kind = local
107 static_cast<Descriptor::Kind>((length & 0x1) | ((offset & 0x1) << 1));
117 switch (kind) {
155 _LIBUNWIND_ABORT("Invalid descriptor kind found.");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
167 int kind,
231 } else if (kind == FULL_BUILD) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
161 * @param kind a {@link IResourceDelta} integer constant.
168 public static ResourceDeltaKind getResourceDeltaKind(int kind) {
169 switch (kind) {
  /system/media/camera/docs/
metadata_helpers.py 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110 by joining the names of each node and excluding the Metadata/Kind nodes
122 not isa(x, metadata_model.Kind)
227 the kind and then combining any children nodes with the same name together.
230 node: An instance of Section, InnerNamespace, or Kind
241 # Note that this makes jump from Section to Kind,
242 # skipping the Kind entirely in the tree.
253 Takes a section and yields the children of the merged kind under this section.
257 kind_name: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'
260 An iterable over the children of the specified merged kind
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 155 When .kind is Orig, .shadowV and .shadowB may give the identities
160 When .kind is VSh or BSh then the tmp is holds a V- or B- value,
170 TempKind kind; member in struct:__anon25698
186 current kind and possibly shadow temps for each temp in the
246 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
255 ent.kind = kind;
272 tl_assert(ent->kind == Orig)
    [all...]
  /external/valgrind/coregrind/
m_main.c     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /art/runtime/verifier/
method_verifier.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
184 kind = FailureKindMax(kind, fd.kind);
242 if (result.kind == kHardFailure) {
243 if (failure_data.kind == kHardFailure) {
321 if (data1.kind == kNoFailure) {
337 return data1.kind;
398 result.kind = kSoftFailure;
419 result.kind = kSoftFailure
    [all...]

Completed in 1412 milliseconds

<<51525354555657585960>>