Searched refs:AsInt (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Durl_response_info.h94 return GetProperty(PP_URLRESPONSEPROPERTY_STATUSCODE).AsInt();
H A Dvar.cc207 return AsInt() == other.AsInt();
232 int32_t Var::AsInt() const { function in class:pp::Var
292 snprintf(buf, sizeof(buf), "Var(%d)", static_cast<int>(AsInt()));
H A Dvar.h184 /// AsInt() converts this <code>Var</code> to an int32_t. This function
189 /// !is_double() before calling AsInt().
195 int32_t AsInt() const;
202 /// !is_double() before calling AsInt().
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp47 int AsInt() { function in class:Foo
/external/chromium_org/native_client_sdk/src/examples/api/core/
H A Dcore.cc37 int32_t delay = var_message.AsInt();
/external/chromium_org/ppapi/tests/
H A Dtest_flash.cc93 ASSERT_TRUE(num_cores.is_int() && num_cores.AsInt() > 0);
98 int32_t lso_restrictions_int = lso_restrictions.AsInt();
H A Dtest_post_message.cc904 received_value = latest_var.AsInt();
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
H A Dmouse_cursor.cc56 static_cast<PP_MouseCursor_Type>(var_message.AsInt());
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc546 inline static uintptr_t AsInt(const void* ptr) { function
583 uintptr_t addr = AsInt(ptr);
639 uintptr_t top = AsInt(top_ptr);
670 uintptr_t start = AsInt(span->ptr);
747 uintptr_t addr = AsInt(info.call_stack[depth]);
762 uintptr_t start_address = AsInt(ptr);
1184 uintptr_t start = AsInt(i->ptr);
1406 const size_t remainder = AsInt(object) % pointer_source_alignment;
1526 if (!ignored_objects->insert(make_pair(AsInt(ptr), object_size)).second) {
1542 IgnoredObjectsMap::iterator object = ignored_objects->find(AsInt(pt
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc546 inline static uintptr_t AsInt(const void* ptr) { function
583 uintptr_t addr = AsInt(ptr);
639 uintptr_t top = AsInt(top_ptr);
670 uintptr_t start = AsInt(span->ptr);
747 uintptr_t addr = AsInt(info.call_stack[depth]);
762 uintptr_t start_address = AsInt(ptr);
1184 uintptr_t start = AsInt(i->ptr);
1406 const size_t remainder = AsInt(object) % pointer_source_alignment;
1526 if (!ignored_objects->insert(make_pair(AsInt(ptr), object_size)).second) {
1542 IgnoredObjectsMap::iterator object = ignored_objects->find(AsInt(pt
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc304 x_angle_ = x_angle_var.AsInt();
313 y_angle_ = y_angle_var.AsInt();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc304 x_angle_ = x_angle_var.AsInt();
313 y_angle_ = y_angle_var.AsInt();
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc133 int AsInt() { return i; } function in union:__anon8893::Convert
139 return u.AsInt();
751 int threads = dictionary.Get("value").AsInt();
756 int width = dictionary.Get("width").AsInt();
757 int height = dictionary.Get("height").AsInt();
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc190 int AsInt() { return i; } function in union:__anon8895::Convert
196 return u.AsInt();
791 int threads = dictionary.Get("value").AsInt();
796 int width = dictionary.Get("width").AsInt();
797 int height = dictionary.Get("height").AsInt();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc126 int AsInt() { return i; } function in union:__anon8907::Convert
132 return u.AsInt();
797 int threads = dictionary.Get("value").AsInt();
802 int width = dictionary.Get("width").AsInt();
803 int height = dictionary.Get("height").AsInt();
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc183 attrib_width_ = var_dictionary_message.Get("width").AsInt();
184 attrib_height_ = var_dictionary_message.Get("height").AsInt();
/external/chromium_org/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc183 attrib_width_ = var_dictionary_message.Get("width").AsInt();
184 attrib_height_ = var_dictionary_message.Get("height").AsInt();
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc359 pp::Point scroll_offset(dict.Get(pp::Var(kJSXOffset)).AsInt(),
360 dict.Get(pp::Var(kJSYOffset)).AsInt());
399 std::max(dict.Get(pp::Var(kJSPrintPreviewPageCount)).AsInt(), 0);
406 dict.Get(pp::Var(kJSPreviewPageIndex)).AsInt());
411 int page = dict.Get(pp::Var(kJSAccessibilityPageNumber)).AsInt();
H A Dinstance.cc1823 ScrollToY(GetScaled(args[0].AsInt()));
1832 ScrollToX(GetScaled(args[0].AsInt()));
1862 return pp::Var(engine_->GetPageAsJSON(args[0].AsInt()));
1867 SetPrintPreviewMode(args[0].AsInt());
1872 ProcessPreviewPageInfo(args[0].AsString(), args[1].AsInt());
1929 args[0].AsInt(), // keycode.
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc482 int num_points = dictionary.Get("value").AsInt();
485 int thread_count = dictionary.Get("value").AsInt();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc451 int num_points = dictionary.Get("value").AsInt();
454 int thread_count = dictionary.Get("value").AsInt();
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc460 int width = array.Get(0).AsInt();
461 int height = array.Get(1).AsInt();
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1071 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(Addr, local
1074 Addr = CGF.Builder.CreateIntToPtr(CGF.Builder.CreateAnd(AsInt, Mask),
2520 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(overflow_arg_area,
2524 CGF.Builder.CreateIntToPtr(CGF.Builder.CreateAnd(AsInt, Mask),
3809 llvm::Value *AsInt = Builder.CreatePtrToInt(Addr, CGF.Int64Ty); local
3811 llvm::Value *Aligned = Builder.CreateAnd(AsInt, Mask);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2503 APInt AsInt = Value.bitcastToAPInt(); local
2504 getStreamer().EmitIntValue(AsInt.getLimitedValue(),
2505 AsInt.getBitWidth() / 8);
/external/clang/lib/AST/
H A DExprConstant.cpp7234 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(),
7236 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);

Completed in 9313 milliseconds