HomeSort by relevance Sort by last modified time
    Searched defs:handler_id (Results 1 - 6 of 6) sorted by null

  /external/v8/src/interpreter/
handler-table-builder.cc 36 int handler_id = static_cast<int>(entries_.size()); local
39 return handler_id;
43 void HandlerTableBuilder::SetTryRegionStart(int handler_id, size_t offset) {
45 entries_[handler_id].offset_start = offset;
49 void HandlerTableBuilder::SetTryRegionEnd(int handler_id, size_t offset) {
51 entries_[handler_id].offset_end = offset;
55 void HandlerTableBuilder::SetHandlerTarget(int handler_id, size_t offset) {
57 entries_[handler_id].offset_target = offset;
61 int handler_id, HandlerTable::CatchPrediction prediction) {
62 entries_[handler_id].catch_prediction_ = prediction
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ALooper.h 37 typedef int32_t handler_id; typedef in struct:android::ALooper
44 handler_id registerHandler(const sp<AHandler> &handler);
45 void unregisterHandler(handler_id handlerID);
  /external/ltp/testcases/realtime/func/async_handler/
async_handler.c 176 int signal_id, handler_id; local
194 handler_id =
async_handler_tsc.c 196 int signal_id, handler_id; local
218 handler_id =
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
training_ops.cc 38 int64 handler_id; member in struct:tensorflow::boosted_trees::__anon39137::SplitCandidate
103 << "(current split: " << split->handler_id
104 << ", best split: " << best_split.handler_id << ")";
105 if (split->handler_id > best_split.handler_id) {
431 for (int64 handler_id = 0; handler_id < num_handlers_; ++handler_id) {
434 allowed_handlers.end(), handler_id)) {
438 const auto& partition_ids = partition_ids_list[handler_id].vec<int32>()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
gen.c 2008 char *handler_id = ""; local
2254 char *handler_id = ""; local
4385 char * handler_id=""; \/* MR7 *\/ local
    [all...]

Completed in 362 milliseconds